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/+12 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 1 | -26/+105 |
2017-07-18 | re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex... | Ian Lance Taylor | 1 | -35/+13 |
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 | -193/+100 |
2017-01-20 | runtime, testing/internal/testdeps: fixes for cgo | Ian Lance Taylor | 1 | -4/+37 |
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 | -6/+40 |
2017-01-10 | compiler, runtime: drop size arguments to hash/equal functions | Ian Lance Taylor | 1 | -43/+6 |
2017-01-06 | re PR go/78978 (runtime/pprof FAILs on Solaris 2/x86) | Ian Lance Taylor | 1 | -7/+6 |
2016-12-13 | libgo: fixes for Solaris build | Ian Lance Taylor | 1 | -5/+8 |
2016-12-08 | runtime: copy memory hash code from Go 1.7 | Ian Lance Taylor | 1 | -1/+10 |
2016-11-22 | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 1 | -40/+3 |
2016-11-18 | libgo: remove old/regexp and old/template | Ian Lance Taylor | 1 | -48/+12 |
2016-11-18 | runtime, reflect: rewrite Go to FFI type conversion in Go | Ian Lance Taylor | 1 | -0/+5 |
2016-11-16 | runtime: replace runtime1.goc with Go and C code | Ian Lance Taylor | 1 | -7/+1 |
2016-11-10 | runtime: copy signal code from Go 1.7 runtime | Ian Lance Taylor | 1 | -19/+9 |
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 | -2061/+291 |
2016-10-28 | compiler, runtime: copy slice code from Go 1.7 runtime | Ian Lance Taylor | 1 | -44/+16 |
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 | -4/+2 |
2016-10-20 | runtime: rewrite interface code into Go | Ian Lance Taylor | 1 | -133/+11 |
2016-10-18 | runtime: copy netpoll code from Go 1.7 runtime | Ian Lance Taylor | 1 | -66/+17 |
2016-10-17 | runtime: copy rdebug code from Go 1.7 runtime | Ian Lance Taylor | 1 | -3/+2 |
2016-10-15 | runtime: copy runtime package time code from Go 1.7 | Ian Lance Taylor | 1 | -4/+1 |
2016-10-14 | runtime: copy mprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -21/+10 |
2016-10-14 | runtime: copy cpuprof code from Go 1.7 runtime | Ian Lance Taylor | 1 | -5/+3 |
2016-10-12 | compiler, runtime: copy string code from Go 1.7 | Ian Lance Taylor | 1 | -80/+12 |
2016-10-12 | runtime: copy Go 1.7 runtime semaphore code | Ian Lance Taylor | 1 | -3/+1 |
2016-10-12 | syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 | Ian Lance Taylor | 1 | -18/+25 |
2016-10-10 | runtime: copy print/println support from Go 1.7 | Ian Lance Taylor | 1 | -10/+1 |
2016-10-10 | runtime: copy channel code from Go 1.7 runtime | Ian Lance Taylor | 1 | -5/+3 |
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 | -53/+33 |
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 | -82/+42 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -11/+79 |
2016-09-10 | runtime/internal/atomic: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -0/+18 |
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 | -1673/+388 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1 | -48/+208 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 1 | -26/+58 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 1 | -3/+6 |