aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-24[dev.go2go] README: document that this branch is no longer maintaineddev.go2goIan Lance Taylor
2021-04-13[dev.go2go] cmd/go2go: don't pass "run run" to cmd/goIan Lance Taylor
2021-03-22cmd/go2go: add ability to specify build tags in go2goAlan D. Cabrera
2021-03-04[dev.go2go] all: merge master (12bb256) into dev.go2goRob Findley
2021-03-04go/types: use correct recv for parameterized embedded methodsRob Findley
2021-03-03cmd/compile/internal/types2: use correct recv for parameterized embedded methodsRobert Griesemer
2021-03-03cmd/compile: remove races introduced in abiutils field updateDavid Chase
2021-03-03cmd/compile: make modified Aux type for OpArgXXXX pass ssa/checkDavid Chase
2021-03-03cmd/compile: handle aggregate OpArg in registersDavid Chase
2021-03-03cmd/compile: remove 8-byte alignment requirement of stack slot on s390xeric fang
2021-03-03cmd/compile: remove 8-byte alignment requirement of stack slot on mipseric fang
2021-03-03cmd/compile: intrinsify runtime/internal/atomic.{And,Or}{8,} on RISCV64Joel Sing
2021-03-03syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing
2021-03-03cmd/compile: retrieve Args from registersDavid Chase
2021-03-03A+C: change email address for Baokun LeeBaokun Lee
2021-03-03cmd/compile: remove 8-byte alignment requirement of stack slot on mips64eric fang
2021-03-03cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase
2021-03-03cmd/link: disable flaky Darwin "symbols" testDavid Chase
2021-03-02cmd/go: remove -insecure flag on go getwitchard
2021-03-02cmd/go/internal/modload: do not resolve an arbitrary version for 'go list --v...Bryan C. Mills
2021-03-02cmd/go: add a test case that reproduces #44296Bryan C. Mills
2021-03-02cmd/go: resolve std-vendored dependencies as std packages except in 'go get' ...Bryan C. Mills
2021-03-02cmd/go/internal/mvs: prune spurious dependencies in DowngradeBryan C. Mills
2021-03-02dist: generate stub go.mod in workdirTamir Duberstein
2021-03-02cmd/compile: better version of check frame offsets against abiDavid Chase
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-03-02internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser
2021-03-02cmd/go: reject relative paths in GOMODCACHE environmentBaokun Lee
2021-03-02all: fix spellingJohn Bampton
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2021-03-02cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sectionsYunQiang Su
2021-03-01runtime: use entersyscall in syscall_syscallX on DarwinCherry Zhang
2021-03-01go/types: review of expr.goRob Findley
2021-03-01cmd/compile: import empty closure function correctlyDan Scales
2021-03-01cmd: upgrade golang.org/x/mod to relax import path checkJay Conrod
2021-03-01cmd/compile/internal/ir: fix up stale commentThan McIntosh
2021-03-01cmd/go: add missing newline to retraction warning messageJordan Liggitt
2021-03-01Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills
2021-03-01cmd/go/internal/modload: don't query when fixing canonical versionsJay Conrod
2021-03-01os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld
2021-02-27cmd/compile: check frame offsets against abiDavid Chase
2021-02-27cmd/compile: fix escape analysis of heap-allocated resultsMatthew Dempsky
2021-02-27cmd/compile: fixed which-result confusion in presence of 0-width typesDavid Chase
2021-02-27time: correct unusual extension string casesIan Lance Taylor
2021-02-26reflect: fix register ABI spill space calculationMichael Anthony Knyszek
2021-02-26cmd/compile: deal with closures in generic functions and instantiated functio...Dan Scales
2021-02-26syscall: introduce SysProcAttr.ParentProcess on WindowsJason A. Donenfeld
2021-02-26syscall: introduce SysProcAttr.AdditionalInheritedHandles on WindowsJason A. Donenfeld
2021-02-26syscall: restrict inherited handles on WindowsJason A. Donenfeld
2021-02-26syscall: add support for proc thread attribute listsJason A. Donenfeld