aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-06cmd/go: report scan error position in 'go list -e'tlsJay Conrod
2020-04-06cmd/link: remove darwin/arm testCherry Zhang
2020-04-06cmd/compile: lay out exit post-dominated blocks at the endJosh Bleecher Snyder
2020-04-06cmd/link: fix data race in testDWARFCherry Zhang
2020-04-06cmd/go: report 'go get' errors for absolute paths outside module rootJay Conrod
2020-04-06cmd/compile: make logopt test skip if cannot create scratch directoryDavid Chase
2020-04-06cmd/compile: print block auxint value in HTML outputMichael Munday
2020-04-06cmd/compile: improve lowered moves and zeros for ppc64leLynn Boger
2020-04-06time, runtime: only call resetTimer from (*Timer).ResetIan Lance Taylor
2020-04-05cmd/compile: restore missing columns in ssa.htmlBradford Lamson-Scribner
2020-04-05A+C: add Andy Pan (individual CLA)Andy Pan
2020-04-05cmd/compile: refactor around HTMLWriter removing logger in favor of FuncBradford Lamson-Scribner
2020-04-05cmd/compile: enable -d=checkptr even on windowsAlex Brainman
2020-04-04cmd/dist: remove darwin/386, darwin/arm as valid portsBrad Fitzpatrick
2020-04-04cmd/compile: add intrinsic HasCPUFeature for checking cpu featuresJosh Bleecher Snyder
2020-04-03cmd/compile: allow mid-stack inlining when there is a cycle of recursionDan Scales
2020-04-03crypto/sha512: optimize sha512 by removing function literalXiangdong Ji
2020-04-03flag: fix TestExitCode on Plan 9David du Colombier
2020-04-03cmd/go: report original module path in error parsing replaced go.modJay Conrod
2020-04-03run.bat: check go.exe instead of goEgon Elbre
2020-04-03cmd/compile: add logging for large (>= 128 byte) copiesDavid Chase
2020-04-03runtime: eliminate redundant load in Xchg and Xadd on arm64Xiangdong Ji
2020-04-03cmd/link: in stack bound check, don't check a call repetitivelyCherry Zhang
2020-04-03cmd/internal/obj/mips: don't emit spurious CALLIND relocationsCherry Zhang
2020-04-03cmd/link: write to temp directory in testCherry Zhang
2020-04-03doc: document testing.TB.TempDir in release notesBrad Fitzpatrick
2020-04-03flag: exit 0 when -h or -help invoked but undefinedShang Jian Ding
2020-04-03runtime/race: update some .syso filesKeith Randall
2020-04-02net/http: release callbacks after fetch promise completesDmitri Shuralyov
2020-04-02testing: add TB.TempDirBrad Fitzpatrick
2020-04-02net: update ParseIP doc to say IPv4-mapped-IPv6 is supportedBrad Fitzpatrick
2020-04-02cmd: merge branch 'dev.link' into masterCherry Zhang
2020-04-02[dev.link] cmd/oldlink: update with recent changesCherry Zhang
2020-04-02[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-04-02crypto/rsa: refactor RSA-PSS signing and verificationFilippo Valsorda
2020-04-02[dev.link] cmd: support large function alignmentCherry Zhang
2020-04-02cmd/link: skip symbol references when looking for missing symbolsJoel Sing
2020-04-02cmd/asm: align an instruction or a function's addressfanzha02
2020-04-02cmd/compile: mark 'store multiple' as clobbering flags on s390xMichael Munday
2020-04-02internal/syscall/windows: change WSAMsg.Name typeAlex Brainman
2020-04-02syscall: fix windows WSASendto -d=checkptr violationAlex Brainman
2020-04-02sync/atomic: fix TestSwapPointer testKeith Randall
2020-04-01os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor
2020-04-01crypto/tls: add missing alert valuesKatie Hockman
2020-04-01[dev.link] cmd/link: stop marking DWARF constant symbolsCherry Zhang
2020-04-01[dev.link] cmd/internal/goobj2: remove old-style accessorsCherry Zhang
2020-04-01[dev.link] cmd/oldlink: remove testsCherry Zhang
2020-04-01[dev.link] cmd/oldlink: decouple from goobj2 packageCherry Zhang
2020-04-01[dev.link] cmd/internal/goobj: use new style accessorsCherry Zhang
2020-04-01[dev.link] cmd/internal/goobj2, cmd/link: add and use new Sym accessorsCherry Zhang