aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2020-04-20gccgo: fix runtime compilation on NetBSDBenny Siegert3-6/+41
2020-04-09libgo: update to final 1.14.2 releaseIan Lance Taylor9-73/+162
2020-04-06libgo: update to almost the 1.14.2 releaseIan Lance Taylor32-281/+636
2020-02-26libgo: update to final Go1.14 releaseIan Lance Taylor22-49/+222
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-15libgo: update to Go1.14rc1 releaseIan Lance Taylor187-1816/+1514
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-23internal/cpu: don't define CacheLinePadSize for riscv64Ian Lance Taylor1-2/+0
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-21libgo: update to Go1.14beta1Ian Lance Taylor1181-20823/+66338
2020-01-09libgo: compile examples in _test packagesIan Lance Taylor42-82/+4
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor3-0/+12
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor11-209/+306
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 other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr...Ian Lance Taylor1-5/+5
2019-11-19libgo: better cmd/cgo handling for '.' in pkgpathIan Lance Taylor1-1/+3
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-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 Taylor2-9/+36
2019-09-17reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor2-8/+9
2019-09-12libgo: update to Go1.13Ian Lance Taylor193-1651/+3430
2019-09-11golang.org/x/sys/cpu: define doinit when neededIan Lance Taylor1-0/+9
2019-09-10libgo: Solaris and x/sys/cpu compatibility fixesIan Lance Taylor13-87/+12
2019-09-10go/internal/gccgoimporter: support embedded field in pointer loopIan Lance Taylor4-25/+74
2019-09-10cmd/go: look for tool build ID before hashing entire fileIan Lance Taylor1-4/+9
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1371-31340/+89437
2019-08-31compiler, runtime: support and use single argument go:linknameIan Lance Taylor34-284/+259
2019-08-31runtime: always build panic32.goIan Lance Taylor1-2/+0
2019-08-30compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor1-1/+0
2019-08-28runtime: move osinit to GoIan Lance Taylor16-511/+470
2019-08-28compiler, runtime: provide index information on bounds check failureIan Lance Taylor3-31/+355
2019-08-23compiler: record pointer var values to remove write barriersIan Lance Taylor1-0/+1
2019-08-19runtime: be more strict in GCIan Lance Taylor3-54/+12
2019-08-17compiler, runtime: allocate defer records on the stackIan Lance Taylor4-0/+114
2019-08-17runtime: scan write barrier buffer conservativelyIan Lance Taylor1-1/+8
2019-07-04compiler: optimize 0,1,2-case select statementIan Lance Taylor2-0/+4
2019-06-26cmd/go: silence ar with D flag failuresIan Lance Taylor1-1/+8
2019-06-24compiler: open code string equalityIan Lance Taylor2-13/+0
2019-06-21runtime: inline and remove eqtypeIan Lance Taylor3-16/+11
2019-06-21compiler: open code some type assertionsIan Lance Taylor1-33/+4
2019-06-19compiler: optimize string concatenationsIan Lance Taylor1-21/+3