Age | Commit message (Expand) | Author | Files | Lines |
2024-10-30 | syscall: don't define syscall stub on Hurd | Ian Lance Taylor | 3 | -5/+5 |
2024-10-18 | runtime/testdata: fix for C23 nullptr keyword | Ian Lance Taylor | 1 | -2/+2 |
2024-04-29 | runtime: dump registers on Solaris | Ian Lance Taylor | 1 | -4/+59 |
2024-04-29 | runtime: use <stdbool.h> | Ian Lance Taylor | 1 | -6/+1 |
2024-02-05 | libgo: bump libgo version for GCC 14 release | Ian Lance Taylor | 2 | -2/+2 |
2024-02-02 | libgo: better error messages for unknown GOARCH/GOOS | Ian Lance Taylor | 4 | -0/+24 |
2024-02-02 | compiler: export the type "any" as a builtin | Ian Lance Taylor | 1 | -14/+16 |
2023-11-30 | libgo: update configure.ac to upstream GCC | Ian Lance Taylor | 1 | -0/+1 |
2023-10-23 | syscall: add missing type conversion | Ian Lance Taylor | 1 | -1/+1 |
2023-10-22 | Config,Darwin: Allow for configuring Darwin to use embedded runpath. | Iain Sandoe | 2 | -2/+17 |
2023-09-12 | libgo: fix DejaGNU testsuite compiler when using build sysroot | Ian Lance Taylor | 6 | -3/+18 |
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 | 3 | -8/+4 |
2023-06-20 | runtime: use a C function to call mmap | Ian Lance Taylor | 5 | -15/+38 |
2023-06-16 | libgo/testsuite: add benchmarks and examples to list | Ian Lance Taylor | 2 | -4/+15 |
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 |
2023-03-05 | libgo: revert incorrectly committed change | Ian Lance Taylor | 1 | -1/+0 |
2023-01-07 | Always define `WIN32_LEAN_AND_MEAN` before <windows.h> | LIU Hao | 1 | -0/+1 |
2022-12-20 | libgo: check for makecontext in -lucontext | Ian Lance Taylor | 2 | -0/+60 |
2022-12-12 | libgo: bump major version | Ian Lance Taylor | 2 | -2/+2 |
2022-11-30 | runtime: force XSI strerror on hurd | Ian Lance Taylor | 1 | -2/+2 |
2022-11-29 | syscall, runtime: always call XSI strerror_r | Ian Lance Taylor | 5 | -48/+52 |
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 | 2 | -1/+29 |
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-09-06 | runtime: ignore __morestack function in runtime.Callers | Ian Lance Taylor | 1 | -1/+1 |
2022-07-30 | libgo: use SYS_timer_settime32 | Ian Lance Taylor | 1 | -0/+5 |
2022-07-22 | libgo: use POSIX shell arithmetic expansion | Ian Lance Taylor | 2 | -2/+2 |
2022-07-13 | libgo: don't include <linux/fs.h> when building gen-sysinfo.go | Ian Lance Taylor | 1 | -3/+0 |
2022-06-30 | libgo: handle stat st_atim32 field and SYS_SECCOMP | Ian Lance Taylor | 1 | -1/+2 |
2022-06-28 | libgo: make runtime.Version return a meaningful string | Ian Lance Taylor | 3 | -10/+2 |
2022-06-21 | libgo: #include <sys/types.h> when checking for loff_t | Ian Lance Taylor | 2 | -2/+8 |
2022-06-17 | libgo: permit loff_t and off_t to be macros | Ian Lance Taylor | 6 | -18/+39 |
2022-06-14 | syscall: gofmt | Ian Lance Taylor | 42 | -6/+52 |
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 |