summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [dev.unified] all: merge master (85d87b9) into dev.unifieddev.unifiedMatthew Dempsky2022-08-041-0/+32
|\
| * test: improve generic type assertion testMatthew Dempsky2022-08-011-3/+7
| * cmd/compile: fix wrong dict pass condition for type assertionsWayne Zuo2022-08-011-0/+28
* | [dev.unified] all: merge master (462b78f) into dev.unifiedMatthew Dempsky2022-07-282-2/+18
|\ \ | |/
| * cmd/compile: fix blank label codeKeith Randall2022-07-251-1/+1
| * test: use go tool from tree, not pathKeith Randall2022-07-201-1/+17
* | Merge "[dev.unified] all: merge master (8e1e64c) into dev.unified" into dev.u...Gerrit Code Review2022-07-209-9/+174
|\ \
| * \ [dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase2022-07-199-9/+174
| |\ \ | | |/
| | * cmd/compile: fix type assert in dict passWayne Zuo2022-07-131-0/+18
| | * cmd/compile: don't convert to interface{} for un-comparable types in generic ...Cuong Manh Le2022-07-081-0/+31
| | * cmd/compile: only check implicit dots for method call enabled by a type boundCuong Manh Le2022-07-061-1/+0
| | * cmd/compile: rework induction variable detectorKeith Randall2022-07-065-5/+122
| | * test: recognize new gofrontend error messageIan Lance Taylor2022-07-061-3/+3
* | | [dev.unified] test: add switch test case for tricky nil handlingMatthew Dempsky2022-07-191-0/+14
* | | [dev.unified] test: relax panic message expectationsMatthew Dempsky2022-07-191-6/+8
|/ /
* | [dev.unified] test: change Unicode file/package name to use characters not tr...David Chase2022-07-194-26/+34
* | [dev.unified] all: merge master (993c387) into dev.unifiedMatthew Dempsky2022-06-3013-1/+208
|\ \ | |/
| * cmd/compile: fix prove pass when upper condition is <= maxintKeith Randall2022-06-302-0/+50
| * test: add regress test for #53619Matthew Dempsky2022-06-301-0/+21
| * cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le2022-06-281-1/+0
| * test: add more tests for const decls with ommitted RHS expressionsRobert Griesemer2022-06-281-0/+36
| * test: add test that gofrontend failed to compileIan Lance Taylor2022-06-281-0/+17
| * test: add test that caused gofrontend crashIan Lance Taylor2022-06-271-0/+17
| * test: add test that caused gofrontend crashIan Lance Taylor2022-06-273-0/+29
| * test: add test that gofrontend gets wrongIan Lance Taylor2022-06-263-0/+38
* | [dev.unified] cmd/compile/internal/noder: implicit conversions for multi-valu...Matthew Dempsky2022-06-301-3/+2
* | [dev.unified] test: tweak nilcheck testMatthew Dempsky2022-06-301-1/+2
* | [dev.unified] test: break escape_iface.go into unified/nounified variantsMatthew Dempsky2022-06-303-10/+50
* | [dev.unified] test: relax live_regabi.goMatthew Dempsky2022-06-301-1/+2
* | [dev.unified] test: add regress test for generic select statementsMatthew Dempsky2022-06-293-0/+28
* | [dev.unified] all: merge master (5a1c5b8) into dev.unifiedMatthew Dempsky2022-06-2411-0/+256
|\ \ | |/
| * go/types, types2: print qualified object names in cycle errorsRobert Griesemer2022-06-243-0/+25
| * test: add test that causes gofrontend crashIan Lance Taylor2022-06-221-0/+17
| * cmd/compile: don't use dictionary convert to shaped empty interfaceWayne Zuo2022-06-221-0/+19
| * cmd/compile: fix assert condition in generic method callWayne Zuo2022-06-221-0/+22
| * cmd/compile: allow 128-bit values to be spilledKeith Randall2022-06-211-0/+89
| * test: add regress test for #53477Matthew Dempsky2022-06-212-0/+35
| * cmd/compile: skip substituting closures in unsafe builtins argumentsCuong Manh Le2022-06-181-0/+20
| * test: add regress test for #53419Matthew Dempsky2022-06-172-0/+29
* | [dev.unified] all: merge master (635b124) into dev.unifiedMatthew Dempsky2022-06-164-171/+130
|\ \ | |/
| * test: add test that gofrontend failsIan Lance Taylor2022-06-161-0/+27
| * test: add tests for string/[]byte/[]rune conversionsRobert Griesemer2022-06-151-0/+61
| * sync: move lock linearity test and treat it like a performance testMichael Anthony Knyszek2022-06-131-171/+0
| * cmd/compile: fix missing dict pass for type assertionsCuong Manh Le2022-06-131-0/+42
* | [dev.unified] test: extract different inline test between unified and non-uni...Cuong Manh Le2022-06-154-13/+42
* | [dev.unified] test: add regress tests for #53276 and #53328Matthew Dempsky2022-06-103-2/+148
* | [dev.unified] test: relax issue7921.go diagnostic messageCuong Manh Le2022-06-092-2/+1
* | [dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IRCuong Manh Le2022-06-091-1/+0
* | [dev.unified] cmd/compile: fix unified IR don't report type size too large errorCuong Manh Le2022-06-091-6/+3
* | [dev.unified] cmd/compile: restore Unified IR linkname pragma diagnosticCuong Manh Le2022-06-081-4/+3