aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-23[dev.regabi] cmd/compile: fix escape analysis problem with closuresDan Scales
2021-01-23[dev.regabi] cmd/compile: scan body of closure in tooHairy to check for disal...Dan Scales
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-22cmd/go: add documentation for test and xtest fields output by go listMichael Matloob
2021-01-22runtime: remove pthread_kill/pthread_self for openbsdJoel Sing
2021-01-22runtime: fix typo in mgcscavenge.goIkko Ashimine
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2021-01-22time: clarify Timer.Reset behavior on AfterFunc TimersBrad Fitzpatrick
2021-01-21cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-21cmd/go: add test case for cgo CC settingRuss Cox
2021-01-21cmd/cgo: report exec errors a bit more clearlyRuss Cox
2021-01-21cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2021-01-21runtime: switch openbsd/arm64 to pthreadsJoel Sing
2021-01-21crypto/elliptic: fix P-224 field reductionFilippo Valsorda
2021-01-21[dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet for dwarfBaokun Lee
2021-01-21[dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet for SSABaokun Lee
2021-01-21[dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet in inliningBaokun Lee
2021-01-21[dev.regabi] cmd/compile: remove tempAssigns in walkCall1Cuong Manh Le
2021-01-21[dev.regabi] cmd/compile: remove CallExpr.RargsCuong Manh Le
2021-01-21[dev.regabi] cmd/compile: make sure mkcall* passed non-nil initCuong Manh Le
2021-01-21[dev.regabi] cmd/compile: use ir.DoChildren directly in inliningBaokun Lee
2021-01-21[dev.regabi] cmd/compile: use node walked flag to prevent double walk for wal...Cuong Manh Le
2021-01-20[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales
2021-01-20cmd/internal/moddeps: check content of all modules in GOROOTDmitri Shuralyov
2021-01-20[dev.regabi] cmd/compile: late expansion of return valuesDavid Chase
2021-01-20runtime: don't adjust timer pp field in timerWaiting statusIan Lance Taylor
2021-01-20cmd/go: set Incomplete field on go list output if no files match embedMichael Matloob
2021-01-20cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob
2021-01-20cmd/go: fix mod_get_fallback testJay Conrod
2021-01-20runtime: convert openbsd/amd64 locking to libcJoel Sing
2021-01-19cmd/go: allow go fmt to complete when embedded file is missingConstantin Konstantinidis
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2021-01-19[dev.regabi] cmd/compile: use '%q' for printing rune values less than 128Cuong Manh Le
2021-01-19cmd/link: exit before Asmb2 if errorCherry Zhang
2021-01-19embed: treat uninitialized FS as emptyJay Conrod
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-19runtime: factor out usesLibcallJoel Sing
2021-01-19runtime: factor out mStackIsSystemAllocatedJoel Sing
2021-01-19[dev.regabi] cmd/compile: directly create go.map and go.track symbolsMatthew Dempsky
2021-01-19[dev.regabi] cmd/compile: refactor Linksym creationMatthew Dempsky
2021-01-19[dev.regabi] cmd/compile: cleanup callTargetLSymMatthew Dempsky
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2021-01-18os: do not close syscall.Stdin in TestReadStdinJason A. Donenfeld
2021-01-18[dev.regabi] cmd/compile: move stack objects to livenessMatthew Dempsky
2021-01-18[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky
2021-01-18[dev.regabi] cmd/compile: use LinksymOffsetExpr in TypePtr/ItabAddrCuong Manh Le
2021-01-18[dev.regabi] cmd/compile: use *obj.LSym instead of *ir.Name for staticdata fu...Cuong Manh Le
2021-01-17[dev.regabi] cmd/compile: remove unneeded packages from ir.PkgsMatthew Dempsky