summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* libgo: don't provide ustat on arm64 GNU/Linuxian2015-09-152-3/+11
* syscall: RawSockaddr fix for ppc64, ppc64leian2015-08-033-5/+28
* syscall: remove calls to Entersyscall & Exitsyscall in Getdentsian2015-07-131-2/+0
* PR go/64683ian2015-04-171-0/+4
* PR go/65755ian2015-04-171-7/+1
* go/cmd/go: always link external test packages firstian2015-03-313-5/+14
* PR go/65587ian2015-03-261-1/+1
* libgo: Fix go/runtime test failure on S390.ian2015-03-262-1/+11
* PR go/65417ian2015-03-243-0/+49
* PR go/65462ian2015-03-243-14/+20
* go/build: cgo works on linux/arm64.ian2015-03-121-0/+1
* PR go/65404ian2015-03-121-0/+1
* PR go/65353.ian2015-03-101-10/+32
* libgo: Upgrade to Go 1.4.2 release.ian2015-03-0615-53/+157
* runtime: Add memprofilerate to GODEBUGian2015-02-061-0/+4
* go/types: Remove unused testdata files.ian2015-02-0313-1992/+0
* PR go/64573ian2015-01-231-0/+1
* PR go/64725ian2015-01-231-0/+9
* PR go/64683ian2015-01-201-2/+4
* Add attribute unused to dummy arguments in ffi stubrth2015-01-191-1/+2
* reflect: Fix build for systems that do not define ffi_go_closure.ian2015-01-193-7/+7
* testing/quick: Revert Alpha specific change.ian2015-01-161-7/+4
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-1612-2205/+48
* net: Restore earlier Solaris-specific version of setKeepAlivePeriod.ian2015-01-161-0/+27
* go/build: cgo works on linux/alpha.ian2015-01-151-0/+1
* reflect: Correct error in conversion of s390x support to Go 1.4.ian2015-01-151-1/+1
* Add files somehow left out of last commit (upgrade to Go 1.4).ian2015-01-152-0/+174
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-15588-6750/+29513
* cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ...ian2015-01-101-0/+1
* cmd/go: Adjust finding gccgo to match current upstream sources.ian2015-01-091-6/+13
* cmd/go: Use builtin constant to set default gccgo compiler.ian2015-01-081-11/+12
* libgo: Add sources for go, cgo, and gofmt commands.ian2015-01-06132-3/+18957
* testing: Add testing.MainStart function.ian2014-12-131-5/+51
* runtime: GOARCH values for ppc64 BE & LEian2014-11-211-1/+1
* sync/atomic: fix data races in testsian2014-11-051-8/+8
* libgo: add s390 supportian2014-11-0414-5/+1157
* debug/elf: add power64 support along with relocation testian2014-10-284-1/+233
* libgo: Update to Go 1.3.3 release.ian2014-10-2717-57/+325
* reflect: allocate correct type in assignTo and cvtT2Iian2014-10-201-11/+11
* PR go/60406ian2014-10-081-17/+10
* PR go/61877ian2014-10-032-39/+97
* runtime: Use the clone system call on GNU/Linux.ian2014-09-051-2/+2
* compiler: Add precise type information on the heap.ian2014-09-032-6/+42
* runtime: remove unused variableian2014-07-201-4/+3
* runtime: add a missing importian2014-07-201-1/+1
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.ian2014-07-195-63/+290
* libgo: Update to Go 1.3 release.ian2014-07-19422-4133/+11539
* runtime: Merge master revision 19185.ian2014-07-122-19/+21
* runtime: add missing benchmark input files to the repositoryian2014-06-247-0/+0
* libgo: Merge to master revision 19184.ian2014-06-06279-4790/+9742