1. e779bfa cmd/compile: better modeling of escape across loop levels by David Chase · 9 years ago
  2. f7a39a54 cmd/compile: escape analysis, don't always escape variadic args by David Chase · 9 years ago
  3. 6613090 cmd/compile: handle copy in escape analysis by Russ Cox · 10 years ago
  4. fd2154f cmd/compile: move Node.Curfn into both Node.Func and Node.Name by Russ Cox · 10 years ago
  5. a21cf5b cmd/internal/gc: extend escape analysis to pointers in slices by David Chase · 10 years ago
  6. 7fbb1b3 cmd/internal/gc: improve flow of input params to output params by David Chase · 10 years ago
  7. 7647741 test: add -update_errors flag to run script by Dmitry Vyukov · 10 years ago
  8. 878a86a cmd/gc: fix escape analysis of closures by Dmitry Vyukov · 10 years ago
  9. 2270133 cmd/gc: allocate backing storage for non-escaping interfaces on stack by David Chase · 10 years ago
  10. edcc062 test: add tests for escape analysis of interface conversions by Dmitry Vyukov · 10 years ago
  11. 1f5617e test: add additional ... tests for escape analysis by Dmitry Vyukov · 10 years ago
  12. 77d7771 cmd/internal/gc: omit non-explicit capacity in errors with map/chan make by Chris Manghane · 10 years ago
  13. b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
  14. 9568126 cmd/gc: allocate buffers for non-escaping string conversions on stack by Dmitry Vyukov · 10 years ago
  15. 0e80b2e cmd/gc: capture variables by value by Dmitry Vyukov · 10 years ago
  16. 4ce4d8b cmd/gc: allocate stack buffer for ORUNESTR by Dmitry Vyukov · 10 years ago
  17. e6fac08 cmd/gc: allocate buffers for non-escaped strings on stack by Dmitry Vyukov · 10 years ago
  18. 22c16b4 cmd/gc: ignore re-slicing in escape analysis by Dmitry Vyukov · 10 years ago
  19. 1b87f01 cmd/gc: improve escape analysis for &T{...} by Dmitry Vyukov · 10 years ago
  20. 00d2f91 cmd/gc: run escape analysis always (even in -N mode) by Russ Cox · 10 years ago
  21. f20e4d5 cmd/gc: fix &result escaping into result by Russ Cox · 11 years ago
  22. 775ab8e cmd/gc: fix escape analysis for &x inside switch x := v.(type) by Russ Cox · 11 years ago
  23. fe3c913 cmd/gc: fix escape analysis of func returning indirect of parameter by Russ Cox · 11 years ago
  24. f078711 cmd/gc: fix escape analysis for slice of array by Russ Cox · 11 years ago
  25. c99dce2 cmd/gc: fix ... escape analysis bug by Russ Cox · 11 years ago
  26. e5d742f cmd/gc: relax address-of escape analysis by Russ Cox · 11 years ago
  27. e0a55a6 cmd/gc: for loop init statement misanalyzed by escape analysis by Daniel Morsing · 11 years ago
  28. 99d8772 test: avoid future 'declared and not used' error by Robert Griesemer · 11 years ago
  29. 148fac7 cmd/gc: fix escape analysis ordering by Russ Cox · 12 years ago
  30. 3577398 test: add test for issue 3888. by Rémy Oudompheng · 12 years ago
  31. 38e9b07 cmd/gc: fix escape analysis of method values by Russ Cox · 12 years ago
  32. 20c7e41 cmd/gc: fix escape analysis bug. by Rémy Oudompheng · 12 years ago
  33. fd178d6 cmd/gc: add way to specify 'noescape' for extern funcs by Russ Cox · 12 years ago
  34. 572d984 cmd/gc: fix escape analysis by Russ Cox · 12 years ago
  35. 1dcf658 cmd/gc: remove an incorrect assertion in escape analysis. by Rémy Oudompheng · 12 years ago
  36. 507fcf3 cmd/gc: escape analysis to track flow of in to out parameters. by Luuk van Dijk · 12 years ago
  37. 54af752 cmd/gc: fix escape analysis bug by Russ Cox · 12 years ago
  38. cd22afa test: expand run.go's errorcheck, make clear which bugs run by Russ Cox · 12 years ago
  39. ba97d52 cmd/gc: fix escape analysis bug with variable capture in loops. by Rémy Oudompheng · 13 years ago
  40. 5583060 cmd/gc: fix addresses escaping through closures called in-place. by Luuk van Dijk · 13 years ago
  41. 075eef4 gc: fix escape analysis + inlining + closure bug by Russ Cox · 13 years ago
  42. 83976e3 test: explanatory comments [c-g]* by Rob Pike · 13 years ago
  43. 94ff311 gc: avoid false positives when using scalar struct fields. by Rémy Oudompheng · 13 years ago
  44. 4a6b07f gc: enable inlining by default by Russ Cox · 13 years ago
  45. 9bf3478 gc: better loopdepth analysis for labels by Luuk van Dijk · 13 years ago
  46. 434a6c8 gc: use gofmt spacing when printing map type by Russ Cox · 13 years ago
  47. 29a5ae6 gc: small fixes for printing. by Luuk van Dijk · 13 years ago
  48. b4df33a gc: test + fix escape analysis bug by Russ Cox · 13 years ago
  49. b536adb gc: changes to export format in preparation for inlining. by Luuk van Dijk · 13 years ago
  50. f2460a8 gc: treat DOTMETH like DOT in escape analysis. by Luuk van Dijk · 13 years ago
  51. 60d4710 gc: fix label recursion bugs by Russ Cox · 14 years ago
  52. 77f0bdc gc: fix arm build by Russ Cox · 14 years ago
  53. db5f9da gc: tweak and enable escape analysis by Russ Cox · 14 years ago
  54. 0227c45 gc: fix some spurious leaks by Russ Cox · 14 years ago
  55. 847b61b gc: Escape analysis. by Luuk van Dijk · 14 years ago