aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2020-07-10libgo: update to Go 1.14.4 releaseIan Lance Taylor22-81/+408
2020-05-11syscall: append to environment in tests, don't clobber itIan Lance Taylor1-3/+6
2020-04-23gotest: increase the test timeouteric fang1-1/+1
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert4-6/+53
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang1-6/+6
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor10-74/+163
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor40-283/+741
2020-02-28runtime: handle linux/arm64 signal registereric fang1-40/+23
2020-02-26libgo: update to final Go1.14 releaseIan Lance Taylor24-51/+224
2020-02-24internal/poll: add hurd build tagIan Lance Taylor1-1/+1
2020-02-24internal/syscall/unix: add hurd build tagIan Lance Taylor1-1/+1
2020-02-18cmd/go: update -DGOPKGPATH to use current pkgpath encodingIan Lance Taylor1-6/+20
2020-02-16libgo: install internal/reflectlite.goxIan Lance Taylor2-14/+54
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor196-1841/+1522
2020-02-15runtime: on 32-bit systems, limit default GOMAXPROCS to 32Ian Lance Taylor1-0/+8
2020-02-03syscall: fix riscv64 GNU/Linux buildIan Lance Taylor1-14/+0
2020-01-29runtime, syscall: add a couple of hurd build tagsIan Lance Taylor2-2/+2
2020-01-29runtime: update netpoll_hurd.go for go1.14beta1 changesIan Lance Taylor1-33/+44
2020-01-24libgo: handle --with-toolexeclibdir=.Ian Lance Taylor5-4/+43
2020-01-23internal/cpu: don't define CacheLinePadSize for riscv64Ian Lance Taylor1-2/+0
2020-01-22gotest: explicitly skip type descriptorsIan Lance Taylor1-0/+5
2020-01-22runtime: for Solaris, add osinit, and drop duplicate getncpuIan Lance Taylor1-5/+4
2020-01-22internal/syscall/unix: use getrandom_linux_generic.go on arm64beAndrew Pinski1-1/+1
2020-01-22runtime: call runtime_nanotime1, not runtime_nanotimeIan Lance Taylor1-1/+1
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1227-21187/+67258
2020-01-10gotest: don't use localIan Lance Taylor1-2/+1
2020-01-09libgo: compile examples in _test packagesIan Lance Taylor43-135/+93
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor6-136/+19
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor12-224/+315
2019-12-24re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd)Ian Lance Taylor4-4/+4
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor1-4/+0
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor1-2/+26
2019-12-06re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor2-11/+23
2019-12-06re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr...Ian Lance Taylor1-5/+5
2019-12-06re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails)Ian Lance Taylor2-0/+6
2019-12-05re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor1-1/+2
2019-11-21re PR go/92605 (r278509 causes/reveals issue in building go library)Ian Lance Taylor2-1/+3
2019-11-21mksysinfo: use type aliases for time struct field typesIan Lance Taylor1-7/+7
2019-11-19libgo: better cmd/cgo handling for '.' in pkgpathIan Lance Taylor1-1/+3
2019-11-15testmain.exp: link against GOLIBSIan Lance Taylor1-1/+5
2019-11-11libgo: fix DejaGNU testsuite compiler when using build sysrootIan Lance Taylor6-8/+34
2019-10-14runtime: correct facilities names in s390 CPU supportIan Lance Taylor1-5/+7
2019-10-14internal/cpu: define kdsaQuery for s390Ian Lance Taylor1-0/+15
2019-10-02runtime: mark go-context.S as no-executable-stack and split-stack supportedIan Lance Taylor1-0/+4
2019-09-19libgo: support gollvm build on arm64 linuxIan Lance Taylor3-0/+16
2019-09-17runtime: for FFI, treat directIface types as pointersIan Lance Taylor1-0/+6
2019-09-17re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor3-17/+40
2019-09-17reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor2-8/+9
2019-09-13libgo: don't use \? in grep patternIan Lance Taylor2-2/+2
2019-09-12libgo: update to Go1.13Ian Lance Taylor205-1693/+3543