1. f8d14fc cmd/internal/gc: add backend ginscmp function to emit a comparison by Russ Cox · 10 years ago
  2. 6439010 encoding/gob: add "too big" check when writing a message by Rob Pike · 10 years ago
  3. 7de86a1 runtime: terminate exit status buffer on Plan 9 by David du Colombier · 10 years ago
  4. f85a055 runtime: fix signal handling on Plan 9 by David du Colombier · 10 years ago
  5. 18d98bc cmd/internal/gc: avoid turning 'x = f()' into 'tmp = f(); x = tmp' for simple x by Russ Cox · 10 years ago
  6. 3f209ab cmd/internal/gc: detect bad append(f()) during type check by Russ Cox · 10 years ago
  7. 29dc4b4 cmd/go: "go get" don't ignore git default branch by Jens Frederich · 10 years ago
  8. 51021cc time: fix registry zone info lookup on Windows by Patrick Mezard · 10 years ago
  9. 71bf182 net: relax error checking in TestAcceptIgnoreSomeErrors by Alex Brainman · 10 years ago
  10. 7bbd4f7 syscall: fix running mkall.sh on linux/{ppc64,ppc64le} by Shenghou Ma · 10 years ago
  11. 77fc03f cmd/internal/ld, runtime: abort on shared library ABI mismatch by Michael Hudson-Doyle · 10 years ago
  12. be0cb92 runtime: fix addmoduledata to follow the platform ABI by Michael Hudson-Doyle · 10 years ago
  13. 64b1aa1 net: drop unnecessary cast by Mikio Hara · 10 years ago
  14. 754e98c cmd/dist: de-dup iOS detection by Rahul Chaudhry · 10 years ago
  15. b1d144e go/constant: rename go/constants by Alan Donovan · 10 years ago
  16. 2b03610 mime: Export RFC 2047 code by Alexandre Cesaro · 10 years ago
  17. e3a9a08 fmt: allow for space and plus flags when computing widths by Rob Pike · 10 years ago
  18. e92a724 fmt: skip malloc test under race detector by Josh Bleecher Snyder · 10 years ago
  19. 7c0db1b cmd/gc: do not display ~b identifiers in error messages by Didier Spezia · 10 years ago
  20. 3475ec7 cmd/internal/ld: change Cpos to not flush the output buffer by Michael Hudson-Doyle · 10 years ago
  21. 516f0d1 net/http: silence race detector on client header timeout test by Daniel Morsing · 10 years ago
  22. 4212a3c runtime: use heap bitmap for typedmemmove by Russ Cox · 10 years ago
  23. 266a842 runtime: zero entire bitmap for object, even past dead marker by Russ Cox · 10 years ago
  24. e375ca2 runtime: reorder bits in heap bitmap bytes by Russ Cox · 10 years ago
  25. 363fd1d runtime: move a few atomic fields up by Russ Cox · 10 years ago
  26. fc595b7 cmd/internal/gc: mark panicindex calls as not returning by Russ Cox · 10 years ago
  27. dcf6e20 cmd/internal/gc: drop unused Reslice field from Node by Russ Cox · 10 years ago
  28. c70b4b5 cmd/internal/gc: show register dump before crashing on register left allocated by Russ Cox · 10 years ago
  29. 8f037fa runtime: fix TestLFStack on 386 by Russ Cox · 10 years ago
  30. 351897d cmd/internal/gc: emit branches in -g mode by Russ Cox · 10 years ago
  31. 1635ab7 runtime: remove wbshadow mode by Russ Cox · 10 years ago
  32. 54af9a3 runtime: reintroduce ``dead'' space during GC scan by Russ Cox · 10 years ago
  33. feb8a3b runtime: optimize heapBitsSetType by Russ Cox · 10 years ago
  34. 0234dfd runtime: use 2-bit heap bitmap (in place of 4-bit) by Russ Cox · 10 years ago
  35. 6d8a147 runtime: use 1-bit pointer bitmaps in type representation by Russ Cox · 10 years ago
  36. 7d9e16a runtime: add benchmark of heapBitsSetType by Russ Cox · 10 years ago
  37. db6f88a runtime: enable profiling on g0 by Daniel Morsing · 10 years ago
  38. 19e81a9 internal/syscall/windows/registry: handle invalid integer values by Patrick Mezard · 10 years ago
  39. cbcc758 net: increase timeout in TestWriteTimeoutFluctuation on darwin/arm by Mikio Hara · 10 years ago
  40. c8b31c5 go/build: fix typo by Shenghou Ma · 10 years ago
  41. 2320b56 internal/syscall/windows: increase registry.ExpandString buffer by Patrick Mezard · 10 years ago
  42. 3475362 syscall: fix InotifyInit on linux/arm64 by Shenghou Ma · 10 years ago
  43. d9f6919 build: correct quoting of args in run.bash by Rahul Chaudhry · 10 years ago
  44. 82359d1 net: enable cgo test on solaris by Mikio Hara · 10 years ago
  45. 2d9a50b html: simplify and optimize escape/unescape by Didier Spezia · 10 years ago
  46. 2b83366 testing: make the output of -v more uniform and aligned when using fixed-width fonts by Rob Pike · 10 years ago
  47. 91d989e html/template: fix pipeline sanitization by Didier Spezia · 10 years ago
  48. e8fc93e cmd/cgo: wrap generated exports with extern "C" for C++ by Ian Lance Taylor · 10 years ago
  49. fd392ee cmd/internal/ld: generate correct .debug_frames on RISC architectures by Shenghou Ma · 10 years ago
  50. a3dfcf5 cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr by Josh Bleecher Snyder · 10 years ago
  51. 0211d7d runtime: turn off checkmark by default by Russ Cox · 10 years ago
  52. 9626561 runtime: fix gccheckmark mode and enable by default by Russ Cox · 10 years ago
  53. b6e178e runtime: set heap minimum default based on GOGC by Rick Hudson · 10 years ago
  54. 7bdeab1 text/template: delete obsolete nil check by Rob Pike · 10 years ago
  55. c6688b7 fmt: fix panic with large precision by Rob Pike · 10 years ago
  56. e45aebd cmd/go: install headers for c-archive/c-shared cgo exports by Ian Lance Taylor · 10 years ago
  57. d4bb72b cmd/internal/gc: improve "type *X has no field or method M" message by David Chase · 10 years ago
  58. fa89673 runtime: check consistency of all module data objects by Michael Hudson-Doyle · 10 years ago
  59. d0a05f5 debug/dwarf: compute ByteSize for more DWARF types by John Dethridge · 10 years ago
  60. c3559f1 net: do not skip TestAcceptIgnoreSomeErrors by Alex Brainman · 10 years ago
  61. 5e94c65 cmd/cgo: add -exportheader option by Ian Lance Taylor · 10 years ago
  62. 965d00f8 buildall.bash: also build for linux/arm with GOARM=5 by Shenghou Ma · 10 years ago
  63. f97f876 net: disable failing ICMP test for now by Brad Fitzpatrick · 10 years ago
  64. f963cb7 net: don't run IP stack required tests on IP stack disabled kernels by Mikio Hara · 10 years ago
  65. 76d67ea net: align temporary file, directory names in tests by Mikio Hara · 10 years ago
  66. 2bb6f76 cmd/cgo: add header guard for boilerplate in export header file by Ian Lance Taylor · 10 years ago
  67. a52dc9f runtime: fix comments that mention g status values by Alex Brainman · 10 years ago
  68. 4a8dbaa go/build: enable cgo by default on iOS by Shenghou Ma · 10 years ago
  69. 2f9acc1 cmd/cgo: readability improvements to generated _cgo_export.h by Ian Lance Taylor · 10 years ago
  70. da4fc52 cmd/doc: add type-bound vars to global vars list by Rob Pike · 10 years ago
  71. e9827f6 testing: document that Log and Logf always print in benchmarks by Rob Pike · 10 years ago
  72. 17db6e0 runtime: use heap scan size as estimate of GC scan work by Austin Clements · 10 years ago
  73. 3be3cbd runtime: track "scannable" bytes of heap by Austin Clements · 10 years ago
  74. 53c5398 runtime: include scalar slots in GC scan work metric by Austin Clements · 10 years ago
  75. c4931a8 runtime: dispose gcWork caches before updating controller state by Austin Clements · 10 years ago
  76. b4bc7b4 time: deflake TestAfterQueuing by Brad Fitzpatrick · 10 years ago
  77. ec87dbf os: eradicate smallpox after test by Brad Fitzpatrick · 10 years ago
  78. 7165c9b net: always use cgo for DNS on Android by Brad Fitzpatrick · 10 years ago
  79. 9de28cf cmd/doc: if no top-level symbols match, look for methods by Rob Pike · 10 years ago
  80. 072a263 os: rewrite LookupEnv's test by Rob Pike · 10 years ago
  81. 1845314 runtime: remove unused GC timers by Rick Hudson · 10 years ago
  82. 9d0a2e4 net: fix inconsistent error values on Read for solaris by Mikio Hara · 10 years ago
  83. a77fcb3 net: fix comment in sendFile by Aram Hăvărneanu · 10 years ago
  84. b0e71f4 net: link with networking libraries when net package is in use by Aram Hăvărneanu · 10 years ago
  85. 92e959a syscall, net: use sendfile on Solaris by Aram Hăvărneanu · 10 years ago
  86. db8d5b7 net: try to fix setKeepAlivePeriod on Solaris by Aram Hăvărneanu · 10 years ago
  87. fe5ef5c runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsym by Aram Hăvărneanu · 10 years ago
  88. 2b90c3e go/build: enable cgo by default on solaris/amd64 by Aram Hăvărneanu · 10 years ago
  89. 649c7b6 net: add cgo support for Solaris by Aram Hăvărneanu · 10 years ago
  90. 24396da os/user: small fixes for Solaris by Aram Hăvărneanu · 10 years ago
  91. 121489c runtime/cgo: add cgo support for solaris/amd64 by Aram Hăvărneanu · 10 years ago
  92. 83b25d9 cmd/ld: make .rela and .rela.plt sections contiguous by Aram Hăvărneanu · 10 years ago
  93. c94f1f7 runtime: always load address of libcFunc on Solaris by Aram Hăvărneanu · 10 years ago
  94. e481aac cmd/6l: use .plt instead of .got on Solaris by Aram Hăvărneanu · 10 years ago
  95. f77e10f net: simplify error messages in tests by Mikio Hara · 10 years ago
  96. 9b184fd net: deflake listener tests by Mikio Hara · 10 years ago
  97. 8ae44af image/gif: allow encoding a single-frame image whose top-left corner by Nigel Tao · 10 years ago
  98. 96dad7f cmd/internal/ld: recompute resoff after changing elfreserve by Michael Hudson-Doyle · 10 years ago
  99. 087d5c0 net: enable unixpacket tests on openbsd by Mikio Hara · 10 years ago
  100. fe3446b syscall: fix TestSCMCredentials by Mikio Hara · 10 years ago