Age | Commit message (Expand) | Author | Files | Lines |
2016-02-26 | re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) | Ian Lance Taylor | 1 | -1/+1 |
2016-02-24 | runtime: lock M during cgo call | Ian Lance Taylor | 1 | -1/+1 |
2016-02-18 | libgo: Update to final Go 1.6 release. | Ian Lance Taylor | 1 | -1/+1 |
2016-02-12 | runtime: For c-archive/c-shared, install signal handlers synchronously. | Ian Lance Taylor | 1 | -1/+1 |
2016-02-12 | cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. | Jakub Jelinek | 3 | -3/+9 |
2016-02-10 | re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo) | Ian Lance Taylor | 1 | -1/+1 |
2016-02-10 | re PR go/69511 (G.gcstack_size uses uintptr instead of size_t) | Ian Lance Taylor | 1 | -1/+1 |
2016-02-09 | re PR go/69357 (libgo refers to _end in a non-weak way) | Ian Lance Taylor | 1 | -1/+1 |
2016-02-08 | Remove -fshort-double | Bernd Schmidt | 1 | -1/+1 |
2016-02-04 | libgo: bump version number for upgrade to 1.6rc1 | Ian Lance Taylor | 1 | -1/+1 |
2016-02-03 | compiler, runtime: mark stub methods, ignore them in runtime.Caller. | Ian Lance Taylor | 2 | -3/+4 |
2016-02-03 | compiler: Unpack method names when sorting them. | Ian Lance Taylor | 2 | -4/+11 |
2016-01-27 | compiler: Accept map composite literals with omitted key types. | Ian Lance Taylor | 4 | -74/+116 |
2016-01-27 | go-lang.c (go_langhook_init_options_struct): Default to -fkeep-gc-roots-live. | Ian Lance Taylor | 2 | -0/+8 |
2016-01-27 | compiler: Don't crash on erroneous array return types. | Ian Lance Taylor | 2 | -1/+3 |
2016-01-26 | compiler: Don't crash on invalid array type declarations. | Ian Lance Taylor | 2 | -1/+10 |
2016-01-26 | compiler: Avoid knock-on errors with impossibly large types. | Ian Lance Taylor | 2 | -3/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 11 | -10/+12 |
2016-01-04 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 2 | -2/+6 |
2015-12-22 | go-gcc.cc (class Bvariable): Remove Gcc_tree parent class. | Ian Lance Taylor | 2 | -29/+77 |
2015-12-22 | go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized, add a VIEW_C... | Ian Lance Taylor | 2 | -1/+23 |
2015-12-02 | re PR go/65717 (64-bit runtime FAILs with 32-bit compiler) | Ian Lance Taylor | 2 | -25/+23 |
2015-12-01 | re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.) | Ian Lance Taylor | 2 | -1/+6 |
2015-11-26 | re PR go/61303 (gccgo: segfault, regression since 4.8.2) | Ian Lance Taylor | 1 | -1/+1 |
2015-11-23 | re PR go/68496 ([libgo] reflect test fails on Linux x86-64) | Ian Lance Taylor | 1 | -1/+1 |
2015-11-21 | re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument) | Ian Lance Taylor | 1 | -1/+1 |
2015-11-21 | re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no... | Ian Lance Taylor | 1 | -1/+1 |
2015-11-21 | re PR go/66574 (Time is provided in millisecond precision instead of nanoseco... | Ian Lance Taylor | 1 | -1/+1 |
2015-11-20 | re PR go/68141 (go/gofrontend/import-archive.cc: 2 * poor choice of function ... | Ian Lance Taylor | 2 | -3/+3 |
2015-11-20 | re PR go/68072 (malformed DWARF TagVariable entry) | Ian Lance Taylor | 1 | -1/+1 |
2015-11-20 | cmd: Use correct install tool dir with gccgo | Ian Lance Taylor | 1 | -1/+1 |
2015-11-20 | compiler: Use receiver name in hash/equal for type within method. | Ian Lance Taylor | 2 | -2/+11 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 5 | -14/+7 |
2015-11-10 | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | Ian Lance Taylor | 1 | -1/+1 |
2015-11-10 | re PR go/68255 (cgo-generated constructor not being called) | Ian Lance Taylor | 1 | -1/+1 |
2015-11-07 | re PR go/66138 (json decoder Decode function fails for some structure return ... | Ian Lance Taylor | 1 | -1/+1 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 1 | -1/+1 |
2015-11-04 | gotest: fix handling of --goarch option | Ian Lance Taylor | 1 | -1/+1 |
2015-11-03 | mksysinfo.sh: Make sure that CLONE_NEWUSER is defined. | Ian Lance Taylor | 1 | -1/+1 |
2015-11-02 | libgo: Bump version number. | Ian Lance Taylor | 1 | -1/+1 |
2015-11-02 | mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec. | Ian Lance Taylor | 1 | -1/+1 |
2015-11-02 | syscall: Change raw_ioctl cmd type to uintptr. | Ian Lance Taylor | 1 | -1/+1 |
2015-11-01 | mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec. | Ian Lance Taylor | 1 | -1/+1 |
2015-11-01 | re PR go/67968 (go1: internal compiler error: in write_specific_type_function... | Ian Lance Taylor | 2 | -1/+11 |
2015-10-31 | runtime: If no split stacks, allocate stacks using mmap on 64-bit systems. | Ian Lance Taylor | 1 | -1/+1 |
2015-10-31 | libgo: Update from Go 1.5 to Go 1.5.1. | Ian Lance Taylor | 1 | -1/+1 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1 | -1/+1 |
2015-10-30 | compiler: Create pointer type for all types with methods. | Ian Lance Taylor | 2 | -3/+7 |
2015-10-29 | compiler, reflect, runtime: remove zero field from type descriptor | Ian Lance Taylor | 4 | -120/+4 |
2015-10-29 | compiler, runtime: change type hash/equal to Go funcs | Ian Lance Taylor | 3 | -13/+48 |