1. c735064 cmd/internal/gc: type of str[i] is byte, not uint8 by Russ Cox · 10 years ago
  2. 913db76 runtime: run background mark helpers only if work is available by Rick Hudson · 10 years ago
  3. f4d51eb runtime: minor clean up to heapminimum by Austin Clements · 10 years ago
  4. 8903b3d runtime: add fast check for self-loop pointer in scanobject by Russ Cox · 10 years ago
  5. 366ba52 cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers) by Russ Cox · 10 years ago
  6. f3fc8b0 time: document that not all Unix time can be represented by Shenghou Ma · 10 years ago
  7. b21ff39 flag: Fix up a package comment a bit. by Aaron Jacobs · 10 years ago
  8. 82833b3 cmd/internal/gc: rearrange Node fields by Josh Bleecher Snyder · 10 years ago
  9. f4ab820 cmd/internal/gc: separate Node param fields by Josh Bleecher Snyder · 10 years ago
  10. ddc9339 cmd/6g, cmd/internal/gc: use Etype instead of Ostk by Josh Bleecher Snyder · 10 years ago
  11. 2b063bd cmd/internal/gc: make all Node depths int32 by Josh Bleecher Snyder · 10 years ago
  12. 79986e2 runtime/pprof: write heap statistics to heap profile always by Josh Bleecher Snyder · 10 years ago
  13. 19354b9 cmd/pprof/internal/profile: ignore comments when parsing heap profiles by Daniel Morsing · 10 years ago
  14. 6f7b4e8 cmd/doc: put blank lines around comment for types, etc. by Rob Pike · 10 years ago
  15. 362a40e misc/cgo/testshared: rewrite in Go by Michael Hudson-Doyle · 10 years ago
  16. f9ec929 spec: fix typo by Robert Griesemer · 10 years ago
  17. a21cf5b cmd/internal/gc: extend escape analysis to pointers in slices by David Chase · 10 years ago
  18. f0dd002 runtime: use separate count and note for forEachP by Austin Clements · 10 years ago
  19. 277acca runtime: hold worldsema while starting the world by Austin Clements · 10 years ago
  20. 9c44a41 runtime: disallow preemption during startTheWorld by Austin Clements · 10 years ago
  21. a1da255 runtime: factor stoptheworld/starttheworld pattern by Austin Clements · 10 years ago
  22. 5f7060a runtime: don't start GC if preemptoff is set by Austin Clements · 10 years ago
  23. e544bee runtime: correct exception stack trace output by Alex Brainman · 10 years ago
  24. 0b9866f buildall.bash: exit 1 when make.bash fails by Shenghou Ma · 10 years ago
  25. a0fc306 runtime: eliminate runqvictims and a copy from runqsteal by Austin Clements · 10 years ago
  26. ab4e798 cmd/dist: add -k to "dist test" to keep going after error by Shenghou Ma · 10 years ago
  27. 6e8bcbb cmd/internal/gc: refine ginscmp comment by Russ Cox · 10 years ago
  28. d36cc02 reflect: make PtrTo(FuncOf(...)) not crash by Russ Cox · 10 years ago
  29. 512f75e runtime: replace GC programs with simpler encoding, faster decoder by Russ Cox · 10 years ago
  30. ebe733c text/template: fix race condition on function maps by Didier Spezia · 10 years ago
  31. d820d5f3 runtime: make mapzero not crash on arm by Russ Cox · 10 years ago
  32. ddc4c14 cmd/internal/ld: prevent creation of .dynamic and .dynsym symbols when externally linking by Michael Hudson-Doyle · 10 years ago
  33. 4cfff27 cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynsym by Michael Hudson-Doyle · 10 years ago
  34. 0047060 cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynlib by Michael Hudson-Doyle · 10 years ago
  35. c3c047a runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit system by Russ Cox · 10 years ago
  36. 8fa14ea cmd/internal/gc: unembed Name field by Josh Bleecher Snyder · 10 years ago
  37. ef7e108 net: redo resolv.conf recheck implementation by Alex A Skinner · 10 years ago
  38. 40fad6c go/parser: better error message for missing ',' in lists by Robert Griesemer · 10 years ago
  39. 1467776 cmd/internal/obj: update callers to Linkline{fmt,hist} and remove by Matthew Dempsky · 10 years ago
  40. 82e1651 cmd/internal/gc, cmd/yacc: merge yaccerrors.go into cmd/yacc by Matthew Dempsky · 10 years ago
  41. d4ed306 syscall: don't run fcntl child process test on iOS by Brad Fitzpatrick · 10 years ago
  42. 97494a4 Revert "cmd/internal/gc: ignore declarations of types for goto validation" by Brad Fitzpatrick · 10 years ago
  43. 4302fd0 encoding/json: fix decoding of types with '[]byte' as underlying type by Håvard Haugen · 10 years ago
  44. 5726af5 cmd/internal/gc: ignore declarations of types for goto validation by Daniel Morsing · 10 years ago
  45. 76ec0ee cmd/internal/gc: separate Name-only Node fields by Josh Bleecher Snyder · 10 years ago
  46. 13485be cmd/internal/gc: convert Val.U to interface{} by Josh Bleecher Snyder · 10 years ago
  47. 3c06cff cmd/internal/gc: explicitly set zero bool Val by Josh Bleecher Snyder · 10 years ago
  48. ba57781 cmd/5g, etc: prepare Node.Val to be unexported by Josh Bleecher Snyder · 10 years ago
  49. 0112f6f cmd/5g, etc: prepare to unexport gc.Mp* by Josh Bleecher Snyder · 10 years ago
  50. 7e26a2d runtime: allocate map element zero values for reflect-created types on demand by Russ Cox · 10 years ago
  51. 65c4d7b runtime: optimize heapBitsBulkBarrier a tiny amount by Russ Cox · 10 years ago
  52. 497970f runtime: use memmove during slice append by Russ Cox · 10 years ago
  53. 3b21417 cmd/go: fix count of number of reserved names (doc change). by David Symonds · 10 years ago
  54. 335e44d internal/syscall/windows/registry: fix read overrun in GetStringsValue by Patrick Mezard · 10 years ago
  55. ed8ae79 syscall: add test for Flock_t roundtrip by Shenghou Ma · 10 years ago
  56. 3863184 syscall: add explicit build tags by Shenghou Ma · 10 years ago
  57. 37eb1d1 cmd/doc: fix build by Mikio Hara · 10 years ago
  58. 5069452 syscall: fix F_SETLK{,W} on linux/ppc64 by Shenghou Ma · 10 years ago
  59. 83c7b60 cmd/doc: trim unexported methods from interfaces by Rob Pike · 10 years ago
  60. fb7e244 doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
  61. 5abdc24 go/types: remove "vendoring" script - not useful anymore by Robert Griesemer · 10 years ago
  62. a4292c3 api: refresh next.txt by Russ Cox · 10 years ago
  63. a901d7f cmd/dist: support test filtering via repurposed env variable, negation by Brad Fitzpatrick · 10 years ago
  64. 1e7f579 go/build: introduce go1.5 build tag by Shenghou Ma · 10 years ago
  65. 30aacd4 runtime: add Node128, Node130 benchmarks by Russ Cox · 10 years ago
  66. 1384981 go/types: remove _ imports that are not needed anymore by Robert Griesemer · 10 years ago
  67. d213057 go/scanner: don't return previous comment as literal value if none is expected by Robert Griesemer · 10 years ago
  68. 92bdbb8 text/template: need to validate type when an argument is a function call by Rob Pike · 10 years ago
  69. ecfe42c runtime: keep pointer bits set always in 1-word spans by Russ Cox · 10 years ago
  70. 94934f8 runtime: rewrite addb/subtractb to be simpler to compile; introduce add1, subtract1 by Russ Cox · 10 years ago
  71. 5b37393 runtime: skip atomics in heapBitsSetType when GC is not running by Russ Cox · 10 years ago
  72. b83b011 net: fix vet missed format error in test by Mikio Hara · 10 years ago
  73. 85a1577 math/big, cmd/internal/gc/big: fix vet detected printf problem by Shenghou Ma · 10 years ago
  74. b3fb0fd cmd/internal/gc: fix vet detected printf problems by Shenghou Ma · 10 years ago
  75. dbf533a encoding/json: make BenchmarkSkipValue more stable by Josh Bleecher Snyder · 10 years ago
  76. ef54930 net: simplify sync.Once calls in tests by Mikio Hara · 10 years ago
  77. e5febf9 net/http: flush request body chunks in Transport by Brad Fitzpatrick · 10 years ago
  78. 5c7f944 cmd/internal/obj: validate GOARM environment variable's value before use by Brad Fitzpatrick · 10 years ago
  79. fd5b8aa text/scanner: avoid further reads after EOF by Robert Griesemer · 10 years ago
  80. f8fbcef math/rand: shorten Float32 test for GOARM=5 by Brad Fitzpatrick · 10 years ago
  81. f6d1009 doc: mention net.SocketConn, net.SocketPacketConn in go1.5.txt by Mikio Hara · 10 years ago
  82. 645e77e net/internal/socktest: fix data race by Mikio Hara · 10 years ago
  83. 647026a misc/cgo/testcshared: remove use of 'env'. by Hyang-Ah (Hana) Kim · 10 years ago
  84. 1e26df4 cmd/doc: print BUGs after package docs by Rob Pike · 10 years ago
  85. 6f2c0f1 runtime: add check for malloc in a signal handler by Brad Fitzpatrick · 10 years ago
  86. d447279 cmd/internal/gc: optimize slice + write barrier by Russ Cox · 10 years ago
  87. abb818b spec: fix binary expression grammar rule by Matthew Dempsky · 10 years ago
  88. 99475df cmd/internal/gc: avoid spurious div-zero errors by Robert Griesemer · 10 years ago
  89. c4fe503 runtime: reduce thrashing of gs between ps by Rick Hudson · 10 years ago
  90. 3b38626 net: don't run IP stack required tests on IP stack unimplemented kernels by Mikio Hara · 10 years ago
  91. 6f7961da net, internal/syscall/unix: add SocketConn, SocketPacketConn by Mikio Hara · 10 years ago
  92. 08ba7db syscall: mkerrors.sh: don't define _FILE_OFFSET_BITS if __LP64__ by Ian Lance Taylor · 10 years ago
  93. a4f4a46 misc/cgo/testcshared: fix test for android. by Hyang-Ah (Hana) Kim · 10 years ago
  94. c06b856 testing: fix typo by Shenghou Ma · 10 years ago
  95. 1828d03 syscall: mksysnum_linux.pl: run syscall numbers through GCC by Ian Lance Taylor · 10 years ago
  96. 350fd54 runtime: don't run runq tests on the system stack by Austin Clements · 10 years ago
  97. 5ed4bb6 cmd/5g: fix build by Russ Cox · 10 years ago
  98. 9b379d7 syscall: relocate linux death signal code by Andrew Williams · 10 years ago
  99. 8552047 cmd/internal/gc: optimize append + write barrier by Russ Cox · 10 years ago
  100. f8d14fc cmd/internal/gc: add backend ginscmp function to emit a comparison by Russ Cox · 10 years ago