go/test/fixedbugs
Than McIntosh 0b07bbd2be cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner
This patch changes the inliner to use callsite scores when deciding to
inline as opposed to looking only at callee cost/hairyness.

For this to work, we have to relax the inline budget cutoff as part of
CanInline to allow for the possibility that a given function might
start off with a cost of N where N > 80, but then be called from a
callsites whose score is less than 80. Once a given function F in
package P has been approved by CanInline (based on the relaxed budget)
it will then be emitted as part of the export data, meaning that other
packages importing P will need to also need to compute callsite scores
appropriately.

For a function F that calls function G, if G is marked as potentially
inlinable then the hairyness computation for F will use G's cost for
the call to G as opposed to the default call cost; for this to work
with the new scheme (given relaxed cost change described above) we
use G's cost only if it falls below inlineExtraCallCost, otherwise
just use inlineExtraCallCost.

Included in this patch are a bunch of skips and workarounds to
selected 'errorcheck' tests in the <GOROOT>/test directory to deal
with the additional "can inline" messages emitted when the new inliner
is turned on.

Change-Id: I9be5f8cd0cd8676beb4296faf80d2f6be7246335
Reviewed-on: https://go-review.googlesource.com/c/go/+/519197
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2023-09-14 19:43:26 +00:00
..
bug083.dir
bug088.dir
bug106.dir
bug133.dir
bug160.dir
bug191.dir
bug222.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
bug248.dir
bug282.dir
bug306.dir
bug313.dir
bug322.dir
bug324.dir
bug335.dir
bug345.dir
bug367.dir
bug369.dir
bug377.dir
bug382.dir
bug392.dir
bug396.dir
bug404.dir
bug407.dir
bug414.dir
bug415.dir
bug424.dir
bug437.dir
bug448.dir
bug460.dir
bug465.dir
bug466.dir
bug467.dir
bug468.dir
bug472.dir
bug478.dir
bug479.dir
bug480.dir
bug488.dir
bug492.dir
bug504.dir
bug506.dir
bug507.dir
bug510.dir
bug511.dir
gcc67968.dir
issue3552.dir
issue4252.dir
issue4326.dir
issue4370.dir
issue4510.dir test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue4590.dir
issue4879.dir
issue4932.dir
issue4964.dir
issue5105.dir
issue5125.dir
issue5259.dir
issue5260.dir
issue5291.dir
issue5470.dir
issue5614.dir
issue5755.dir
issue5910.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue5957.dir go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue6295.dir
issue6513.dir
issue6789.dir
issue7023.dir
issue7648.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue7995b.dir
issue8060.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue8280.dir
issue9355.dir
issue9537.dir
issue9608.dir
issue10066.dir
issue10219.dir
issue10700.dir
issue11053.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue11656.dir test: workaround SIGILL on issue11656 on aix 2022-01-11 15:28:40 +00:00
issue12677.dir
issue13777.dir
issue14164.dir
issue14331.dir
issue15071.dir
issue15470.dir
issue15514.dir
issue15548.dir
issue15572.dir
issue15609.dir
issue15646.dir
issue15838.dir
issue15920.dir
issue16133.dir
issue16317.dir
issue16616.dir
issue18419.dir
issue18895.dir
issue18911.dir
issue19028.dir
issue19261.dir
issue19467.dir test: compile source files as if from "test" module 2022-03-24 17:50:47 +00:00
issue19507.dir
issue19548.dir
issue19699.dir
issue19764.dir
issue20014.dir test: fix issue20014 for noopt builder 2022-05-16 19:48:35 +00:00
issue20682.dir
issue21120.dir
issue22877.dir
issue22941.dir
issue22962.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue23179.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue23311.dir
issue24693.dir
issue24761.dir
issue24801.dir
issue25055.dir
issue25984.dir
issue26341.dir
issue27836.dir [dev.unified] test: change Unicode file/package name to use characters not translated by macOS. 2022-07-19 19:36:23 +00:00
issue29610.dir
issue29612.dir
issue29919.dir test: compile source files as if from "test" module 2022-03-24 17:50:47 +00:00
issue30659.dir
issue30862.dir [dev.typeparams] cmd/compile: fix unified IR support for //go:nointerface 2021-07-26 18:43:12 +00:00
issue30907.dir
issue30908.dir
issue31053.dir
issue31252.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue31636.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue31637.dir
issue31959.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue32595.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue32778.dir
issue32901.dir all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
issue32922.dir
issue33013.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue33020.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue33020a.dir
issue33158.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue33219.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue33739.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue33866.dir
issue34503.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue34577.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue35586.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue35739.dir
issue36085.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue37513.dir
issue37837.dir
issue40252.dir
issue42284.dir [dev.unified] cmd/compile: export/import implicit attribute for conversion exprs 2022-06-06 19:21:04 +00:00
issue42401.dir test: compile source files as if from "test" module 2022-03-24 17:50:47 +00:00
issue43164.dir
issue43479.dir
issue43551.dir
issue43633.dir
issue43962.dir
issue44325.dir
issue44330.dir
issue44335.dir
issue44355.dir
issue44370.dir
issue44732.dir
issue45503.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue46653.dir cmd/compile: make map.zero symbol content-addressable 2021-06-09 02:18:34 +00:00
issue47068.dir all: fix typos in go file comments 2023-01-09 15:34:31 +00:00
issue47087.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue47131.dir test: add test case that caused a gofrontend compiler crash 2021-08-13 20:47:06 +00:00
issue47185.dir cmd/{compile,link}: fix bug in map.zero handling 2021-07-19 13:27:46 +00:00
issue47201.dir test: re-enable a bunch of tests with types2 2021-12-03 16:24:32 +00:00
issue47317.dir cmd/compile: do not change field offset in ABI analysis 2021-07-22 20:47:59 +00:00
issue48088.dir test: use dot-relative imports where appropriate 2022-03-24 02:14:15 +00:00
issue49016.dir cmd/compile: fix crawling of embeddable types during inline 2021-10-20 17:26:58 +00:00
issue49094.dir cmd/compile: only look for struct type when crawling inline body 2021-10-22 00:57:18 +00:00
issue49143.dir cmd/compile: fix generic type handling when crawling inline body 2021-10-27 05:33:58 +00:00
issue50788.dir go/types, types2: print qualified object names in cycle errors 2022-06-24 17:48:24 +00:00
issue51291.dir test: add test that caused a gofrontend crash 2022-05-18 00:45:20 +00:00
issue52128.dir [dev.unified] cmd/compile: fix missing method value wrapper in unified IR 2022-06-06 19:20:41 +00:00
issue52279.dir cmd/compile: be sure to export types mentioned in f.i.g. method signature 2022-05-10 19:15:31 +00:00
issue52590.dir cmd/compile: fix missing export/import init nodes of builtins that allow multiple arguments 2022-04-28 18:02:40 +00:00
issue52856.dir test: add test that gofrontend gets wrong 2022-06-26 00:26:59 +00:00
issue52862.dir test: add test that caused gofrontend crash 2022-06-27 16:12:51 +00:00
issue54912.dir test: add failing test case for inlined type switches 2022-09-07 17:26:34 +00:00
issue56280.dir cmd/compile: fix transitive inlining of generic functions 2022-11-08 21:26:09 +00:00
issue56778.dir cmd/compile: fix static init for inlined calls 2022-11-17 18:31:28 +00:00
issue58339.dir cmd/compile/internal/staticinit: fix panic in interface conversion 2023-02-09 15:21:37 +00:00
issue58563.dir cmd/compile: relax overly strict assertion 2023-03-01 20:26:10 +00:00
issue59709.dir cmd/compile: rework marking of dead hidden closure functions 2023-05-05 21:04:28 +00:00
issue60945.dir cmd/compile: scanning closures body when visiting wrapper function 2023-06-23 14:29:16 +00:00
issue62498.dir cmd/compile/internal/typecheck: fix closure field naming 2023-09-11 16:02:11 +00:00
bug000.go
bug002.go
bug003.go
bug004.go
bug005.go
bug006.go
bug007.go
bug008.go
bug009.go
bug010.go
bug011.go
bug012.go
bug013.go
bug014.go
bug015.go
bug016.go
bug017.go
bug020.go
bug021.go
bug022.go
bug023.go
bug024.go
bug026.go
bug027.go
bug028.go
bug030.go
bug031.go
bug035.go
bug037.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
bug039.go
bug040.go
bug045.go
bug046.go
bug047.go
bug048.go
bug049.go
bug050.go
bug051.go
bug052.go
bug053.go
bug054.go
bug055.go
bug056.go
bug057.go
bug058.go
bug059.go
bug060.go
bug061.go
bug062.go go/types, types2: more systematic use of Checker.use und useLHS 2023-03-28 14:28:33 +00:00
bug063.go
bug064.go
bug065.go
bug066.go
bug067.go
bug068.go
bug069.go
bug070.go
bug071.go
bug072.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
bug073.go
bug074.go
bug075.go
bug076.go
bug077.go
bug078.go
bug080.go
bug081.go
bug082.go
bug083.go
bug084.go
bug085.go
bug086.go
bug087.go
bug088.go
bug089.go
bug090.go
bug091.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
bug092.go
bug093.go
bug094.go
bug096.go
bug097.go
bug098.go
bug099.go
bug101.go
bug102.go
bug103.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
bug104.go
bug106.go
bug107.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
bug108.go
bug109.go
bug110.go
bug111.go
bug112.go
bug113.go
bug114.go
bug115.go
bug116.go
bug117.go
bug118.go
bug119.go
bug120.go
bug121.go cmd/compile/internal/syntax: remove code dealing with multiple method names 2022-03-30 18:02:38 +00:00
bug122.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
bug123.go
bug126.go
bug127.go
bug128.go
bug129.go
bug130.go
bug131.go go/types, types2: more systematic use of Checker.use und useLHS 2023-03-28 14:28:33 +00:00
bug132.go
bug133.go
bug135.go
bug136.go
bug137.go
bug139.go
bug140.go
bug141.go
bug142.go
bug143.go
bug144.go
bug145.go
bug146.go
bug147.go
bug148.go
bug149.go
bug150.go all: fix spelling 2022-05-18 00:47:29 +00:00
bug151.go
bug152.go
bug154.go
bug155.go
bug156.go
bug157.go
bug158.go
bug159.go
bug160.go
bug161.go
bug163.go
bug164.go
bug165.go
bug167.go
bug168.go
bug169.go
bug170.go
bug171.go
bug172.go
bug173.go
bug174.go
bug175.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
bug176.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
bug177.go
bug178.go
bug179.go
bug180.go
bug181.go
bug182.go
bug183.go
bug184.go
bug185.go
bug186.go
bug187.go
bug188.go
bug189.go
bug190.go
bug191.go
bug192.go
bug193.go go/types, types2: report error for invalid string(1 << s) 2022-01-18 23:59:40 +00:00
bug194.go
bug195.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
bug196.go
bug197.go
bug198.go
bug199.go
bug200.go
bug201.go
bug202.go
bug203.go
bug204.go
bug205.go
bug206.go
bug206.out
bug207.go
bug208.go
bug209.go
bug212.go
bug213.go
bug214.go
bug215.go
bug216.go
bug217.go
bug218.go
bug219.go
bug221.go
bug222.go
bug223.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
bug224.go
bug225.go
bug227.go
bug228.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
bug228a.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
bug229.go
bug230.go
bug231.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
bug232.go
bug233.go
bug234.go
bug235.go
bug236.go
bug237.go
bug238.go
bug239.go
bug240.go
bug241.go
bug242.go
bug243.go
bug244.go
bug245.go
bug246.go
bug247.go
bug248.go
bug249.go
bug250.go
bug251.go
bug252.go
bug253.go
bug254.go
bug255.go go/types, types2: better error message for some invalid integer array lengths 2023-03-27 18:59:51 +00:00
bug256.go
bug257.go
bug258.go
bug259.go
bug260.go
bug261.go
bug262.go
bug263.go
bug264.go
bug265.go
bug266.go
bug267.go [dev.typeparams] test: rename blank functions 2021-07-28 21:41:07 +00:00
bug269.go
bug271.go
bug272.go
bug273.go
bug274.go
bug275.go
bug276.go
bug277.go
bug278.go
bug279.go
bug280.go
bug281.go
bug282.go
bug283.go
bug284.go
bug285.go
bug286.go
bug287.go
bug288.go
bug289.go go/types, types2: more systematic use of Checker.use und useLHS 2023-03-28 14:28:33 +00:00
bug290.go
bug291.go
bug292.go
bug293.go
bug294.go
bug295.go
bug296.go
bug297.go
bug298.go
bug299.go
bug300.go
bug301.go
bug303.go
bug304.go
bug305.go
bug306.go
bug307.go
bug308.go
bug309.go
bug311.go
bug312.go
bug313.go
bug314.go
bug315.go
bug316.go
bug317.go
bug318.go
bug319.go
bug320.go
bug321.go
bug322.go
bug323.go
bug324.go
bug325.go
bug326.go cmd/compile/internal/types2: report types for mismatched call and return statements 2021-11-24 20:57:46 +00:00
bug327.go
bug328.go
bug328.out
bug329.go
bug330.go
bug331.go
bug332.go
bug333.go
bug334.go
bug335.go
bug336.go
bug337.go
bug338.go
bug339.go
bug340.go
bug341.go
bug342.go
bug343.go
bug344.go
bug345.go test: compile source files as if from "test" module 2022-03-24 17:50:47 +00:00
bug346.go
bug347.go
bug348.go
bug349.go
bug350.go cmd/compile: use "method T.m already declared" for method redeclaration errors 2022-09-27 21:59:19 +00:00
bug351.go
bug352.go
bug353.go
bug354.go
bug355.go
bug356.go
bug357.go
bug358.go
bug361.go
bug362.go
bug363.go
bug364.go
bug365.go
bug366.go
bug367.go
bug368.go
bug369.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
bug370.go
bug371.go
bug372.go
bug373.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
bug374.go
bug375.go
bug376.go
bug377.go
bug378.go
bug379.go
bug380.go
bug381.go
bug382.go
bug383.go
bug384.go
bug385_32.go
bug385_64.go
bug386.go
bug387.go
bug388.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
bug388a.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
bug389.go cmd/compile: use "cannot use %s as %s value in %s: %s" error message 2022-09-28 22:28:39 +00:00
bug390.go
bug391.go
bug392.go
bug393.go
bug394.go
bug396.go
bug397.go
bug398.go cmd/compile: reject anonymous interface cycles 2022-11-21 20:15:23 +00:00
bug399.go
bug401.go
bug402.go
bug403.go
bug404.go
bug405.go
bug406.go
bug407.go
bug409.go
bug409.out
bug410.go
bug411.go
bug412.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
bug413.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
bug414.go
bug415.go
bug416.go
bug417.go
bug418.go
bug419.go
bug420.go
bug421.go
bug422.go
bug423.go
bug424.go
bug425.go
bug426.go
bug427.go
bug428.go
bug430.go
bug431.go
bug432.go
bug433.go
bug434.go
bug435.go
bug436.go
bug437.go
bug438.go
bug439.go
bug440_32.go
bug440_64.go
bug441.go
bug442.go
bug443.go
bug444.go
bug445.go
bug446.go
bug447.go
bug448.go
bug449.go
bug450.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
bug451.go
bug452.go
bug453.go
bug454.go
bug455.go
bug456.go
bug457.go
bug458.go
bug459.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
bug460.go
bug461.go
bug462.go
bug463.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
bug464.go
bug465.go
bug466.go
bug467.go
bug468.go
bug470.go
bug471.go
bug472.go
bug473.go
bug474.go
bug475.go
bug476.go
bug477.go
bug478.go
bug479.go
bug480.go
bug481.go
bug482.go
bug483.go
bug484.go
bug485.go
bug486.go
bug487.go
bug488.go
bug489.go
bug490.go
bug491.go
bug492.go
bug493.go
bug494.go
bug495.go
bug496.go
bug497.go
bug498.go
bug499.go
bug500.go
bug501.go
bug502.go
bug503.go
bug504.go
bug505.go
bug506.go
bug507.go
bug508.go
bug509.go
bug510.go
bug511.go
bug512.go
bug513.go
bug514.go cmd/link: only add dummy XCOFF reference if the symbol exists 2022-09-02 15:27:18 +00:00
bug515.go cmd/compile: restrict //go:notinheap to runtime/internal/sys 2022-09-02 06:22:23 +00:00
bug516.go test: add test that caused a gofrontend crash 2023-06-21 21:30:46 +00:00
bug1515.go
bug13343.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
bug19403.go
gcc61204.go
gcc61244.go
gcc61246.go
gcc61248.go
gcc61253.go
gcc61254.go
gcc61255.go
gcc61258.go
gcc61264.go
gcc61265.go
gcc61273.go
gcc65755.go
gcc67968.go
gcc78763.go
gcc80226.go
gcc89321.go
gcc101994.go test: add test that caused gofrontend compiler crash 2021-08-25 03:13:06 +00:00
issue887.go
issue1304.go
issue2615.go
issue3552.go
issue3705.go
issue3783.go
issue3925.go
issue4066.go
issue4085a.go
issue4085b.go
issue4097.go
issue4099.go cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner 2023-09-14 19:43:26 +00:00
issue4162.go
issue4167.go
issue4215.go cmd/compile, go/types: restore 'too many return values' error for func with no results 2022-01-18 21:43:02 +00:00
issue4232.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue4251.go
issue4252.go
issue4264.go
issue4283.go
issue4313.go
issue4316.go
issue4323.go
issue4326.go
issue4348.go
issue4353.go
issue4359.go
issue4365.go
issue4370.go
issue4396a.go
issue4396b.go
issue4399.go
issue4405.go
issue4429.go
issue4448.go
issue4452.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue4458.go
issue4463.go
issue4468.go
issue4470.go
issue4495.go
issue4510.go
issue4517a.go
issue4517b.go
issue4517c.go
issue4517d.go
issue4518.go
issue4529.go
issue4545.go
issue4562.go
issue4585.go
issue4590.go
issue4610.go
issue4614.go
issue4618.go
issue4620.go
issue4654.go
issue4663.go
issue4667.go
issue4734.go
issue4748.go
issue4752.go
issue4776.go
issue4785.go
issue4813.go
issue4847.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue4879.go
issue4909a.go
issue4909b.go
issue4932.go
issue4964.go
issue5002.go
issue5056.go
issue5089.go
issue5105.go
issue5125.go
issue5162.go
issue5172.go
issue5231.go
issue5244.go
issue5259.go
issue5260.go
issue5291.go
issue5358.go cmd/compile: use "cannot use %s as %s value in %s: %s" error message 2022-09-28 22:28:39 +00:00
issue5373.go
issue5470.go
issue5493.go
issue5515.go
issue5581.go
issue5607.go
issue5609.go go/types, types2: better error message for some invalid integer array lengths 2023-03-27 18:59:51 +00:00
issue5614.go
issue5698.go
issue5704.go
issue5753.go
issue5755.go
issue5793.go
issue5809.go
issue5820.go
issue5841.go
issue5856.go
issue5910.go
issue5957.go
issue5963.go
issue6004.go cmd/compile/internal/types2: print "nil" rather than "untyped nil" 2021-11-22 23:51:43 +00:00
issue6036.go
issue6055.go
issue6131.go
issue6140.go
issue6247.go
issue6269.go
issue6295.go
issue6298.go
issue6399.go
issue6402.go cmd/compile/internal/types2: print "nil" rather than "untyped nil" 2021-11-22 23:51:43 +00:00
issue6403.go
issue6405.go
issue6406.go
issue6428.go
issue6500.go
issue6513.go
issue6572.go cmd/compile: match Go 1.17 compiler error messages more closely 2021-11-12 23:07:01 +00:00
issue6671.go
issue6703a.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703b.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703c.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703d.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703e.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703f.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703g.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703h.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703i.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703j.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703k.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703l.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703m.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703n.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703o.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703p.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703q.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703r.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703s.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703t.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703u.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703v.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703w.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703x.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703y.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6703z.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue6750.go
issue6772.go
issue6789.go
issue6847.go
issue6866.go
issue6889.go
issue6899.go
issue6899.out
issue6902.go
issue6964.go
issue6977.go
issue7023.go
issue7044.go
issue7050.go
issue7083.go
issue7129.go
issue7150.go
issue7153.go
issue7214.go
issue7223.go cmd/compile/internal/types2: print "nil" rather than "untyped nil" 2021-11-22 23:51:43 +00:00
issue7272.go
issue7310.go
issue7316.go
issue7346.go
issue7366.go
issue7405.go
issue7419.go
issue7525.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue7525b.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue7525c.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue7525d.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue7525e.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue7538a.go
issue7538b.go
issue7547.go
issue7550.go
issue7590.go
issue7648.go
issue7675.go
issue7690.go
issue7740.go
issue7742.go
issue7746.go
issue7760.go
issue7794.go
issue7863.go
issue7867.go
issue7884.go
issue7921.go cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner 2023-09-14 19:43:26 +00:00
issue7944.go
issue7995.go
issue7995b.go
issue7996.go
issue7997.go
issue7998.go
issue8004.go
issue8011.go
issue8017.go
issue8028.go
issue8036.go
issue8039.go
issue8042.go [dev.typeparams] test: rename blank functions 2021-07-28 21:41:07 +00:00
issue8047.go
issue8047b.go
issue8048.go
issue8060.go
issue8073.go
issue8074.go
issue8076.go
issue8079.go
issue8132.go
issue8139.go
issue8154.go
issue8155.go
issue8158.go
issue8183.go
issue8280.go
issue8311.go
issue8325.go
issue8336.go
issue8347.go
issue8385.go
issue8438.go
issue8440.go
issue8475.go
issue8501.go
issue8507.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue8606.go cmd/compile: prioritize non-CALL struct member comparisons 2023-05-24 21:55:14 +00:00
issue8606b.go test: make issue8606b test more robust 2021-11-18 02:53:02 +00:00
issue8612.go
issue8613.go
issue8620.go
issue8745.go
issue8761.go [dev.typeparams] test: rename blank functions 2021-07-28 21:41:07 +00:00
issue8836.go
issue8947.go
issue8961.go
issue9006.go
issue9017.go
issue9036.go
issue9076.go
issue9083.go go/types, types2: more systematic use of Checker.use und useLHS 2023-03-28 14:28:33 +00:00
issue9110.go
issue9321.go
issue9355.go cmd/internal/obj: print relocation type by name in -S output 2023-07-20 19:42:11 +00:00
issue9370.go
issue9432.go
issue9521.go cmd/compile: match Go 1.17 compiler error messages more closely 2021-11-12 23:07:01 +00:00
issue9537.go
issue9604.go
issue9604b.go
issue9608.go
issue9634.go
issue9691.go
issue9731.go
issue9738.go
issue9862.go
issue9862_run.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue10047.go
issue10066.go
issue10135.go
issue10219.go
issue10253.go
issue10284.go
issue10320.go
issue10332.go
issue10353.go
issue10407.go
issue10441.go test: change issue10441.go from "build" to "compile" 2021-08-13 21:43:20 +00:00
issue10486.go
issue10607.go cmd/internal/testdir: parse past gofmt'd //go:build lines 2023-08-24 17:52:48 +00:00
issue10607a.go
issue10654.go
issue10700.go
issue10925.go
issue10958.go
issue10975.go cmd/compile: always accept 1.18 syntax but complain if not 1.18 2021-08-25 23:43:53 +00:00
issue10977.go
issue11053.go
issue11053.out
issue11256.go
issue11286.go
issue11326.go
issue11326b.go
issue11354.go
issue11359.go
issue11361.go
issue11362.go
issue11369.go
issue11370.go
issue11371.go
issue11590.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue11610.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue11610a.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue11614.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue11656.go test: workaround SIGILL on issue11656 on aix 2022-01-11 15:28:40 +00:00
issue11674.go
issue11699.go
issue11737.go go/types, types2: better error messages for comparisons 2022-02-04 23:42:25 +00:00
issue11750.go
issue11771.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue11790.go
issue11945.go
issue11987.go
issue12006.go
issue12108.go
issue12133.go
issue12226.go
issue12347.go
issue12411.go
issue12413.go
issue12525.go
issue12536.go
issue12577.go
issue12588.go
issue12621.go
issue12677.go
issue12686.go
issue12944.go
issue13160.go
issue13162.go
issue13169.go
issue13171.go
issue13248.go
issue13261.go
issue13262.go
issue13263.go
issue13265.go
issue13266.go
issue13268.go
issue13273.go go/parser: adjustments to error messages 2022-09-01 22:37:04 +00:00
issue13274.go
issue13319.go cmd/compile/internal/syntax: better errors for syntax errors in lists 2022-03-31 00:26:58 +00:00
issue13337.go
issue13365.go go/types, types2: better index-out-of-bounds error message (cleanup) 2022-03-29 17:21:15 +00:00
issue13415.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue13471.go
issue13480.go
issue13485.go
issue13539.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue13559.go
issue13587.go
issue13684.go
issue13777.go
issue13779.go
issue13799.go cmd/compile/internal/noder: stop preserving original const strings 2023-09-08 18:50:24 +00:00
issue13821.go
issue13821b.go
issue14006.go
issue14010.go
issue14136.go
issue14164.go
issue14321.go
issue14331.go
issue14405.go
issue14520.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue14520a.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue14540.go
issue14553.go
issue14591.go
issue14636.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue14646.go
issue14651.go
issue14652.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
issue14725.go
issue14729.go
issue14988.go
issue14999.go [dev.typeparams] cmd/compile: allow go'd closure to escape when compiling runtime 2021-06-04 17:00:19 +00:00
issue15002.go
issue15013.go
issue15039.go
issue15042.go
issue15055.go
issue15071.go
issue15084.go
issue15091.go
issue15141.go
issue15175.go
issue15252.go
issue15277.go
issue15281.go
issue15303.go
issue15311.go
issue15329.go
issue15439.go
issue15470.go
issue15514.go
issue15528.go
issue15548.go
issue15550.go
issue15572.go
issue15585.go
issue15602.go
issue15604.go
issue15609.go
issue15611.go
issue15646.go
issue15722.go
issue15733.go
issue15747.go cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is set 2023-06-01 18:30:44 +00:00
issue15747b.go
issue15838.go
issue15895.go
issue15898.go
issue15902.go
issue15920.go
issue15926.go
issue15961.go
issue15975.go
issue15988.go
issue15992.go
issue15992.out
issue16008.go test/fixedbugs: fix go directive of issue16008.go 2021-11-26 13:06:40 +00:00
issue16016.go
issue16037_run.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue16095.go
issue16130.go
issue16133.go
issue16193.go
issue16249.go
issue16306.go
issue16317.go
issue16331.go
issue16369.go cmd/compile: reject anonymous interface cycles 2022-11-21 20:15:23 +00:00
issue16428.go test: re-enable a bunch of tests with types2 2021-12-03 16:24:32 +00:00
issue16439.go
issue16515.go
issue16616.go
issue16733.go
issue16741.go
issue16760.go
issue16804.go
issue16870.go
issue16948.go
issue16949.go
issue16985.go
issue17005.go
issue17038.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue17039.go
issue17111.go
issue17194.go
issue17270.go
issue17318.go
issue17328.go
issue17381.go
issue17449.go
issue17551.go
issue17588.go
issue17596.go
issue17631.go go/types, types2: use "unknown field f in struct literal of type S" in error messages 2022-09-27 21:59:09 +00:00
issue17640.go
issue17645.go cmd/compile: use "cannot use %s as %s value in %s: %s" error message 2022-09-28 22:28:39 +00:00
issue17710.go
issue17752.go
issue17758.go
issue17918.go
issue18089.go
issue18092.go go/parser: adjustments to error messages 2022-09-01 22:37:04 +00:00
issue18149.go
issue18231.go
issue18331.go
issue18392.go go/types, types2: don't look up fields or methods when expecting a type 2023-01-11 22:29:34 +00:00
issue18393.go
issue18410.go
issue18419.go
issue18459.go
issue18595.go
issue18636.go
issue18640.go
issue18655.go cmd/compile: use "method T.m already declared" for method redeclaration errors 2022-09-27 21:59:19 +00:00
issue18661.go
issue18725.go
issue18747.go go/parser: adjustments to error messages 2022-09-01 22:37:04 +00:00
issue18808.go
issue18882.go
issue18895.go
issue18906.go
issue18911.go
issue18915.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue18994.go
issue19012.go go/types, types2: don't report assignment mismatch errors if there are other errors 2023-03-28 22:22:08 +00:00
issue19028.go
issue19040.go
issue19056.go
issue19078.go
issue19084.go
issue19113.go
issue19137.go
issue19168.go
issue19182.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue19201.go
issue19217.go
issue19246.go
issue19261.go cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner 2023-09-14 19:43:26 +00:00
issue19275.go
issue19323.go cmd/compile: restore original assignment error messages 2021-09-23 19:41:41 +00:00
issue19359.go
issue19467.go
issue19482.go go/types, types2: use "unknown field f in struct literal of type S" in error messages 2022-09-27 21:59:09 +00:00
issue19507.go
issue19515.go
issue19548.go
issue19555.go
issue19610.go
issue19632.go
issue19658.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue19667.go go/parser: adjustments to error messages 2022-09-01 22:37:04 +00:00
issue19671.go
issue19678.go
issue19679.go
issue19696.go
issue19699.go
issue19699b.go
issue19705.go
issue19710.go
issue19743.go
issue19764.go
issue19783.go
issue19799.go
issue19880.go
issue19911.go
issue19947.go
issue19977.go
issue20014.go
issue20014.out cmd/compile: set LocalPkg.Path to -p flag 2022-05-16 18:19:47 +00:00
issue20029.go
issue20097.go
issue20145.go
issue20162.go
issue20174.go
issue20185.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue20227.go
issue20232.go
issue20233.go
issue20245.go
issue20250.go cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is set 2023-06-01 18:30:44 +00:00
issue20298.go
issue20333.go
issue20335.go
issue20415.go
issue20529.go
issue20530.go
issue20602.go
issue20682.go
issue20739.go
issue20749.go
issue20780.go
issue20780b.go
issue20789.go cmd/compile/internal/syntax: use BadExpr instead of fake CallExpr in bad go/defer 2022-09-01 22:37:03 +00:00
issue20811.go
issue20812.go
issue20813.go
issue20923.go
issue21048.go
issue21120.go
issue21221.go
issue21253.go
issue21256.go
issue21273.go
issue21317.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue21576.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue21655.go
issue21687.go
issue21709.go
issue21770.go
issue21808.go
issue21808.out
issue21879.go
issue21879.out
issue21882.go
issue21887.go
issue21887.out
issue21934.go
issue21963.go
issue21979.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue21988.go
issue22063.go
issue22076.go [dev.typeparams] test: rename blank functions 2021-07-28 21:41:07 +00:00
issue22083.go
issue22164.go
issue22198.go
issue22200.go
issue22200b.go
issue22305.go
issue22326.go
issue22326.out
issue22327.go
issue22344.go
issue22351.go
issue22389.go
issue22429.go
issue22458.go
issue22581.go
issue22605.go
issue22660.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue22662.go
issue22662b.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue22683.go
issue22683.out
issue22781.go
issue22794.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue22822.go
issue22877.go
issue22881.go
issue22904.go
issue22921.go
issue22941.go
issue22962.go
issue23017.go
issue23093.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue23094.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue23116.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue23179.go
issue23188.go
issue23298.go
issue23305.go
issue23311.go
issue23414.go
issue23489.go
issue23504.go
issue23521.go
issue23522.go
issue23536.go cmd/compile: fix conv of slice of user-define byte type to string 2022-01-07 18:40:16 +00:00
issue23545.go
issue23546.go
issue23586.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue23587.go cmd/compile/internal/syntax: parser to accept ~x as unary expression 2022-04-26 02:19:42 +00:00
issue23609.go
issue23664.go go/parser: adjustments to error messages 2022-09-01 22:37:04 +00:00
issue23719.go
issue23732.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue23734.go
issue23780.go
issue23781.go
issue23812.go
issue23814.go test: add tests for string/[]byte/[]rune conversions 2022-06-15 00:06:24 +00:00
issue23823.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue23837.go
issue23868.go test: add test that caused gccgo to crash 2022-08-19 03:32:04 +00:00
issue23870.go test: add test that caused gccgo crash 2022-08-19 03:32:27 +00:00
issue23912.go
issue24120.go
issue24159.go
issue24173.go
issue24187.go
issue24339.go go/types, types2: use "unknown field f in struct literal of type S" in error messages 2022-09-27 21:59:09 +00:00
issue24419.go
issue24449.go
issue24470.go
issue24488.go
issue24491a.go cmd/compile/internal/typecheck: normalize go/defer statements earlier 2023-08-17 19:36:58 +00:00
issue24491b.go
issue24503.go
issue24547.go
issue24651a.go
issue24651b.go
issue24693.go
issue24693.out
issue24760.go
issue24761.go
issue24763.go
issue24799.go
issue24801.go
issue24817.go
issue24937.go
issue24939.go
issue25006.go
issue25055.go
issue25101.go
issue25322.go
issue25322.out
issue25507.go
issue25516.go
issue25727.go go/types, types2: use "unknown field f in struct literal of type S" in error messages 2022-09-27 21:59:09 +00:00
issue25741.go
issue25776.go
issue25897a.go runtime: drop function context from traceback 2022-09-02 19:04:48 +00:00
issue25897b.go
issue25958.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue25966.go
issue25984.go
issue25993.go
issue26024.go
issue26043.go
issue26094.go
issue26097.go
issue26105.go
issue26116.go
issue26120.go
issue26153.go
issue26163.go [dev.typeparams] cmd/compile: make softfloat mode work with register ABI 2021-08-03 16:14:24 +00:00
issue26248.go
issue26335.go
issue26340.go
issue26341.go
issue26407.go
issue26411.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue26416.go
issue26426.go
issue26438.go
issue26495.go
issue26616.go cmd/compile: restore original assignment error messages 2021-09-23 19:41:41 +00:00
issue26855.go
issue27143.go
issue27201.go
issue27232.go
issue27267.go
issue27278.go
issue27289.go
issue27356.go
issue27518a.go
issue27518b.go
issue27557.go [dev.typeparams] test: rename blank functions 2021-07-28 21:41:07 +00:00
issue27595.go cmd/compile: restore original assignment error messages 2021-09-23 19:41:41 +00:00
issue27695.go
issue27695b.go
issue27695c.go
issue27718.go
issue27732a.go
issue27829.go
issue27836.go
issue27938.go test: recognize new gofrontend error message 2022-07-06 00:02:11 +00:00
issue27961.go
issue28055.go
issue28058.go
issue28078.go
issue28079a.go
issue28079b.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue28079c.go cmd/compile: use "shifted operand %s (type %s) must be integer" for some shift errors 2022-09-28 22:28:41 +00:00
issue28085.go
issue28268.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue28390.go
issue28390.out
issue28430.go
issue28445.go
issue28450.go
issue28601.go
issue28616.go
issue28688.go [dev.typeparams] cmd/compile: make softfloat mode work with register ABI 2021-08-03 16:14:24 +00:00
issue28748.go
issue28797.go
issue28926.go
issue29013a.go
issue29013b.go
issue29190.go cmd/compile: avoid assignment conversion in append(a, b...) 2022-08-08 16:58:57 +00:00
issue29215.go
issue29218.go
issue29220.go
issue29264.go
issue29304.go
issue29312.go all: use ":" for compiler generated symbols 2022-08-09 11:28:56 +00:00
issue29329.go
issue29350.go
issue29362.go
issue29362b.go
issue29389.go
issue29402.go
issue29504.go
issue29562.go
issue29610.go
issue29612.go
issue29735.go
issue29855.go
issue29870.go
issue29870b.go go/types, types2: use "and not used" instead of "but not used" in error messages 2022-09-27 21:10:19 +00:00
issue29919.go
issue29943.go
issue30041.go
issue30061.go
issue30085.go cmd/compile/internal/types2: only mark variables as used if they are 2023-04-19 14:07:00 +00:00
issue30087.go cmd/compile/internal/types2: only mark variables as used if they are 2023-04-19 14:07:00 +00:00
issue30116.go
issue30116.out
issue30116u.go
issue30116u.out
issue30243.go
issue30430.go
issue30476.go
issue30566a.go
issue30566b.go
issue30606.go
issue30606b.go
issue30659.go
issue30679.go
issue30709.go
issue30709.out
issue30722.go
issue30862.go [dev.typeparams] cmd/compile: fix unified IR support for //go:nointerface 2021-07-26 18:43:12 +00:00
issue30898.go
issue30907.go
issue30908.go cmd/compile: require -p flag 2022-03-09 21:31:58 +00:00
issue30956.go
issue30956.out
issue30977.go
issue31010.go
issue31053.go
issue31060.go
issue31252.go
issue31412a.go
issue31412b.go
issue31419.go
issue31546.go
issue31573.go cmd/compile/internal/typecheck: push ONEW into go/defer wrappers 2023-08-17 19:37:04 +00:00
issue31636.go
issue31636.out cmd/link: establish dependable package initialization order 2023-04-14 16:55:22 +00:00
issue31637.go
issue31747.go
issue31777.go
issue31782.go
issue31782.out
issue31915.go
issue31959.go
issue31959.out
issue31987.go
issue32133.go
issue32175.go
issue32175.out
issue32187.go [dev.unified] test: relax panic message expectations 2022-07-19 23:02:39 +00:00
issue32288.go
issue32347.go
issue32454.go
issue32477.go
issue32560.go
issue32595.go
issue32680.go
issue32680.out
issue32680b.go
issue32723.go
issue32778.go
issue32901.go
issue32922.go
issue32959.go
issue33013.go
issue33020.go
issue33020a.go
issue33062.go
issue33158.go
issue33219.go
issue33275.go
issue33275_run.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue33308.go
issue33355.go
issue33386.go go/parser: adjustments to error messages 2022-09-01 22:37:04 +00:00
issue33438.go
issue33460.go test: re-enable most go/tests that were disabled because of types2 differences 2022-01-11 02:26:58 +00:00
issue33555.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue33724.go
issue33739.go
issue33866.go
issue33903.go
issue34123.go
issue34329.go
issue34395.go
issue34503.go
issue34520.go
issue34577.go
issue34723.go
issue34966.go
issue34968.go
issue35027.go
issue35073.go
issue35157.go
issue35291.go
issue35518.go
issue35576.go
issue35576.out
issue35586.go
issue35652.go
issue35739.go
issue36085.go
issue36259.go
issue36437.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue36516.go
issue36705.go
issue36723.go
issue37246.go
issue37513.go
issue37716.go
issue37753.go
issue37837.go
issue37975.go
issue38093.go
issue38117.go
issue38125.go
issue38356.go
issue38359.go
issue38496.go
issue38690.go
issue38698.go
issue38745.go
issue38746.go
issue38905.go
issue38916.go
issue39292.go
issue39459.go
issue39472.go
issue39505.go
issue39505b.go
issue39541.go
issue39651.go
issue40152.go
issue40252.go
issue40367.go
issue40629.go
issue40746.go
issue40917.go
issue40954.go cmd/link: only add dummy XCOFF reference if the symbol exists 2022-09-02 15:27:18 +00:00
issue41239.go
issue41247.go cmd/compile: match Go 1.17 compiler error messages more closely 2021-11-12 23:07:01 +00:00
issue41440.go
issue41500.go [dev.typeparams] cmd/compile: make types2 report better error for invalid untyped operation 2021-06-17 02:30:22 +00:00
issue41575.go
issue41635.go
issue41680.go
issue41736.go
issue41780.go
issue41872.go
issue42032.go cmd/link: only add dummy XCOFF reference if the symbol exists 2022-09-02 15:27:18 +00:00
issue42058a.go
issue42058b.go
issue42075.go
issue42076.go cmd/link: only add dummy XCOFF reference if the symbol exists 2022-09-02 15:27:18 +00:00
issue42284.go cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner 2023-09-14 19:43:26 +00:00
issue42401.go
issue42568.go
issue42587.go
issue42686.go
issue42703.go
issue42727.go
issue42753.go
issue42784.go
issue42790.go
issue42876.go
issue42944.go
issue43099.go
issue43111.go
issue43112.go
issue43164.go
issue43167.go
issue43292.go
issue43384.go
issue43428.go
issue43444.go
issue43444.out
issue43479.go
issue43480.go
issue43551.go
issue43570.go
issue43619.go
issue43633.go
issue43677.go
issue43701.go
issue43762.go [dev.typeparams] cmd/compile: make types2 report better error for invalid untyped operation 2021-06-17 02:30:22 +00:00
issue43835.go
issue43908.go
issue43942.go test: add regression test for issue 43942 2022-08-16 01:54:23 +00:00
issue43962.go
issue44266.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue44325.go
issue44330.go
issue44335.go
issue44344.go
issue44355.go
issue44370.go
issue44378.go
issue44383.go
issue44432.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
issue44465.go
issue44732.go
issue44739.go
issue44823.go
issue44830.go
issue45045.go
issue45175.go
issue45242.go
issue45258.go [dev.typeparams] test: rename blank functions 2021-07-28 21:41:07 +00:00
issue45323.go
issue45344.go
issue45359.go
issue45503.go
issue45606.go
issue45665.go
issue45693.go
issue45706.go
issue45743.go
issue45804.go
issue45851.go
issue45913.go
issue45947.go
issue45948.go
issue46234.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue46304.go
issue46386.go cmd/compile: use t.AllMethods when sorting typesByString 2021-06-08 12:17:50 +00:00
issue46525.go
issue46556.go
issue46653.go cmd/compile: make map.zero symbol content-addressable 2021-06-09 02:18:34 +00:00
issue46720.go cmd/compile: allow ir.OSLICE2ARRPTR in mayCall 2021-06-13 05:50:15 +00:00
issue46725.go test: make issue54343.go robust against the tiny allocator 2022-08-11 20:13:07 +00:00
issue46749.go [dev.typeparams] cmd/compile: make types2 report better error for invalid untyped operation 2021-06-17 02:30:22 +00:00
issue46903.go cmd: remove GOEXPERIMENT=nounified knob 2023-01-25 21:16:32 +00:00
issue46907.go cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTR 2021-06-24 18:58:27 +00:00
issue46938.go cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] pattern 2021-08-25 01:57:42 +00:00
issue46957.go cmd/compile/internal/types2: report types for mismatched call and return statements 2021-11-24 20:57:46 +00:00
issue47068.go cmd/compile: do not mark arrays used for map initialization noalg 2021-08-23 19:49:23 +00:00
issue47087.go cmd/compile: remove special-casing of blank in types.sconv{,2} 2021-07-07 22:29:01 +00:00
issue47131.go test: add test case that caused a gofrontend compiler crash 2021-08-13 20:47:06 +00:00
issue47185.go cmd/{compile,link}: fix bug in map.zero handling 2021-07-19 13:27:46 +00:00
issue47201.go cmd/compile: fix lookup package of redeclared dot import symbol 2021-07-15 17:35:20 +00:00
issue47227.go [dev.typeparams] test: add regression test for go/defer wrapper 2021-07-21 00:01:12 +00:00
issue47317.go cmd/compile: do not change field offset in ABI analysis 2021-07-22 20:47:59 +00:00
issue47712.go cmd/compile: fix panic with dead hidden closures 2021-08-16 18:20:12 +00:00
issue47771.go test: add test case that gofrontend miscompiled 2021-08-25 03:12:43 +00:00
issue47928.go cmd/compile: change irgen to generate exprs/stmts after decls processed 2021-08-24 18:02:21 +00:00
issue48026.go cmd/compile: fix offset-generator for storeOneLoad 2021-08-28 17:05:43 +00:00
issue48033.go cmd/compile: workaround inlining of closures with range statements 2021-09-02 12:49:05 +00:00
issue48088.go cmd/compile: fix method expression lookup during import 2021-09-01 02:16:30 +00:00
issue48092.go cmd/compile: use the zero value for results of impossible indexing 2021-08-31 21:49:48 +00:00
issue48097.go cmd/compile: fix irgen mis-handling invalid function declaration 2021-09-01 19:51:25 +00:00
issue48230.go cmd/compile: fix irgen reports wrong error message for misuse of //go:embed 2021-10-15 01:35:56 +00:00
issue48289.go cmd/compile: fix case where init info of OAS node is dropped 2021-09-09 19:17:02 +00:00
issue48301.go go/types, types2: more concise error messages for cycle errors 2022-09-29 14:21:33 +00:00
issue48357.go reflect: fix _faststr optimization 2021-09-13 18:38:15 +00:00
issue48459.go cmd/compile: fix missing markHiddenClosureDead in deadcode pass 2021-09-19 02:43:09 +00:00
issue48471.go go/types, types2: more systematic use of Checker.use und useLHS 2023-03-28 14:28:33 +00:00
issue48473.go cmd/compile: fix simplification rules on arm/arm64 2021-09-20 16:27:53 +00:00
issue48476.go cmd/compile: ensure constant shift amounts are in range for arm 2021-09-20 16:26:30 +00:00
issue48536.go cmd/compile: fix unsafe.Add with small-size offsets operands 2021-09-23 00:14:22 +00:00
issue48558.go go/types, types2: refactor initVars 2023-03-28 18:13:13 +00:00
issue48784.go test/fixedbugs: fix issue48784.go to pass with -G=0 2021-10-07 18:58:33 +00:00
issue48834.go cmd/compile, go/types: restore 'too many return values' error for func with no results 2022-01-18 21:43:02 +00:00
issue48835.go cmd/compile/internal/types2: report types for mismatched call and return statements 2021-11-24 20:57:46 +00:00
issue48898.go runtime: do not add open defer entry above a started open defer entry 2021-10-29 23:15:00 +00:00
issue48898.out runtime: do not add open defer entry above a started open defer entry 2021-10-29 23:15:00 +00:00
issue48916.go cmd/compile: do not reuse dead value in expand_calls pass 2021-10-12 18:00:16 +00:00
issue49003.go cmd/compile: make for loops with range statements not terminating 2021-10-15 19:54:44 +00:00
issue49005a.go cmd/compile, types2: avoid confusing follow-on error in invalid type assertion 2021-10-17 04:27:13 +00:00
issue49005b.go cmd/compile: use "missing method m" instead of "missing m method" 2022-09-24 17:04:15 +00:00
issue49016.go cmd/compile: fix crawling of embeddable types during inline 2021-10-20 17:26:58 +00:00
issue49029.go cmd/compile: prevent compiling closures more than once 2021-10-23 06:36:16 +00:00
issue49094.go cmd/compile: only look for struct type when crawling inline body 2021-10-22 00:57:18 +00:00
issue49100.go cmd/compile: fix inlining of labeled for loops 2021-10-21 19:08:43 +00:00
issue49100.out cmd/compile: fix inlining of labeled for loops 2021-10-21 19:08:43 +00:00
issue49100b.go cmd/compile: allow inlining of ORANGE 2021-10-28 14:25:03 +00:00
issue49100b.out cmd/compile: allow inlining of ORANGE 2021-10-28 14:25:03 +00:00
issue49110.go reflect: skip duplicate check in StructOf when the name of a field is "_" 2021-10-27 21:35:48 +00:00
issue49122.go cmd/compile: fix fuse pass to do CFG surgery correctly 2021-10-23 20:23:35 +00:00
issue49143.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
issue49145.go cmd/compile: fix inlining labeled switch statements 2021-10-25 16:07:11 +00:00
issue49145.out cmd/compile: fix inlining labeled switch statements 2021-10-25 16:07:11 +00:00
issue49240.go cmd/compile: fix rewriting slice literal call argument 2021-11-02 16:19:45 +00:00
issue49249.go cmd/compile: fix missing update source type in storeArgOrLoad 2021-11-04 02:12:52 +00:00
issue49282.go cmd/compile: avoid adding LECall to the entry block when has opendefers 2021-11-06 13:10:06 +00:00
issue49368.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
issue49378.go cmd/compile: only update source type when processing struct/array 2021-11-05 16:35:00 +00:00
issue49512.go test: add test that was miscompiled by gccgo 2021-11-11 04:02:33 +00:00
issue49592.go cmd/compile/internal/types2: add a check for nil reason in assignableTo 2021-11-15 19:24:28 +00:00
issue49611.go cmd/compile: prevent irgen crashing for empty local declaration stmt 2021-11-16 15:38:59 +00:00
issue49619.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
issue49665.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
issue49665.out cmd/compile: handle any as alias like byte and rune 2021-11-19 22:35:28 +00:00
issue49767.go cmd/compile: report channel size errors correctly for -G=3 2021-12-02 20:49:56 +00:00
issue49814.go go/types, types2: better error message for some invalid integer array lengths 2023-03-27 18:59:51 +00:00
issue50169.go cmd/compile: correct type identity comparison with "any" 2021-12-15 20:26:03 +00:00
issue50190.go cmd/compile: unique LinkString for renamed, embedded fields 2022-01-13 21:37:29 +00:00
issue50372.go all: avoid use of cmd/compile -G flag in tests 2022-03-01 19:45:34 +00:00
issue50439.go test: add test of incorrect gofrontend error 2022-01-06 19:21:12 +00:00
issue50671.go cmd/compile: don't elide extension for LoadReg to FP register on MIPS64 2022-01-19 15:45:58 +00:00
issue50672.go cmd/compile: fix bad order of evaluation for multi-value f()(g()) calls 2022-05-11 08:12:15 +00:00
issue50788.go go/types, types2: print qualified object names in cycle errors 2022-06-24 17:48:24 +00:00
issue50854.go cmd/compile: remove incorrect arm,arm64 CMP->CMN transformations 2022-01-27 19:52:52 +00:00
issue51101.go cmd/compile: correct type of pointer difference on RISCV64 2022-02-14 23:08:44 +00:00
issue51291.go test: add test that caused a gofrontend crash 2022-05-18 00:45:20 +00:00
issue51401.go cmd/compile: use AutogeneratedPos for method value wrapper 2022-03-01 21:27:42 +00:00
issue51437.go go/types, types2: fix scoping for iteration variables declared by range clause 2022-03-03 16:02:44 +00:00
issue51475.go test: add test that gofrontend failed to compile 2022-06-28 16:57:18 +00:00
issue51531.go cmd/compile/internal/types2: more consistently print "check go.mod" if language version < 1.18 2022-03-08 16:50:57 +00:00
issue51733.go cmd/link: only add dummy XCOFF reference if the symbol exists 2022-09-02 15:27:18 +00:00
issue51839.go cmd/compile: fix panic with nested dead hidden closures 2022-03-21 17:27:41 +00:00
issue51913.go cmd/compile/internal/staticinit: make staticopy safe 2023-09-11 20:12:05 +00:00
issue52020.go cmd/compile/internal/walk: fix wrong soleComponent implementation 2022-03-30 15:06:59 +00:00
issue52072.go cmd/compile: do not devirtualize defer/go calls 2022-09-06 22:14:56 +00:00
issue52127.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
issue52128.go [dev.unified] cmd/compile: fix missing method value wrapper in unified IR 2022-06-06 19:20:41 +00:00
issue52278.go cmd/compile: fix blank label code 2022-07-25 20:44:49 +00:00
issue52279.go cmd/compile: be sure to export types mentioned in f.i.g. method signature 2022-05-10 19:15:31 +00:00
issue52438.go cmd/compile/internal/types2: use correct value of iota 2022-04-19 23:20:21 +00:00
issue52535.go test: add test that crashed gofrontend 2022-05-06 17:37:12 +00:00
issue52590.go cmd/compile: fix missing export/import init nodes of builtins that allow multiple arguments 2022-04-28 18:02:40 +00:00
issue52612.go sync/atomic: use consistent first-store-in-progress marker 2022-04-29 20:42:52 +00:00
issue52673.go cmd/compile: fix static init of literal contains dynamic exprs 2022-05-05 01:33:11 +00:00
issue52701.go cmd/compile: fix constructing expr side-effects when comparing 0-size types 2022-05-05 04:53:27 +00:00
issue52748.go cmd/compile: use "init... cycle" instead of "init... loop" in error messages 2022-09-23 20:27:09 +00:00
issue52788.go cmd/compile: fix If lowering on ARM64 2022-05-09 16:02:28 +00:00
issue52788a.go cmd/compile: more fix on boolean ops on ARM64 2022-05-09 17:29:53 +00:00
issue52788a.out cmd/compile: more fix on boolean ops on ARM64 2022-05-09 17:29:53 +00:00
issue52841.go test: add test case that caused a gofrontend crash 2022-05-12 21:45:28 +00:00
issue52846.go test: add test that causes gofrontend crash 2022-06-22 23:27:17 +00:00
issue52856.go test: add test that gofrontend gets wrong 2022-06-26 00:26:59 +00:00
issue52862.go test: add test that caused gofrontend crash 2022-06-27 16:12:51 +00:00
issue52870.go test: add test that gofrontend fails 2022-06-16 01:03:59 +00:00
issue52871.go test: add test that caused gofrontend crash 2022-06-27 16:13:35 +00:00
issue52907.go cmd/compile: tighten the condition for inlining shape/non-shape function 2022-05-17 00:58:22 +00:00
issue52953.go cmd/compile: do not use special literal assignment if LHS is address-taken 2022-05-18 18:24:59 +00:00
issue53018.go cmd/compile: fix loong64 constant folding in division rules 2022-05-23 23:54:07 +00:00
issue53137.go cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic function 2022-05-31 14:58:09 +00:00
issue53309.go go/types, types2: don't infer type argument for unused parameter in interfaces 2023-05-25 21:37:01 +00:00
issue53439.go cmd: remove GOEXPERIMENT=nounified knob 2023-01-25 21:16:32 +00:00
issue53454.go cmd/compile: allow 128-bit values to be spilled 2022-06-21 17:23:40 +00:00
issue53600.go cmd/compile: rework induction variable detector 2022-07-06 17:00:37 +00:00
issue53600.out cmd/compile: rework induction variable detector 2022-07-06 17:00:37 +00:00
issue53619.go test: add regress test for #53619 2022-06-30 00:08:36 +00:00
issue53635.go cmd/compile: don't convert to interface{} for un-comparable types in generic switch 2022-07-08 12:57:49 +00:00
issue53653.go cmd/compile: rework induction variable detector 2022-07-06 17:00:37 +00:00
issue53653.out cmd/compile: rework induction variable detector 2022-07-06 17:00:37 +00:00
issue53702.go test: add test case for issue 53702 2022-08-14 00:14:04 +00:00
issue53982.go cmd/compile: fix wrong typeparams for selector expr with embedded generic type 2022-08-11 19:05:54 +00:00
issue54159.go cmd/compile: fix -m=2 output for recursive function with closures 2023-01-28 04:29:02 +00:00
issue54220.go cmd/compile: correct alignment of atomic.Int64 2022-08-08 14:12:01 +00:00
issue54280.go go/types, types2: check integer constant literal overflow 2022-08-16 01:11:29 +00:00
issue54307.go cmd/compile: treat constants to type parameter conversion as non-constant in Unified IR 2022-08-08 16:07:39 +00:00
issue54343.go test: make issue54343.go robust against the tiny allocator 2022-08-11 20:13:07 +00:00
issue54348.go cmd/compile: fix ICE when checking implicit dot for method call 2022-08-15 17:49:19 +00:00
issue54467.go cmd/compile: handle partially overlapping assignments 2022-08-23 19:56:32 +00:00
issue54632.go cmd/compile: defer transitive inlining until after AST is edited 2022-08-24 14:31:08 +00:00
issue54638.go cmd/compile: align stack offset to alignment larger than PtrSize 2022-08-26 15:24:31 +00:00
issue54722.go cmd/compile: fix unified IR shapifying recursive instantiated types 2022-08-30 17:23:27 +00:00
issue54722b.go cmd/compile: fix unified IR shapifying recursive instantiated types 2022-08-30 17:23:27 +00:00
issue54911.go test: add regression test for issue 54911 2022-09-07 13:58:00 +00:00
issue54912.go test: add failing test case for inlined type switches 2022-09-07 17:26:34 +00:00
issue54959.go cmd/compile: eagerly create LSym for closures 2022-09-30 20:04:54 +00:00
issue54991.go cmd/compile/internal/typebits: relax alignment check 2022-09-19 13:55:28 +00:00
issue55122.go cmd/compile: avoid using destination pointer base type in memmove optimization 2022-09-19 18:21:06 +00:00
issue55122b.go cmd/compile: avoid using destination pointer base type in memmove optimization 2022-09-19 18:21:06 +00:00
issue55242.go test: add test that caused a gofrontend crash 2023-03-28 20:27:13 +00:00
issue55889.go cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older 2022-11-03 20:35:31 +00:00
issue56103.go cmd/compile: reject anonymous interface cycles 2022-11-21 20:15:23 +00:00
issue56105.go cmd/compile: fix missing walk pass for static initialization slice 2022-10-10 21:39:15 +00:00
issue56109.go test: add test case that caused a bogus error from gofrontend 2022-10-10 21:47:48 +00:00
issue56141.go all: prevent fakePC overflow on 386 in libfuzzer mode 2022-10-12 00:12:53 +00:00
issue56220.go cmd/compile: in compiler errors, print more digits for floats close to an int 2022-10-20 21:52:09 +00:00
issue56280.go cmd/compile: fix transitive inlining of generic functions 2022-11-08 21:26:09 +00:00
issue56727.go cmd/compile: fix missing typecheck for static initialization slice 2022-11-15 17:35:03 +00:00
issue56768.go cmd/compile: fix broken IR for iface -> eface 2022-11-17 19:55:28 +00:00
issue56777.go cmd/compile: fix wrong optimization for eliding Not in Phi 2022-11-18 13:26:33 +00:00
issue56778.go cmd/compile: reenable inline static init 2023-04-14 17:57:36 +00:00
issue56923.go cmd/compile: fix inline static init with derived types 2022-11-30 23:25:43 +00:00
issue56990.go cmd/compile: disallow CMOV optimization with ptr arithmetic as an arg 2022-11-30 17:46:51 +00:00
issue56990.out cmd/compile: disallow CMOV optimization with ptr arithmetic as an arg 2022-11-30 17:46:51 +00:00
issue57184.go cmd/compile: fix conditional select rule 2022-12-09 21:38:33 +00:00
issue57309.go cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualization 2022-12-14 20:37:17 +00:00
issue57778.go cmd/compile: fix static init inlining for hidden node fields 2023-01-17 22:13:42 +00:00
issue57823.go cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruption 2023-01-18 01:27:21 +00:00
issue57846.go cmd/compile: ensure temp register mask isn't empty 2023-01-17 18:21:06 +00:00
issue57955.go cmd/internal/obj/arm: handle HAUTO etc. in addpool 2023-06-01 19:29:08 +00:00
issue58161.go cmd/compile: use MakeResult in empty MakeSlice elimination 2023-02-08 22:31:12 +00:00
issue58293.go cmd/compile: remove constant arithmetic overflows during typecheck 2023-02-09 09:33:47 +00:00
issue58300.go cmd/compile: ensure first instruction in a function is not inlined 2023-02-06 20:39:54 +00:00
issue58300.out cmd/compile: ensure first instruction in a function is not inlined 2023-02-06 20:39:54 +00:00
issue58300b.go cmd/compile: ensure FuncForPC works on closures that start with NOPs 2023-03-03 16:35:00 +00:00
issue58300b.out cmd/compile: ensure FuncForPC works on closures that start with NOPs 2023-03-03 16:35:00 +00:00
issue58325.go cmd/compile: fix inline static init arguments substitued tree 2023-02-08 02:44:20 +00:00
issue58339.go cmd/compile/internal/staticinit: fix panic in interface conversion 2023-02-09 15:21:37 +00:00
issue58341.go cmd/compile: fix wrong escape analysis for go/defer generic calls 2023-02-13 21:28:54 +00:00
issue58345.go test: add test for issue 58345 2023-02-07 20:59:40 +00:00
issue58439.go cmd/compile: reenable inline static init 2023-04-14 17:57:36 +00:00
issue58563.go cmd/compile: relax overly strict assertion 2023-03-01 20:26:10 +00:00
issue58572.go test: add regress test for #58572 2023-02-17 03:59:20 +00:00
issue58671.go cmd/compile: enable more lenient type inference for untyped arguments 2023-05-18 00:35:53 +00:00
issue58826.go cmd/compile: enable address folding for globals on ARM64, just not -dynlink mode 2023-03-07 21:29:30 +00:00
issue59169.go test: add test that caused gofrontend crash 2023-03-22 18:56:30 +00:00
issue59174.go cmd/compile: mark negative size memclr non-inlineable 2023-03-22 16:43:10 +00:00
issue59190.go cmd/compile: don't panic if unsafe.Sizeof/Offsetof is used with oversize types 2023-03-27 16:52:49 +00:00
issue59293.go cmd/compile: don't assume pointer of a slice is non-nil 2023-03-28 19:55:43 +00:00
issue59334.go crypto/subtle: don't cast to *uintptr when word size is 0 2023-03-31 23:25:07 +00:00
issue59338.go cmd/compile: fix compilation of inferred type arguments 2023-05-03 22:12:27 +00:00
issue59367.go cmd/compile: use correct type for byteswaps on multi-byte stores 2023-04-07 21:11:29 +00:00
issue59378.go cmd/compile: don't set range expr key/value type if already set 2023-04-05 17:48:15 +00:00
issue59404.go cmd/compile: deadcode unreferenced hidden closures during inlining 2023-04-07 15:07:18 +00:00
issue59404part2.go cmd/compile: deadcode unreferenced hidden closures during inlining 2023-04-07 15:07:18 +00:00
issue59411.go runtime: mark map bucket slots as empty during map clear 2023-04-08 05:25:04 +00:00
issue59572.go cmd/compile: fix ir.StaticValue for ORANGE 2023-04-12 19:28:47 +00:00
issue59572.out cmd/compile: fix ir.StaticValue for ORANGE 2023-04-12 19:28:47 +00:00
issue59638.go cmd/compile: rework marking of dead hidden closure functions 2023-05-05 21:04:28 +00:00
issue59680.go cmd/compile: un-hide closure func if parent expr moved to staticinit 2023-05-05 21:04:38 +00:00
issue59709.go cmd/compile: rework marking of dead hidden closure functions 2023-05-05 21:04:28 +00:00
issue60582.go cmd/compile: allow ir.OMIN/ir.OMAX in mayCall 2023-06-05 03:11:36 +00:00
issue60601.go cmd/compile: do not report division by error during typecheck 2023-06-15 18:41:09 +00:00
issue60945.go cmd/compile: scanning closures body when visiting wrapper function 2023-06-23 14:29:16 +00:00
issue60982.go cmd/compile/internal/ssagen: fix min/max codegen, again 2023-06-28 16:07:47 +00:00
issue60990.go cmd/compile: fix bad order of evaluation for min/max builtin 2023-06-27 18:18:23 +00:00
issue60991.go types2, go/types: record final type for min/max arguments 2023-06-26 17:08:05 +00:00
issue61127.go cmd/compile: fix clear on slice with zero size elem 2023-07-10 16:31:54 +00:00
issue61187.go cmd/compile: don't ICE on unaligned offsets for pointer writes 2023-07-10 16:29:42 +00:00
issue61778.go cmd/compile: fix missing init nodes for len(string([]byte)) optimization 2023-08-07 03:12:29 +00:00
issue61895.go cmd/compile: keep all open-coded defer slots as used 2023-08-09 16:43:33 +00:00
issue61908.go cmd/compile: make backingArrayPtrLen to return typecheck-ed nodes 2023-08-09 19:30:45 +00:00
issue61992.go cmd/compile: in expandCalls, move all arg marshalling into call block 2023-08-16 15:40:52 +00:00
issue62203.go runtime: fix maps.Clone bug when cloning a map mid-grow 2023-08-25 16:10:03 +00:00
issue62313.go cmd/compile/internal/ir: set Addrtaken on Canonical ONAME too 2023-08-28 14:32:14 +00:00
issue62360.go Revert "cmd/compile: use shorter ANDL/TESTL if upper 32 bits are known to be zero" 2023-08-30 15:15:28 +00:00
issue62469.go cmd/compile: absorb InvertFlags into Noov comparisons 2023-09-07 15:14:39 +00:00
issue62498.go cmd/compile/internal/typecheck: fix closure field naming 2023-09-11 16:02:11 +00:00
issue62515.go cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR 2023-09-11 20:48:07 +00:00
notinheap.go go/types,types2: move notinheap tests to fixedbugs directory 2022-09-02 17:46:15 +00:00
notinheap2.go go/types,types2: move notinheap tests to fixedbugs directory 2022-09-02 17:46:15 +00:00
notinheap3.go go/types,types2: move notinheap tests to fixedbugs directory 2022-09-02 17:46:15 +00:00