Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | libgo: update to 1.15.6 release | Ian Lance Taylor | 10 | -20/+201 |
2020-12-07 | syscall: don't use AF_LINK on hurd | Ian Lance Taylor | 2 | -1/+102 |
2020-12-04 | runtime: update type descriptor name in fieldtrack C support code | Ian Lance Taylor | 1 | -1/+1 |
2020-12-03 | compiler: defer to middle-end for complex division | Ian Lance Taylor | 3 | -60/+5 |
2020-11-30 | internal/cpu: don't define CacheLinePadSize for mips64x | Ian Lance Taylor | 1 | -2/+0 |
2020-11-30 | compiler, runtime: check len/cap for append(s, make(T, l)...) | Ian Lance Taylor | 1 | -2/+9 |
2020-11-30 | libgo: define SO_RCVTIMEO on 32-bit GNU/Linux | Ian Lance Taylor | 2 | -0/+12 |
2020-11-23 | log/syslog: correct asm name for C function | Ian Lance Taylor | 1 | -1/+1 |
2020-11-20 | libgo: update to Go 1.15.5 release | Ian Lance Taylor | 8 | -7/+311 |
2020-11-20 | compiler, libgo: change mangling scheme | Ian Lance Taylor | 45 | -231/+341 |
2020-11-17 | cmd/go, cmd/cgo: update gofrontend mangling checks | Ian Lance Taylor | 7 | -130/+275 |
2020-11-10 | libgo: update to Go 1.15.4 release | Ian Lance Taylor | 16 | -28/+266 |
2020-10-28 | libgo: handle linking to NetBSD's versioned symbols | Nikhil Benesch | 15 | -34/+197 |
2020-10-28 | syscall: don't build libcall_bsd.go on solaris | Ian Lance Taylor | 1 | -1/+1 |
2020-10-27 | libgo: update to Go 1.15.3 release | Ian Lance Taylor | 26 | -187/+365 |
2020-10-27 | compiler, go/internal/gccgoimporter: export notinheap annotation | Ian Lance Taylor | 1 | -0/+7 |
2020-10-26 | syscall: import additional BSD-specific syscall wrappers | Nikhil Benesch | 2 | -0/+141 |
2020-10-23 | net/http/cgi: merge upstream changes to default env vars | Nikhil Benesch | 1 | -3/+3 |
2020-10-21 | syscall: only compile ptrace varargs shim on Linux | Nikhil Benesch | 13 | -18/+17 |
2020-10-21 | syscall: import upstream code for BSD sockets and sysctls | Nikhil Benesch | 3 | -1/+103 |
2020-10-20 | libgo: adjust NetBSD-specific types for stable syscall API | Nikhil Benesch | 1 | -3/+15 |
2020-10-20 | syscall: remove Sendfile on NetBSD | Nikhil Benesch | 2 | -3/+3 |
2020-10-15 | runtime: use correct types in __go_ptrace shim | Nikhil Benesch | 1 | -1/+1 |
2020-10-15 | libgo: correct Makefile typo in path to x/net/route package | Nikhil Benesch | 2 | -2/+2 |
2020-10-14 | libgo: print reason code if throwing unwind exception fails | Nikhil Benesch | 1 | -5/+9 |
2020-10-14 | libgo: export NetBSD-specific types in mksysinfo.sh | Nikhil Benesch | 6 | -15/+195 |
2020-10-14 | runtime: correct semaphore implementation on netbsd | Nikhil Benesch | 6 | -7/+29 |
2020-10-13 | runtime: populate signal PC on NetBSD | Nikhil Benesch | 1 | -0/+2 |
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 | 9 | -29/+167 |
2020-10-07 | libgo/configure: remove -fno-section-anchors for AIX | Clément Chigot | 2 | -10/+2 |
2020-10-07 | libgo: handle go1.10+ correctly in match.sh | Nikhil Benesch | 2 | -8/+8 |
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 | 22 | -20/+113 |
2020-09-28 | net: add hurd build tag | Ian Lance Taylor | 1 | -1/+1 |
2020-09-24 | runtime: remove __go_ptrace on AIX | Clément Chigot | 1 | -1/+3 |
2020-09-23 | libgo: update to Go1.15.2 release | Ian Lance Taylor | 33 | -108/+708 |
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 | 6 | -10/+23 |
2020-09-21 | go/internal/gccgoimporter: recognize aixbigafMagic archives | Clément Chigot | 1 | -1/+1 |
2020-09-21 | libgo: don't put golang.org packages in zstdpkglist.go | Ian Lance Taylor | 2 | -2/+2 |
2020-09-17 | libgo: fix ptrace syscall hooks into glibc | Paul E. Murphy | 3 | -2/+18 |
2020-09-15 | libgo: additional type/const references in sysinfo.c | Than McIntosh | 1 | -0/+2 |
2020-08-27 | gotest: use a space rather than a middle dot in target lists | Maciej W. Rozycki | 1 | -2/+2 |
2020-08-26 | cmd: add -maix32 to gcc calls for aix/ppc | Clément Chigot | 2 | -1/+8 |
2020-08-26 | libgo: add FAT library support for static libraries on AIX | Clément Chigot | 2 | -0/+8 |
2020-08-12 | libgo: correctly handle AIX FAT library creation | Clément Chigot | 5 | -14/+28 |
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 |