aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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: always accept 1.18 syntax but complain if not 1.18Robert Griesemer
2021-08-25cmd/compile: generic SSA rules for simplifying 2 and 3 operand integer arithm...Jake Ciolek
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-25test: add test that caused gofrontend compiler crashIan Lance Taylor
2021-08-25test: add test case that gofrontend miscompiledIan Lance Taylor
2021-08-25cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le
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: change irgen to generate exprs/stmts after decls processedMatthew Dempsky
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: do not mark arrays used for map initialization noalgMartin Möhrmann
2021-08-23cmd/compile: don't emit write barriers for offsets of global addresseszikaeroh
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-23cmd/compile: fixing 15.go for -G=3Dan Scales
2021-08-21cmd/compile: enable -G=3 by defaultMatthew Dempsky
2021-08-20test/typeparam: add a test case for issue46591korzhao
2021-08-20test: enable regabi test on arm64Cuong Manh Le
2021-08-19cmd/compile: add support for //go:nointerface for -G=3Matthew Dempsky
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
2021-08-16cmd/compile: fix panic with dead hidden closuresCuong Manh Le
2021-08-16cmd/compile: fix dictionaries for nested closuresKeith Randall
2021-08-16cmd/compile: intrinsify Mul64 on riscv64Meng Zhuo
2021-08-13test: change issue10441.go from "build" to "compile"Ian Lance Taylor
2021-08-13test: add test case for CL 340609Ian Lance Taylor
2021-08-13test: add test case that caused a gofrontend compiler crashIan Lance Taylor
2021-08-10[dev.typeparams] cmd/compile: handle interface type parameters in type switchesKeith Randall
2021-08-10[dev.typeparams] cmd/compile/internal/types2: parameterized functions must ha...Robert Griesemer
2021-08-09[dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...Dan Scales
2021-08-09[dev.typeparams] cmd/compile: implement generic type switchesKeith Randall
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-08-06[dev.typeparams] cmd/compile/internal/types2: fix make with type parameter ar...Robert Griesemer
2021-08-06[dev.typeparams] cmd/compile: make sure closures inside generic funcs are not...Dan Scales
2021-08-05[dev.typeparams] cmd/compile/internal/types2: implement type sets with term l...Robert Griesemer
2021-08-05[dev.typeparams] cmd/compile: fixing case where type arg is an interfaceDan Scales
2021-08-04[dev.typeparams] cmd/compile: put shape types in their own packageKeith Randall
2021-08-03[dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui
2021-07-31[dev.typeparams] cmd/compile: make all pointer types have the same shapeKeith Randall
2021-07-30[dev.typeparams] cmd/compile: allow types with the same underlying type to ha...Keith Randall
2021-07-29[dev.typeparams] cmd/compile: handle meth expressions on typeparamsDan Scales
2021-07-29[dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall
2021-07-28[dev.typeparams] test: rename blank functionsMatthew Dempsky
2021-07-28[dev.typeparams] test/typeparam: gofmt -wMatthew Dempsky