Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | libgo: only build syscall test with -static if it works | Ian Lance Taylor | 4 | -6/+61 |
2020-05-14 | libgo: only build syscall test with -static on GNU/Linux | Ian Lance Taylor | 2 | -1/+3 |
2020-05-13 | libgo: build syscall test with -static | Ian Lance Taylor | 2 | -0/+8 |
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-23 | gotest: increase the test timeout | eric fang | 1 | -1/+1 |
2020-04-20 | gccgo: fix runtime compilation on NetBSD | Benny Siegert | 4 | -6/+53 |
2020-04-15 | runtime: use 64 bits of hash seed on arm64 | eric fang | 1 | -6/+6 |
2020-04-09 | libgo: update to final 1.14.2 release | Ian Lance Taylor | 10 | -74/+163 |
2020-04-06 | libgo: update to almost the 1.14.2 release | Ian Lance Taylor | 40 | -283/+741 |
2020-02-28 | runtime: handle linux/arm64 signal register | eric fang | 1 | -40/+23 |
2020-02-26 | libgo: update to final Go1.14 release | Ian Lance Taylor | 24 | -51/+224 |
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-16 | libgo: install internal/reflectlite.gox | Ian Lance Taylor | 2 | -14/+54 |
2020-02-15 | libgo: update to Go1.14rc1 release | Ian Lance Taylor | 196 | -1841/+1522 |
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-24 | libgo: handle --with-toolexeclibdir=. | Ian Lance Taylor | 5 | -4/+43 |
2020-01-23 | internal/cpu: don't define CacheLinePadSize for riscv64 | Ian Lance Taylor | 1 | -2/+0 |
2020-01-22 | gotest: explicitly skip type descriptors | Ian Lance Taylor | 1 | -0/+5 |
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-22 | runtime: call runtime_nanotime1, not runtime_nanotime | Ian Lance Taylor | 1 | -1/+1 |
2020-01-21 | libgo: update to Go1.14beta1 | Ian Lance Taylor | 1227 | -21187/+67258 |
2020-01-10 | gotest: don't use local | Ian Lance Taylor | 1 | -2/+1 |
2020-01-09 | libgo: compile examples in _test packages | Ian Lance Taylor | 43 | -135/+93 |
2020-01-07 | compiler, runtime: stop using __go_runtime_error | Ian Lance Taylor | 6 | -136/+19 |
2020-01-02 | compiler, runtime, reflect: generate hash functions only for map keys | Ian Lance Taylor | 12 | -224/+315 |
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 go/92820 (libgo.so.15 has executable stack) | Ian Lance Taylor | 2 | -11/+23 |
2019-12-06 | re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr... | Ian Lance Taylor | 1 | -5/+5 |
2019-12-06 | re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails) | Ian Lance Taylor | 2 | -0/+6 |
2019-12-05 | re PR go/92820 (libgo.so.15 has executable stack) | Ian Lance Taylor | 1 | -1/+2 |
2019-11-21 | re PR go/92605 (r278509 causes/reveals issue in building go library) | Ian Lance Taylor | 2 | -1/+3 |
2019-11-21 | mksysinfo: use type aliases for time struct field types | Ian Lance Taylor | 1 | -7/+7 |
2019-11-19 | libgo: better cmd/cgo handling for '.' in pkgpath | Ian Lance Taylor | 1 | -1/+3 |
2019-11-15 | testmain.exp: link against GOLIBS | Ian Lance Taylor | 1 | -1/+5 |
2019-11-11 | libgo: fix DejaGNU testsuite compiler when using build sysroot | Ian Lance Taylor | 6 | -8/+34 |
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-10-02 | runtime: mark go-context.S as no-executable-stack and split-stack supported | Ian Lance Taylor | 1 | -0/+4 |
2019-09-19 | libgo: support gollvm build on arm64 linux | Ian Lance Taylor | 3 | -0/+16 |
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 | 3 | -17/+40 |