index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
escape2.go
Age
Commit message (
Expand
)
Author
2025-05-19
cmd/compile: allocate backing store for append on the stack
Keith Randall
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-08-18
cmd/compile: enable -d=zerocopy by default
Matthew Dempsky
2023-08-17
Revert "cmd/compile: enable zero-copy string->[]byte conversions"
Matthew Dempsky
2023-08-17
cmd/compile: enable zero-copy string->[]byte conversions
Matthew Dempsky
2021-06-23
[dev.typeparams] cmd/compile: move call logic from order.go to escape
Matthew Dempsky
2021-05-26
[dev.typeparams] cmd/compile: simplify ~r/~b naming
Matthew Dempsky
2021-01-18
[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...
Matthew Dempsky
2020-09-12
cmd/compile: use clearer error message for stuct literal
Cuong Manh Le
2020-04-21
cmd/compile: more precise analysis of method values
Matthew Dempsky
2019-09-25
test: add regress test for #27557
Matthew Dempsky
2019-09-16
cmd/compile: trim function name prefix from escape diagnostics
Matthew Dempsky
2019-09-03
cmd/compile: silence esc diagnostics about directiface OCONVIFACEs
Matthew Dempsky
2019-08-28
test: remove -newescape from regress tests
Matthew Dempsky
2019-04-16
cmd/compile: update escape analysis tests for newescape
Matthew Dempsky
2019-04-02
cmd/compile: trim more unnecessary escape analysis messages
Matthew Dempsky
2019-04-02
cmd/compile: skip escape analysis diagnostics for OADDR
Matthew Dempsky
2018-09-20
cmd/compile/internal/gc: unify self-assignment checks in esc.go
Iskander Sharipov
2018-09-17
cmd/compile/internal/gc: handle array slice self-assign in esc.go
Iskander Sharipov
2017-08-11
test: add missing escape analysis test
Tobias Klauser
2017-02-27
cmd/compile: ignore some dead code during escape analysis
Josh Bleecher Snyder
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-01-13
cmd/compile: better modeling of escape across loop levels
David Chase
2015-10-04
cmd/compile: escape analysis, don't always escape variadic args
David Chase
2015-06-24
cmd/compile: handle copy in escape analysis
Russ Cox
2015-06-03
cmd/compile: move Node.Curfn into both Node.Func and Node.Name
Russ Cox
2015-05-18
cmd/internal/gc: extend escape analysis to pointers in slices
David Chase
2015-05-01
cmd/internal/gc: improve flow of input params to output params
David Chase
2015-04-10
test: add -update_errors flag to run script
Dmitry Vyukov
2015-04-09
cmd/gc: fix escape analysis of closures
Dmitry Vyukov
2015-03-30
cmd/gc: allocate backing storage for non-escaping interfaces on stack
David Chase
2015-03-28
test: add tests for escape analysis of interface conversions
Dmitry Vyukov
2015-03-28
test: add additional ... tests for escape analysis
Dmitry Vyukov
2015-02-25
cmd/internal/gc: omit non-explicit capacity in errors with map/chan make
Chris Manghane
2015-02-12
cmd/gc: allocate non-escaping maps on stack
Dmitry Vyukov
2015-02-12
cmd/gc: allocate buffers for non-escaping string conversions on stack
Dmitry Vyukov
2015-01-29
cmd/gc: capture variables by value
Dmitry Vyukov
2015-01-28
cmd/gc: allocate stack buffer for ORUNESTR
Dmitry Vyukov
2015-01-28
cmd/gc: allocate buffers for non-escaped strings on stack
Dmitry Vyukov
2015-01-28
cmd/gc: ignore re-slicing in escape analysis
Dmitry Vyukov
2015-01-28
cmd/gc: improve escape analysis for &T{...}
Dmitry Vyukov
2014-09-24
cmd/gc: run escape analysis always (even in -N mode)
Russ Cox
2014-06-11
cmd/gc: fix &result escaping into result
Russ Cox
2014-06-11
cmd/gc: fix escape analysis for &x inside switch x := v.(type)
Russ Cox
2014-06-03
cmd/gc: fix escape analysis of func returning indirect of parameter
Russ Cox
2014-05-12
cmd/gc: fix escape analysis for slice of array
Russ Cox
2014-05-09
cmd/gc: fix ... escape analysis bug
Russ Cox
2014-02-13
cmd/gc: relax address-of escape analysis
Russ Cox
2014-02-13
cmd/gc: for loop init statement misanalyzed by escape analysis
Daniel Morsing
2013-09-17
test: avoid future 'declared and not used' error
Robert Griesemer
[next]