Age | Commit message (Expand) | Author | Files | Lines |
2024-02-02 | libgo: better error messages for unknown GOARCH/GOOS | Ian Lance Taylor | 1 | -0/+4 |
2023-06-23 | compiler, libgo: support bootstrapping gc compiler | Ian Lance Taylor | 1 | -0/+1 |
2023-06-20 | runtime: use a C function to call mmap | Ian Lance Taylor | 1 | -0/+1 |
2022-11-29 | syscall, runtime: always call XSI strerror_r | Ian Lance Taylor | 1 | -0/+1 |
2022-06-28 | libgo: make runtime.Version return a meaningful string | Ian Lance Taylor | 1 | -0/+1 |
2022-04-19 | libgo: make a couple of sed uses POSIX compliant | Ian Lance Taylor | 1 | -1/+1 |
2022-02-18 | libgo: update to Go1.18rc1 release | Ian Lance Taylor | 1 | -0/+6 |
2022-02-13 | runtime: call timer functions via syscall | Ian Lance Taylor | 1 | -3/+2 |
2022-02-11 | libgo: update to Go1.18beta2 | Ian Lance Taylor | 1 | -29/+55 |
2021-09-21 | runtime: set runtime.GOROOT value at build time | Ian Lance Taylor | 1 | -1/+10 |
2021-08-12 | libgo: update to Go1.17rc2 | Ian Lance Taylor | 1 | -28/+36 |
2021-02-25 | libgo: ensure memmove, memset 8 byte atomicity on ppc64x | Lynn Boger | 1 | -0/+1 |
2021-02-03 | libgo: install new 1.16 packages | Ian Lance Taylor | 1 | -0/+9 |
2021-01-29 | libgo: update to Go1.16rc1 | Ian Lance Taylor | 1 | -1/+1 |
2021-01-14 | libgo: update hurd support | Ian Lance Taylor | 1 | -1/+1 |
2020-12-30 | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 1 | -0/+11 |
2020-12-03 | compiler: defer to middle-end for complex division | Ian Lance Taylor | 1 | -1/+0 |
2020-10-28 | libgo: handle linking to NetBSD's versioned symbols | Nikhil Benesch | 1 | -2/+58 |
2020-10-15 | libgo: correct Makefile typo in path to x/net/route package | Nikhil Benesch | 1 | -1/+1 |
2020-10-13 | reflect: ensure uniqueness of type descriptors on AIX. | Clément Chigot | 1 | -0/+6 |
2020-09-21 | libgo: don't put golang.org packages in zstdpkglist.go | Ian Lance Taylor | 1 | -1/+1 |
2020-08-26 | libgo: add FAT library support for static libraries on AIX | Clément Chigot | 1 | -0/+4 |
2020-08-12 | libgo: correctly handle AIX FAT library creation | Clément Chigot | 1 | -2/+9 |
2020-08-01 | libgo: update to go1.15rc1 | Ian Lance Taylor | 1 | -12/+19 |
2020-07-23 | libgo: add AIX FAT libraries support | Clément Chigot | 1 | -0/+14 |
2020-05-15 | libgo: only build syscall test with -static if it works | Ian Lance Taylor | 1 | -2/+2 |
2020-05-14 | libgo: only build syscall test with -static on GNU/Linux | Ian Lance Taylor | 1 | -0/+2 |
2020-05-13 | libgo: build syscall test with -static | Ian Lance Taylor | 1 | -0/+4 |
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 |