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