summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer2022-04-261-1/+1
* test/typeparam: fix copyright messagemkontani2022-04-211-1/+1
* cmd/compile: add //go:uintptrkeepaliveMichael Pratt2022-04-212-9/+43
* test: rename live_syscall.go to live_uintptrkeepalive.goMichael Pratt2022-04-211-0/+0
* cmd/compile/internal/types2: use correct value of iotaRobert Griesemer2022-04-191-0/+39
* cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements2022-04-191-1/+2
* test/nosplit: add more complicated recursion testsAustin Clements2022-04-191-0/+20
* test/nosplit: apply stack limit adjustment in the right placeAustin Clements2022-04-191-9/+13
* cmd/compile: add jump table codegen testKeith Randall2022-04-141-0/+50
* cmd/compile: constant-fold switches early in compilationKeith Randall2022-04-141-0/+45
* cmd/compile: add SHLX&SHRX without loadWayne Zuo2022-04-131-2/+18
* cmd/compile: add SARXQload and SARXLloadWayne Zuo2022-04-131-0/+16
* cmd/compile: always write fun[0] in incomplete itabWayne Zuo2022-04-122-0/+56
* cmd/compile: add SARX instruction for GOAMD64>=3Wayne Zuo2022-04-121-0/+10
* test: add //go:build support to run.goMatthew Dempsky2022-04-121-38/+13
* cmd/compile: add a test case and some comments for deadlock on syntax errorhopehook2022-04-121-0/+62
* cmd/compile: fix compilation crash with several blank labelsnimelehin2022-04-121-0/+12
* cmd/compile: add MOVBE index load/storeWayne Zuo2022-04-111-5/+5
* test: adjust load and store testWayne Zuo2022-04-111-48/+44
* test: extend issue52124.go to also test #52139Matthew Dempsky2022-04-071-0/+6
* cmd/compile: adjust types2 shift check to match go/types (cleanup)Robert Griesemer2022-04-071-0/+41
* cmd/compile: use shlx&shrx instruction for GOAMD64>=v3Wayne Zuo2022-04-041-0/+16
* cmd/compile: support reading union type for compiler backend in unified IRCuong Manh Le2022-04-041-0/+9
* cmd/compile: use LZCNT instruction for GOAMD64>=3Wayne Zuo2022-04-041-10/+20
* cmd/compile: add MOVBEWstore support for GOAMD64>=3Wayne Zuo2022-04-031-7/+10
* test: update comments in run.go (cleanup)Robert Griesemer2022-03-311-22/+19
* cmd/compile/internal/syntax: better errors for syntax errors in listsRobert Griesemer2022-03-312-3/+3
* cmd/compile/internal/syntax: remove code dealing with multiple method namesRobert Griesemer2022-03-301-1/+1
* cmd/compile/internal/walk: fix wrong soleComponent implementationCuong Manh Le2022-03-301-0/+11
* go/types, types2: better index-out-of-bounds error message (cleanup)Robert Griesemer2022-03-291-1/+1
* test: fix inline test on noopt builderKeith Randall2022-03-271-5/+4
* cmd/compile: enable inlining SELECTWayne Zuo2022-03-251-0/+29
* cmd/compile: simplify fingerprint logicMatthew Dempsky2022-03-251-5/+7
* cmd/compile: merge ANDconst and UBFX into UBFX on arm64fanzha022022-03-251-0/+6
* test: compile source files as if from "test" moduleMatthew Dempsky2022-03-247-33/+28
* test: remove unused oldescape_linkname.dir directoryMatthew Dempsky2022-03-243-34/+0
* test: remove obsolete test case that misuses -pMatthew Dempsky2022-03-243-1067/+0
* test: use dot-relative imports where appropriateMatthew Dempsky2022-03-2495-114/+114
* cmd/compile/internal/importer: key tparams by Package instead of pkgnameRobert Findley2022-03-224-0/+39
* cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky2022-03-211-0/+15
* cmd/compile: fix panic with nested dead hidden closuresCuong Manh Le2022-03-211-0/+22
* cmd/compile: pointers to notinheap types need their own shapeKeith Randall2022-03-181-0/+32
* cmd/compile: fix wrong dict param when getting dict typeCuong Manh Le2022-03-141-1/+1
* cmd/compile: fix re-export closureCuong Manh Le2022-03-113-0/+35
* cmd/compile: fix expression switches using type parametersKeith Randall2022-03-101-0/+62
* cmd/compile: fix transform of OEQ/ONE when one arg is a type paramKeith Randall2022-03-101-0/+42
* cmd/compile: require -p flagRuss Cox2022-03-0916-85/+61
* go/types, types2: disable field accesses through type parametersRobert Griesemer2022-03-097-46/+125
* cmd/compile/internal/types2: more consistently print "check go.mod" if langua...thepudds2022-03-081-0/+13
* go/types, types2: disable inference for type instancesRobert Findley2022-03-072-11/+17