summaryrefslogtreecommitdiff
path: root/test/escape2.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile: move call logic from order.go to escapeMatthew Dempsky2021-06-231-6/+6
* [dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky2021-05-261-22/+22
* [dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky2021-01-181-1/+1
* cmd/compile: use clearer error message for stuct literalCuong Manh Le2020-09-121-28/+28
* cmd/compile: more precise analysis of method valuesMatthew Dempsky2020-04-211-2/+1
* test: add regress test for #27557Matthew Dempsky2019-09-251-0/+1
* cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky2019-09-161-119/+119
* cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky2019-09-031-40/+40
* test: remove -newescape from regress testsMatthew Dempsky2019-08-281-1/+1
* cmd/compile: update escape analysis tests for newescapeMatthew Dempsky2019-04-161-8/+7
* cmd/compile: trim more unnecessary escape analysis messagesMatthew Dempsky2019-04-021-12/+12
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-97/+97
* cmd/compile/internal/gc: unify self-assignment checks in esc.goIskander Sharipov2018-09-201-10/+10
* cmd/compile/internal/gc: handle array slice self-assign in esc.goIskander Sharipov2018-09-171-5/+11
* test: add missing escape analysis testTobias Klauser2017-08-111-1/+1
* cmd/compile: ignore some dead code during escape analysisJosh Bleecher Snyder2017-02-271-0/+15
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/compile: better modeling of escape across loop levelsDavid Chase2016-01-131-1/+1
* cmd/compile: escape analysis, don't always escape variadic argsDavid Chase2015-10-041-19/+15
* cmd/compile: handle copy in escape analysisRuss Cox2015-06-241-2/+10
* cmd/compile: move Node.Curfn into both Node.Func and Node.NameRuss Cox2015-06-031-6/+6
* cmd/internal/gc: extend escape analysis to pointers in slicesDavid Chase2015-05-181-7/+7
* cmd/internal/gc: improve flow of input params to output paramsDavid Chase2015-05-011-36/+37
* test: add -update_errors flag to run scriptDmitry Vyukov2015-04-101-437/+437
* cmd/gc: fix escape analysis of closuresDmitry Vyukov2015-04-091-0/+22
* cmd/gc: allocate backing storage for non-escaping interfaces on stackDavid Chase2015-03-301-1/+1
* test: add tests for escape analysis of interface conversionsDmitry Vyukov2015-03-281-32/+41
* test: add additional ... tests for escape analysisDmitry Vyukov2015-03-281-2/+22
* cmd/internal/gc: omit non-explicit capacity in errors with map/chan makeChris Manghane2015-02-251-3/+3
* cmd/gc: allocate non-escaping maps on stackDmitry Vyukov2015-02-121-0/+17
* cmd/gc: allocate buffers for non-escaping string conversions on stackDmitry Vyukov2015-02-121-4/+52
* cmd/gc: capture variables by valueDmitry Vyukov2015-01-291-16/+68
* cmd/gc: allocate stack buffer for ORUNESTRDmitry Vyukov2015-01-281-0/+21
* cmd/gc: allocate buffers for non-escaped strings on stackDmitry Vyukov2015-01-281-0/+74
* cmd/gc: ignore re-slicing in escape analysisDmitry Vyukov2015-01-281-0/+37
* cmd/gc: improve escape analysis for &T{...}Dmitry Vyukov2015-01-281-0/+27
* cmd/gc: run escape analysis always (even in -N mode)Russ Cox2014-09-241-0/+2
* cmd/gc: fix &result escaping into resultRuss Cox2014-06-111-0/+12
* cmd/gc: fix escape analysis for &x inside switch x := v.(type)Russ Cox2014-06-111-0/+10
* cmd/gc: fix escape analysis of func returning indirect of parameterRuss Cox2014-06-031-3/+28
* cmd/gc: fix escape analysis for slice of arrayRuss Cox2014-05-121-0/+32
* cmd/gc: fix ... escape analysis bugRuss Cox2014-05-091-8/+20
* cmd/gc: relax address-of escape analysisRuss Cox2014-02-131-0/+10
* cmd/gc: for loop init statement misanalyzed by escape analysisDaniel Morsing2014-02-131-0/+32
* test: avoid future 'declared and not used' errorRobert Griesemer2013-09-171-0/+1
* cmd/gc: fix escape analysis orderingRuss Cox2013-06-251-0/+19
* test: add test for issue 3888.Rémy Oudompheng2013-05-221-0/+12
* cmd/gc: fix escape analysis of method valuesRuss Cox2013-03-201-0/+22
* cmd/gc: fix escape analysis bug.Rémy Oudompheng2013-03-151-2/+5
* cmd/gc: add way to specify 'noescape' for extern funcsRuss Cox2013-02-051-0/+26