aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-09go/types, types2: rename structuralType/String to coreType/StringRobert 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-03cmd/compile: restrict generics test to -G=3Keith Randall
2022-02-03cmd/compile: ensure size is computed for shape typesKeith Randall
2022-02-03constraints: remove packageIan Lance Taylor
2022-02-01go/types, types2: tweak missingMethodReason logic to improve messageDan Scales
2022-02-01go/types, types2: disallow real, imag, complex on type parametersRobert Griesemer
2022-01-31go/types, types2: fix implements and identical predicatesRobert Griesemer
2022-01-27go/types, cmd/compile: fix composite literal structural typingMatthew Dempsky
2022-01-27cmd/compile: remove incorrect arm,arm64 CMP->CMN transformationsDavid Chase
2022-01-27cmd/compile: add missing shape check in (*Tsubster).tinterDan Scales
2022-01-27cmd/compile: support structural typing in unified IRMatthew Dempsky
2022-01-25go/types, types2: all interfaces implement comparable (add tests)Robert Griesemer
2022-01-25test: add a new test absdiff3.go which uses function callbackDan Scales
2022-01-25cmd/compile: new absdiff.go test, fix problem with g.curDeclDan Scales
2022-01-24go/types, types2: reorder object processing to avoid broken aliasesRobert Griesemer
2022-01-24go/types, types2: report an error when using a broken aliasRobert Griesemer
2022-01-24go/types, types2: consider type parameters for cycle detectionRobert Griesemer
2022-01-24cmd/compile: distinguish bound calls/field access in getInstInfoDan Scales
2022-01-21cmd/compile: make sure multiple blank typeparams remain uniqueDan Scales
2022-01-19cmd/compile: add early a CONVIFACE normally created in the order phaseDan Scales
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-18cmd/compile: support field access for typeparam with structural constraintDan Scales
2022-01-14cmd/compile: add call to ImportedBody() when exporting shape inst bodyDan Scales
2022-01-13cmd/compile: descend through types to find fully-instantiated typesDan Scales
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-11cmd/compile: fix the names of methods created during type substitutionDan Scales
2022-01-11cmd/compile: in typ0(), load base type before checking s.DefDan Scales
2022-01-11cmd/compile: resolve dictionaries/shape methods in markInlBody, if neededDan Scales
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-10cmd/compile: use exact constant in go_asm.hIan Lance Taylor
2022-01-10Revert "cmd/compile: unique LinkString for renamed, embedded fields"Matthew Dempsky
2022-01-10cmd/compile, test: updated comments in crawler.go, added testDan Scales
2022-01-10cmd/compile: unique LinkString for renamed, embedded fieldsMatthew Dempsky
2022-01-10cmd/compile: fix interaction between generics and inliningDan Scales
2022-01-07cmd/compile: accept string|[]byte-constrained 2nd argument in appendRobert Griesemer
2022-01-07cmd/compile: fix conv of slice of user-define byte type to stringDan Scales
2022-01-07cmd/compile: fix instantiation of types referenced during inliningCuong Manh Le
2022-01-07test/typeparam: adjust test preamble (fix longtests)Robert Griesemer
2022-01-07test/typeparam: adjust test preamble (fix longtests)Robert Griesemer