aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2022-04-26cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer
2022-04-19cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
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-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-25cmd/compile: simplify fingerprint logicMatthew Dempsky
2022-03-24test: compile source files as if from "test" moduleMatthew Dempsky
2022-03-24test: remove obsolete test case that misuses -pMatthew Dempsky
2022-03-24test: use dot-relative imports where appropriateMatthew Dempsky
2022-03-21cmd/compile: fix panic with nested dead hidden closuresCuong Manh Le
2022-03-09cmd/compile: require -p flagRuss Cox
2022-03-08cmd/compile/internal/types2: more consistently print "check go.mod" if langua...thepudds
2022-03-03go/types, types2: fix scoping for iteration variables declared by range clauseRobert Griesemer
2022-03-01cmd/compile: use AutogeneratedPos for method value wrapperCherry Mui
2022-03-01all: avoid use of cmd/compile -G flag in testsMatthew Dempsky
2022-02-14cmd/compile: correct type of pointer difference on RISCV64Cherry Mui
2022-02-13test: add notinheap test that caused a gofrontend crashIan Lance Taylor
2022-02-11go/types, types2: better error message for invalid array lengthRobert Griesemer
2022-02-07test: apply GO_TEST_TIMEOUT_SCALE scaling to test timeoutsThan McIntosh
2022-02-04go/types, types2: better error messages for comparisonsRobert Griesemer
2022-02-01go/types, types2: tweak missingMethodReason logic to improve messageDan Scales
2022-01-27cmd/compile: remove incorrect arm,arm64 CMP->CMN transformationsDavid Chase
2022-01-19go/types, types2: use orig. compiler error message for a shift errorRobert Griesemer
2022-01-19cmd/compile: don't elide extension for LoadReg to FP register on MIPS64Cherry Mui
2022-01-18go/types, types2: report error for invalid string(1 << s)Robert Griesemer
2022-01-18cmd/compile, go/types: restore 'too many return values' error for func with n...Russ Cox
2022-01-13cmd/compile: unique LinkString for renamed, embedded fieldsMatthew Dempsky
2022-01-12cmd/compile/types2, go/types: add position for "have" in failed interface sat...Emmanuel T Odeke
2022-01-11test: workaround SIGILL on issue11656 on aixPaul E. Murphy
2022-01-11test: re-enable most go/tests that were disabled because of types2 differencesDan Scales
2022-01-10go/types, types2: better error message when using *interface instead of inter...Robert Griesemer
2022-01-10Revert "cmd/compile: unique LinkString for renamed, embedded fields"Matthew Dempsky
2022-01-10cmd/compile: unique LinkString for renamed, embedded fieldsMatthew Dempsky
2022-01-07cmd/compile: fix conv of slice of user-define byte type to stringDan Scales
2022-01-06test: add test of incorrect gofrontend errorIan Lance Taylor
2022-01-06cmd/compile/internal/types2: better error message for invalid range clauseRobert Griesemer
2021-12-15cmd/compile: correct type identity comparison with "any"Cherry Mui
2021-12-03test: re-enable a bunch of tests with types2Dan Scales
2021-12-02cmd/compile: report channel size errors correctly for -G=3Dan Scales
2021-11-26test/fixedbugs: fix go directive of issue16008.gosivchari
2021-11-24cmd/compile/internal/types2: report types for mismatched call and return stat...Robert Griesemer
2021-11-22cmd/compile/internal/types2: print "nil" rather than "untyped nil"Robert Griesemer
2021-11-20test: fix -G=0 mode for longtest builderDan Scales
2021-11-19cmd/compile: handle `any` as alias like `byte` and `rune`Matthew Dempsky
2021-11-18test: make issue8606b test more robustKeith Randall
2021-11-17cmd/compile: emit definition of 'any' only if generic enabledCuong Manh Le
2021-11-17cmd/compile: emit definition of 'any' when compiling runtimeThan McIntosh