aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam
AgeCommit message (Expand)Author
2021-09-20cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales
2021-09-20go/test: add a test for issue 48344Dan Scales
2021-09-20cmd/compile: fix export/import of range loop.Dan Scales
2021-09-17cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-09-14cmd/compile: set IsShape based on type being in the Shapes pkgDan Scales
2021-09-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-14cmd/compile: prevent importReader reading type parameter twiceCuong Manh Le
2021-09-13cmd/compile: save the note of fields when translating structkorzhao
2021-09-09cmd/compile: fix implement for closure in a global assignmentkorzhao
2021-09-09test: add compiler regress tests for #46461Matthew Dempsky
2021-09-09cmd/compile: stenciled conversions might be NOPsKeith Randall
2021-09-09test/typeparam: fix issue48094b test buildTobias Klauser
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09cmd/compile: fix wrong instantiated type for embedded receiverCuong Manh Le
2021-09-07cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales
2021-09-07cmd/compile: remove now-unneeded SetHasTParam() for cached ptr elementDan Scales
2021-09-07cmd/compile: make sure imported instantiated types have their methods createdDan Scales
2021-09-07cmd/compile: fix deadlock in (*Named).loadCuong Manh Le
2021-09-07cmd/compile: make sure that the names created for instantiated type are the samekorzhao
2021-09-06cmd/compile: fix delay transformation in *subster.node()korzhao
2021-09-02cmd/compile: disable type list syntax for the compilerRobert Griesemer
2021-09-01cmd/compile: fix conversions from TypeParam to interfacekorzhao
2021-09-01cmd/compile: fix missing case for shape double-check functionDan Scales
2021-08-31cmd/compile: fix handling of Defn field during stencilingDan Scales
2021-08-31cmd/compile: builtins may be in the unsafe packageKeith Randall
2021-08-31cmd/compile/internal/types2: disallow aliases for generic typesRobert Griesemer
2021-08-30cmd/compile: fix bug with Inferred targsDan Scales
2021-08-30cmd/compile: fix error when revcType is ptr in selectorExprkorzhao
2021-08-30test/typeparam/sliceimp.dir: fix typo in a.gocitizen233
2021-08-29test: add test cases for issue47892.wdvxdr
2021-08-28cmd/compile: support type C comparableDan Scales
2021-08-27cmd/compile: fix stenciling of conversions between interfacesKeith Randall
2021-08-27cmd/compile: fix parameterized interfacesKeith Randall
2021-08-27cmd/compile: delay fillinMethods to deal with mutually-recursive typesDan Scales
2021-08-26cmd/compile: fix reference to generic type needed by crawlerDan Scales
2021-08-25cmd/compile: fix function contains no TParam in generic functionkorzhao
2021-08-25cmd/compile: fix stencil call expression.wdvxdr
2021-08-25cmd/compile: fix CheckSize() calculation for -G=3 and stencilsDan Scales
2021-08-24cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panicKeith Randall
2021-08-24cmd/compile: fix naming of types inside instantiationsDan Scales
2021-08-24cmd/compile: reuse same node for global dictionariesDan Scales
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-23cmd/compile: always remove receiver type from instantiated method valuesKeith Randall
2021-08-23cmd/compile: copy captured dictionary var to local varKeith Randall
2021-08-21cmd/compile: enable -G=3 by defaultMatthew Dempsky
2021-08-20test/typeparam: add a test case for issue46591korzhao
2021-08-18cmd/compile: only use dictionaries for conversions to type parametersKeith Randall
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-17cmd/compile: fix CONVIFACE case converting interface to empty interfaceDan Scales