| Commit message (Expand) | Author | Age | Files | Lines |
* | testing: Add testing.MainStart function. | Ian Lance Taylor | 2014-12-13 | 1 | -5/+51 |
* | runtime: GOARCH values for ppc64 BE & LE | Ian Lance Taylor | 2014-11-21 | 1 | -1/+1 |
* | sync/atomic: fix data races in tests | Ian Lance Taylor | 2014-11-05 | 1 | -8/+8 |
* | libgo: add s390 support | Ian Lance Taylor | 2014-11-04 | 14 | -5/+1157 |
* | debug/elf: add power64 support along with relocation test | Ian Lance Taylor | 2014-10-28 | 4 | -1/+233 |
* | libgo: Update to Go 1.3.3 release. | Ian Lance Taylor | 2014-10-27 | 17 | -57/+325 |
* | reflect: allocate correct type in assignTo and cvtT2I | Ian Lance Taylor | 2014-10-20 | 1 | -11/+11 |
* | re PR go/60406 (recover.go: test13reflect2 test failure) | Ian Lance Taylor | 2014-10-08 | 1 | -17/+10 |
* | re PR go/61877 (reflect: cannot use []string as type string in Call) | Ian Lance Taylor | 2014-10-03 | 2 | -39/+97 |
* | runtime: Use the clone system call on GNU/Linux. | Ian Lance Taylor | 2014-09-05 | 1 | -2/+2 |
* | compiler: Add precise type information on the heap. | Chris Manghane | 2014-09-03 | 2 | -6/+42 |
* | runtime: remove unused variable | Ian Lance Taylor | 2014-07-20 | 1 | -4/+3 |
* | runtime: add a missing import | Ian Lance Taylor | 2014-07-20 | 1 | -1/+1 |
* | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 2014-07-19 | 5 | -63/+290 |
* | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 2014-07-19 | 422 | -4133/+11539 |
* | runtime: Merge master revision 19185. | Ian Lance Taylor | 2014-07-12 | 2 | -19/+21 |
* | runtime: add missing benchmark input files to the repository | Ian Lance Taylor | 2014-06-24 | 7 | -0/+0 |
* | libgo: Merge to master revision 19184. | Ian Lance Taylor | 2014-06-06 | 279 | -4790/+9742 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 2014-06-04 | 205 | -7478/+8793 |
* | gofrontend: deduplicate C syscall function declarations | Ian Lance Taylor | 2014-04-17 | 1 | -2/+5 |
* | runtime: remove use of obsolete map deletion syntax | Ian Lance Taylor | 2014-04-17 | 1 | -1/+1 |
* | gofrontend: avoid use of unsafe.Sizeof extension | Ian Lance Taylor | 2014-04-17 | 1 | -1/+1 |
* | libgo: Remove Solaris 8 & 9 support. | Ian Lance Taylor | 2014-04-16 | 1 | -10/+0 |
* | libgo: Update to Go 1.2.1 release. | Ian Lance Taylor | 2014-03-03 | 3 | -10/+65 |
* | re PR go/59430 (os/user FAILs on Solaris) | Ian Lance Taylor | 2014-01-08 | 3 | -6/+36 |
* | go/build: Set GOARCH on arm64 systems. | Ian Lance Taylor | 2014-01-06 | 4 | -3/+5 |
* | net: work around Solaris connect issue when server closes socket | Ian Lance Taylor | 2013-12-28 | 1 | -0/+10 |
* | re PR go/59506 (net FAILs (timeout) on alpha) | Ian Lance Taylor | 2013-12-27 | 1 | -1/+1 |
* | Revert unwanted commit. | Uros Bizjak | 2013-12-25 | 1 | -1/+1 |
* | re PR target/59422 (Support more targets for function multi versioning) | Allan Sandfeld Jensen | 2013-12-25 | 1 | -1/+1 |
* | reflect: Fix MakeFunc returning float32 or float64 on 386. | Ian Lance Taylor | 2013-12-12 | 2 | -15/+26 |
* | compiler, reflect, runtime: Implement method values in reflect. | Ian Lance Taylor | 2013-12-12 | 6 | -44/+115 |
* | reflect, runtime: Let reflect.MakeFunc functions call recover. | Ian Lance Taylor | 2013-12-11 | 2 | -0/+31 |
* | reflect: Rename struct field to be consistent in assembler and Go. | Ian Lance Taylor | 2013-11-30 | 1 | -2/+2 |
* | reflect: Fix MakeFunc for 386 when returning a struct. | Ian Lance Taylor | 2013-11-30 | 2 | -1/+14 |
* | libgo: Update to current Go library. | Ian Lance Taylor | 2013-11-27 | 29 | -59/+240 |
* | syscall: Set SizeofSockaddrAny to the value the go distribution uses | Ian Lance Taylor | 2013-11-25 | 1 | -1/+1 |
* | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 2013-11-24 | 5 | -5/+5 |
* | reflect: Handle calls to functions that take or return empty structs | Ian Lance Taylor | 2013-11-19 | 1 | -0/+40 |
* | net: On Solaris use Darwin keepalive code. | Ian Lance Taylor | 2013-11-14 | 1 | -25/+0 |
* | go/build: Add all known gccgo architectures to list. | Ian Lance Taylor | 2013-11-14 | 1 | -1/+1 |
* | libgo/go/go/build: use syslist.go from the gc stdlib. | Ian Lance Taylor | 2013-11-14 | 1 | -0/+8 |
* | net: Fix TCP keepalive handling for Solaris. | Ian Lance Taylor | 2013-11-11 | 1 | -0/+25 |
* | mksysinfo, net: Always define F_DUPFD_CLOEXEC. | Ian Lance Taylor | 2013-11-11 | 1 | -1/+1 |
* | os: Do not try to run go command in test. | Ian Lance Taylor | 2013-11-11 | 1 | -0/+1 |
* | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 2013-11-06 | 543 | -6047/+29665 |
* | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 2013-10-17 | 2 | -0/+21 |
* | reflect: Use C style comments in 386 assembly for Solaris assembler. | Ian Lance Taylor | 2013-10-07 | 1 | -23/+24 |
* | reflect: Fix calling Interface method on value created by MakeFunc. | Ian Lance Taylor | 2013-10-04 | 2 | -1/+25 |
* | reflect: Use hand-coded .eh_frame section rather than CFI directives. | Ian Lance Taylor | 2013-10-02 | 2 | -21/+162 |