index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
escape2.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-05-02
1
-1
/
+1
*
cmd/compile: better modeling of escape across loop levels
David Chase
2016-01-13
1
-1
/
+1
*
cmd/compile: escape analysis, don't always escape variadic args
David Chase
2015-10-04
1
-19
/
+15
*
cmd/compile: handle copy in escape analysis
Russ Cox
2015-06-24
1
-2
/
+10
*
cmd/compile: move Node.Curfn into both Node.Func and Node.Name
Russ Cox
2015-06-03
1
-6
/
+6
*
cmd/internal/gc: extend escape analysis to pointers in slices
David Chase
2015-05-18
1
-7
/
+7
*
cmd/internal/gc: improve flow of input params to output params
David Chase
2015-05-01
1
-36
/
+37
*
test: add -update_errors flag to run script
Dmitry Vyukov
2015-04-10
1
-437
/
+437
*
cmd/gc: fix escape analysis of closures
Dmitry Vyukov
2015-04-09
1
-0
/
+22
*
cmd/gc: allocate backing storage for non-escaping interfaces on stack
David Chase
2015-03-30
1
-1
/
+1
*
test: add tests for escape analysis of interface conversions
Dmitry Vyukov
2015-03-28
1
-32
/
+41
*
test: add additional ... tests for escape analysis
Dmitry Vyukov
2015-03-28
1
-2
/
+22
*
cmd/internal/gc: omit non-explicit capacity in errors with map/chan make
Chris Manghane
2015-02-25
1
-3
/
+3
*
cmd/gc: allocate non-escaping maps on stack
Dmitry Vyukov
2015-02-12
1
-0
/
+17
*
cmd/gc: allocate buffers for non-escaping string conversions on stack
Dmitry Vyukov
2015-02-12
1
-4
/
+52
*
cmd/gc: capture variables by value
Dmitry Vyukov
2015-01-29
1
-16
/
+68
*
cmd/gc: allocate stack buffer for ORUNESTR
Dmitry Vyukov
2015-01-28
1
-0
/
+21
*
cmd/gc: allocate buffers for non-escaped strings on stack
Dmitry Vyukov
2015-01-28
1
-0
/
+74
*
cmd/gc: ignore re-slicing in escape analysis
Dmitry Vyukov
2015-01-28
1
-0
/
+37
*
cmd/gc: improve escape analysis for &T{...}
Dmitry Vyukov
2015-01-28
1
-0
/
+27
*
cmd/gc: run escape analysis always (even in -N mode)
Russ Cox
2014-09-24
1
-0
/
+2
*
cmd/gc: fix &result escaping into result
Russ Cox
2014-06-11
1
-0
/
+12
*
cmd/gc: fix escape analysis for &x inside switch x := v.(type)
Russ Cox
2014-06-11
1
-0
/
+10
*
cmd/gc: fix escape analysis of func returning indirect of parameter
Russ Cox
2014-06-03
1
-3
/
+28
*
cmd/gc: fix escape analysis for slice of array
Russ Cox
2014-05-12
1
-0
/
+32
*
cmd/gc: fix ... escape analysis bug
Russ Cox
2014-05-09
1
-8
/
+20
*
cmd/gc: relax address-of escape analysis
Russ Cox
2014-02-13
1
-0
/
+10
*
cmd/gc: for loop init statement misanalyzed by escape analysis
Daniel Morsing
2014-02-13
1
-0
/
+32
*
test: avoid future 'declared and not used' error
Robert Griesemer
2013-09-17
1
-0
/
+1
*
cmd/gc: fix escape analysis ordering
Russ Cox
2013-06-25
1
-0
/
+19
*
test: add test for issue 3888.
Rémy Oudompheng
2013-05-22
1
-0
/
+12
*
cmd/gc: fix escape analysis of method values
Russ Cox
2013-03-20
1
-0
/
+22
*
cmd/gc: fix escape analysis bug.
Rémy Oudompheng
2013-03-15
1
-2
/
+5
*
cmd/gc: add way to specify 'noescape' for extern funcs
Russ Cox
2013-02-05
1
-0
/
+26
*
cmd/gc: fix escape analysis
Russ Cox
2013-02-04
1
-0
/
+16
*
cmd/gc: remove an incorrect assertion in escape analysis.
Rémy Oudompheng
2012-12-20
1
-51
/
+66
*
cmd/gc: escape analysis to track flow of in to out parameters.
Luuk van Dijk
2012-10-29
1
-6
/
+20
*
cmd/gc: fix escape analysis bug
Russ Cox
2012-09-24
1
-0
/
+18
*
test: expand run.go's errorcheck, make clear which bugs run
Russ Cox
2012-09-23
1
-1
/
+1
*
cmd/gc: fix escape analysis bug with variable capture in loops.
Rémy Oudompheng
2012-08-31
1
-0
/
+13
*
cmd/gc: fix addresses escaping through closures called in-place.
Luuk van Dijk
2012-04-23
1
-2
/
+135
*
gc: fix escape analysis + inlining + closure bug
Russ Cox
2012-02-23
1
-1
/
+1
*
test: explanatory comments [c-g]*
Rob Pike
2012-02-19
1
-0
/
+3
*
gc: avoid false positives when using scalar struct fields.
Rémy Oudompheng
2012-01-12
1
-6
/
+36
*
gc: enable inlining by default
Russ Cox
2012-01-10
1
-1
/
+1
*
gc: better loopdepth analysis for labels
Luuk van Dijk
2011-12-15
1
-0
/
+21
*
gc: use gofmt spacing when printing map type
Russ Cox
2011-12-02
1
-2
/
+2
*
gc: small fixes for printing.
Luuk van Dijk
2011-11-02
1
-3
/
+3
*
gc: test + fix escape analysis bug
Russ Cox
2011-11-01
1
-70
/
+88
*
gc: changes to export format in preparation for inlining.
Luuk van Dijk
2011-10-08
1
-102
/
+102
[next]