- 2f281eb misc/cgo/testcarchive: don't use == for string equality in C code by Ian Lance Taylor · 4 years ago
- 93380a9 runtime: cast SIGSTKSZ to uintptr by Ian Lance Taylor · 4 years ago
- 56cf388 libgo: ensure memmove, memset 8 byte atomicity on ppc64x by Lynn Boger · 4 years, 1 month ago
- 78a840e libgo: update to Go1.16 release by Ian Lance Taylor · 4 years, 1 month ago
- 78770fd libgo: install new 1.16 packages by Ian Lance Taylor · 4 years, 1 month ago
- 271a043 internal/cpu: correctly link to getsystemcfg by Clément Chigot · 4 years, 2 months ago
- 2663206 libgo: zstdpkglist.go depends on libgo-packages.txt by Ian Lance Taylor · 4 years, 2 months ago
- c7dcc33 libgo: update to Go1.16rc1 by Ian Lance Taylor · 4 years, 2 months ago
- fd5396b libgo: update hurd support by Ian Lance Taylor · 4 years, 2 months ago
- 255657d syscall: ensure openat uses variadic libc wrapper by Paul E. Murphy · 4 years, 2 months ago
- a2578eb syscall: don't define sys_SETREUID and friends by Ian Lance Taylor · 4 years, 2 months ago
- 5b075d0 internal/cpu: more build fixes for Go1.16beta1 release by Ian Lance Taylor · 4 years, 2 months ago
- 2b5bdd2 internal/cpu: add aarch64 support functions by Ian Lance Taylor · 4 years, 2 months ago
- fa161cb runtime: move startupRandomData back to runtime2.go by Ian Lance Taylor · 4 years, 2 months ago
- 6857530 internal/cpu, golang.org/x/sys/cpu: support other GOARCH values by Ian Lance Taylor · 4 years, 2 months ago
- 47bdc8b libgo: regenerate config.h.in, add direntType unused attribute by Ian Lance Taylor · 4 years, 3 months ago
- 49b0769 libgo: update to Go1.16beta1 release by Ian Lance Taylor · 4 years, 3 months ago
- d091cd2 runtime: eliminate scase.kind field by Ian Lance Taylor · 4 years, 3 months ago
- eca96e3 runtime: add "success" field to sudog by Ian Lance Taylor · 4 years, 3 months ago
- d0e56e8 runtime: omit nil-channel cases from selectgo's orders by Ian Lance Taylor · 4 years, 3 months ago
- c845699 runtime: remove scase.releasetime field by Ian Lance Taylor · 4 years, 3 months ago
- f9e44c6 libgo: adjust sysinfo scripts for changed -fdump-go-spec by Nikhil Benesch · 4 years, 3 months ago
- 1317de5 compiler: check for floating-point exponent overflow by Ian Lance Taylor · 4 years, 3 months ago
- 0d0b423 libgo: update to 1.15.6 release by Ian Lance Taylor · 4 years, 3 months ago
- 3363fc2 syscall: don't use AF_LINK on hurd by Ian Lance Taylor · 4 years, 3 months ago
- 342e5f0 runtime: update type descriptor name in fieldtrack C support code by Ian Lance Taylor · 4 years, 3 months ago
- 5364d15 compiler: defer to middle-end for complex division by Ian Lance Taylor · 4 years, 3 months ago
- 2cc5c74 internal/cpu: don't define CacheLinePadSize for mips64x by Ian Lance Taylor · 4 years, 4 months ago
- 84506e0 compiler, runtime: check len/cap for append(s, make(T, l)...) by Ian Lance Taylor · 4 years, 4 months ago
- be1738f libgo: define SO_RCVTIMEO on 32-bit GNU/Linux by Ian Lance Taylor · 4 years, 4 months ago
- 78c9a65 log/syslog: correct asm name for C function by Ian Lance Taylor · 4 years, 4 months ago
- 36a7b78 libgo: update to Go 1.15.5 release by Ian Lance Taylor · 4 years, 4 months ago
- b483d0e compiler, libgo: change mangling scheme by Ian Lance Taylor · 4 years, 4 months ago
- c948c2d cmd/go, cmd/cgo: update gofrontend mangling checks by Ian Lance Taylor · 4 years, 5 months ago
- 893fa05 libgo: update to Go 1.15.4 release by Ian Lance Taylor · 4 years, 4 months ago
- ae20684 libgo: handle linking to NetBSD's versioned symbols by Nikhil Benesch · 4 years, 5 months ago
- 88a25df syscall: don't build libcall_bsd.go on solaris by Ian Lance Taylor · 4 years, 5 months ago
- be0d2cc libgo: update to Go 1.15.3 release by Ian Lance Taylor · 4 years, 5 months ago
- 957591b compiler, go/internal/gccgoimporter: export notinheap annotation by Ian Lance Taylor · 4 years, 5 months ago
- 66657f8 syscall: import additional BSD-specific syscall wrappers by Nikhil Benesch · 4 years, 5 months ago
- 28f3df4 net/http/cgi: merge upstream changes to default env vars by Nikhil Benesch · 4 years, 5 months ago
- fa66bd1 syscall: only compile ptrace varargs shim on Linux by Nikhil Benesch · 4 years, 5 months ago
- 64c25b2 syscall: import upstream code for BSD sockets and sysctls by Nikhil Benesch · 4 years, 5 months ago
- b2be945 libgo: adjust NetBSD-specific types for stable syscall API by Nikhil Benesch · 4 years, 5 months ago
- 6662382 syscall: remove Sendfile on NetBSD by Nikhil Benesch · 4 years, 5 months ago
- 71e161d runtime: use correct types in __go_ptrace shim by Nikhil Benesch · 4 years, 5 months ago
- d36e74c libgo: correct Makefile typo in path to x/net/route package by Nikhil Benesch · 4 years, 5 months ago
- b73a8f1 libgo: print reason code if throwing unwind exception fails by Nikhil Benesch · 4 years, 5 months ago
- cc1f7d6 libgo: export NetBSD-specific types in mksysinfo.sh by Nikhil Benesch · 4 years, 5 months ago
- c5505c4 runtime: correct semaphore implementation on netbsd by Nikhil Benesch · 4 years, 5 months ago
- 6cb7b9e runtime: populate signal PC on NetBSD by Nikhil Benesch · 4 years, 5 months ago
- 5e76d81 syscall: port fix for netbsd unix sockets from upstream by Nikhil Benesch · 4 years, 5 months ago
- fef8afc reflect: ensure uniqueness of type descriptors on AIX. by Clément Chigot · 4 years, 5 months ago
- 2563706 libgo/configure: remove -fno-section-anchors for AIX by Clément Chigot · 4 years, 6 months ago
- 762b74a libgo: handle go1.10+ correctly in match.sh by Nikhil Benesch · 4 years, 5 months ago
- 801c458 compiler: set varargs correctly for type of method expression by Ian Lance Taylor · 4 years, 6 months ago
- c9c084b libgo: add 32-bit RISC-V (RV32) support by Maciej W. Rozycki · 4 years, 7 months ago
- 9e55baf net: add hurd build tag by Ian Lance Taylor · 4 years, 6 months ago
- 2357468 runtime: remove __go_ptrace on AIX by Clément Chigot · 4 years, 6 months ago
- 6a7648c libgo: update to Go1.15.2 release by Ian Lance Taylor · 4 years, 6 months ago
- cfee06e syscall: fix TestForeground for AIX by Clément Chigot · 6 years ago
- 99ab98d syscall: remove ptrace syscall on ppc64 by Clément Chigot · 6 years ago
- 5605a07 runtime, net: fix build errors on AIX by Clément Chigot · 4 years, 10 months ago
- 6f30979 go/internal/gccgoimporter: recognize aixbigafMagic archives by Clément Chigot · 4 years, 6 months ago
- f2706d9 libgo: don't put golang.org packages in zstdpkglist.go by Ian Lance Taylor · 4 years, 6 months ago
- 6fd6418 libgo: fix ptrace syscall hooks into glibc by Paul E. Murphy · 4 years, 6 months ago
- a47485c libgo: additional type/const references in sysinfo.c by Than McIntosh · 4 years, 6 months ago
- b75a139 gotest: use a space rather than a middle dot in target lists by Maciej W. Rozycki · 4 years, 7 months ago
- 9aed2d2 cmd: add -maix32 to gcc calls for aix/ppc by Clément Chigot · 4 years, 7 months ago
- aac2b38 libgo: add FAT library support for static libraries on AIX by Clément Chigot · 4 years, 7 months ago
- fe5d94c libgo: correctly handle AIX FAT library creation by Clément Chigot · 4 years, 7 months ago
- e08f1d7 internal/syscall/unix: restore ppc build tag by Ian Lance Taylor · 4 years, 7 months ago
- c512af8 runtime: revert eqtype for AIX by Clément Chigot · 4 years, 10 months ago
- 3076650 libgo: update to Go1.15rc2 release by Ian Lance Taylor · 4 years, 7 months ago
- 7f0d383 internal/syscall/unix: correct ia64 syscall numbers by Ian Lance Taylor · 4 years, 7 months ago
- 82a0db1 internal/syscall/unix: define copyFileRangeTrap for all architectures by Ian Lance Taylor · 4 years, 8 months ago
- 2c390ba libgo: update to go1.15rc1 by Ian Lance Taylor · 4 years, 8 months ago
- 63bc243 compiler,runtime: pass only ptr and len to some runtime calls by Ian Lance Taylor · 4 years, 8 months ago
- 587d459 libgo: add AIX FAT libraries support by Clément Chigot · 4 years, 8 months ago
- 2d105e6 libgo: update to Go 1.14.6 release by Ian Lance Taylor · 4 years, 8 months ago
- 2ad0970 libgo: update to Go 1.14.4 release by Ian Lance Taylor · 4 years, 8 months ago
- d4dade3 libgo: update x/sys/cpu to add all GOARCHes supported by gccgo by Tobias Klauser · 4 years, 9 months ago
- 925d115 internal/syscall/unix: use getrandom_linux_generic.go on riscv by Tobias Klauser · 4 years, 9 months ago
- 7419946 runtime: fix arenaBaseOffset for aix/ppc by Clément Chigot · 4 years, 9 months ago
- ea58b84 libgo: update x/sys/cpu after gccgo support added by Clément Chigot · 4 years, 10 months ago
- bc27341 libgo: only build syscall test with -static if it works by Ian Lance Taylor · 4 years, 10 months ago
- cae8d4c libgo: only build syscall test with -static on GNU/Linux by Ian Lance Taylor · 4 years, 10 months ago
- 93b3d88 libgo: build syscall test with -static by Ian Lance Taylor · 4 years, 10 months ago
- 876bdf3 runtime: fix TestCallersNilPointerPanic by eric fang · 5 years ago
- 8645632 syscall: append to environment in tests, don't clobber it by Ian Lance Taylor · 4 years, 10 months ago
- 761d68d gotest: increase the test timeout by eric fang · 5 years ago
- b76c83f gccgo: fix runtime compilation on NetBSD by Benny Siegert · 5 years ago
- 0fe7a27 runtime: use 64 bits of hash seed on arm64 by eric fang · 5 years ago
- 89fbf55 libgo: update to final 1.14.2 release by Ian Lance Taylor · 5 years ago
- 4a31d06 libgo: update to almost the 1.14.2 release by Ian Lance Taylor · 5 years ago
- 7a62a49 runtime: handle linux/arm64 signal register by eric fang · 5 years ago
- 5fc21bb libgo: update to final Go1.14 release by Ian Lance Taylor · 5 years ago
- 658fe4f internal/poll: add hurd build tag by Ian Lance Taylor · 5 years ago
- 4e6402f internal/syscall/unix: add hurd build tag by Ian Lance Taylor · 5 years ago
- d5d00d3 cmd/go: update -DGOPKGPATH to use current pkgpath encoding by Ian Lance Taylor · 5 years ago