aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
AgeCommit message (Expand)Author
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-24test/codegen: accept ppc64x as alias for ppc64le and ppc64 archesPaul E. Murphy
2022-11-17test: remove optimizationOffCuong Manh Le
2022-11-08cmd/compile: fix transitive inlining of generic functionsMatthew Dempsky
2022-10-12test: update test/run.go and some tests to use importcfgMichael Matloob
2022-10-01test: skip inlining check in escape4.goCuong Manh Le
2022-10-01test: relax closure name matching in closure3.goCuong Manh Le
2022-09-30test: enable issue47631.go for Unified IRCuong Manh Le
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-19test: add regress test for issue 55101Matthew Dempsky
2022-09-07cmd/compile/internal/noder: fix type switch case vars packageMatthew Dempsky
2022-09-07test: add failing test case for inlined type switchesMatthew Dempsky
2022-09-02go/types,types2: move notinheap tests to fixedbugs directoryCuong Manh Le
2022-08-30cmd/compile: only inline method wrapper if method don't contain closuresCuong Manh Le
2022-08-23cmd/compile: fix reflect naming of local generic typesMatthew Dempsky
2022-08-18cmd/compile: enable more inlining for unified IRMatthew Dempsky
2022-08-15test: fix issue53702.go for noopt builderCuong Manh Le
2022-08-14test: add test case for issue 53702Cuong Manh Le
2022-08-12test: remove unused code in run.gozhangjian
2022-08-10test: more robust detection of GOEXPERIMENT=unifiedMatthew Dempsky
2022-08-09test: test method expressions promoted to derived typesMatthew Dempsky
2022-08-09test: add test for package-scope method value GCMatthew Dempsky
2022-07-28[dev.unified] all: merge master (462b78f) into dev.unifiedMatthew Dempsky
2022-07-20test: use go tool from tree, not pathKeith Randall
2022-07-19[dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase
2022-07-06cmd/compile: only check implicit dots for method call enabled by a type boundCuong Manh Le
2022-06-30[dev.unified] all: merge master (993c387) into dev.unifiedMatthew Dempsky
2022-06-29[dev.unified] test: add regress test for generic select statementsMatthew Dempsky
2022-06-28cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le
2022-06-24[dev.unified] all: merge master (5a1c5b8) into dev.unifiedMatthew Dempsky
2022-06-21test: add regress test for #53477Matthew Dempsky
2022-06-17test: add regress test for #53419Matthew Dempsky
2022-06-15[dev.unified] test: extract different inline test between unified and non-uni...Cuong Manh Le
2022-06-10[dev.unified] test: add regress tests for #53276 and #53328Matthew Dempsky
2022-06-09[dev.unified] test: relax issue7921.go diagnostic messageCuong Manh Le
2022-06-09[dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IRCuong Manh Le
2022-06-09[dev.unified] cmd/compile: fix unified IR don't report type size too large errorCuong Manh Le
2022-06-08[dev.unified] cmd/compile: restore Unified IR linkname pragma diagnosticCuong Manh Le
2022-06-06[dev.unified] cmd/compile: export/import implicit attribute for conversion exprsCuong Manh Le
2022-05-20misc, test: fix test error for loong64Xiaodong Liu
2022-05-17cmd/compile: skip exporting generic functions for -buildmode=pluginMatthew Dempsky
2022-05-11cmd/asm: require -p flagCherry Mui
2022-05-03go/types,types2: delay the check for conflicting struct field namesRobert Findley
2022-04-12test: add //go:build support to run.goMatthew Dempsky
2022-03-31test: update comments in run.go (cleanup)Robert Griesemer
2022-03-24test: compile source files as if from "test" moduleMatthew Dempsky
2022-03-09cmd/compile: require -p flagRuss Cox
2022-03-07test: add test case for #51521Matthew Dempsky
2022-03-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky
2022-03-07cmd/compile: fix reentrancy issue in unified IR function body readingMatthew Dempsky