Age | Commit message (Expand) | Author | Files | Lines |
2017-09-22 | debug/xcoff,cmd: add XCOFF support | Ian Lance Taylor | 1 | -1/+4 |
2017-09-20 | libgo: fix build when using -enable-static=no | Ian Lance Taylor | 1 | -1/+14 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 1 | -10/+84 |
2017-07-18 | re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex... | Ian Lance Taylor | 1 | -7/+0 |
2017-07-14 | libgo: don't copy semt into runtime.inc | Ian Lance Taylor | 1 | -1/+3 |
2017-05-31 | libgo: support for sparc64 GNU/Linux | Ian Lance Taylor | 1 | -1/+1 |
2017-05-17 | libgo: add "vendor" to pkgpath for vendored standard packages | Ian Lance Taylor | 1 | -1/+1 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 1 | -44/+52 |
2017-01-20 | runtime, testing/internal/testdeps: fixes for cgo | Ian Lance Taylor | 1 | -0/+5 |
2017-01-16 | libgo: correct golang_org Makefile variables not used on all systems | Ian Lance Taylor | 1 | -2/+2 |
2017-01-14 | libgo: update to Go 1.8 release candidate 1 | Ian Lance Taylor | 1 | -3/+40 |
2017-01-10 | compiler, runtime: drop size arguments to hash/equal functions | Ian Lance Taylor | 1 | -4/+0 |
2017-01-06 | re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86) | Ian Lance Taylor | 1 | -4/+2 |
2016-12-13 | libgo: fixes for Solaris build | Ian Lance Taylor | 1 | -2/+4 |
2016-12-08 | runtime: copy memory hash code from Go 1.7 | Ian Lance Taylor | 1 | -0/+1 |
2016-11-22 | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 1 | -4/+0 |
2016-11-18 | libgo: remove old/regexp and old/template | Ian Lance Taylor | 1 | -10/+0 |
2016-11-18 | runtime, reflect: rewrite Go to FFI type conversion in Go | Ian Lance Taylor | 1 | -0/+8 |
2016-11-16 | runtime: replace runtime1.goc with Go and C code | Ian Lance Taylor | 1 | -5/+0 |
2016-11-10 | runtime: copy signal code from Go 1.7 runtime | Ian Lance Taylor | 1 | -7/+7 |
2016-11-01 | libgo: only rebuild package if dependent .gox has changed | Ian Lance Taylor | 1 | -2/+5 |
2016-11-01 | libgo: minor Makefile improvements | Ian Lance Taylor | 1 | -3/+3 |
2016-10-30 | libgo: eliminate a lot of duplication in Makefile.am | Ian Lance Taylor | 1 | -2009/+286 |
2016-10-28 | compiler, runtime: copy slice code from Go 1.7 runtime | Ian Lance Taylor | 1 | -3/+0 |
2016-10-21 | libgo: keep c0 and c1 out of runtime.inc | Ian Lance Taylor | 1 | -1/+1 |
2016-10-21 | runtime: copy lfstack code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+0 |
2016-10-20 | runtime: rewrite interface code into Go | Ian Lance Taylor | 1 | -18/+0 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 1 | -28/+0 |
2016-10-17 | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+1 |
2016-10-15 | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 1 | -1/+0 |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -2/+0 |
2016-10-14 | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+0 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 1 | -8/+0 |
2016-10-12 | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 1 | -1/+0 |
2016-10-12 | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 1 | -0/+10 |
2016-10-10 | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 1 | -1/+0 |
2016-10-10 | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 1 | -1/+0 |
2016-10-03 | re PR go/77809 ("_LITTLE_ENDIAN" redefined) | Ian Lance Taylor | 1 | -2/+7 |
2016-09-30 | runtime: copy internal locking code from Go 1.7 runtime | Ian Lance Taylor | 1 | -9/+5 |
2016-09-28 | libgo: fix for runtime/check failure with "-O0 -g" | Ian Lance Taylor | 1 | -0/+1 |
2016-09-27 | libgo: separate mksysinfo inputs into separate Makefile targets | Ian Lance Taylor | 1 | -2/+19 |
2016-09-21 | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 1 | -8/+3 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -7/+65 |
2016-09-10 | runtime/internal/atomic: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -0/+17 |
2016-08-30 | runtime: use -fgo-c-header to build C header file | Ian Lance Taylor | 1 | -12/+34 |
2016-08-08 | libgo: don't have .lo depend on .lo.dep | Ian Lance Taylor | 1 | -155/+158 |
2016-08-06 | libgo: change build procedure to use build tags | Ian Lance Taylor | 1 | -1931/+364 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1 | -23/+226 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 1 | -25/+70 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 1 | -2/+12 |