aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2022-04-29[dev.boringcrypto] cmd/compile: remove the awful boringcrypto kludgeRuss Cox
2022-04-29[dev.boringcrypto] cmd/dist: default to use of boringcryptoRuss Cox
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2022-04-29[dev.boringcrypto] cmd/go: pass dependency syso to cgo tooRuss Cox
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-04-29[dev.boringcrypto] cmd/internal/notsha256: add new packageRuss Cox
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-26cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer
2022-04-25cmd/compile: fix the missing size for FuncInfoSymzhouguangyuan
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-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
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