summaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor
2021-01-14libgo: update hurd supportIan Lance Taylor
2021-01-12syscall: ensure openat uses variadic libc wrapperPaul E. Murphy
2021-01-05Update GNU/Hurd configure supportSamuel Thibault
2021-01-05syscall: don't define sys_SETREUID and friendsIan Lance Taylor
2021-01-05internal/cpu: more build fixes for Go1.16beta1 releaseIan Lance Taylor
2021-01-01internal/cpu: add aarch64 support functionsIan Lance Taylor
2021-01-01runtime: move startupRandomData back to runtime2.goIan Lance Taylor
2021-01-01internal/cpu, golang.org/x/sys/cpu: support other GOARCH valuesIan Lance Taylor
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor
2020-12-22runtime: eliminate scase.kind fieldIan Lance Taylor
2020-12-22runtime: add "success" field to sudogIan Lance Taylor
2020-12-22runtime: omit nil-channel cases from selectgo's ordersIan Lance Taylor
2020-12-22runtime: remove scase.releasetime fieldIan Lance Taylor
2020-12-20libgo: adjust sysinfo scripts for changed -fdump-go-specNikhil Benesch
2020-12-18compiler: check for floating-point exponent overflowIan Lance Taylor
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor
2020-12-07syscall: don't use AF_LINK on hurdIan Lance Taylor
2020-12-04runtime: update type descriptor name in fieldtrack C support codeIan Lance Taylor
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor
2020-11-30internal/cpu: don't define CacheLinePadSize for mips64xIan Lance Taylor
2020-11-30compiler, runtime: check len/cap for append(s, make(T, l)...)Ian Lance Taylor
2020-11-30libgo: define SO_RCVTIMEO on 32-bit GNU/LinuxIan Lance Taylor
2020-11-23log/syslog: correct asm name for C functionIan Lance Taylor
2020-11-20libgo: update to Go 1.15.5 releaseIan Lance Taylor
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor
2020-11-17cmd/go, cmd/cgo: update gofrontend mangling checksIan Lance Taylor
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor
2020-10-28libgo: handle linking to NetBSD's versioned symbolsNikhil Benesch
2020-10-28syscall: don't build libcall_bsd.go on solarisIan Lance Taylor
2020-10-27libgo: update to Go 1.15.3 releaseIan Lance Taylor
2020-10-27compiler, go/internal/gccgoimporter: export notinheap annotationIan Lance Taylor
2020-10-26syscall: import additional BSD-specific syscall wrappersNikhil Benesch
2020-10-23net/http/cgi: merge upstream changes to default env varsNikhil Benesch
2020-10-21syscall: only compile ptrace varargs shim on LinuxNikhil Benesch
2020-10-21syscall: import upstream code for BSD sockets and sysctlsNikhil Benesch
2020-10-20libgo: adjust NetBSD-specific types for stable syscall APINikhil Benesch
2020-10-20syscall: remove Sendfile on NetBSDNikhil Benesch
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch
2020-10-15libgo: correct Makefile typo in path to x/net/route packageNikhil Benesch
2020-10-14libgo: print reason code if throwing unwind exception failsNikhil Benesch
2020-10-14libgo: export NetBSD-specific types in mksysinfo.shNikhil Benesch
2020-10-14runtime: correct semaphore implementation on netbsdNikhil Benesch
2020-10-13runtime: populate signal PC on NetBSDNikhil Benesch
2020-10-13syscall: port fix for netbsd unix sockets from upstreamNikhil Benesch
2020-10-13reflect: ensure uniqueness of type descriptors on AIX.Clément Chigot
2020-10-07libgo/configure: remove -fno-section-anchors for AIXClément Chigot
2020-10-07libgo: handle go1.10+ correctly in match.shNikhil Benesch
2020-10-01compiler: set varargs correctly for type of method expressionIan Lance Taylor
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki