1. 791fb97 crypto/x509: implement EncryptPEMBlock by Roger Peppe · 12 years ago
  2. 1e1733a encoding/pem: write Proc-Type header first. See RFC 1421, section 4.6.1.1 by Roger Peppe · 12 years ago
  3. 20a1815 archive/zip: Fix bounds check panic for ZIP files with a truncated extra header. by David McLeish · 12 years ago
  4. 3f26c5e cmd/5g: enable xtramodes optimisation by Dave Cheney · 12 years ago
  5. e9a3087 runtime, runtime/cgo: track memory allocated by non-Go code by Ian Lance Taylor · 12 years ago
  6. 5612edb net: add more tests for protocol specific methods by Mikio Hara · 12 years ago
  7. cc224c0 cmd/6c, cmd/8c: use signed char explicitly in mul.c by Rémy Oudompheng · 12 years ago
  8. 4ef91fc cmd/go: fix selection of packages for testing by Dmitriy Vyukov · 12 years ago
  9. 5e57954 runtime/pprof: fix typo in comment by Ian Lance Taylor · 12 years ago
  10. 4022fc4 runtime: use vDSO clock_gettime for time.now & runtime.nanotime on Linux/amd64 by Shenghou Ma · 12 years ago
  11. f668e0a net: consolidate multiple init functions by Mikio Hara · 12 years ago
  12. e245ae7 runtime: re-enable crash test on FreeBSD by Mikio Hara · 12 years ago
  13. 86b9e3e archive/tar: accept binary format when reading numeric header fields. by David Symonds · 12 years ago
  14. 761830f cmd/gc: fix export of inlined function body with type guard by Russ Cox · 12 years ago
  15. 5451708 net: fix non-unixen build by Mikio Hara · 12 years ago
  16. 4e75d2c runtime: re-enable crash test on NetBSD by Joel Sing · 12 years ago
  17. 3f7f030 runtime: fix instrumentation of slice append for race detection by Dmitriy Vyukov · 12 years ago
  18. ef6806f net: close fds eagerly in DialTimeout by Brad Fitzpatrick · 12 years ago
  19. a384b5b cmd/api: bug fix for goapi's lame type checker by Brad Fitzpatrick · 12 years ago
  20. 48b739c time: clarify why timer.Stop and ticker.Stop don't close the channel by Shenghou Ma · 12 years ago
  21. 148154b lib9: remove unreferenced externs and getuser() by Carl Mastrangelo · 12 years ago
  22. 024a92c runtime: use vDSO for gettimeofday on linux/amd64 by Anthony Martin · 12 years ago
  23. 122c154 cmd/go: say that -race flag can be used on windows/amd64 by Alex Brainman · 12 years ago
  24. e3977f0 cmd/gc: warn about slice indexes larger than int in typecheck pass by Ian Lance Taylor · 12 years ago
  25. 64b3e590 image/jpeg: handle fill bytes. by Nigel Tao · 12 years ago
  26. c208a3a cmd/gc: fix internal compiler error with broken structs. by Rémy Oudompheng · 12 years ago
  27. 0ac3178 archive/tar: avoid writing ModTime that is out of range. by David Symonds · 12 years ago
  28. 7c0cbbf cmd/6g, cmd/8g: mark used registers in indirect addressing. by Rémy Oudompheng · 12 years ago
  29. f59a605 runtime: use runtime·callers when racefuncenter's pc is on the heap. by Rémy Oudompheng · 12 years ago
  30. 7128213 cmd/gc: fix escape analysis bug by Russ Cox · 12 years ago
  31. 1ebf2d8 runtime/race: add Windows support by Dmitriy Vyukov · 12 years ago
  32. f8614a6 reflect: fix test of whether structs are identical by Ian Lance Taylor · 12 years ago
  33. 768ba46 crypto/x509: fix DecryptPEMBlock by Roger Peppe · 12 years ago
  34. cb856ad cmd/gc: annotate local variables with unique ids for inlining by Russ Cox · 12 years ago
  35. c6f363b cmd/gc: fix go:nointerface export comment by Russ Cox · 12 years ago
  36. 63f29d1 net: fix protocol number for IPv6 test by Mikio Hara · 12 years ago
  37. 1a19f01 runtime/race: lazily allocate shadow memory by Dmitriy Vyukov · 12 years ago
  38. a3a72447 cmd/gc: racewalk: instrument returnsfromheap params Fixes #4307. by Dmitriy Vyukov · 12 years ago
  39. abb313f cmd/gc: racewalk: do not double function calls by Dmitriy Vyukov · 12 years ago
  40. 703043c cmd/gc: refactor racewalk by Dmitriy Vyukov · 12 years ago
  41. eb2e6e5 net: implement IPv6 support for windows by Alex Brainman · 12 years ago
  42. f8892fb crypto/sha1: Make sha-1 do block mixup in place by Carl Mastrangelo · 12 years ago
  43. 1e233ad cmd/6g: fix use of large integers as indexes or array sizes. by Rémy Oudompheng · 12 years ago
  44. 3e80f9c cmd/go: invoke gcc -print-libgcc-file-name only once by Shenghou Ma · 12 years ago
  45. 882eb60 sort: fix comment for various Search routines Fixes #4205 (again). by Shenghou Ma · 12 years ago
  46. 0e3f4fd net/rpc: give hint to pass a pointer to Register Fixes #4325. by Shenghou Ma · 12 years ago
  47. 91651c1 cmd/godoc: initialize filesystem and metadata for -url by Péter Surányi · 12 years ago
  48. d098bff cmd/gc, runtime: avoid unnecessary copy on type assertion. by Daniel Morsing · 12 years ago
  49. 2355409 cmd/gc: don't require that slice index constants be small ints by Ian Lance Taylor · 12 years ago
  50. 72bf3bc cmd/gc: check for array bounds overflow in slice expression by Ian Lance Taylor · 12 years ago
  51. 0ead18c runtime: mark race instrumentation callbacks as nosplitstack by Dmitriy Vyukov · 12 years ago
  52. fb9706d cmd/go: use correct paths with race detector by Dmitriy Vyukov · 12 years ago
  53. 6ae448e runtime: fix deadlock in parallel for test by Dmitriy Vyukov · 12 years ago
  54. d6b9a03 runtime: disable parallel for tests under race detector. by Dmitriy Vyukov · 12 years ago
  55. c1c136d cmd/godoc: use normal gofmt printer settings for playground fmt by Andrew Gerrand · 12 years ago
  56. 834028d net: fix timeout slack calculation by Shenghou Ma · 12 years ago
  57. d8008a9 cmd/5g: improve shift code generation by Dave Cheney · 12 years ago
  58. a906f9a net: do not test TestReadWriteDeadline timeout upper bound during short test by Alex Brainman · 12 years ago
  59. 20548b1 sort: make return value for 'not found' clearer in docs by Rob Pike · 12 years ago
  60. c46f1f4 cmd/gc: instrument blocks for race detection. by Rémy Oudompheng · 12 years ago
  61. 600de1f net/http: fix data race in test by Dmitriy Vyukov · 12 years ago
  62. 31f8b07 runtime/cgo, go/build: cgo support for FreeBSD/ARM by Shenghou Ma · 12 years ago
  63. 90d959b net: add missing locking in windows Shutdown by Alex Brainman · 12 years ago
  64. 0b2353e cmd/5g, cmd/6g: fix out of registers with array indexing. by Rémy Oudompheng · 12 years ago
  65. d659633 image/png: update palette out-of-bounds comment. by Nigel Tao · 12 years ago
  66. 3d40062 cmd/gc, cmd/ld: struct field tracking by Russ Cox · 12 years ago
  67. 84e2046 net: use better error messages on windows by Alex Brainman · 12 years ago
  68. 048323a go/ast: document use of Data field for method objects by Robert Griesemer · 12 years ago
  69. 159302f exp/types: move exp/types/staging -> exp/types by Robert Griesemer · 12 years ago
  70. 98133ac exp/types, exp/gotype: remove exp/types by Robert Griesemer · 12 years ago
  71. 03c52a5 crypto: use better hash benchmarks by Eric Roshan-Eisner · 12 years ago
  72. 824b332 net: fix race in TestReadWriteDeadline. by Rémy Oudompheng · 12 years ago
  73. 27c990e encoding/binary: skip blank fields when (en/de)coding structs by Robert Griesemer · 12 years ago
  74. 8fadb70 build: do not run race tests with cgo disabled by Russ Cox · 12 years ago
  75. 936498e cmd/gc: fix build by Dmitriy Vyukov · 12 years ago
  76. de10a23 cmd/gc: racewalk: fix a bunch of minor issues by Dmitriy Vyukov · 12 years ago
  77. 4094c1b syscall: add {Get,Set,List,Remove}xattr on Linux. by Han-Wen Nienhuys · 12 years ago
  78. ce28793 cmd/gc, runtime: pass PC directly to racefuncenter. by Rémy Oudompheng · 12 years ago
  79. 5d15963 exp/types/staging: filling in more blanks by Robert Griesemer · 12 years ago
  80. 3b04d23 cmd/cgo: improve gccgo support by Ian Lance Taylor · 12 years ago
  81. f284a3f cmd/go: fixes to gccgo support by Ian Lance Taylor · 12 years ago
  82. f07f9de go/build: support compiler as build constraint by Ian Lance Taylor · 12 years ago
  83. b11f85a cmd/gc: racewalk: fix instrumentation of ninit lists by Dmitriy Vyukov · 12 years ago
  84. 8d95245 cmd/gc: fix incomplete export data when inlining with local variables. by Rémy Oudompheng · 12 years ago
  85. 95329d4 run.bash: add sanity test for race detector by Dmitriy Vyukov · 12 years ago
  86. 76500b1 cmd/gc: fix inlining bug with local variables. by Rémy Oudompheng · 12 years ago
  87. c7873ff compress/flate: shrink decompressor struct for better performance by Ryan Hitchman · 12 years ago
  88. 85d60a7 cmd/gc: do simple bounds checking of constant indices/slices in typecheck. by Daniel Morsing · 12 years ago
  89. 5c1422a runtime: move Itab to runtime.h by Jan Ziak · 12 years ago
  90. 1eae125 net: fix a bad cast in dnsmsg.go by Alexey Borzenkov · 12 years ago
  91. e0c9d04 runtime: add memorydump() debugging function by Jan Ziak · 12 years ago
  92. e4cef96 cmd/gc: avoid %#x of 0 by Russ Cox · 12 years ago
  93. 022b361 cmd/5g, cmd/6g, cmd/8g: remove width check for componentgen. by Rémy Oudompheng · 12 years ago
  94. ee26a5e run.bat: make output consistent by Alex Brainman · 12 years ago
  95. b602c3d all: clear execute bit by Mikio Hara · 12 years ago
  96. de6bf20 image/png: degrade gracefully for palette index values that aren't by Nigel Tao · 12 years ago
  97. 5176481 crypto/cipher: add examples by Adam Langley · 12 years ago
  98. 0cbca26 gofmt: simplify slices of the form s[a : len(s)] to s[a:] by Robert Griesemer · 12 years ago
  99. c15afa8 src/lib9/utf: update to Unicode 6.2.0 Fixes #2874. by Rob Pike · 12 years ago
  100. a90b3a5 strconv: update to unicode 6.2.0 Fixes build, too. by Rob Pike · 12 years ago