summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* [dev.boringcrypto] cmd/compile: remove the awful boringcrypto kludgeRuss Cox2022-04-292-27/+2
* [dev.boringcrypto] cmd/dist: default to use of boringcryptoRuss Cox2022-04-291-0/+7
* [dev.boringcrypto] all: add boringcrypto build tagsRuss Cox2022-04-293-0/+20
* [dev.boringcrypto] cmd/go: pass dependency syso to cgo tooRuss Cox2022-04-292-1/+75
* [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox2022-04-2915-37/+47
* [dev.boringcrypto] cmd/internal/notsha256: add new packageRuss Cox2022-04-2911-0/+1766
* [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-2746-441/+11226
|\
| * cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer2022-04-265-8/+23
| * cmd/compile: fix the missing size for FuncInfoSymzhouguangyuan2022-04-251-1/+3
| * cmd/dist: add maymorestack testsAustin Clements2022-04-251-0/+49
| * cmd/compile: align tablePark Zhou2022-04-251-13/+13
| * go/types, types2: add loong64 to gcArchSizesRobert Findley2022-04-251-3/+4
| * Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-04-2210-374/+5
| * cmd/compile: enable Asan check for global variablesfanzha022022-04-2210-5/+374
| * reflect: make more Value methods inlineableJoe Tsai2022-04-211-5/+23
| * cmd/compile: Unify & improve struct comparisonsDerek Parker2022-04-214-269/+303
| * cmd/trace: embed static contentMichael Pratt2022-04-214-17/+10569
| * cmd/gofmt: only resolve go/ast objects when neededDaniel Martí2022-04-211-0/+5
| * cmd/go: add a better error message when in a module outside workspaceMichael Matloob2022-04-212-5/+9
| * cmd/compile: add //go:uintptrkeepaliveMichael Pratt2022-04-218-22/+65
| * cmd/go: replace some calls to base.AppendPWD with cmd.EnvironBryan C. Mills2022-04-212-6/+2
| * Revert "cmd/go/internal/test: wrap os.Stdout always"Bryan Mills2022-04-212-40/+1
| * cmd/go/internal/test: wrap os.Stdout alwaysAndrew Gerrand2022-04-212-1/+40
| * cmd/compile/internal/syntax: correct an error stringRobert Griesemer2022-04-202-2/+3
| * cmd/go: don't compute Deps fields if they're not neededMichael Matloob2022-04-203-1/+21
| * cmd/link: fix StackCheckOutput on AIXAustin Clements2022-04-202-11/+10
| * cmd/go/internal/base: in AppendPWD, check that PWD is absoluteBryan C. Mills2022-04-206-18/+42
| * cmd/compile/internal/types2: use correct value of iotaRobert Griesemer2022-04-193-2/+21
| * cmd/compile/internal/types2: don't crash in overflow checkRobert Griesemer2022-04-192-23/+39
| * cmd/compile/internal/types2: permit parentheses around types in interfacesRobert Griesemer2022-04-192-37/+24
* | [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-20240-3116/+8761
|\ \ | |/
| * cmd/compile: more negation related generic SSA rewrite rulesJorropo2022-04-192-2/+512
| * cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements2022-04-196-220/+573
| * cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements2022-04-1931-74/+58
| * internal/sys: add LR and fixed frame size to sys.ArchAustin Clements2022-04-195-133/+152
| * cmd/link: use TOC-relative trampolines on PPC64 when neededPaul E. Murphy2022-04-192-71/+78
| * reflect: make Value.MapRange inlineableJoe Tsai2022-04-181-0/+1
| * cmd/compile: fix missing source information in ssa viewhopehook2022-04-181-0/+1
| * cmd/link: preserve symbol attributes when cloning to externalCherry Mui2022-04-151-25/+4
| * cmd/compile: turn jump tables off with -NKeith Randall2022-04-151-1/+1
| * cmd/compile: modify switches of strings to use jump table for lengthsKeith Randall2022-04-143-31/+162
| * cmd/compile: constant-fold switches early in compilationKeith Randall2022-04-141-0/+80
| * cmd/compile: implement jump tablesKeith Randall2022-04-1423-40/+428
| * cmd/compile: fold constant shifts into (SHL|SHR|SAR)Xload opsKeith Randall2022-04-142-0/+244
| * cmd/compile: remove unused offset calculation in ssagen#rtcallJorropo2022-04-131-7/+0
| * cmd/compile: add SHLX&SHRX without loadWayne Zuo2022-04-135-112/+2466
| * cmd/compile: add SARXQload and SARXLloadWayne Zuo2022-04-136-2/+200
| * cmd/asm: update comment to refer to #44505hopehook2022-04-121-1/+1
| * cmd/link: mangle symbol ABI name for linker-generated symbolsCherry Mui2022-04-121-1/+1
| * cmd/link: don't sort pclntab entriesKeith Randall2022-04-121-6/+1