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