summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2025-07-08runtime: avoid libc memmove and memclrIan Lance Taylor
2025-07-08syscall: pass correct pointer to system call in recvmsgRawIan Lance Taylor
2025-03-04libgo: bump libgo version for GCC 15 releaseIan Lance Taylor
2025-01-06crypto/tls: fix Config.Time in tests using expired certificatesIan Lance Taylor
2024-10-30syscall: don't define syscall stub on HurdIan Lance Taylor
2024-10-18runtime/testdata: fix for C23 nullptr keywordIan Lance Taylor
2024-04-29runtime: dump registers on SolarisIan Lance Taylor
2024-04-29runtime: use <stdbool.h>Ian Lance Taylor
2024-02-05libgo: bump libgo version for GCC 14 releaseIan Lance Taylor
2024-02-02libgo: better error messages for unknown GOARCH/GOOSIan Lance Taylor
2024-02-02compiler: export the type "any" as a builtinIan Lance Taylor
2023-11-30libgo: update configure.ac to upstream GCCIan Lance Taylor
2023-10-23syscall: add missing type conversionIan Lance Taylor
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe
2023-09-12libgo: fix DejaGNU testsuite compiler when using build sysrootIan Lance Taylor
2023-09-06cmd/go: permit $AR to include optionsIan Lance Taylor
2023-07-20cmd/go: don't collect package CGOLDFLAGS when using gccgoIan Lance Taylor
2023-06-23compiler, libgo: support bootstrapping gc compilerIan Lance Taylor
2023-06-20runtime: use a C function to call mmapIan Lance Taylor
2023-06-16libgo/testsuite: add benchmarks and examples to listIan Lance Taylor
2023-05-11syscall: add prlimitIan Lance Taylor
2023-04-07mime: remove test ordering dependencyIan Lance Taylor
2023-03-05libgo: revert incorrectly committed changeIan Lance Taylor
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao
2022-12-20libgo: check for makecontext in -lucontextIan Lance Taylor
2022-12-12libgo: bump major versionIan Lance Taylor
2022-11-30runtime: force XSI strerror on hurdIan Lance Taylor
2022-11-29syscall, runtime: always call XSI strerror_rIan Lance Taylor
2022-10-27runtime: use _libgo_off_t_type when calling C mmapIan Lance Taylor
2022-09-27runtime: portable access to sigev_notify_thread_idIan Lance Taylor
2022-09-27runtime: synchronize empty struct field handlingmelonedo
2022-09-22cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapIan Lance Taylor
2022-09-06runtime: ignore __morestack function in runtime.CallersIan Lance Taylor
2022-07-30libgo: use SYS_timer_settime32Ian Lance Taylor
2022-07-22libgo: use POSIX shell arithmetic expansionIan Lance Taylor
2022-07-13libgo: don't include <linux/fs.h> when building gen-sysinfo.goIan Lance Taylor
2022-06-30libgo: handle stat st_atim32 field and SYS_SECCOMPIan Lance Taylor
2022-06-28libgo: make runtime.Version return a meaningful stringIan Lance Taylor
2022-06-21libgo: #include <sys/types.h> when checking for loff_tIan Lance Taylor
2022-06-17libgo: permit loff_t and off_t to be macrosIan Lance Taylor
2022-06-14syscall: gofmtIan Lance Taylor
2022-04-20runtime: use correct field name for PPC32 GLIBC registersIan Lance Taylor
2022-04-19libgo: make a couple of sed uses POSIX compliantIan Lance Taylor
2022-04-18libgo: only add signum to siglist if it doesn't exist yetSören Tempel
2022-04-18runtime: add special handling for signal 34A. Wilcox
2022-04-15compiler: revert `for package-scope "a = b; b = x" just set "a = x"`Ian Lance Taylor
2022-04-14runtime: use regset indexes for PPC register valuesIan Lance Taylor
2022-03-31runtime: support PPC32 MUSL register accessIan Lance Taylor
2022-03-16libgo: update to final Go 1.18 releaseIan Lance Taylor
2022-03-04mkruntimeinc: skip _FILEIan Lance Taylor