aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-09[release-branch.go1.19] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky
2022-10-24[release-branch.go1.19] cmd/compile: fix missing walk pass for static initial...Cuong Manh Le
2022-10-24[release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-09-21[release-branch.go1.19] cmd/compile/internal/typebits: relax alignment checkCuong Manh Le
2022-09-21[release-branch.go1.19] cmd/compile: skip emitting dictionaries with missing ...Matthew Dempsky
2022-09-21[release-branch.go1.19] cmd/compile: avoid using destination pointer base typ...Keith Randall
2022-09-19[release-branch.go1.19] cmd/compile/internal/inline: fix latent CalleeEffects...Matthew Dempsky
2022-08-31[release-branch.go1.19 cmd/compile: align stack offset to alignment larger th...Cherry Mui
2022-08-31[release-branch.go1.19] cmd/compile: only inline method wrapper if method don...Cuong Manh Le
2022-08-29[release-branch.go1.19] cmd/compile: handle partially overlapping assignmentsKeith Randall
2022-08-29[release-branch.go1.19] cmd/compile: correct alignment of atomic.Int64Cuong Manh Le
2022-08-17[release-branch.go1.19] cmd/compile: fix wrong typeparams for selector expr w...Cuong Manh Le
2022-08-11[release-branch.go1.19] cmd/compile: fix import/export of ODYNAMICDOTTYPEMatthew Dempsky
2022-08-01[release-branch.go1.19] test: improve generic type assertion testMatthew Dempsky
2022-08-01[release-branch.go1.19] cmd/compile: fix wrong dict pass condition for type a...Wayne Zuo
2022-07-25cmd/compile: fix blank label codeKeith Randall
2022-07-20test: use go tool from tree, not pathKeith Randall
2022-07-13cmd/compile: fix type assert in dict passWayne Zuo
2022-07-08cmd/compile: don't convert to interface{} for un-comparable types in generic ...Cuong Manh Le
2022-07-06cmd/compile: only check implicit dots for method call enabled by a type boundCuong Manh Le
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