aboutsummaryrefslogtreecommitdiff
path: root/test/escape2n.go
AgeCommit message (Expand)Author
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-08-18cmd/compile: enable -d=zerocopy by defaultMatthew Dempsky
2023-08-17Revert "cmd/compile: enable zero-copy string->[]byte conversions"Matthew Dempsky
2023-08-17cmd/compile: enable zero-copy string->[]byte conversionsMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: move call logic from order.go to escapeMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2021-01-18[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2020-04-21cmd/compile: more precise analysis of method valuesMatthew Dempsky
2019-09-25test: add regress test for #27557Matthew Dempsky
2019-09-16cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky
2019-09-03cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky
2019-08-28test: remove -newescape from regress testsMatthew Dempsky
2019-04-16cmd/compile: update escape analysis tests for newescapeMatthew Dempsky
2019-04-02cmd/compile: trim more unnecessary escape analysis messagesMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-09-20cmd/compile/internal/gc: unify self-assignment checks in esc.goIskander Sharipov
2018-09-17cmd/compile/internal/gc: handle array slice self-assign in esc.goIskander Sharipov
2017-08-11test: add missing escape analysis testTobias Klauser
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-01-13cmd/compile: better modeling of escape across loop levelsDavid Chase
2015-10-04cmd/compile: escape analysis, don't always escape variadic argsDavid Chase
2015-06-24cmd/compile: handle copy in escape analysisRuss Cox
2015-06-03cmd/compile: move Node.Curfn into both Node.Func and Node.NameRuss Cox
2015-05-18cmd/internal/gc: extend escape analysis to pointers in slicesDavid Chase
2015-05-01cmd/internal/gc: improve flow of input params to output paramsDavid Chase
2015-04-10test: add -update_errors flag to run scriptDmitry Vyukov
2015-04-09cmd/gc: fix escape analysis of closuresDmitry Vyukov
2015-03-28test: add tests for escape analysis of interface conversionsDmitry Vyukov
2015-03-28test: add additional ... tests for escape analysisDmitry Vyukov
2015-02-25cmd/internal/gc: omit non-explicit capacity in errors with map/chan makeChris Manghane
2015-02-12cmd/gc: allocate non-escaping maps on stackDmitry Vyukov
2015-02-12cmd/gc: allocate buffers for non-escaping string conversions on stackDmitry Vyukov
2015-01-29cmd/gc: capture variables by valueDmitry Vyukov
2015-01-28cmd/gc: allocate stack buffer for ORUNESTRDmitry Vyukov
2015-01-28cmd/gc: allocate buffers for non-escaped strings on stackDmitry Vyukov
2015-01-28cmd/gc: ignore re-slicing in escape analysisDmitry Vyukov
2015-01-28cmd/gc: improve escape analysis for &T{...}Dmitry Vyukov
2014-09-24cmd/gc: run escape analysis always (even in -N mode)Russ Cox