1. 00d2f91 cmd/gc: run escape analysis always (even in -N mode) by Russ Cox · 10 years ago
  2. f20e4d5 cmd/gc: fix &result escaping into result by Russ Cox · 11 years ago
  3. 775ab8e cmd/gc: fix escape analysis for &x inside switch x := v.(type) by Russ Cox · 11 years ago
  4. fe3c913 cmd/gc: fix escape analysis of func returning indirect of parameter by Russ Cox · 11 years ago
  5. f078711 cmd/gc: fix escape analysis for slice of array by Russ Cox · 11 years ago
  6. c99dce2 cmd/gc: fix ... escape analysis bug by Russ Cox · 11 years ago
  7. e5d742f cmd/gc: relax address-of escape analysis by Russ Cox · 11 years ago
  8. e0a55a6 cmd/gc: for loop init statement misanalyzed by escape analysis by Daniel Morsing · 11 years ago
  9. 99d8772 test: avoid future 'declared and not used' error by Robert Griesemer · 11 years ago
  10. 148fac7 cmd/gc: fix escape analysis ordering by Russ Cox · 12 years ago
  11. 3577398 test: add test for issue 3888. by Rémy Oudompheng · 12 years ago
  12. 38e9b07 cmd/gc: fix escape analysis of method values by Russ Cox · 12 years ago
  13. 20c7e41 cmd/gc: fix escape analysis bug. by Rémy Oudompheng · 12 years ago
  14. fd178d6 cmd/gc: add way to specify 'noescape' for extern funcs by Russ Cox · 12 years ago
  15. 572d984 cmd/gc: fix escape analysis by Russ Cox · 12 years ago
  16. 1dcf658 cmd/gc: remove an incorrect assertion in escape analysis. by Rémy Oudompheng · 12 years ago
  17. 507fcf3 cmd/gc: escape analysis to track flow of in to out parameters. by Luuk van Dijk · 12 years ago
  18. 54af752 cmd/gc: fix escape analysis bug by Russ Cox · 12 years ago
  19. cd22afa test: expand run.go's errorcheck, make clear which bugs run by Russ Cox · 12 years ago
  20. ba97d52 cmd/gc: fix escape analysis bug with variable capture in loops. by Rémy Oudompheng · 12 years ago
  21. 5583060 cmd/gc: fix addresses escaping through closures called in-place. by Luuk van Dijk · 13 years ago
  22. 075eef4 gc: fix escape analysis + inlining + closure bug by Russ Cox · 13 years ago
  23. 83976e3 test: explanatory comments [c-g]* by Rob Pike · 13 years ago
  24. 94ff311 gc: avoid false positives when using scalar struct fields. by Rémy Oudompheng · 13 years ago
  25. 4a6b07f gc: enable inlining by default by Russ Cox · 13 years ago
  26. 9bf3478 gc: better loopdepth analysis for labels by Luuk van Dijk · 13 years ago
  27. 434a6c8 gc: use gofmt spacing when printing map type by Russ Cox · 13 years ago
  28. 29a5ae6 gc: small fixes for printing. by Luuk van Dijk · 13 years ago
  29. b4df33a gc: test + fix escape analysis bug by Russ Cox · 13 years ago
  30. b536adb gc: changes to export format in preparation for inlining. by Luuk van Dijk · 13 years ago
  31. f2460a8 gc: treat DOTMETH like DOT in escape analysis. by Luuk van Dijk · 13 years ago
  32. 60d4710 gc: fix label recursion bugs by Russ Cox · 13 years ago
  33. 77f0bdc gc: fix arm build by Russ Cox · 13 years ago
  34. db5f9da gc: tweak and enable escape analysis by Russ Cox · 13 years ago
  35. 0227c45 gc: fix some spurious leaks by Russ Cox · 13 years ago
  36. 847b61b gc: Escape analysis. by Luuk van Dijk · 13 years ago