Age | Commit message (Expand) | Author | Files | Lines |
2024-02-02 | compiler: export the type "any" as a builtin | Ian Lance Taylor | 1 | -14/+16 |
2023-10-23 | syscall: add missing type conversion | Ian Lance Taylor | 1 | -1/+1 |
2023-09-06 | cmd/go: permit $AR to include options | Ian Lance Taylor | 1 | -6/+2 |
2023-07-20 | cmd/go: don't collect package CGOLDFLAGS when using gccgo | Ian Lance Taylor | 2 | -11/+2 |
2023-06-23 | compiler, libgo: support bootstrapping gc compiler | Ian Lance Taylor | 1 | -8/+2 |
2023-06-20 | runtime: use a C function to call mmap | Ian Lance Taylor | 1 | -3/+3 |
2023-06-16 | libgo/testsuite: add benchmarks and examples to list | Ian Lance Taylor | 1 | -0/+9 |
2023-05-11 | syscall: add prlimit | Ian Lance Taylor | 1 | -0/+8 |
2023-04-07 | mime: remove test ordering dependency | Ian Lance Taylor | 2 | -1/+5 |
2022-11-29 | syscall, runtime: always call XSI strerror_r | Ian Lance Taylor | 2 | -47/+9 |
2022-10-27 | runtime: use _libgo_off_t_type when calling C mmap | Ian Lance Taylor | 1 | -2/+4 |
2022-09-27 | runtime: portable access to sigev_notify_thread_id | Ian Lance Taylor | 1 | -1/+11 |
2022-09-27 | runtime: synchronize empty struct field handling | melonedo | 1 | -4/+10 |
2022-09-22 | cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap | Ian Lance Taylor | 5 | -51/+66 |
2022-06-28 | libgo: make runtime.Version return a meaningful string | Ian Lance Taylor | 1 | -10/+0 |
2022-06-17 | libgo: permit loff_t and off_t to be macros | Ian Lance Taylor | 1 | -8/+8 |
2022-06-14 | syscall: gofmt | Ian Lance Taylor | 42 | -6/+52 |
2022-04-18 | runtime: add special handling for signal 34 | A. Wilcox | 1 | -1/+2 |
2022-04-15 | compiler: revert `for package-scope "a = b; b = x" just set "a = x"` | Ian Lance Taylor | 2 | -6/+8 |
2022-03-16 | libgo: update to final Go 1.18 release | Ian Lance Taylor | 87 | -599/+1978 |
2022-03-04 | libgo: fix AIX build for the Go1.18 update | Clément Chigot | 4 | -4/+2 |
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 | 177 | -2945/+3655 |
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 | 1 | -10/+11 |
2022-02-11 | libgo: update to Go1.18beta2 | Ian Lance Taylor | 1913 | -36042/+82937 |
2022-02-08 | compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternal | Ian Lance Taylor | 2 | -5/+41 |
2022-01-20 | runtime: build panic32.go on amd64p32 | Ian Lance Taylor | 1 | -2/+2 |
2021-09-21 | runtime: set runtime.GOROOT value at build time | Ian Lance Taylor | 1 | -2/+0 |
2021-09-16 | libgo: update to go1.17.1 release | Ian Lance Taylor | 11 | -18/+151 |
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 | 8 | -63/+103 |
2021-08-14 | libgo: various fixes for Solaris support | Ian Lance Taylor | 8 | -15/+33 |
2021-08-12 | libgo: update to Go1.17rc2 | Ian Lance Taylor | 1944 | -22608/+73883 |
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-06-10 | libgo: update to Go1.16.5 release | Ian Lance Taylor | 29 | -129/+779 |
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 | 13 | -65/+271 |
2021-03-15 | libgo: update to Go 1.16.2 release | Ian Lance Taylor | 26 | -182/+449 |
2021-02-25 | libgo: ensure memmove, memset 8 byte atomicity on ppc64x | Lynn Boger | 1 | -2/+0 |
2021-02-19 | libgo: update to Go1.16 release | Ian Lance Taylor | 32 | -79/+378 |
2021-01-29 | internal/cpu: correctly link to getsystemcfg | Clément Chigot | 2 | -4/+1 |