aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-04-26cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer
2022-04-21test/typeparam: fix copyright messagemkontani
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-04-21test: rename live_syscall.go to live_uintptrkeepalive.goMichael Pratt
2022-04-19cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-19cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements
2022-04-19test/nosplit: add more complicated recursion testsAustin Clements
2022-04-19test/nosplit: apply stack limit adjustment in the right placeAustin Clements
2022-04-14cmd/compile: add jump table codegen testKeith Randall
2022-04-14cmd/compile: constant-fold switches early in compilationKeith Randall
2022-04-13cmd/compile: add SHLX&SHRX without loadWayne Zuo
2022-04-13cmd/compile: add SARXQload and SARXLloadWayne Zuo
2022-04-12cmd/compile: always write fun[0] in incomplete itabWayne Zuo
2022-04-12cmd/compile: add SARX instruction for GOAMD64>=3Wayne Zuo
2022-04-12test: add //go:build support to run.goMatthew Dempsky
2022-04-12cmd/compile: add a test case and some comments for deadlock on syntax errorhopehook
2022-04-12cmd/compile: fix compilation crash with several blank labelsnimelehin
2022-04-11cmd/compile: add MOVBE index load/storeWayne Zuo
2022-04-11test: adjust load and store testWayne Zuo
2022-04-07test: extend issue52124.go to also test #52139Matthew Dempsky
2022-04-07cmd/compile: adjust types2 shift check to match go/types (cleanup)Robert Griesemer
2022-04-04cmd/compile: use shlx&shrx instruction for GOAMD64>=v3Wayne Zuo
2022-04-04cmd/compile: support reading union type for compiler backend in unified IRCuong Manh Le
2022-04-04cmd/compile: use LZCNT instruction for GOAMD64>=3Wayne Zuo
2022-04-03cmd/compile: add MOVBEWstore support for GOAMD64>=3Wayne Zuo
2022-03-31test: update comments in run.go (cleanup)Robert Griesemer
2022-03-31cmd/compile/internal/syntax: better errors for syntax errors in listsRobert Griesemer
2022-03-30cmd/compile/internal/syntax: remove code dealing with multiple method namesRobert Griesemer
2022-03-30cmd/compile/internal/walk: fix wrong soleComponent implementationCuong Manh Le
2022-03-29go/types, types2: better index-out-of-bounds error message (cleanup)Robert Griesemer
2022-03-27test: fix inline test on noopt builderKeith Randall
2022-03-25cmd/compile: enable inlining SELECTWayne Zuo
2022-03-25cmd/compile: simplify fingerprint logicMatthew Dempsky
2022-03-25cmd/compile: merge ANDconst and UBFX into UBFX on arm64fanzha02
2022-03-24test: compile source files as if from "test" moduleMatthew Dempsky
2022-03-24test: remove unused oldescape_linkname.dir directoryMatthew Dempsky
2022-03-24test: remove obsolete test case that misuses -pMatthew Dempsky
2022-03-24test: use dot-relative imports where appropriateMatthew Dempsky
2022-03-22cmd/compile/internal/importer: key tparams by Package instead of pkgnameRobert Findley
2022-03-21cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-03-21cmd/compile: fix panic with nested dead hidden closuresCuong Manh Le
2022-03-18cmd/compile: pointers to notinheap types need their own shapeKeith Randall
2022-03-14cmd/compile: fix wrong dict param when getting dict typeCuong Manh Le
2022-03-11cmd/compile: fix re-export closureCuong Manh Le
2022-03-10cmd/compile: fix expression switches using type parametersKeith Randall
2022-03-10cmd/compile: fix transform of OEQ/ONE when one arg is a type paramKeith Randall
2022-03-09cmd/compile: require -p flagRuss Cox
2022-03-09go/types, types2: disable field accesses through type parametersRobert Griesemer
2022-03-08cmd/compile/internal/types2: more consistently print "check go.mod" if langua...thepudds
2022-03-07go/types, types2: disable inference for type instancesRobert Findley