Age | Commit message (Expand) | Author | Files | Lines |
2018-05-09 | go/build, cmd/go: update to match recent changes to gc | Ian Lance Taylor | 1 | -4/+4 |
2018-05-02 | libgo: refactor code to enumerate stdlib packages | Ian Lance Taylor | 1 | -393/+11 |
2018-03-16 | libgo: add runtime/pprof/internal/profile.gox to noinst_DATA | Ian Lance Taylor | 1 | -2/+4 |
2018-03-09 | commit ce28919112dbb234366816ab39ce060ad45e8ca9 | Ian Lance Taylor | 1 | -2/+2 |
2018-02-01 | math: adjust compilation flags, use them when testing | Ian Lance Taylor | 1 | -0/+1 |
2018-01-19 | mksysinfo: use rlimit64 if available when we use getrlimit64 | Ian Lance Taylor | 1 | -1/+1 |
2018-01-17 | libgo: update to Go1.10beta2 release | Ian Lance Taylor | 1 | -2/+3 |
2018-01-14 | go/types: implement SizesFor for gccgo | Ian Lance Taylor | 1 | -16/+25 |
2018-01-10 | exp: remove exp/proxy and exp/terminal packages | Ian Lance Taylor | 1 | -65/+30 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 1 | -6/+50 |
2017-12-06 | libgo: remove -fplan9-extensions from CFLAGS | Ian Lance Taylor | 1 | -1/+1 |
2017-11-21 | libgo: fix makefile buglet | Ian Lance Taylor | 1 | -1/+1 |
2017-11-14 | libgo: adapt Solaris 12 references | Ian Lance Taylor | 1 | -1/+1 |
2017-11-06 | libgo: pass flags to recursive make | Ian Lance Taylor | 1 | -2/+2 |
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 |