Age | Commit message (Expand) | Author | Files | Lines |
2022-04-20 | runtime: use correct field name for PPC32 GLIBC registers | Ian Lance Taylor | 1 | -12/+23 |
2022-04-19 | libgo: make a couple of sed uses POSIX compliant | Ian Lance Taylor | 3 | -3/+3 |
2022-04-18 | libgo: only add signum to siglist if it doesn't exist yet | Sören Tempel | 1 | -2/+6 |
2022-04-18 | runtime: add special handling for signal 34 | A. Wilcox | 2 | -2/+5 |
2022-04-15 | compiler: revert `for package-scope "a = b; b = x" just set "a = x"` | Ian Lance Taylor | 2 | -6/+8 |
2022-04-14 | runtime: use regset indexes for PPC register values | Ian Lance Taylor | 1 | -15/+10 |
2022-03-31 | runtime: support PPC32 MUSL register access | Ian Lance Taylor | 1 | -0/+18 |
2022-03-16 | libgo: update to final Go 1.18 release | Ian Lance Taylor | 91 | -603/+1982 |
2022-03-04 | mkruntimeinc: skip _FILE | Ian Lance Taylor | 1 | -1/+2 |
2022-03-04 | libgo: move golang.org/x/sync/semaphore to gotool packages | Clément Chigot | 2 | -1/+1 |
2022-03-04 | libgo: fix AIX build for the Go1.18 update | Clément Chigot | 4 | -4/+2 |
2022-02-22 | libgo: update README.gcc | Ian Lance Taylor | 1 | -4/+3 |
2022-02-21 | runtime/internal/syscall: build dummy package if not Linux | Ian Lance Taylor | 1 | -0/+7 |
2022-02-18 | libgo: update Hurd support | Ian Lance Taylor | 8 | -9/+297 |
2022-02-18 | libgo: update to Go1.18rc1 release | Ian Lance Taylor | 187 | -2975/+3699 |
2022-02-17 | net: add hurd build tag for setReadMsgCloseOnExec | Ian Lance Taylor | 1 | -1/+1 |
2022-02-16 | libgo: restore building on Solaris | Ian Lance Taylor | 7 | -8/+17 |
2022-02-13 | runtime: call timer functions via syscall | Ian Lance Taylor | 6 | -35/+18 |
2022-02-11 | libgo: update to Go1.18beta2 | Ian Lance Taylor | 1977 | -36276/+84204 |
2022-02-08 | compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternal | Ian Lance Taylor | 3 | -5/+42 |
2022-02-03 | make `-Werror` optional in libatomic/libbacktrace/libgomp/libitm/libsanitizer | David Seifert | 2 | -7/+6 |
2022-01-20 | runtime: build panic32.go on amd64p32 | Ian Lance Taylor | 1 | -2/+2 |
2021-12-29 | compiler, libgo: don't pad sparc64-linux epollevent | Ian Lance Taylor | 1 | -1/+1 |
2021-09-21 | runtime: set runtime.GOROOT value at build time | Ian Lance Taylor | 3 | -4/+21 |
2021-09-16 | libgo: update to go1.17.1 release | Ian Lance Taylor | 13 | -20/+153 |
2021-09-07 | runtime: use hash32, not hash64, for amd64p32, mips64p32, mips64p32le | Ian Lance Taylor | 2 | -4/+4 |
2021-09-05 | libgo: update to final Go 1.17 release | Ian Lance Taylor | 12 | -65/+215 |
2021-08-14 | libgo: various fixes for Solaris support | Ian Lance Taylor | 9 | -16/+34 |
2021-08-13 | runtime: use C cast syntax in stack.c | Ian Lance Taylor | 1 | -1/+1 |
2021-08-12 | libgo: update to Go1.17rc2 | Ian Lance Taylor | 2003 | -22813/+74652 |
2021-08-12 | runtime: run gofmt on testdata/testwinsignal/main.go | Ian Lance Taylor | 1 | -19/+19 |
2021-08-12 | compiler: store pointers to go:notinheap types indirectly | Ian Lance Taylor | 1 | -2/+2 |
2021-08-05 | runtime: extend internal atomics to comply with sync/atomic | Ian Lance Taylor | 2 | -0/+105 |
2021-08-03 | compile, runtime: make selectnbrecv return two values | Ian Lance Taylor | 1 | -28/+3 |
2021-08-02 | compiler, runtime: allow slice to array pointer conversion | Ian Lance Taylor | 2 | -0/+9 |
2021-08-02 | compiler, runtime: support unsafe.Add and unsafe.Slice | Ian Lance Taylor | 1 | -0/+29 |
2021-07-09 | runtime: remove direct assignments to memory locations | Ian Lance Taylor | 2 | -3/+3 |
2021-06-10 | libgo: update to Go1.16.5 release | Ian Lance Taylor | 31 | -131/+781 |
2021-05-18 | libgo: update configure to current sources | Ian Lance Taylor | 1 | -2/+2 |
2021-05-18 | libgo: update bzip2 binary test cases to match source repo | Ian Lance Taylor | 2 | -0/+0 |
2021-05-18 | libgo: use Windows line endings in testwinsignal | Ian Lance Taylor | 1 | -19/+19 |
2021-04-12 | libgo: update to Go1.16.3 release | Ian Lance Taylor | 20 | -67/+354 |
2021-03-15 | libgo: update to Go 1.16.2 release | Ian Lance Taylor | 32 | -191/+509 |
2021-03-12 | misc/cgo/testcarchive: don't use == for string equality in C code | Ian Lance Taylor | 1 | -1/+1 |
2021-03-08 | runtime: cast SIGSTKSZ to uintptr | Ian Lance Taylor | 1 | -2/+2 |
2021-02-25 | libgo: ensure memmove, memset 8 byte atomicity on ppc64x | Lynn Boger | 6 | -6/+143 |
2021-02-19 | libgo: update to Go1.16 release | Ian Lance Taylor | 38 | -81/+434 |
2021-02-03 | libgo: install new 1.16 packages | Ian Lance Taylor | 2 | -17/+60 |
2021-01-29 | internal/cpu: correctly link to getsystemcfg | Clément Chigot | 2 | -4/+1 |
2021-01-29 | libgo: update to Go1.16rc1 | Ian Lance Taylor | 187 | -10091/+10352 |