aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-07-06cmd/compile: rework induction variable detectorKeith Randall
2022-07-06test: recognize new gofrontend error messageIan Lance Taylor
2022-06-30cmd/compile: fix prove pass when upper condition is <= maxintKeith Randall
2022-06-30test: add regress test for #53619Matthew Dempsky
2022-06-28cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le
2022-06-28test: add more tests for const decls with ommitted RHS expressionsRobert Griesemer
2022-06-28test: add test that gofrontend failed to compileIan Lance Taylor
2022-06-27test: add test that caused gofrontend crashIan Lance Taylor
2022-06-27test: add test that caused gofrontend crashIan Lance Taylor
2022-06-26test: add test that gofrontend gets wrongIan Lance Taylor
2022-06-24go/types, types2: print qualified object names in cycle errorsRobert Griesemer
2022-06-22test: add test that causes gofrontend crashIan Lance Taylor
2022-06-22cmd/compile: don't use dictionary convert to shaped empty interfaceWayne Zuo
2022-06-22cmd/compile: fix assert condition in generic method callWayne Zuo
2022-06-21cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-06-21test: add regress test for #53477Matthew Dempsky
2022-06-18cmd/compile: skip substituting closures in unsafe builtins argumentsCuong Manh Le
2022-06-17test: add regress test for #53419Matthew Dempsky
2022-06-16test: add test that gofrontend failsIan Lance Taylor
2022-06-15test: add tests for string/[]byte/[]rune conversionsRobert Griesemer
2022-06-13sync: move lock linearity test and treat it like a performance testMichael Anthony Knyszek
2022-06-13cmd/compile: fix missing dict pass for type assertionsCuong Manh Le
2022-05-31cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic functionCuong Manh Le
2022-05-27test/heapsampling.go: slow down allocation rate and reduce iterationsMichael Anthony Knyszek
2022-05-24cmd/compile: catch pointless recursion on function typesDavid Chase
2022-05-23cmd/compile: fix loong64 constant folding in division rulesCuong Manh Le
2022-05-20misc, test: fix test error for loong64Xiaodong Liu
2022-05-18cmd/compile: do not use special literal assignment if LHS is address-takenCherry Mui
2022-05-18all: fix spellingJohn Bampton
2022-05-18test: add test that caused a gofrontend crashIan Lance Taylor
2022-05-17all: fix spellingJohn Bampton
2022-05-17test,misc: fix builders that do not support pluginCuong Manh Le
2022-05-17cmd/compile: tighten the condition for inlining shape/non-shape functionCuong Manh Le
2022-05-17cmd/compile: skip exporting generic functions for -buildmode=pluginMatthew Dempsky
2022-05-16test: fix issue20014 for noopt builderMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-14cmd/compile: fix inlining function has shape in typeCuong Manh Le
2022-05-14cmd/compile: don't inline fn with shape params, but passed no shape argCuong Manh Le
2022-05-13cmd/compile: use jump table on ARM64Cherry Mui
2022-05-12test: add test case that caused a gofrontend crashIan Lance Taylor
2022-05-11cmd/asm: require -p flagCherry Mui
2022-05-11cmd/compile: fix bad order of evaluation for multi-value f()(g()) callsCuong Manh Le
2022-05-10cmd/compile: lower Add64/Sub64 into ssa on PPC64Paul E. Murphy
2022-05-10test: add test case for #51840Wayne Zuo
2022-05-10cmd/compile: be sure to export types mentioned in f.i.g. method signatureDavid Chase
2022-05-09cmd/compile: more fix on boolean ops on ARM64Cherry Mui
2022-05-09cmd/compile: fix If lowering on ARM64Cherry Mui
2022-05-08cmd/compile: teach prove about and operationWayne Zuo
2022-05-08cmd/compile: don't crash in size computation for invalid typeRobert Griesemer
2022-05-06cmd/compile: allow exporting `.rcvr` identWayne Zuo