aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2022-04-25cmd/dist: add maymorestack testsAustin Clements
2022-04-25cmd/compile: align tablePark Zhou
2022-04-25go/types, types2: add loong64 to gcArchSizesRobert Findley
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-21reflect: make more Value methods inlineableJoe Tsai
2022-04-21cmd/compile: Unify & improve struct comparisonsDerek Parker
2022-04-21cmd/trace: embed static contentMichael Pratt
2022-04-21cmd/gofmt: only resolve go/ast objects when neededDaniel Martí
2022-04-21cmd/go: add a better error message when in a module outside workspaceMichael Matloob
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-04-21cmd/go: replace some calls to base.AppendPWD with cmd.EnvironBryan C. Mills
2022-04-21Revert "cmd/go/internal/test: wrap os.Stdout always"Bryan Mills
2022-04-21cmd/go/internal/test: wrap os.Stdout alwaysAndrew Gerrand
2022-04-20cmd/compile/internal/syntax: correct an error stringRobert Griesemer
2022-04-20cmd/go: don't compute Deps fields if they're not neededMichael Matloob
2022-04-20cmd/link: fix StackCheckOutput on AIXAustin Clements
2022-04-20cmd/go/internal/base: in AppendPWD, check that PWD is absoluteBryan C. Mills
2022-04-19cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-19cmd/compile/internal/types2: don't crash in overflow checkRobert Griesemer
2022-04-19cmd/compile/internal/types2: permit parentheses around types in interfacesRobert Griesemer
2022-04-19cmd/compile: more negation related generic SSA rewrite rulesJorropo
2022-04-19cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-04-19internal/sys: add LR and fixed frame size to sys.ArchAustin Clements
2022-04-19cmd/link: use TOC-relative trampolines on PPC64 when neededPaul E. Murphy
2022-04-18reflect: make Value.MapRange inlineableJoe Tsai
2022-04-18cmd/compile: fix missing source information in ssa viewhopehook
2022-04-15cmd/link: preserve symbol attributes when cloning to externalCherry Mui
2022-04-15cmd/compile: turn jump tables off with -NKeith Randall
2022-04-14cmd/compile: modify switches of strings to use jump table for lengthsKeith Randall
2022-04-14cmd/compile: constant-fold switches early in compilationKeith Randall
2022-04-14cmd/compile: implement jump tablesKeith Randall
2022-04-14cmd/compile: fold constant shifts into (SHL|SHR|SAR)Xload opsKeith Randall
2022-04-13cmd/compile: remove unused offset calculation in ssagen#rtcallJorropo
2022-04-13cmd/compile: add SHLX&SHRX without loadWayne Zuo
2022-04-13cmd/compile: add SARXQload and SARXLloadWayne Zuo
2022-04-12cmd/asm: update comment to refer to #44505hopehook
2022-04-12cmd/link: mangle symbol ABI name for linker-generated symbolsCherry Mui
2022-04-12cmd/link: don't sort pclntab entriesKeith Randall
2022-04-12cmd/go: fix TestScript/test_fuzz_minimize_interesting flakeRoland Shoemaker
2022-04-12cmd/go: allow '-buildvcs=auto' and treat it as the defaultBryan C. Mills
2022-04-12cmd/compile: always write fun[0] in incomplete itabWayne Zuo
2022-04-12cmd/go: open correct path when loading embeds from root directorytenkoh
2022-04-12cmd/go/internal/modload: remove aix from stat_openfile.go commentTobias Klauser
2022-04-12cmd/compile: add SARX instruction for GOAMD64>=3Wayne Zuo
2022-04-12cmd/go: set GOROOT explicitly for 'go generate' subprocessesBryan C. Mills
2022-04-12cmd/go: fix TestScript/build_trimpath_goroot when built with a mismatched GOR...Bryan C. Mills
2022-04-12Revert "cmd/compile/internal: fix test error on loong64"Bryan Mills
2022-04-12cmd/compile/internal: fix test error on loong64Xiaodong Liu