aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-07[release-branch.go1.14] cmd/go: make module zip extraction more robustJay Conrod
2020-04-07[release-branch.go1.14] cmd/go: update 'go help modules' for automatic vendoringJay Conrod
2020-04-07[release-branch.go1.14] runtime: fix rounding in materializeGCProgAustin Clements
2020-03-30[release-branch.go1.14] runtime/pprof: increment fake overflow record PCMichael Pratt
2020-03-30[release-branch.go1.14] runtime: handle empty stack in expandFinalInlineFrameKeith Randall
2020-03-30[release-branch.go1.14] cmd/cgo, misc/cgo: only cache anonymous struct typede...Tobias Klauser
2020-03-29[release-branch.go1.14] os/exec: use environment variables for user token whe...Liam 'Auzzie' Haworth
2020-03-27[release-branch.go1.14] runtime: ensure minTriggerRatio never exceeds maxTrig...Michael Anthony Knyszek
2020-03-26[release-branch.go1.14] cmd/go: do not append to the global cfg.OrigEnv sliceBryan C. Mills
2020-03-25[release-branch.go1.14] runtime: prevent preemption while timer is in timerMo...Michael Anthony Knyszek
2020-03-25[release-branch.go1.14] runtime: negate errno value for mips pipe/pipe2Ian Lance Taylor
2020-03-25[release-branch.go1.14] runtime: ignore error returned by PowerRegisterSuspen...Alex Brainman
2020-03-25[release-branch.go1.14] runtime: don't call wakeNetPoller during timerModifyingIan Lance Taylor
2020-03-24[release-branch.go1.14] runtime: fix code so defer record is not added to g0 ...Dan Scales
2020-03-20[release-branch.go1.14] testing: fix data race between parallel subtestsChangkun Ou
2020-03-18[release-branch.go1.14] runtime: don't send preemption signal if there is a s...Cherry Zhang
2020-03-18[release-branch.go1.14] runtime: don't report a pointer alignment error for p...Keith Randall
2020-03-16[release-branch.go1.14] runtime: don't crash on mlock failureIan Lance Taylor
2020-03-12[release-branch.go1.14] cmd/go: include the go language version in cache keysBryan C. Mills
2020-03-11[release-branch.go1.14] runtime: fix problem with repeated panic/recover/re-p...Dan Scales
2020-03-10[release-branch.go1.14] runtime: make typehash match compiler generated hashe...Keith Randall
2020-03-10[release-branch.go1.14] runtime: special case interface hashing for pointersKeith Randall
2020-03-10[release-branch.go1.14] runtime/pprof: expand final stack frame to avoid trun...Michael Pratt
2020-03-10[release-branch.go1.14] runtime: don't save/restore FP registers in softfloat...Cherry Zhang
2020-03-09[release-branch.go1.14] cmd/go: make go test -json report failures for panick...Jay Conrod
2020-03-02[release-branch.go1.14] cmd/trace: update to use WebComponents V0 polyfillHana (Hyang-Ah) Kim
2020-03-02[release-branch.go1.14] runtime: guard VZEROUPPER on CPU featureCherry Zhang
2020-02-27[release-branch.go1.14] runtime: don't panic on racy use of timersIan Lance Taylor
2020-02-24[release-branch.go1.14] crypto/cipher: require non-zero nonce size for AES-GCMKatie Hockman
2020-02-24[release-branch.go1.14] hash/maphash: don't discard data on random seed initvovapi
2020-02-18cmd/link, runtime: skip holes in func tableCherry Zhang
2020-02-15testing: remove obsolete comment in testing.(*T) docsIan Lance Taylor
2020-02-13runtime: correct caller PC/SP offsets in walltime1/nanotime1Cherry Zhang
2020-02-13runtime: zero upper bit of Y registers in asyncPreempt on darwin/amd64Cherry Zhang
2020-02-13hash/maphash: mention the results are 64-bit integersKeith Randall
2020-02-13runtime: fix fallback logic for aeshash on 32/64 bitKeith Randall
2020-02-12cmd/go: eliminate empty '()' when passing -mod=readonly explicitly to 'go list'Bryan C. Mills
2020-02-12cmd/go/internal/modcmd: remove dead function addModFlagJay Conrod
2020-02-12cmd/go/internal/web: fix a typoKanta Ebihara
2020-02-12go/build: populate partial package information in importGoDmitri Shuralyov
2020-02-11hash/maphash: mention that hash values do not persist in package docsIan Lance Taylor
2020-02-11crypto/elliptic: document the Name and names of each curveFilippo Valsorda
2020-02-10go/doc: clarify that NewFromFiles caller must filter by GOOS/GOARCHDmitri Shuralyov
2020-02-07runtime/race: update reference to compiler-rt sourcesIan Lance Taylor
2020-02-07runtime: avoid double notewakeup in netpoll stub codeIan Lance Taylor
2020-02-07Revert "cmd/link: code cleanup in macho_combine_dwarf.go"Than McIntosh
2020-02-07cmd/link: code cleanup in macho_combine_dwarf.goTamir Duberstein
2020-02-06testing: make Cleanup work for benchmarks too.Roger Peppe
2020-02-05crypto/x509: fix godoc for MarshalPKCS8PrivateKeyKatie Hockman
2020-02-05runtime: rewrite a comment in malloc.goJerrin Shaji George