1. c3dfad5 cmd/compile: change Oconv to take an Op parameter by Matthew Dempsky · 9 years ago
  2. 0de0caf runtime: new files for plan9_arm support by Richard Miller · 9 years ago
  3. d145456 runtime: signal handling support for plan9_arm by Richard Miller · 9 years ago
  4. c97ddf9 cmd/compile: don't emit conversion error in non-numeric increment/decrement by Caio Marcelo de Oliveira Filho · 9 years ago
  5. ed81169 compress/flate: remove unused woffset field. by Nigel Tao · 9 years ago
  6. 6ed1038 cmd/compile: soup up isSamePtr by Josh Bleecher Snyder · 9 years ago
  7. ff71ed8 runtime: merge {bgMark,assist}StartTime by Austin Clements · 9 years ago
  8. da1802f cmd/compile: use OffPtr when possible by Josh Bleecher Snyder · 9 years ago
  9. 3294014 cmd/compile: collapse OffPtr sequences by Josh Bleecher Snyder · 9 years ago
  10. 12e6045 cmd/compile: Combine smaller loads into a larger load by Keith Randall · 9 years ago
  11. 9f4a359 cmd/compile, cmd/link, cmd/newlink: remove support for weak symbols by Michael Hudson-Doyle · 9 years ago
  12. 6bd63ca cmd/compile: hide NodeList details in evconst by Josh Bleecher Snyder · 10 years ago
  13. 1d40e2b Rewrite leftover references to plan9.bell-labs.com to 9p.io. by Muhammed Uluyol · 9 years ago
  14. 786a2ef cmd/compile: use a uint8-sized named type for Addr.Type by Josh Bleecher Snyder · 10 years ago
  15. 8f5fb95 cmd/compile/internal/gc: assert size of important types by Dave Cheney · 9 years ago
  16. bd6d842 fmt: refactor and unify float and complex formatting by Martin Möhrmann · 9 years ago
  17. 5763476 fmt: use fewer allocations for %q string formatting by Martin Möhrmann · 9 years ago
  18. 00da3a6 fmt: optimize byte slice and array formatting for %v and %d by Martin Möhrmann · 9 years ago
  19. 8c83819 runtime: don't print EnableGC flag in WriteHeapProfile() by Hitoshi Mitake · 9 years ago
  20. 4ab1793 cmd/compile: convert asmlist to []*Node by Matthew Dempsky · 9 years ago
  21. 7837418 fmt: float formatting should not permanently change width by Martin Möhrmann · 9 years ago
  22. 72d90d8 cmd/compile: change parser, racewalk, range to use nodeSeq by Ian Lance Taylor · 9 years ago
  23. 65c4b55 cmd/compile: convert subr, swt, typecheck to nodeSeq by Ian Lance Taylor · 9 years ago
  24. 3da1a26 cmd/compile: stop leaking 'any' type into user package by Matthew Dempsky · 9 years ago
  25. dafbcf6 cmd/compile: remove syslook's copy parameter by Matthew Dempsky · 9 years ago
  26. 8b51ee8 crypto/cipher: xorBytes performance ppc64le/ppc64 by Lynn Boger · 9 years ago
  27. eb6ee75 cmd/compile: convert select, sinit, ssa to nodeSeq by Ian Lance Taylor · 9 years ago
  28. e3a9dca cmd/compile: don't allocate convX2X or assertX2X func names before syslook by Brad Fitzpatrick · 9 years ago
  29. 80e5b52 cmd/compile: change order.go to use nodeSeq by Ian Lance Taylor · 9 years ago
  30. 16e2e95 cmd/compile/internal/ssa: chmod -x likelyadjust.go by Matthew Dempsky · 9 years ago
  31. 55c65d4 cmd/compile: change export.go and fmt.go to use nodeSeq by Ian Lance Taylor · 9 years ago
  32. 3375974 cmd/link/internal/ld: don't panic on short buildid by Rhys Hiltner · 9 years ago
  33. b5481dd runtime: disable gcMarkRootCheck debugging check during STW by Austin Clements · 9 years ago
  34. 9ab9053 runtime: reset mark state before stopping the world by Austin Clements · 9 years ago
  35. 1716162 runtime: fix off-by-one error finding module for PC by Ian Lance Taylor · 9 years ago
  36. afd8354 cmd/link: deduplicate read-only string data by David Crawshaw · 9 years ago
  37. 69285a8 reflect: recognize unnamed directional channels by David Crawshaw · 9 years ago
  38. 4c69e92 cmd/link: align string data to Minalign when merging strings by Michael Munday · 9 years ago
  39. 99b6b77 cmd/compile: convert inl.go to use nodeSeq by Ian Lance Taylor · 9 years ago
  40. c0740fe cmd/compile: more ssa config flags by Keith Randall · 9 years ago
  41. 7f13fbf cmd/compile: small cleanup to syslook calls by Matthew Dempsky · 9 years ago
  42. 646939c cmd/compile: re-vendor math/big to pick up bug fix by Robert Griesemer · 9 years ago
  43. 3858efc math/big: use correct precision in Float.Float32/64 for denormals by Robert Griesemer · 9 years ago
  44. 08c2cd8 cmd/compile: remove NUL-terminator from string data by David Crawshaw · 9 years ago
  45. 62e26e7 cmd/compile: simplify Eqtype by Matthew Dempsky · 9 years ago
  46. 132ebea cmd/compile: convert walk.go and friends to use nodeSeq by Ian Lance Taylor · 9 years ago
  47. 1765863 cmd/compile: replace TypeList with []*Type by Matthew Dempsky · 9 years ago
  48. 060a2ba cmd/internal/obj/ppc64: eliminate ~700 conversions by tweaking signatures by Michael Hudson-Doyle · 9 years ago
  49. a162d11 cmd/compile: post CL 20089 cleanups by Dave Cheney · 9 years ago
  50. 14bf9c8 bufio: Reader.Peek returns partial results on ErrBufferFull by djherbis · 9 years ago
  51. 7047742f cmd/compile: change esc.go to use nodeSeq by Ian Lance Taylor · 9 years ago
  52. def1e72 cmd/compile: remove unnecessary conversions by Matthew Dempsky · 9 years ago
  53. 2aa2da2 cmd/compile: convert dcl.go to nodeSeq by Ian Lance Taylor · 9 years ago
  54. 867910e cmd/vet: Use function signature to find format string index. by Spencer Nelson · 9 years ago
  55. bf39098 cmd/compile: convert cgen/gen/pgen and friends to nodeListSeq by Ian Lance Taylor · 9 years ago
  56. ca56c59 cmd/compile: add setNodeSeq, and use it in bimport.go by Ian Lance Taylor · 9 years ago
  57. d55a099 cmd/compile: don't use duffcopy and duffzero on Plan 9 by David du Colombier · 9 years ago
  58. 466c948 cmd/compile: add nodeSeqIterator interface by Ian Lance Taylor · 9 years ago
  59. 0c84c4f cmd/link: combine all string data into one symbol by David Crawshaw · 9 years ago
  60. 7e92c86 cmd/compile: remove listsort by Ian Lance Taylor · 9 years ago
  61. 686fbdb cmd/compile: make compilation deterministic, fixes toolstash by Keith Randall · 9 years ago
  62. c03ed49 cmd/compile: load some live values into registers before loop by Keith Randall · 9 years ago
  63. 5be961a cmd/link: replace Autom linked list with slice by David Crawshaw · 9 years ago
  64. 1661493 cmd/link: replace LSym.Queue with a slice by David Crawshaw · 9 years ago
  65. 596df24 cmd/go: set GOPATH in list's Context by Caleb Spare · 9 years ago
  66. 033e3e1 fmt: optimize %x and %X formatting for byte slices and strings by Martin Möhrmann · 9 years ago
  67. 71d13a8 cmd/compile: fix fieldtrack experiment by Keith Randall · 9 years ago
  68. 868fb9f cmd/compile: more lineno type conversions by Matthew Dempsky · 9 years ago
  69. 90cb1fd cmd/link: add Minalign field to ld.Arch by Michael Munday · 9 years ago
  70. b0f4ee5 net: deduplicate TCP socket code by Mikio Hara · 9 years ago
  71. 533f30b cmd/compile: exit early if oldname doesn't find a name by Robert Griesemer · 9 years ago
  72. c41608f cmd/compile: remove more superfluous int(lineno) conversions by Robert Griesemer · 9 years ago
  73. 8a83d36 compress/bzip2: refactor unit tests by Joe Tsai · 9 years ago
  74. fcb2324 net: skip TestLookupPort on android with netgo by Burcu Dogan · 9 years ago
  75. 0f9cc46 math: delete unused function sqrtC by Rob Pike · 9 years ago
  76. a40b27e cmd/compile: eliminate arch-specific typedefs by Matthew Dempsky · 9 years ago
  77. 0024101 doc: add link to 1.6 release notes on golang.org/project page by Chris Broadfoot · 9 years ago
  78. a3c258a cmd/link: pack LSym boolean attributes by David Crawshaw · 9 years ago
  79. d7cdf66 cmd/link: stop generating garbage in elfhash by Brad Fitzpatrick · 9 years ago
  80. 03f3bfc misc/cgo/test: rewrite windows version of mysleep by Alex Brainman · 9 years ago
  81. 4b92cd4 cmd/link: make Allsym a slice by David Crawshaw · 9 years ago
  82. 4598382 cmd/compile/internal/gc: export & import function bodies, but don't hook up by Robert Griesemer · 9 years ago
  83. c0f7195 cmd/link: replace custom hashmap in DWARF writer by David Crawshaw · 9 years ago
  84. 97b2295 cmd/compile: trunc(and(x,K)) rewrite to trunc(x) for some K by David Chase · 9 years ago
  85. 3a880ba cmd/compile: remove missed int(lineno) conversions by Robert Griesemer · 9 years ago
  86. 83765d1 fmt: optimize string truncation by Martin Möhrmann · 9 years ago
  87. 2faf5bc cmd/compile: introduce linestr helper to simplify line reporting by Robert Griesemer · 9 years ago
  88. 6969d9b runtime/pprof: sort counted profiles by count by Russ Cox · 9 years ago
  89. b83f397 cmd/compile: use int32 for line numbers consistently by Robert Griesemer · 9 years ago
  90. 053aef4 go/ast: fix typo in comment by Ian Lance Taylor · 9 years ago
  91. 37c2875 crypto/tls: check errors from (*Conn).writeRecord by Tamir Duberstein · 9 years ago
  92. 1012892 cmd/link: C is gone, remove check for Go calling C by David Crawshaw · 9 years ago
  93. 8b360d5 compress/bzip2: prevent zero-length Huffman codes by Joe Tsai · 9 years ago
  94. 1c94e72 net: fix vet warnings by Mohit Agarwal · 9 years ago
  95. 0d1a98e cmd/link: rename Hide to Hidden and make a bool by David Crawshaw · 9 years ago
  96. 3601a1e cmd/link: write DWARF PC table without seeking by David Crawshaw · 9 years ago
  97. 021e0c5 cmd/link: add array append version of methods by David Crawshaw · 9 years ago
  98. 62ac107 cmd/compile: some SSA cleanup by Keith Randall · 9 years ago
  99. 3afbb69 net/url: fix parsing of URLs ending in question mark by Brad Fitzpatrick · 9 years ago
  100. 37c2972 cmd/compile: give SymFlags type to Sym flags by Robert Griesemer · 9 years ago