summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.19] cmd/compile: fix broken IR for iface -> efaceCuong Manh Le2022-12-281-0/+37
* [release-branch.go1.19] cmd/compile: fix conditional select ruleKeith Randall2022-12-191-0/+40
* [release-branch.go1.19] cmd/compile: fix missing typecheck for static initial...Cuong Manh Le2022-12-091-0/+45
* [release-branch.go1.19] cmd/compile: turn off jump tables when spectre retpol...Keith Randall2022-12-091-0/+28
* [release-branch.go1.19] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky2022-11-091-0/+21
* [release-branch.go1.19] cmd/compile: fix missing walk pass for static initial...Cuong Manh Le2022-10-241-0/+11
* [release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le2022-10-241-0/+12
* [release-branch.go1.19] cmd/compile/internal/typebits: relax alignment checkCuong Manh Le2022-09-211-0/+29
* [release-branch.go1.19] cmd/compile: skip emitting dictionaries with missing ...Matthew Dempsky2022-09-211-0/+33
* [release-branch.go1.19] cmd/compile: avoid using destination pointer base typ...Keith Randall2022-09-212-0/+85
* [release-branch.go1.19] cmd/compile/internal/inline: fix latent CalleeEffects...Matthew Dempsky2022-09-191-0/+21
* [release-branch.go1.19 cmd/compile: align stack offset to alignment larger th...Cherry Mui2022-08-311-0/+40
* [release-branch.go1.19] cmd/compile: only inline method wrapper if method don...Cuong Manh Le2022-08-311-0/+39
* [release-branch.go1.19] cmd/compile: handle partially overlapping assignmentsKeith Randall2022-08-292-4/+30
* [release-branch.go1.19] cmd/compile: correct alignment of atomic.Int64Cuong Manh Le2022-08-291-0/+26
* [release-branch.go1.19] cmd/compile: fix wrong typeparams for selector expr w...Cuong Manh Le2022-08-171-0/+25
* [release-branch.go1.19] cmd/compile: fix import/export of ODYNAMICDOTTYPEMatthew Dempsky2022-08-113-0/+38
* [release-branch.go1.19] test: improve generic type assertion testMatthew Dempsky2022-08-011-3/+7
* [release-branch.go1.19] cmd/compile: fix wrong dict pass condition for type a...Wayne Zuo2022-08-011-0/+28
* cmd/compile: fix blank label codeKeith Randall2022-07-251-1/+1
* test: use go tool from tree, not pathKeith Randall2022-07-201-1/+17
* 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
* 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
* 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
* 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
* cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic functionCuong Manh Le2022-05-311-0/+32
* test/heapsampling.go: slow down allocation rate and reduce iterationsMichael Anthony Knyszek2022-05-271-2/+8
* cmd/compile: catch pointless recursion on function typesDavid Chase2022-05-241-0/+25
* cmd/compile: fix loong64 constant folding in division rulesCuong Manh Le2022-05-231-0/+30