aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-28[dev.link] cmd/link: convert windynrelocsyms to loader APIsThan McIntosh
2020-03-28[dev.link] cmd/link/internal/loader: add Loader plt/got access methodsThan McIntosh
2020-03-28doc: decrease prominence of GOROOT_BOOTSTRAPGiovanni Bajo
2020-03-28runtime: avoid racing on pendingUpdates in AIX netpollBreakIan Lance Taylor
2020-03-28time: remove some unnecessary/duplicated global slicesPetarDambovaliev
2020-03-28Revert "runtime: lock mtxpoll in AIX netpollBreak"Ian Lance Taylor
2020-03-27[dev.link] cmd/link: convert callgraph to new styleCherry Zhang
2020-03-27cmd/compile: add dark mode functionality to CFGs in the ssa.html outputBradford Lamson-Scribner
2020-03-27cmd/go: avoid needing to manipulate ImportStack when constructing errorMichael Matloob
2020-03-27runtime: refine netpollunblock by removing unreachable 'if' conditionAndy Pan
2020-03-27runtime: lock mtxpoll in AIX netpollBreakIan Lance Taylor
2020-03-27os/exec: add temporary debugging code for #25628Ian Lance Taylor
2020-03-27cmd/compile: convert 386 port to use addressing modes pass (take 2)Keith Randall
2020-03-27runtime/pprof: increment fake overflow record PCMichael Pratt
2020-03-27net/http: remove arbitrary timeouts from TestIdentityResponse and TestTLSHand...Bryan C. Mills
2020-03-27[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-27runtime: converge duplicate calls to netpollBreak into oneAndy Pan
2020-03-27cmd/compile: add rules to eliminate unnecessary signed shiftsLynn Boger
2020-03-27cmd/go/internal/modfetch/codehost: remove unused GitRepo functionBryan C. Mills
2020-03-27cmd/go/internal/work: disallow testgo binary from installing to GOROOTBryan C. Mills
2020-03-27run.{bash,bat,rc}: use ../bin/go instead of the go binary in $PATHBryan C. Mills
2020-03-27Revert "cmd/go: add support for GOPROXY fallback on unexpected errors"Bryan C. Mills
2020-03-27cmd/dist: skip API check on plan9 buildersBryan C. Mills
2020-03-27[dev.link] cmd/link: migrate symbol's Value and Align when converting to sym....Cherry Zhang
2020-03-27[dev.link] cmd/link: convert textbuildid pass to new styleCherry Zhang
2020-03-26cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-26cmd/dist: do not skip 'cmd' tests in race modeBryan C. Mills
2020-03-26cmd/go/internal/base: rename EnvForDir to AppendPWDBryan C. Mills
2020-03-26cmd/go: do not append to the global cfg.OrigEnv sliceBryan C. Mills
2020-03-26runtime: improve MIPS64x memclrMeng Zhuo
2020-03-26runtime: ensure minTriggerRatio never exceeds maxTriggerRatioMichael Anthony Knyszek
2020-03-26crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.EqualFilippo Valsorda
2020-03-26[dev.link] cmd/internal/goobj2: bump up version numberCherry Zhang
2020-03-26[dev.link] cmd/link: fix buglet in setupdynexpCherry Zhang
2020-03-26[dev.link] cmd/link: define _etext, etc. in the linker on SolarisCherry Zhang
2020-03-26runtime: fix threshold calculation of TestPhysicalMemoryUtilizationXiangdong Ji
2020-03-25scan: for style, adjust code for bad scan read countsRob Pike
2020-03-25test/chan: fix trivial typossjnam
2020-03-25cmd/internal/obj/arm64: write test output to temp dirCherry Zhang
2020-03-25runtime: prevent preemption while timer is in timerModifyingMichael Anthony Knyszek
2020-03-25bufio: don't panic when Scanner sees an impossible Read countIan Lance Taylor
2020-03-25cmd/api: make NewWatcher populate its own package and import metadataBryan C. Mills
2020-03-25cmd/link/internal/arm64: increase the function alignment to 16fanzha02
2020-03-25[dev.link] cmd/link: remove lookup function from relocsymCherry Zhang
2020-03-25[dev.link] cmd/link: pass loader to relocation functionsCherry Zhang
2020-03-25[dev.link] cmd/link: convert doxcoff to new styleCherry Zhang
2020-03-25cmd/internal/obj/arm64: add support of PCALIGN directivediaxu01
2020-03-25test: make runindir tests pass regardless of whether module mode is in useBryan C. Mills
2020-03-25cmd/compile: use load and test instructions on s390xRuixin(Peter) Bao
2020-03-25[dev.link] cmd/link: convert addexport to loader interfacesThan McIntosh