Age | Commit message (Expand) | Author | Files | Lines |
2016-04-23 | cmd/go: bring in final version of gccgo pkg-config support | Ian Lance Taylor | 1 | -2/+11 |
2016-04-13 | libgo: update to Go 1.6.1 release | Ian Lance Taylor | 12 | -15/+61 |
2016-04-12 | reflect: change Value.Call results to not be addressable | Ian Lance Taylor | 2 | -3/+11 |
2016-04-02 | runtime: Use atomic load for in entersyscall. | Ian Lance Taylor | 1 | -1/+1 |
2016-02-26 | re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) | Ian Lance Taylor | 4 | -1/+37 |
2016-02-24 | runtime: lock M during cgo call | Ian Lance Taylor | 1 | -0/+4 |
2016-02-18 | libgo: Update to final Go 1.6 release. | Ian Lance Taylor | 43 | -152/+1340 |
2016-02-12 | runtime: For c-archive/c-shared, install signal handlers synchronously. | Ian Lance Taylor | 4 | -5/+15 |
2016-02-10 | re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo) | Ian Lance Taylor | 1 | -3/+79 |
2016-02-10 | re PR go/69511 (G.gcstack_size uses uintptr instead of size_t) | Ian Lance Taylor | 2 | -2/+2 |
2016-02-09 | re PR go/69357 (libgo refers to _end in a non-weak way) | Ian Lance Taylor | 3 | -2/+15 |
2016-02-04 | libgo: bump version number for upgrade to 1.6rc1 | Ian Lance Taylor | 2 | -2/+2 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 725 | -11813/+43703 |
2016-02-03 | compiler, runtime: mark stub methods, ignore them in runtime.Caller. | Ian Lance Taylor | 1 | -0/+2 |
2016-01-11 | re PR go/68980 (ps -o cmd in gotest isn't portable) | Ian Lance Taylor | 1 | -1/+1 |
2015-12-18 | syscall: Add definition for NLA_HDRLEN | Ian Lance Taylor | 1 | -3/+10 |
2015-11-26 | re PR go/61303 (gccgo: segfault, regression since 4.8.2) | Ian Lance Taylor | 1 | -6/+10 |
2015-11-23 | re PR go/68496 ([libgo] reflect test fails on Linux x86-64) | Ian Lance Taylor | 1 | -0/+6 |
2015-11-21 | re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument) | Ian Lance Taylor | 2 | -0/+2 |
2015-11-21 | re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no... | Ian Lance Taylor | 1 | -2/+2 |
2015-11-21 | re PR go/66574 (Time is provided in millisecond precision instead of nanoseco... | Ian Lance Taylor | 3 | -5/+62 |
2015-11-20 | re PR go/68072 (malformed DWARF TagVariable entry) | Ian Lance Taylor | 1 | -0/+5 |
2015-11-20 | cmd: Use correct install tool dir with gccgo | Ian Lance Taylor | 2 | -2/+27 |
2015-11-10 | libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields | Ian Lance Taylor | 3 | -0/+63 |
2015-11-10 | re PR go/68255 (cgo-generated constructor not being called) | Ian Lance Taylor | 1 | -10/+2 |
2015-11-07 | re PR go/66138 (json decoder Decode function fails for some structure return ... | Ian Lance Taylor | 7 | -18/+47 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 9 | -37/+63 |
2015-11-04 | gotest: fix handling of --goarch option | Ian Lance Taylor | 3 | -17/+7 |
2015-11-03 | mksysinfo.sh: Make sure that CLONE_NEWUSER is defined. | Ian Lance Taylor | 1 | -0/+5 |
2015-11-02 | libgo: Bump version number. | Ian Lance Taylor | 2 | -2/+2 |
2015-11-02 | mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec. | Ian Lance Taylor | 1 | -0/+8 |
2015-11-02 | syscall: Change raw_ioctl cmd type to uintptr. | Ian Lance Taylor | 1 | -2/+2 |
2015-11-01 | mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec. | Ian Lance Taylor | 1 | -0/+8 |
2015-10-31 | runtime: If no split stacks, allocate stacks using mmap on 64-bit systems. | Ian Lance Taylor | 1 | -2/+15 |
2015-10-31 | libgo: Update from Go 1.5 to Go 1.5.1. | Ian Lance Taylor | 15 | -16/+89 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1006 | -30196/+86205 |
2015-10-29 | compiler, reflect, runtime: remove zero field from type descriptor | Ian Lance Taylor | 4 | -23/+3 |
2015-10-29 | compiler, runtime: change type hash/equal to Go funcs | Ian Lance Taylor | 19 | -37/+111 |
2015-10-09 | Testsuite: add dg-{begin|end}-multiline-output commands | David Malcolm | 1 | -0/+1 |
2015-10-07 | re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ... | Ian Lance Taylor | 2 | -1/+33 |
2015-09-24 | runtime: Fix recent lfstack change on Solaris. | Ian Lance Taylor | 1 | -1/+1 |
2015-09-23 | re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh) | Ian Lance Taylor | 1 | -1/+1 |
2015-09-23 | runtime: rewrite lfstack packing/unpacking to look more like that in Go | Ian Lance Taylor | 1 | -21/+37 |
2015-09-15 | libgo: If compiler can split-stack and linker can not, use -fno-split-stack. | Ian Lance Taylor | 5 | -4/+23 |
2015-09-15 | libgo: test linking split-stack and non-split-stack together | Ian Lance Taylor | 2 | -4/+53 |
2015-09-15 | runtime: Ignore stack sizes when deciding when to GC. | Ian Lance Taylor | 1 | -1/+1 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 7 | -209/+357 |
2015-09-11 | libgo/runtime: return 0, not NULL, from main | Ian Lance Taylor | 1 | -1/+1 |
2015-09-10 | libgo: Use stat_atim.go on Solaris 12+ | Ian Lance Taylor | 4 | -3/+42 |
2015-08-20 | libgo/testsuite: another fix for killing the sleep process | Ian Lance Taylor | 1 | -3/+6 |