Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-12-09 | re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd) | Ian Lance Taylor | 1 | -4/+0 |
2019-12-09 | re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd) | Ian Lance Taylor | 1 | -2/+26 |
2019-12-06 | re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr... | Ian Lance Taylor | 1 | -5/+5 |
2019-11-19 | libgo: better cmd/cgo handling for '.' in pkgpath | Ian Lance Taylor | 1 | -1/+3 |
2019-10-14 | runtime: correct facilities names in s390 CPU support | Ian Lance Taylor | 1 | -5/+7 |
2019-10-14 | internal/cpu: define kdsaQuery for s390 | Ian Lance Taylor | 1 | -0/+15 |
2019-09-17 | runtime: for FFI, treat directIface types as pointers | Ian Lance Taylor | 1 | -0/+6 |
2019-09-17 | re PR go/91781 (r275691 breaks go test "reflect") | Ian Lance Taylor | 2 | -9/+36 |
2019-09-17 | reflect: unexport FFICallbackGo; use go:linkname instead | Ian Lance Taylor | 2 | -8/+9 |
2019-09-12 | libgo: update to Go1.13 | Ian Lance Taylor | 193 | -1651/+3430 |
2019-09-11 | golang.org/x/sys/cpu: define doinit when needed | Ian Lance Taylor | 1 | -0/+9 |
2019-09-10 | libgo: Solaris and x/sys/cpu compatibility fixes | Ian Lance Taylor | 13 | -87/+12 |
2019-09-10 | go/internal/gccgoimporter: support embedded field in pointer loop | Ian Lance Taylor | 4 | -25/+74 |
2019-09-10 | cmd/go: look for tool build ID before hashing entire file | Ian Lance Taylor | 1 | -4/+9 |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 1371 | -31340/+89437 |
2019-08-31 | compiler, runtime: support and use single argument go:linkname | Ian Lance Taylor | 34 | -284/+259 |
2019-08-31 | runtime: always build panic32.go | Ian Lance Taylor | 1 | -2/+0 |
2019-08-30 | compile, runtime: permit anonymous and empty fields in C header | Ian Lance Taylor | 1 | -1/+0 |
2019-08-28 | runtime: move osinit to Go | Ian Lance Taylor | 16 | -511/+470 |
2019-08-28 | compiler, runtime: provide index information on bounds check failure | Ian Lance Taylor | 3 | -31/+355 |
2019-08-23 | compiler: record pointer var values to remove write barriers | Ian Lance Taylor | 1 | -0/+1 |
2019-08-19 | runtime: be more strict in GC | Ian Lance Taylor | 3 | -54/+12 |
2019-08-17 | compiler, runtime: allocate defer records on the stack | Ian Lance Taylor | 4 | -0/+114 |
2019-08-17 | runtime: scan write barrier buffer conservatively | Ian Lance Taylor | 1 | -1/+8 |
2019-07-04 | compiler: optimize 0,1,2-case select statement | Ian Lance Taylor | 2 | -0/+4 |
2019-06-26 | cmd/go: silence ar with D flag failures | Ian Lance Taylor | 1 | -1/+8 |
2019-06-24 | compiler: open code string equality | Ian Lance Taylor | 2 | -13/+0 |
2019-06-21 | runtime: inline and remove eqtype | Ian Lance Taylor | 3 | -16/+11 |
2019-06-21 | compiler: open code some type assertions | Ian Lance Taylor | 1 | -33/+4 |
2019-06-19 | compiler: optimize string concatenations | Ian Lance Taylor | 1 | -21/+3 |