| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test. | Ian Lance Taylor | 2015-05-16 | 4 | -121/+3 |
* | runtime: Fix runtime/pprof test when libgo is not optimized. | Ian Lance Taylor | 2015-05-11 | 1 | -3/+3 |
* | re PR go/66016 (Accessing nil Func's name results in crash) | Ian Lance Taylor | 2015-05-05 | 1 | -0/+2 |
* | runtime: Support -buildmode=c-shared. | Ian Lance Taylor | 2015-04-29 | 7 | -8/+333 |
* | re PR go/65616 (libgobegin.a not compiled with -fPIC) | Ian Lance Taylor | 2015-04-24 | 2 | -13/+36 |
* | re PR go/65798 (runtime.Caller returns ok=true when return data is invalid) | Ian Lance Taylor | 2015-04-17 | 1 | -1/+1 |
* | re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match) | Ian Lance Taylor | 2015-04-17 | 1 | -0/+4 |
* | re PR go/64999 (s390x libgo test failure in TestMemoryProfiler) | Ian Lance Taylor | 2015-04-17 | 1 | -1/+14 |
* | re PR go/65755 (incorrect reflection of struct fields with gccgo) | Ian Lance Taylor | 2015-04-17 | 2 | -18/+1 |
* | mksysinfo.sh: Define Solaris zone_net_addr_t struct. | Ian Lance Taylor | 2015-04-08 | 1 | -0/+5 |
* | re PR go/63731 (Fallback to netgo does not work) | Ian Lance Taylor | 2015-04-07 | 2 | -31/+89 |
* | Remove some files that were accidentally committed in 2014. | Ian Lance Taylor | 2015-03-31 | 3 | -1612/+0 |
* | go/cmd/go: always link external test packages first | Ian Lance Taylor | 2015-03-31 | 3 | -5/+14 |
* | re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu) | Ian Lance Taylor | 2015-03-26 | 1 | -1/+1 |
* | libgo: Fix go/runtime test failure on S390. | Ian Lance Taylor | 2015-03-26 | 2 | -1/+11 |
* | re PR go/65570 (cannot find package "runtime/cgo") | Ian Lance Taylor | 2015-03-25 | 2 | -2/+2 |
* | re PR go/65417 (debug/elf: lacks support for PPC relocations) | Ian Lance Taylor | 2015-03-24 | 3 | -0/+49 |
* | re PR go/65462 (Use of 'go get' with gccgo is not finding dependencies correc... | Ian Lance Taylor | 2015-03-24 | 5 | -31/+65 |
* | libgo/README: Minor updates. | Ian Lance Taylor | 2015-03-13 | 1 | -9/+8 |
* | go/build: cgo works on linux/arm64. | Ian Lance Taylor | 2015-03-12 | 1 | -0/+1 |
* | re PR go/65404 (cgo tool on powerpc-linux-gnu maybe incomplete) | Ian Lance Taylor | 2015-03-12 | 1 | -0/+1 |
* | re PR go/65353 (unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu) | Ian Lance Taylor | 2015-03-10 | 1 | -10/+32 |
* | re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems) | Ian Lance Taylor | 2015-03-09 | 1 | -1/+3 |
* | re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems) | Ian Lance Taylor | 2015-03-09 | 1 | -30/+6 |
* | libgo: Upgrade to Go 1.4.2 release. | Ian Lance Taylor | 2015-03-06 | 18 | -66/+170 |
* | mksysinfo.sh: Remove _zone_net_addr_t handling. | Ian Lance Taylor | 2015-02-06 | 1 | -5/+0 |
* | runtime: Add memprofilerate to GODEBUG | Ian Lance Taylor | 2015-02-06 | 2 | -1/+19 |
* | go/types: Remove unused testdata files. | Ian Lance Taylor | 2015-02-03 | 13 | -1992/+0 |
* | re PR go/64573 (Cmd.Start swallows error from fork()/clone()) | Ian Lance Taylor | 2015-01-23 | 1 | -0/+1 |
* | re PR go/64725 (FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: fin... | Ian Lance Taylor | 2015-01-23 | 1 | -0/+9 |
* | re PR go/64595 (go programs abort when debug info is stripped) | Ian Lance Taylor | 2015-01-23 | 1 | -0/+5 |
* | runtime: Add the Go language version information to the Version output. | Ian Lance Taylor | 2015-01-21 | 4 | -2/+13 |
* | re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match) | Ian Lance Taylor | 2015-01-20 | 1 | -2/+4 |
* | runtime: No special case for 386 complex in FFI support. | Ian Lance Taylor | 2015-01-20 | 1 | -15/+1 |
* | Add attribute unused to dummy arguments in ffi stub | Richard Henderson | 2015-01-19 | 1 | -1/+2 |
* | reflect: Fix build for systems that do not define ffi_go_closure. | Ian Lance Taylor | 2015-01-19 | 3 | -7/+7 |
* | runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS. | Ian Lance Taylor | 2015-01-16 | 1 | -0/+24 |
* | testing/quick: Revert Alpha specific change. | Ian Lance Taylor | 2015-01-16 | 1 | -7/+4 |
* | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 2015-01-16 | 21 | -2344/+84 |
* | net: Restore earlier Solaris-specific version of setKeepAlivePeriod. | Ian Lance Taylor | 2015-01-16 | 3 | -2/+34 |
* | runtime: Use a struct, not void, for an empty struct for libffi. | Ian Lance Taylor | 2015-01-16 | 1 | -3/+16 |
* | go/build: cgo works on linux/alpha. | Ian Lance Taylor | 2015-01-15 | 1 | -0/+1 |
* | reflect: Correct error in conversion of s390x support to Go 1.4. | Ian Lance Taylor | 2015-01-15 | 1 | -1/+1 |
* | libgo: Bump version number in libgo configure script. | Ian Lance Taylor | 2015-01-15 | 2 | -2/+2 |
* | Add files somehow left out of last commit (upgrade to Go 1.4). | Ian Lance Taylor | 2015-01-15 | 2 | -0/+174 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 2015-01-15 | 613 | -6871/+29850 |
* | cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ... | Ian Lance Taylor | 2015-01-10 | 1 | -0/+1 |
* | cmd/go: Adjust finding gccgo to match current upstream sources. | Ian Lance Taylor | 2015-01-09 | 1 | -6/+13 |
* | cmd/go: Use builtin constant to set default gccgo compiler. | Ian Lance Taylor | 2015-01-08 | 1 | -11/+12 |
* | libgo: Add sources for go, cgo, and gofmt commands. | Ian Lance Taylor | 2015-01-06 | 135 | -3/+18991 |