summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: delay fillinMethods to deal with mutually-recursive typesDan Scales2021-08-271-0/+19
* cmd/compile: fix reference to generic type needed by crawlerDan Scales2021-08-263-0/+22
* cmd/compile: always accept 1.18 syntax but complain if not 1.18Robert Griesemer2021-08-251-1/+1
* cmd/compile: generic SSA rules for simplifying 2 and 3 operand integer arithm...Jake Ciolek2021-08-251-0/+24
* cmd/compile: fix function contains no TParam in generic functionkorzhao2021-08-251-0/+18
* cmd/compile: fix stencil call expression.wdvxdr2021-08-251-0/+46
* cmd/compile: fix CheckSize() calculation for -G=3 and stencilsDan Scales2021-08-252-0/+50
* test: add test that caused gofrontend compiler crashIan Lance Taylor2021-08-251-0/+16
* test: add test case that gofrontend miscompiledIan Lance Taylor2021-08-251-0/+19
* cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le2021-08-251-0/+29
* cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panicKeith Randall2021-08-241-0/+15
* cmd/compile: fix naming of types inside instantiationsDan Scales2021-08-243-0/+76
* cmd/compile: change irgen to generate exprs/stmts after decls processedMatthew Dempsky2021-08-241-0/+21
* cmd/compile: reuse same node for global dictionariesDan Scales2021-08-241-0/+74
* cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales2021-08-231-0/+68
* cmd/compile: do not mark arrays used for map initialization noalgMartin Möhrmann2021-08-234-0/+52
* cmd/compile: don't emit write barriers for offsets of global addresseszikaeroh2021-08-231-0/+14
* cmd/compile: always remove receiver type from instantiated method valuesKeith Randall2021-08-234-0/+65
* cmd/compile: copy captured dictionary var to local varKeith Randall2021-08-231-0/+23
* cmd/compile: fixing 15.go for -G=3Dan Scales2021-08-231-2/+1
* cmd/compile: enable -G=3 by defaultMatthew Dempsky2021-08-212-14/+17
* test/typeparam: add a test case for issue46591korzhao2021-08-201-0/+22
* test: enable regabi test on arm64Cuong Manh Le2021-08-201-1/+1
* cmd/compile: add support for //go:nointerface for -G=3Matthew Dempsky2021-08-191-2/+0
* cmd/compile: only use dictionaries for conversions to type parametersKeith Randall2021-08-183-0/+62
* all: fix typosYasuhiro Matsumoto2021-08-171-1/+1
* cmd/compile: fix CONVIFACE case converting interface to empty interfaceDan Scales2021-08-172-0/+57
* cmd/compile: fix panic with dead hidden closuresCuong Manh Le2021-08-161-0/+23
* cmd/compile: fix dictionaries for nested closuresKeith Randall2021-08-163-0/+61
* cmd/compile: intrinsify Mul64 on riscv64Meng Zhuo2021-08-162-0/+2
* test: change issue10441.go from "build" to "compile"Ian Lance Taylor2021-08-131-1/+1
* test: add test case for CL 340609Ian Lance Taylor2021-08-131-0/+55
* test: add test case that caused a gofrontend compiler crashIan Lance Taylor2021-08-133-0/+32
* [dev.typeparams] cmd/compile: handle interface type parameters in type switchesKeith Randall2021-08-104-0/+75
* [dev.typeparams] cmd/compile/internal/types2: parameterized functions must ha...Robert Griesemer2021-08-103-14/+14
* [dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...Dan Scales2021-08-091-0/+19
* [dev.typeparams] cmd/compile: implement generic type switchesKeith Randall2021-08-0910-0/+176
* [dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall2021-08-094-9/+8
* [dev.typeparams] cmd/compile/internal/types2: fix make with type parameter ar...Robert Griesemer2021-08-061-38/+33
* [dev.typeparams] cmd/compile: make sure closures inside generic funcs are not...Dan Scales2021-08-061-0/+20
* [dev.typeparams] cmd/compile/internal/types2: implement type sets with term l...Robert Griesemer2021-08-051-2/+2
* [dev.typeparams] cmd/compile: fixing case where type arg is an interfaceDan Scales2021-08-052-20/+65
* [dev.typeparams] cmd/compile: put shape types in their own packageKeith Randall2021-08-046-0/+69
* [dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui2021-08-032-2/+2
* [dev.typeparams] cmd/compile: make all pointer types have the same shapeKeith Randall2021-07-312-1/+20
* [dev.typeparams] cmd/compile: allow types with the same underlying type to ha...Keith Randall2021-07-302-0/+35
* [dev.typeparams] cmd/compile: handle meth expressions on typeparamsDan Scales2021-07-291-4/+50
* [dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall2021-07-292-0/+7
* [dev.typeparams] test: rename blank functionsMatthew Dempsky2021-07-2811-28/+28
* [dev.typeparams] test/typeparam: gofmt -wMatthew Dempsky2021-07-2859-418/+423