1. 3eadbb0 cmd/objdump: use cmd/internal/objfile by Russ Cox · 10 years ago
  2. a22c11b runtime: fix line number in first stack frame in printed stack trace by Russ Cox · 10 years ago
  3. 8db71d4 runtime: update comment for Callers by Russ Cox · 10 years ago
  4. 3bbc863 fmt: fix one-letter typo in doc.go Stupid mistake in previous CL. by Rob Pike · 10 years ago
  5. 08b7805 cmd/objdump: skip extld test on plan9 by Russ Cox · 10 years ago
  6. 3ce6a4f runtime: fix windows build by Russ Cox · 10 years ago
  7. 260028f cmd/gc: fix build - remove unused variables in walkprint by Russ Cox · 10 years ago
  8. 324b293 cmd/objdump: disassemble local text symbols by Ian Lance Taylor · 10 years ago
  9. 6b54cc9 cmd/gc: fix internal compiler error in struct compare by Russ Cox · 10 years ago
  10. c88ba19 fmt: fix documentation for %g and %G by Rob Pike · 10 years ago
  11. 8fcdc70 runtime: add GODEBUG invalidptr setting by Russ Cox · 10 years ago
  12. c4efaac runtime: fix unrecovered panic on external thread by Russ Cox · 10 years ago
  13. 5e56854 cmd/gc: avoid use of goprintf by Russ Cox · 10 years ago
  14. 5f54f06 os: fix write on Plan 9 by David du Colombier · 10 years ago
  15. 202bf8d doc/asm: explain coordination with garbage collector by Russ Cox · 10 years ago
  16. 8a9c2c5 os: fix build by Russ Cox · 10 years ago
  17. a62da20 os: do not assume syscall i/o funcs return n=0 on error by Russ Cox · 10 years ago
  18. 46af789 runtime: add PauseEnd array to MemStats and GCStats by Jens Frederich · 10 years ago
  19. 96e9e81 syscall: fix ParseRoutingSockaddr with unexpected submessages by Russ Cox · 10 years ago
  20. ea295a4 cmd/go: add get -f flag by Russ Cox · 10 years ago
  21. 21a9141a net: add test for lookupIPDeadline by Mikio Hara · 10 years ago
  22. 138b5cc runtime: disable fake time on nacl by Russ Cox · 10 years ago
  23. 1c53471 syscall: accept pre-existing directories in nacl zip file by Russ Cox · 10 years ago
  24. 2fe9482 runtime: add fake time support back. Revived from CL 15690048. by Shenghou Ma · 10 years ago
  25. e71c9cb html/template: fix build after encoding/js escaping change by Andrew Gerrand · 10 years ago
  26. aec37e7 encoding/json: encode \t as \t instead of \u0009 by Russ Cox · 10 years ago
  27. 3e62d21 runtime: fix endianness assumption when decoding ftab by Austin Clements · 10 years ago
  28. 77595e4 net: if a DNS lookup times out, forget that it is in flight by Ian Lance Taylor · 10 years ago
  29. ffa5e5f cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain. by Peter Collingbourne · 10 years ago
  30. fdf4584 cmd/go: add bzr support for vcs root checking by Gustavo Niemeyer · 10 years ago
  31. 1415a53 unsafe: document that unsafe programs are not protected by Rob Pike · 10 years ago
  32. c5943c6 net/http/pprof: run GC for /debug/pprof/heap?gc=1 by Russ Cox · 10 years ago
  33. 5225854 cmd/gc: synthesize zeroed value for non-assignment context by Russ Cox · 10 years ago
  34. 6ad2749 encoding/csv: for Postgres, unquote empty strings, quote \. by Russ Cox · 10 years ago
  35. af3868f sync: release Pool memory during second and later GCs by Dmitriy Vyukov · 10 years ago
  36. d1b2913 runtime/cgo: encode BLX directly, fixes one clang build error on arm by Dave Cheney · 10 years ago
  37. 4073be8 undo CL 156430044 / 5d69cad4faaf by Dave Cheney · 10 years ago
  38. b60d5e1 runtime: warn that cputicks() might not be monotonic. by Keith Randall · 10 years ago
  39. f29bd6c cmd/ld: fix addstrdata for big-endian systems by Ian Lance Taylor · 10 years ago
  40. ab4af52 time: panic with a more helpful error on use of invalid Timer by Brad Fitzpatrick · 10 years ago
  41. 93fcb92 cmd/gc: disallow call of *T method using **T variable by Russ Cox · 10 years ago
  42. 70f2f1b4 compress/gzip: allow stopping at end of first stream by Russ Cox · 10 years ago
  43. cf9558c cmd/cgo: disable clang's integrated assembler by Dave Cheney · 10 years ago
  44. e5383c6 debug/pe: use appropriate type for sizeofOptionalHeader32 by Alex Brainman · 10 years ago
  45. 3ec8fe4 runtime: fix flaky TestBlockProfile test by Keith Randall · 10 years ago
  46. 9d06cfc runtime: handle non-nil-terminated environment strings on Plan 9 by David du Colombier · 10 years ago
  47. 1946afb os/exec: fix number of expected file descriptors on Plan 9 by David du Colombier · 10 years ago
  48. 9070afb flag: roll back 156390043 (flag setting) by Rob Pike · 10 years ago
  49. c57cb78 cmd/go: set exit status for failing "go generate" run. by Rob Pike · 10 years ago
  50. 82a0188 reflect: fix TestAllocations now that interfaces hold only pointers by Ian Lance Taylor · 10 years ago
  51. 7b9c5ec reflect: allocate correct type in assignTo and cvtT2I by Ian Lance Taylor · 10 years ago
  52. 22be4bf regexp: fix TestOnePassCutoff by Russ Cox · 10 years ago
  53. 0f022fd regexp/syntax: fix validity testing of zero repeats by Ian Lance Taylor · 10 years ago
  54. 3811c4d debug/pe: remove use of unsafe by Russ Cox · 10 years ago
  55. 0edafef cmd/gc: emit code for extern = <N> by Daniel Morsing · 10 years ago
  56. 63acc48 encoding/gob: add custom decoder buffer for performance by Rob Pike · 10 years ago
  57. 193d09a compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers by James Robinson · 10 years ago
  58. 8c29633 flag: disallow setting flags multiple times by Rob Pike · 10 years ago
  59. 3c5fd98 regexp: correct doc comment for ReplaceAllLiteralString by Ian Lance Taylor · 10 years ago
  60. 4c91b13 encoding/gob: fix print format in generated decoder helpers by Rob Pike · 10 years ago
  61. e330cc1 runtime: dequeue the correct SudoG by Keith Randall · 10 years ago
  62. 1cd78ee text/template: fix bug in pipelined variadics by Rob Pike · 10 years ago
  63. 65dde1e encoding/gob: use simple append-only buffer for encoding by Rob Pike · 10 years ago
  64. 9965e40 encoding/gob: custom array/slice decoders by Rob Pike · 10 years ago
  65. f4de59e runtime/pprof: fix memory profiler test by Dmitriy Vyukov · 10 years ago
  66. cfafa9f cmd/gc: don't use static init to initialize small structs, fields by Russ Cox · 10 years ago
  67. 0d81b72 reflect: a few microoptimizations by Russ Cox · 10 years ago
  68. 5e71306 encoding/gob: speed up encoding of arrays and slices by Rob Pike · 10 years ago
  69. fb173c4 runtime/pprof: fix test by Russ Cox · 10 years ago
  70. 58e357e runtime: remove comment that leaked into CL 153710043 by Russ Cox · 10 years ago
  71. 1ba977c undo CL 159990043 / 421fadcef39a by Russ Cox · 10 years ago
  72. 4e1d196 reflect: fix struct size calculation to include terminal padding by Damien Neil · 10 years ago
  73. 70896a7 syscall: don't cache environment variables on Plan 9 by David du Colombier · 10 years ago
  74. 25f79b9 runtime/pprof: disable new memory test by Russ Cox · 10 years ago
  75. 7ed8723 runtime: make pprof a little nicer by Russ Cox · 10 years ago
  76. 8f47c83 runtime: fix memory profiler by Dmitriy Vyukov · 10 years ago
  77. 1552e62 cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...) by Russ Cox · 10 years ago
  78. e5624ed crypto/tls: support TLS_FALLBACK_SCSV as a server. by Adam Langley · 10 years ago
  79. 3c40ee0 cmd/gc: simplify compiled code for explicit zeroing by Russ Cox · 10 years ago
  80. 2dcb613 unicode/utf8: fix docs for DecodeRune(empty) and friends. by Nigel Tao · 10 years ago
  81. 343d113 cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts by Chris Manghane · 10 years ago
  82. 9aefdc8 cmd/gc: do not copy via temporary for writebarrierfat{2,3,4} by Russ Cox · 10 years ago
  83. a1616d4 reflect: shorten value to 3 words by Russ Cox · 10 years ago
  84. 94950af reflect: add fast path for FieldByIndex with len(index) = 1 by Russ Cox · 10 years ago
  85. cb6f5ac runtime: remove hand-generated ptr bitmaps for reflectcall by Russ Cox · 10 years ago
  86. 5318a1b database/sql: add Drivers, returning list of registered drivers by Russ Cox · 10 years ago
  87. 05c4b69 os/exec: document that Stdin goroutine must finish in Wait by Russ Cox · 10 years ago
  88. db4dad7 cmd/gc: blank methods are not permitted in interface types by Chris Manghane · 10 years ago
  89. 42c3130 net/http: don't send implicit gzip Accept-Encoding on Range requests by Brad Fitzpatrick · 10 years ago
  90. 9d51cd0 net/http: don't reuse a server connection after any Write errors by Brad Fitzpatrick · 10 years ago
  91. a681749 crypto/x509: correct field name in comment by Ian Lance Taylor · 10 years ago
  92. 5e6bd29 liblink: require DATA lines to be ordered by offset, with no overlap by Russ Cox · 10 years ago
  93. 4f80b50 go/build: Return MultiplePackageError on importing a dir containing multiple packages by Jens Frederich · 10 years ago
  94. ff6d0a4 cmd/gc, runtime: fix race, nacl for writebarrier changes by Russ Cox · 10 years ago
  95. ae250ab encoding/gob: make encoding structs a little faster by Rob Pike · 10 years ago
  96. fe8f799 cmd/gc: check for initialization cycles in method values by Chris Manghane · 10 years ago
  97. e9ecd4a runtime: handle all windows exception (second attempt) by Alex Brainman · 10 years ago
  98. 96d1e4a math/big: Allow non-prime modulus for ModInverse by Keith Randall · 10 years ago
  99. a3416cf cmd/gc: add 2-, 3-, 4-word write barrier specializations by Russ Cox · 10 years ago
  100. 3511454 cmd/gc: fix 'make' in cmd/gc directory by Russ Cox · 10 years ago