aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2015-11-07re PR go/66138 (json decoder Decode function fails for some structure return ...Ian Lance Taylor7-18/+47
2015-11-06libgo: Solaris portability fixes.Ian Lance Taylor6-32/+44
2015-11-02syscall: Change raw_ioctl cmd type to uintptr.Ian Lance Taylor1-2/+2
2015-10-31libgo: Update from Go 1.5 to Go 1.5.1.Ian Lance Taylor13-14/+87
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor988-30033/+85128
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor1-6/+0
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor1-2/+2
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor1-1/+9
2015-09-15libgo: don't provide ustat on arm64 GNU/LinuxIan Lance Taylor2-3/+11
2015-08-03syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor3-5/+28
2015-07-13syscall: remove calls to Entersyscall & Exitsyscall in GetdentsIan Lance Taylor1-2/+0
2015-04-17re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor1-0/+4
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor1-7/+1
2015-03-31go/cmd/go: always link external test packages firstIan Lance Taylor3-5/+14
2015-03-26re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu)Ian Lance Taylor1-1/+1
2015-03-26libgo: Fix go/runtime test failure on S390.Ian Lance Taylor2-1/+11
2015-03-24re PR go/65417 (debug/elf: lacks support for PPC relocations)Ian Lance Taylor3-0/+49
2015-03-24re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc...Ian Lance Taylor3-14/+20
2015-03-12go/build: cgo works on linux/arm64.Ian Lance Taylor1-0/+1
2015-03-12re PR go/65404 (cgo tool on powerpc-linux-gnu maybe incomplete)Ian Lance Taylor1-0/+1
2015-03-10re PR go/65353 (unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu)Ian Lance Taylor1-10/+32
2015-03-06libgo: Upgrade to Go 1.4.2 release.Ian Lance Taylor15-53/+157
2015-02-06runtime: Add memprofilerate to GODEBUGIan Lance Taylor1-0/+4
2015-02-03go/types: Remove unused testdata files.Ian Lance Taylor13-1992/+0
2015-01-23re PR go/64573 (Cmd.Start swallows error from fork()/clone())Ian Lance Taylor1-0/+1
2015-01-23re PR go/64725 (FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: fin...Ian Lance Taylor1-0/+9
2015-01-20re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor1-2/+4
2015-01-19Add attribute unused to dummy arguments in ffi stubRichard Henderson1-1/+2
2015-01-19reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor3-7/+7
2015-01-16testing/quick: Revert Alpha specific change.Ian Lance Taylor1-7/+4
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson12-2205/+48
2015-01-16net: Restore earlier Solaris-specific version of setKeepAlivePeriod.Ian Lance Taylor1-0/+27
2015-01-15go/build: cgo works on linux/alpha.Ian Lance Taylor1-0/+1
2015-01-15reflect: Correct error in conversion of s390x support to Go 1.4.Ian Lance Taylor1-1/+1
2015-01-15Add files somehow left out of last commit (upgrade to Go 1.4).Ian Lance Taylor2-0/+174
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor588-6750/+29513
2015-01-10cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ...Ian Lance Taylor1-0/+1
2015-01-09cmd/go: Adjust finding gccgo to match current upstream sources.Ian Lance Taylor1-6/+13
2015-01-08cmd/go: Use builtin constant to set default gccgo compiler.Ian Lance Taylor1-11/+12
2015-01-06libgo: Add sources for go, cgo, and gofmt commands.Ian Lance Taylor132-3/+18957
2014-12-13testing: Add testing.MainStart function.Ian Lance Taylor1-5/+51
2014-11-21runtime: GOARCH values for ppc64 BE & LEIan Lance Taylor1-1/+1
2014-11-05sync/atomic: fix data races in testsIan Lance Taylor1-8/+8
2014-11-04libgo: add s390 supportIan Lance Taylor14-5/+1157
2014-10-28debug/elf: add power64 support along with relocation testIan Lance Taylor4-1/+233
2014-10-27libgo: Update to Go 1.3.3 release.Ian Lance Taylor17-57/+325
2014-10-20reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor1-11/+11
2014-10-08re PR go/60406 (recover.go: test13reflect2 test failure)Ian Lance Taylor1-17/+10
2014-10-03re PR go/61877 (reflect: cannot use []string as type string in Call)Ian Lance Taylor2-39/+97
2014-09-05runtime: Use the clone system call on GNU/Linux.Ian Lance Taylor1-2/+2