summaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)Author
2020-10-21syscall: import upstream code for BSD sockets and sysctlsNikhil Benesch
2020-10-20syscall: remove Sendfile on NetBSDNikhil Benesch
2020-10-14libgo: export NetBSD-specific types in mksysinfo.shNikhil Benesch
2020-10-14runtime: correct semaphore implementation 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-01compiler: set varargs correctly for type of method expressionIan Lance Taylor
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki
2020-09-28net: add hurd build tagIan Lance Taylor
2020-09-23libgo: update to Go1.15.2 releaseIan Lance Taylor
2020-09-22syscall: fix TestForeground for AIXClément Chigot
2020-09-22syscall: remove ptrace syscall on ppc64Clément Chigot
2020-09-22runtime, net: fix build errors on AIXClément Chigot
2020-09-21go/internal/gccgoimporter: recognize aixbigafMagic archivesClément Chigot
2020-09-17libgo: fix ptrace syscall hooks into glibcPaul E. Murphy
2020-08-26cmd: add -maix32 to gcc calls for aix/ppcClément Chigot
2020-08-11internal/syscall/unix: restore ppc build tagIan Lance Taylor
2020-08-10runtime: revert eqtype for AIXClément Chigot
2020-08-07libgo: update to Go1.15rc2 releaseIan Lance Taylor
2020-08-03internal/syscall/unix: correct ia64 syscall numbersIan Lance Taylor
2020-08-03internal/syscall/unix: define copyFileRangeTrap for all architecturesIan Lance Taylor
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor
2020-07-27compiler,runtime: pass only ptr and len to some runtime callsIan Lance Taylor
2020-07-17libgo: update to Go 1.14.6 releaseIan Lance Taylor
2020-07-10libgo: update to Go 1.14.4 releaseIan Lance Taylor
2020-06-15libgo: update x/sys/cpu to add all GOARCHes supported by gccgoTobias Klauser
2020-06-15internal/syscall/unix: use getrandom_linux_generic.go on riscvTobias Klauser
2020-06-12runtime: fix arenaBaseOffset for aix/ppcClément Chigot
2020-05-25libgo: update x/sys/cpu after gccgo support addedClément Chigot
2020-05-11runtime: fix TestCallersNilPointerPaniceric fang
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor
2020-02-26libgo: update to final Go1.14 releaseIan Lance Taylor
2020-02-24internal/poll: add hurd build tagIan Lance Taylor
2020-02-24internal/syscall/unix: add hurd build tagIan Lance Taylor
2020-02-18cmd/go: update -DGOPKGPATH to use current pkgpath encodingIan Lance Taylor
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor
2020-02-15runtime: on 32-bit systems, limit default GOMAXPROCS to 32Ian Lance Taylor
2020-02-03syscall: fix riscv64 GNU/Linux buildIan Lance Taylor
2020-01-29runtime, syscall: add a couple of hurd build tagsIan Lance Taylor
2020-01-29runtime: update netpoll_hurd.go for go1.14beta1 changesIan Lance Taylor
2020-01-23internal/cpu: don't define CacheLinePadSize for riscv64Ian Lance Taylor
2020-01-22runtime: for Solaris, add osinit, and drop duplicate getncpuIan Lance Taylor
2020-01-22internal/syscall/unix: use getrandom_linux_generic.go on arm64beAndrew Pinski
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor
2020-01-09libgo: compile examples in _test packagesIan Lance Taylor
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor