summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: bring in final version of gccgo pkg-config supportIan Lance Taylor2016-04-231-2/+11
* libgo: update to Go 1.6.1 releaseIan Lance Taylor2016-04-1310-13/+59
* reflect: change Value.Call results to not be addressableIan Lance Taylor2016-04-122-3/+11
* re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang)Ian Lance Taylor2016-02-263-0/+28
* libgo: Update to final Go 1.6 release.Ian Lance Taylor2016-02-1840-149/+1337
* re PR go/66904 (cmd/go: "#cgo pkg-config:" comments do not work with gccgo)Ian Lance Taylor2016-02-101-3/+79
* libgo: Update to go1.6rc1.Ian Lance Taylor2016-02-03715-11668/+43431
* re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)Ian Lance Taylor2015-11-212-0/+2
* re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...Ian Lance Taylor2015-11-211-2/+2
* re PR go/68072 (malformed DWARF TagVariable entry)Ian Lance Taylor2015-11-201-0/+5
* cmd: Use correct install tool dir with gccgoIan Lance Taylor2015-11-202-2/+27
* re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor2015-11-101-10/+2
* re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor2015-11-077-18/+47
* libgo: Solaris portability fixes.Ian Lance Taylor2015-11-066-32/+44
* syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor2015-11-021-2/+2
* libgo: Update from Go 1.5 to Go 1.5.1.Ian Lance Taylor2015-10-3113-14/+87
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-31988-30033/+85128
* compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor2015-10-291-6/+0
* compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor2015-10-291-2/+2
* re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor2015-10-071-1/+9
* libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor2015-09-152-3/+11
* syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor2015-08-033-5/+28
* syscall: remove calls to Entersyscall & Exitsyscall in GetdentsIan Lance Taylor2015-07-131-2/+0
* re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor2015-04-171-0/+4
* re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor2015-04-171-7/+1
* go/cmd/go: always link external test packages firstIan Lance Taylor2015-03-313-5/+14
* re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu)Ian Lance Taylor2015-03-261-1/+1
* libgo: Fix go/runtime test failure on S390.Ian Lance Taylor2015-03-262-1/+11
* re PR go/65417 (debug/elf: lacks support for PPC relocations)Ian Lance Taylor2015-03-243-0/+49
* re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc...Ian Lance Taylor2015-03-243-14/+20
* go/build: cgo works on linux/arm64.Ian Lance Taylor2015-03-121-0/+1
* re PR go/65404 (cgo tool on powerpc-linux-gnu maybe incomplete)Ian Lance Taylor2015-03-121-0/+1
* re PR go/65353 (unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu)Ian Lance Taylor2015-03-101-10/+32
* libgo: Upgrade to Go 1.4.2 release.Ian Lance Taylor2015-03-0615-53/+157
* runtime: Add memprofilerate to GODEBUGIan Lance Taylor2015-02-061-0/+4
* go/types: Remove unused testdata files.Ian Lance Taylor2015-02-0313-1992/+0
* re PR go/64573 (Cmd.Start swallows error from fork()/clone())Ian Lance Taylor2015-01-231-0/+1
* re PR go/64725 (FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: fin...Ian Lance Taylor2015-01-231-0/+9
* re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor2015-01-201-2/+4
* Add attribute unused to dummy arguments in ffi stubRichard Henderson2015-01-191-1/+2
* reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor2015-01-193-7/+7
* testing/quick: Revert Alpha specific change.Ian Lance Taylor2015-01-161-7/+4
* compiler, reflect, runtime: Use static chain for closures.Richard Henderson2015-01-1612-2205/+48
* net: Restore earlier Solaris-specific version of setKeepAlivePeriod.Ian Lance Taylor2015-01-161-0/+27
* go/build: cgo works on linux/alpha.Ian Lance Taylor2015-01-151-0/+1
* reflect: Correct error in conversion of s390x support to Go 1.4.Ian Lance Taylor2015-01-151-1/+1
* Add files somehow left out of last commit (upgrade to Go 1.4).Ian Lance Taylor2015-01-152-0/+174
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-15588-6750/+29513
* cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ...Ian Lance Taylor2015-01-101-0/+1
* cmd/go: Adjust finding gccgo to match current upstream sources.Ian Lance Taylor2015-01-091-6/+13