1. d8c815d8 cmd/compile: note escape of parts of closured-capture vars by David Chase · 9 years ago
  2. 1747788 cmd/compile: add a pass to print bound checks by Alexandru Moșoi · 9 years ago
  3. f229e46 cmd/compile: better error when assigning to struct field in map by Caio Marcelo de Oliveira Filho · 9 years ago
  4. 7a8caf7 all: fix spelling mistakes by Eric Engestrom · 9 years ago
  5. 27ebc84 cmd/compile: handle non-negatives in prove by Alexandru Moșoi · 9 years ago
  6. ac8d97b cmd/compile: fix inlining of switch issue by Todd Neal · 9 years ago
  7. b91cc53 cmd/compile/internal/ssa: BCE for induction variables by Alexandru Moșoi · 9 years ago
  8. b64f549 cmd/compile: ignore OXXX nodes in closure captured vars list by David Chase · 9 years ago
  9. 92bb694 cmd/compile: s.f aliases itself by Ian Lance Taylor · 9 years ago
  10. 4a7aba7 cmd/compile: better job of naming compound types by Keith Randall · 9 years ago
  11. 47c9e13 cmd/compile: extend prove pass to handle constant comparisons by Keith Randall · 9 years ago
  12. 4b95575 cmd/compile: fix build by Keith Randall · 9 years ago
  13. b81f2f1 cmd/compile: place combined loads at the location of the last byte load by Keith Randall · 9 years ago
  14. e606671 cmd/compile, runtime: fix pedantic int->string conversions by Matthew Dempsky · 9 years ago
  15. 758447c test/fixedbugs: add test for divide by zero being optimized away by Brad Fitzpatrick · 9 years ago
  16. d8f1f8d cmd/compile: generalize strength reduction of mulq by Alexandru Moșoi · 9 years ago
  17. 777a77b cmd/compile: don't skip PPARAMOUT in esccall after varargs by Ian Lance Taylor · 9 years ago
  18. 8eec2bb cmd/compile: added some intrinsics to SSA back end by David Chase · 9 years ago
  19. c12e1b0 cmd/compile: update vendored math/big to latest version by Robert Griesemer · 9 years ago
  20. d4663e1 cmd/compile: don't write back unchanged slice results by Keith Randall · 9 years ago
  21. e41f527 cmd/compile: allow inlining of functions with switch statements by Todd Neal · 9 years ago
  22. 4402ee9 test: add s390x case to nosplit test by Michael Munday · 9 years ago
  23. 1a82946 test/fixedbugs: add s390x case to issue11656 by Michael Munday · 9 years ago
  24. fc6bcde cmd/compile: allow inlining of functions that declare a const by Todd Neal · 9 years ago
  25. 5c83e65 testing: prepare for the introduction of Run methods by Marcel van Lohuizen · 9 years ago
  26. 15ed37d cmd/compile: enforce nowritebarrier in SSA compiler by Keith Randall · 9 years ago
  27. 2d56dee cmd/compile: escape analysis explanations added to -m -m output by David Chase · 9 years ago
  28. 56e0ecc cmd/compile: keep value use counts in SSA by Keith Randall · 9 years ago
  29. b2b5e77 cmd/compile: ignore receiver parameters in Eqtype by Matthew Dempsky · 9 years ago
  30. 3e54ca9 cmd/compile: omit write barrier when assigning global function by Austin Clements · 9 years ago
  31. bb3b102 cmd/compile: faster parameter parsing with no OKEY nodes by Robert Griesemer · 9 years ago
  32. cd798dc cmd/compile/internal/ssa: generalize prove to all booleans by Alexandru Moșoi · 9 years ago
  33. e283693 cmd/link: treat reflect.Value.Method like Call by David Crawshaw · 9 years ago
  34. 5aa5db7 cmd/compile: use bufio.Reader directly in lexer by David Crawshaw · 9 years ago
  35. cc15840 cmd/compile: track reflect.Type.Method in deadcode by David Crawshaw · 9 years ago
  36. 31d13f4 cmd/compile: don't use PPARAMOUT names for temps by Keith Randall · 9 years ago
  37. ddc6b64 cmd/compile: fix defer/deferreturn by Keith Randall · 9 years ago
  38. 49dad0f cmd/compile: support arbitrarily deep embedded fields by Matthew Dempsky · 9 years ago
  39. 4c8589c cmd/compile: attach correct line number for fallthru-return by David Chase · 9 years ago
  40. c97ddf9 cmd/compile: don't emit conversion error in non-numeric increment/decrement by Caio Marcelo de Oliveira Filho · 9 years ago
  41. 3da1a26 cmd/compile: stop leaking 'any' type into user package by Matthew Dempsky · 9 years ago
  42. 3375974 cmd/link/internal/ld: don't panic on short buildid by Rhys Hiltner · 9 years ago
  43. 646939c cmd/compile: re-vendor math/big to pick up bug fix by Robert Griesemer · 9 years ago
  44. 9d854fd Merge branch 'dev.ssa' into mergebranch by Keith Randall · 9 years ago
  45. 6b3462c [dev.ssa] cmd/compile: adjust branch likeliness for calls/loops by David Chase · 9 years ago
  46. e197f46 [dev.ssa] cmd/compile/internal/ssa: simplify boolean phis by Alexandru Moșoi · 9 years ago
  47. acdb0da Merge "[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge" into dev.ssa by Gerrit Code Review · 9 years ago
  48. 4fffd456 [dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge by Keith Randall · 9 years ago
  49. ed1a5e5 cmd/compile: cleanup number lexing by Robert Griesemer · 9 years ago
  50. bdea1d5 [dev.ssa] cmd/compile/internal/ssa: remove proven redundant controls. by Alexandru Moșoi · 9 years ago
  51. af558ac cmd/compile: fix contrived line number errors by Matthew Dempsky · 9 years ago
  52. b462744 [dev.ssa] test: remove extra tests from non-SSA builds by Keith Randall · 9 years ago
  53. 4a346e7 [dev.ssa] cmd/compile: get rid of nil checks before float loads/stores by Keith Randall · 9 years ago
  54. d3f15ff [dev.ssa] cmd/compile: shrink stack guard by Keith Randall · 9 years ago
  55. 539aa05 cmd/compile: towards simpler and faster lexing: always use getr by Robert Griesemer · 9 years ago
  56. 80bc512 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
  57. d1cc7f7 cmd/compile: give informative error instead of "stupid shift" by Robert Griesemer · 9 years ago
  58. 7d3a409 cmd/compile: refactor export data parsing by Matthew Dempsky · 9 years ago
  59. fb2af2b cmd/compile: don't walk field-name syntax in esc.go by David Chase · 9 years ago
  60. 5c5e8d4 cmd/compile: avoid leak of dottype expression if type does not contain pointers. by Tal Shprecher · 9 years ago
  61. 51b624e cmd/link: remove alternate -X flag spelling by Russ Cox · 9 years ago
  62. feb2a5d cmd/compile: print struct tags in var decl in inlined func body by Russ Cox · 9 years ago
  63. e3033fc cmd/compile: add write barrier to type switch by Keith Randall · 9 years ago
  64. eb0cff9 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
  65. d37d76a cmd/compile: fix parsing of inlined interface types with unexported methods by Robert Griesemer · 9 years ago
  66. 6a96a2f [dev.ssa] cmd/compile: make cse faster by Keith Randall · 9 years ago
  67. 3c26c0d [dev.ssa] cmd/compile: short-circuit empty blocks by Keith Randall · 9 years ago
  68. 5395846 cmd/compile: don't print (empty) package name in errors referring to built-ins by Robert Griesemer · 9 years ago
  69. 23d5810 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
  70. 7ce2402 cmd/compile: don't crash on invalid labeled statement by Robert Griesemer · 9 years ago
  71. 1ac637c cmd/compile: recognize Syscall-like functions for liveness analysis by Russ Cox · 9 years ago
  72. e779bfa cmd/compile: better modeling of escape across loop levels by David Chase · 9 years ago
  73. 20d745c encoding/base64: fix streaming decode of padding-free base64 by Russ Cox · 9 years ago
  74. 27691fa cmd/compile: recognize !typedbool is typed by Matthew Dempsky · 9 years ago
  75. b386c34 [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch by Keith Randall · 9 years ago
  76. bb91a7e test/bench/shootout: delete by Russ Cox · 9 years ago
  77. be20948 cmd/compile: recognize bool(true) as a constant expression by Matthew Dempsky · 9 years ago
  78. aaabe3d cmd/compile/internal/gc: fix initialization logic by Kevin Vu · 9 years ago
  79. ab5d2bf cmd/compile: suppress export of Note field within exported bodies by David Chase · 9 years ago
  80. bbb88f9 test: add test that gccgo miscompiled by Ian Lance Taylor · 9 years ago
  81. d6a203e cmd/compile: const name and label name may match by Robert Griesemer · 9 years ago
  82. 63f0aac test: fix linkmain test by Shenghou Ma · 9 years ago
  83. c7b1ef9 cmd/link: reject non-package main toplevel.a file, remove dead code by Russ Cox · 9 years ago
  84. 03c8164 cmd/compile: fix magic multiply smashing AX by Russ Cox · 9 years ago
  85. 63a6f30 cmd/compile: diagnose invalid switch interface{} case earlier by Russ Cox · 9 years ago
  86. 91c8e5f cmd/compile: fix export type conversion loss in inlined func body by Russ Cox · 9 years ago
  87. 85dd62d cmd/compile: add missing write barriers for return statements by Matthew Dempsky · 9 years ago
  88. 732e2cd cmd/compile: don't truncate tiny float constants to 0 in error messages by Robert Griesemer · 9 years ago
  89. c488548 cmd/compile: recognize labels even if they have the same name as packages by Robert Griesemer · 9 years ago
  90. 70da2d0 cmd/compile/internal/gc: fix internal compiler error on invalid declaration by Didier Spezia · 9 years ago
  91. 715f637 cmd/compile: avoid converting huge floats to integers by Robert Griesemer · 9 years ago
  92. 7ebb96a cmd/compile/internal/gc: fix panic in Type Stringer by Didier Spezia · 10 years ago
  93. 05390a0 misc/cgo/stdio: reenable tests by Russ Cox · 9 years ago
  94. 336c998 cmd/compile: reject slice/map/func comparisons against converted nil by Matthew Dempsky · 9 years ago
  95. 8a34cf7 cmd/compile: don't allow blank method declarations on builtins by Håvard Haugen · 9 years ago
  96. e18cd34 cmd/compile: use correct line number for := (LCOLAS) by Robert Griesemer · 9 years ago
  97. c7a34031 cmd/compile: clearer error for invalid array/slice literal elements by Robert Griesemer · 9 years ago
  98. 0ae57c3 test: add ability to run tests with dynamic linking by Michael Hudson-Doyle · 9 years ago
  99. c28a8e4 test: add test case for issue 13268 by Robert Griesemer · 9 years ago
  100. 9216d3e test: remove dead branch from run.go by Caleb Spare · 9 years ago