summaryrefslogtreecommitdiff
path: root/libgo/go
Commit message (Expand)AuthorAgeFilesLines
* 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
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-04205-7478/+8793
* gofrontend: deduplicate C syscall function declarationsian2014-04-171-2/+5
* runtime: remove use of obsolete map deletion syntaxian2014-04-171-1/+1
* gofrontend: avoid use of unsafe.Sizeof extensionian2014-04-171-1/+1
* libgo: Remove Solaris 8 & 9 support.ian2014-04-161-10/+0
* libgo: Update to Go 1.2.1 release.ian2014-03-033-10/+65
* PR go/59430ian2014-01-083-6/+36
* go/build: Set GOARCH on arm64 systems.ian2014-01-064-3/+5
* net: work around Solaris connect issue when server closes socketian2013-12-281-0/+10
* PR go/59506ian2013-12-271-1/+1
* Revert unwanted commit.uros2013-12-251-1/+1
* gcc/uros2013-12-251-1/+1
* reflect: Fix MakeFunc returning float32 or float64 on 386.ian2013-12-122-15/+26
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-126-44/+115
* reflect, runtime: Let reflect.MakeFunc functions call recover.ian2013-12-112-0/+31
* reflect: Rename struct field to be consistent in assembler and Go.ian2013-11-301-2/+2
* reflect: Fix MakeFunc for 386 when returning a struct.ian2013-11-302-1/+14
* libgo: Update to current Go library.ian2013-11-2729-59/+240
* syscall: Set SizeofSockaddrAny to the value the go distribution usesian2013-11-251-1/+1
* syscall: Only call varargs libc functions from C code.ian2013-11-245-5/+5
* reflect: Handle calls to functions that take or return empty structsian2013-11-191-0/+40
* net: On Solaris use Darwin keepalive code.ian2013-11-141-25/+0
* go/build: Add all known gccgo architectures to list.ian2013-11-141-1/+1
* libgo/go/go/build: use syslist.go from the gc stdlib.ian2013-11-141-0/+8
* net: Fix TCP keepalive handling for Solaris.ian2013-11-111-0/+25
* mksysinfo, net: Always define F_DUPFD_CLOEXEC.ian2013-11-111-1/+1
* os: Do not try to run go command in test.ian2013-11-111-0/+1
* libgo: Update to October 24 version of master library.ian2013-11-06543-6047/+29665