Age | Commit message (Expand) | Author | Files | Lines |
2015-02-06 | mksysinfo.sh: Remove _zone_net_addr_t handling. | Ian Lance Taylor | 1 | -5/+0 |
2015-02-06 | runtime: Add memprofilerate to GODEBUG | Ian Lance Taylor | 2 | -1/+19 |
2015-02-03 | go/types: Remove unused testdata files. | Ian Lance Taylor | 13 | -1992/+0 |
2015-01-23 | re PR go/64573 (Cmd.Start swallows error from fork()/clone()) | Ian Lance Taylor | 1 | -0/+1 |
2015-01-23 | re PR go/64725 (FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: fin... | Ian Lance Taylor | 1 | -0/+9 |
2015-01-23 | re PR go/64595 (go programs abort when debug info is stripped) | Ian Lance Taylor | 1 | -0/+5 |
2015-01-21 | runtime: Add the Go language version information to the Version output. | Ian Lance Taylor | 4 | -2/+13 |
2015-01-20 | re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match) | Ian Lance Taylor | 1 | -2/+4 |
2015-01-20 | runtime: No special case for 386 complex in FFI support. | Ian Lance Taylor | 1 | -15/+1 |
2015-01-19 | Add attribute unused to dummy arguments in ffi stub | Richard Henderson | 1 | -1/+2 |
2015-01-19 | reflect: Fix build for systems that do not define ffi_go_closure. | Ian Lance Taylor | 3 | -7/+7 |
2015-01-16 | runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS. | Ian Lance Taylor | 1 | -0/+24 |
2015-01-16 | testing/quick: Revert Alpha specific change. | Ian Lance Taylor | 1 | -7/+4 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 21 | -2344/+84 |
2015-01-16 | net: Restore earlier Solaris-specific version of setKeepAlivePeriod. | Ian Lance Taylor | 3 | -2/+34 |
2015-01-16 | runtime: Use a struct, not void, for an empty struct for libffi. | Ian Lance Taylor | 1 | -3/+16 |
2015-01-15 | go/build: cgo works on linux/alpha. | Ian Lance Taylor | 1 | -0/+1 |
2015-01-15 | reflect: Correct error in conversion of s390x support to Go 1.4. | Ian Lance Taylor | 1 | -1/+1 |
2015-01-15 | libgo: Bump version number in libgo configure script. | Ian Lance Taylor | 2 | -2/+2 |
2015-01-15 | Add files somehow left out of last commit (upgrade to Go 1.4). | Ian Lance Taylor | 2 | -0/+174 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 613 | -6871/+29850 |
2015-01-10 | cmd/go: Back-port CL 157460043 (pass $CGO_LDFLAGS to linker with the "gccgo" ... | Ian Lance Taylor | 1 | -0/+1 |
2015-01-09 | cmd/go: Adjust finding gccgo to match current upstream sources. | Ian Lance Taylor | 1 | -6/+13 |
2015-01-08 | cmd/go: Use builtin constant to set default gccgo compiler. | Ian Lance Taylor | 1 | -11/+12 |
2015-01-06 | libgo: Add sources for go, cgo, and gofmt commands. | Ian Lance Taylor | 135 | -3/+18991 |
2015-01-05 | re PR go/61871 (FAIL: regexp from libgo testsuite on non-split stack targets) | Ian Lance Taylor | 1 | -1/+1 |
2014-12-23 | runtime: Remove undefined references to runtime_race*. | Ian Lance Taylor | 7 | -130/+2 |
2014-12-17 | mksysinfo: Pass -O to compiler to avoid warnings on CentOS. | Ian Lance Taylor | 2 | -2/+2 |
2014-12-13 | re PR go/61258 (gccgo: assertion failure go-map-delete.c:37 [GoSmith]) | Ian Lance Taylor | 1 | -1/+4 |
2014-12-13 | testing: Add testing.MainStart function. | Ian Lance Taylor | 1 | -5/+51 |
2014-12-13 | runtime: Clear stack pointers for extra G's. | Ian Lance Taylor | 1 | -0/+3 |
2014-12-12 | Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite dr... | Kyrylo Tkachov | 1 | -0/+2 |
2014-12-01 | runtime: introduce mvifdiff.sh script to replace GCC's move-if-change | Ian Lance Taylor | 3 | -12/+27 |
2014-11-21 | runtime: GOARCH values for ppc64 BE & LE | Ian Lance Taylor | 4 | -7/+45 |
2014-11-14 | runtime: set library name based on compiler name | Ian Lance Taylor | 4 | -44/+116 |
2014-11-12 | libgo: Update libtool support to files in current GCC trunk. | Ian Lance Taylor | 3 | -45/+37 |
2014-11-06 | runtime: Use stckf unconditionally on s390. | Dominik Vogt | 1 | -6/+6 |
2014-11-06 | mksysinfo: Tolerate missing structures in upcase_fields. | Dominik Vogt | 1 | -4/+4 |
2014-11-05 | sync/atomic: fix data races in tests | Ian Lance Taylor | 1 | -8/+8 |
2014-11-04 | libgo: add s390 support | Ian Lance Taylor | 20 | -18/+1309 |
2014-11-03 | runtime: use "$GOC -dumpversion" instead of BASE-VER to discover compiler ver... | Ian Lance Taylor | 2 | -2/+2 |
2014-10-28 | debug/elf: add power64 support along with relocation test | Ian Lance Taylor | 4 | -1/+233 |
2014-10-28 | libgo: Add consts for ioctl | Ian Lance Taylor | 1 | -1/+25 |
2014-10-27 | libgo: Update to Go 1.3.3 release. | Ian Lance Taylor | 19 | -60/+336 |
2014-10-20 | compiler, runtime: Add type information to single object allocation. | Ian Lance Taylor | 1 | -4/+8 |
2014-10-20 | reflect: allocate correct type in assignTo and cvtT2I | Ian Lance Taylor | 1 | -11/+11 |
2014-10-17 | configure: Quote some shell variables. | Ian Lance Taylor | 2 | -16/+16 |
2014-10-16 | runtime: Don't create threads with a small stack. | Ian Lance Taylor | 1 | -55/+0 |
2014-10-08 | re PR go/60406 (recover.go: test13reflect2 test failure) | Ian Lance Taylor | 5 | -76/+195 |
2014-10-03 | re PR go/61877 (reflect: cannot use []string as type string in Call) | Ian Lance Taylor | 2 | -39/+97 |