Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-01-14 | libgo: update hurd support | Ian Lance Taylor | 7 | -14/+20 |
2021-01-12 | syscall: ensure openat uses variadic libc wrapper | Paul E. Murphy | 1 | -1/+1 |
2021-01-05 | Update GNU/Hurd configure support | Samuel Thibault | 2 | -22/+2 |
2021-01-05 | syscall: don't define sys_SETREUID and friends | Ian Lance Taylor | 2 | -12/+0 |
2021-01-05 | internal/cpu: more build fixes for Go1.16beta1 release | Ian Lance Taylor | 9 | -0/+63 |
2021-01-01 | internal/cpu: add aarch64 support functions | Ian Lance Taylor | 1 | -0/+26 |
2021-01-01 | runtime: move startupRandomData back to runtime2.go | Ian Lance Taylor | 2 | -4/+4 |
2021-01-01 | internal/cpu, golang.org/x/sys/cpu: support other GOARCH values | Ian Lance Taylor | 9 | -48/+77 |
2020-12-30 | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 1186 | -30816/+67381 |
2020-12-22 | runtime: eliminate scase.kind field | Ian Lance Taylor | 1 | -40/+53 |
2020-12-22 | runtime: add "success" field to sudog | Ian Lance Taylor | 3 | -22/+28 |
2020-12-22 | runtime: omit nil-channel cases from selectgo's orders | Ian Lance Taylor | 1 | -40/+28 |
2020-12-22 | runtime: remove scase.releasetime field | Ian Lance Taylor | 1 | -12/+9 |
2020-12-20 | libgo: adjust sysinfo scripts for changed -fdump-go-spec | Nikhil Benesch | 3 | -91/+21 |
2020-12-18 | compiler: check for floating-point exponent overflow | Ian Lance Taylor | 2 | -0/+2 |
2020-12-08 | libgo: update to 1.15.6 release | Ian Lance Taylor | 10 | -20/+201 |
2020-12-07 | syscall: don't use AF_LINK on hurd | Ian Lance Taylor | 2 | -1/+102 |
2020-12-04 | runtime: update type descriptor name in fieldtrack C support code | Ian Lance Taylor | 1 | -1/+1 |
2020-12-03 | compiler: defer to middle-end for complex division | Ian Lance Taylor | 3 | -60/+5 |
2020-11-30 | internal/cpu: don't define CacheLinePadSize for mips64x | Ian Lance Taylor | 1 | -2/+0 |
2020-11-30 | compiler, runtime: check len/cap for append(s, make(T, l)...) | Ian Lance Taylor | 1 | -2/+9 |
2020-11-30 | libgo: define SO_RCVTIMEO on 32-bit GNU/Linux | Ian Lance Taylor | 2 | -0/+12 |