aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2022-01-07test/typeparam: adjust test preamble (fix longtests)Robert Griesemer
2022-01-07go/types, types2: disallow multiple blank type parametersRobert Griesemer
2022-01-06cmd/compile: report type parameter error for methods only onceRobert Griesemer
2022-01-06go/types, types2: implement field access for struct structural constraintsRobert Griesemer
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
2022-01-04cmd/compile: save selector/inst info for generic method/function callsDan Scales
2022-01-04cmd/compile: pop instantiations of local types when leaving scopeDan Scales
2021-12-16cmd/compile: don't re-typecheck while importingKeith Randall
2021-12-16cmd/compile: upgrade ssa to do (int or float) -> complexKeith Randall
2021-12-15test: add simpler test for issue 50109Dan Scales
2021-12-15cmd/compile: correct type identity comparison with "any"Cherry Mui
2021-12-14cmd/compile: fix case where we didn't delay transformAssign in varDeclDan Scales
2021-12-13cmd/compile: avoid re-instantiating method that is already importedDan Scales
2021-12-13cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S...Cherry Mui
2021-12-13cmd/compile: fix identity case relating to 'any' and shape typesDan Scales
2021-12-08test: add extra typeswitch tests that cause duplicate casesDan Scales
2021-12-07cmd/compile: deal with unsatisfiable type assertion in some instantiationsDan Scales
2021-12-05test/ken/slicearray.go: correct type width in commentIan Lance Taylor
2021-12-03test: add test of select inside generic functionKeith Randall
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-12-02cmd/compile: fix case where g.curDecl should be saved/restoredDan Scales
2021-12-01cmd/compile: fix identical to recognize any and interface{}Cuong Manh Le
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-24cmd/compile/internal/inline: revise closure inl position fixThan McIntosh
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-20cmd/compile: ensure generic function is loaded when it needs to be re-exportedDan Scales