Age | Commit message (Expand) | Author | Files | Lines |
2020-02-16 | libgo: install internal/reflectlite.gox | Ian Lance Taylor | 1 | -0/+5 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 1 | -1/+3 |
2020-01-07 | compiler, runtime: stop using __go_runtime_error | Ian Lance Taylor | 1 | -1/+0 |
2019-12-06 | re PR go/92820 (libgo.so.15 has executable stack) | Ian Lance Taylor | 1 | -1/+8 |
2019-09-12 | libgo: update to Go1.13 | Ian Lance Taylor | 1 | -0/+1 |
2019-09-10 | libgo: Solaris and x/sys/cpu compatibility fixes | Ian Lance Taylor | 1 | -15/+19 |
2019-09-09 | libgo: only build x/sys/cpu/cpu_gccgo.c on x86 systems | Ian Lance Taylor | 1 | -1/+7 |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 1 | -18/+25 |
2019-08-28 | runtime: move osinit to Go | Ian Lance Taylor | 1 | -36/+1 |
2019-08-27 | libgo: rebuild runtime.inc if mkruntimeinc.sh changes | Ian Lance Taylor | 1 | -2/+3 |
2019-06-24 | compiler: use builtin memcmp directly | Ian Lance Taylor | 1 | -1/+0 |
2019-06-21 | compiler: open code string slice expressions | Ian Lance Taylor | 1 | -1/+0 |
2019-05-31 | runtime: drop unused C type reflection code | Ian Lance Taylor | 1 | -1/+0 |
2019-05-31 | runtime: implement cheaper context switch on Linux/AMD64 | Ian Lance Taylor | 1 | -0/+1 |
2019-05-08 | runtime: use builtin memmove directly | Cherry Zhang | 1 | -1/+0 |
2019-02-28 | libgo: fix go_export extraction on Darwin | Ian Lance Taylor | 1 | -1/+7 |
2019-02-27 | re PR go/89172 (FAIL: runtime/pprof) | Ian Lance Taylor | 1 | -0/+1 |
2019-02-01 | libgo: add configury and sysinfo support for hurd | Ian Lance Taylor | 1 | -0/+4 |
2019-02-01 | runtime, sync: use __atomic intrinsics instead of __sync | Ian Lance Taylor | 1 | -1/+0 |
2019-01-21 | libgo: fix building, and some testing, on Solaris | Ian Lance Taylor | 1 | -1/+1 |
2019-01-18 | libgo: update to Go1.12beta2 | Ian Lance Taylor | 1 | -32/+24 |
2018-10-31 | re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ... | Ian Lance Taylor | 1 | -0/+2 |
2018-09-25 | internal/bytealg, internal/cpu, internal/poll: portability fixes | Ian Lance Taylor | 1 | -0/+11 |
2018-09-24 | libgo: update to Go 1.11 | Ian Lance Taylor | 1 | -4/+25 |
2018-05-09 | go/build, cmd/go: update to match recent changes to gc | Ian Lance Taylor | 1 | -5/+5 |
2018-05-02 | libgo: refactor code to enumerate stdlib packages | Ian Lance Taylor | 1 | -391/+11 |
2018-03-16 | libgo: add runtime/pprof/internal/profile.gox to noinst_DATA | Ian Lance Taylor | 1 | -1/+3 |
2018-03-09 | commit ce28919112dbb234366816ab39ce060ad45e8ca9 | Ian Lance Taylor | 1 | -0/+1 |
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 | -8/+26 |
2018-01-10 | exp: remove exp/proxy and exp/terminal packages | Ian Lance Taylor | 1 | -11/+0 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 1 | -6/+53 |
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/+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 |