Age | Commit message (Expand) | Author | Files | Lines |
2020-10-20 | syscall: remove Sendfile on NetBSD | Nikhil Benesch | 2 | -3/+3 |
2020-10-14 | libgo: export NetBSD-specific types in mksysinfo.sh | Nikhil Benesch | 1 | -7/+0 |
2020-10-14 | runtime: correct semaphore implementation on netbsd | Nikhil Benesch | 6 | -7/+29 |
2020-10-13 | syscall: port fix for netbsd unix sockets from upstream | Nikhil Benesch | 1 | -3/+9 |
2020-10-13 | reflect: ensure uniqueness of type descriptors on AIX. | Clément Chigot | 7 | -29/+157 |
2020-10-01 | compiler: set varargs correctly for type of method expression | Ian Lance Taylor | 1 | -1/+7 |
2020-09-30 | libgo: add 32-bit RISC-V (RV32) support | Maciej W. Rozycki | 16 | -10/+84 |
2020-09-28 | net: add hurd build tag | Ian Lance Taylor | 1 | -1/+1 |
2020-09-23 | libgo: update to Go1.15.2 release | Ian Lance Taylor | 30 | -104/+704 |
2020-09-22 | syscall: fix TestForeground for AIX | Clément Chigot | 2 | -1/+17 |
2020-09-22 | syscall: remove ptrace syscall on ppc64 | Clément Chigot | 2 | -3/+3 |
2020-09-22 | runtime, net: fix build errors on AIX | Clément Chigot | 4 | -9/+7 |
2020-09-21 | go/internal/gccgoimporter: recognize aixbigafMagic archives | Clément Chigot | 1 | -1/+1 |
2020-09-17 | libgo: fix ptrace syscall hooks into glibc | Paul E. Murphy | 2 | -2/+2 |
2020-08-26 | cmd: add -maix32 to gcc calls for aix/ppc | Clément Chigot | 2 | -1/+8 |
2020-08-11 | internal/syscall/unix: restore ppc build tag | Ian Lance Taylor | 1 | -1/+1 |
2020-08-10 | runtime: revert eqtype for AIX | Clément Chigot | 4 | -11/+64 |
2020-08-07 | libgo: update to Go1.15rc2 release | Ian Lance Taylor | 19 | -194/+307 |
2020-08-03 | internal/syscall/unix: correct ia64 syscall numbers | Ian Lance Taylor | 1 | -2/+2 |
2020-08-03 | internal/syscall/unix: define copyFileRangeTrap for all architectures | Ian Lance Taylor | 9 | -26/+34 |
2020-08-01 | libgo: update to go1.15rc1 | Ian Lance Taylor | 886 | -14825/+45550 |
2020-07-27 | compiler,runtime: pass only ptr and len to some runtime calls | Ian Lance Taylor | 5 | -63/+68 |
2020-07-17 | libgo: update to Go 1.14.6 release | Ian Lance Taylor | 22 | -813/+1128 |
2020-07-10 | libgo: update to Go 1.14.4 release | Ian Lance Taylor | 19 | -79/+396 |
2020-06-15 | libgo: update x/sys/cpu to add all GOARCHes supported by gccgo | Tobias Klauser | 1 | -1/+6 |
2020-06-15 | internal/syscall/unix: use getrandom_linux_generic.go on riscv | Tobias Klauser | 1 | -1/+1 |
2020-06-12 | runtime: fix arenaBaseOffset for aix/ppc | Clément Chigot | 2 | -2/+2 |
2020-05-25 | libgo: update x/sys/cpu after gccgo support added | Clément Chigot | 2 | -1/+28 |
2020-05-11 | runtime: fix TestCallersNilPointerPanic | eric fang | 1 | -12/+20 |
2020-05-11 | syscall: append to environment in tests, don't clobber it | Ian Lance Taylor | 1 | -3/+6 |
2020-04-20 | gccgo: fix runtime compilation on NetBSD | Benny Siegert | 3 | -6/+41 |
2020-04-09 | libgo: update to final 1.14.2 release | Ian Lance Taylor | 9 | -73/+162 |
2020-04-06 | libgo: update to almost the 1.14.2 release | Ian Lance Taylor | 32 | -281/+636 |
2020-02-26 | libgo: update to final Go1.14 release | Ian Lance Taylor | 22 | -49/+222 |
2020-02-24 | internal/poll: add hurd build tag | Ian Lance Taylor | 1 | -1/+1 |
2020-02-24 | internal/syscall/unix: add hurd build tag | Ian Lance Taylor | 1 | -1/+1 |
2020-02-18 | cmd/go: update -DGOPKGPATH to use current pkgpath encoding | Ian Lance Taylor | 1 | -6/+20 |
2020-02-15 | libgo: update to Go1.14rc1 release | Ian Lance Taylor | 187 | -1816/+1514 |
2020-02-15 | runtime: on 32-bit systems, limit default GOMAXPROCS to 32 | Ian Lance Taylor | 1 | -0/+8 |
2020-02-03 | syscall: fix riscv64 GNU/Linux build | Ian Lance Taylor | 1 | -14/+0 |
2020-01-29 | runtime, syscall: add a couple of hurd build tags | Ian Lance Taylor | 2 | -2/+2 |
2020-01-29 | runtime: update netpoll_hurd.go for go1.14beta1 changes | Ian Lance Taylor | 1 | -33/+44 |
2020-01-23 | internal/cpu: don't define CacheLinePadSize for riscv64 | Ian Lance Taylor | 1 | -2/+0 |
2020-01-22 | runtime: for Solaris, add osinit, and drop duplicate getncpu | Ian Lance Taylor | 1 | -5/+4 |
2020-01-22 | internal/syscall/unix: use getrandom_linux_generic.go on arm64be | Andrew Pinski | 1 | -1/+1 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 1181 | -20823/+66338 |
2020-01-09 | libgo: compile examples in _test packages | Ian Lance Taylor | 42 | -82/+4 |
2020-01-07 | compiler, runtime: stop using __go_runtime_error | Ian Lance Taylor | 3 | -0/+12 |
2020-01-02 | compiler, runtime, reflect: generate hash functions only for map keys | Ian Lance Taylor | 11 | -209/+306 |
2019-12-24 | re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd) | Ian Lance Taylor | 4 | -4/+4 |