1. 9b3d923 math/big: rename (*Float).Format to (*Float).Text by Robert Griesemer · 10 years ago
  2. c413c45 cmd/internal/obj: make Prog.From3 a pointer by Russ Cox · 10 years ago
  3. 80864cf io: minor improvements to doc comment on WriteString. by David Symonds · 10 years ago
  4. c2fe4a0 archive/tar: terminate when reading malformed sparse files by Håvard Haugen · 10 years ago
  5. 4c050fe cmd/dist: only test packages and commands that have tests by Andrew Gerrand · 10 years ago
  6. ccc0376 go/types: fix error message for embedded non-interface types in interfaces by Robert Griesemer · 10 years ago
  7. 3ba6387 test: re-enable rotate tests by Josh Bleecher Snyder · 10 years ago
  8. 596bb76 cmd/compile: reject p-notation floats in Go source files by David Chase · 10 years ago
  9. bd8bb67 cmd/internal/gc: unembed Param field by Josh Bleecher Snyder · 10 years ago
  10. f2c3957 runtime: disable GC around TestGoroutineParallelism by Austin Clements · 10 years ago
  11. f90d802 cmd/compile: avoid temporary in race mode with slice and append by Austin Clements · 10 years ago
  12. 4a1957d runtime: use stripped test environment for TestGdbPython by Austin Clements · 10 years ago
  13. 0c02b33 math/big: fix latent decimal conversion bug by Robert Griesemer · 10 years ago
  14. 5ee5528 cmd/link/internal/ld: Skip combining dwarf for darwin/arm. by Ryan Brown · 10 years ago
  15. 8b186df test: remove arch char from nosplit by Josh Bleecher Snyder · 10 years ago
  16. 0f27b91 cmd/internal/obj: make arm64 use RegTo2 instead of a full fledged Addr To2 by Shenghou Ma · 10 years ago
  17. 4e4c1f9c cmd/dist: don't run go list when running a specific test by Brad Fitzpatrick · 10 years ago
  18. 635cd91 math/big: more cleanups (msbxx, nlzxx functions) by Robert Griesemer · 10 years ago
  19. 0858d88 math/big: removed TODO, cleanups by Robert Griesemer · 10 years ago
  20. acd82d5 strconv: minor internal comment fix by Robert Griesemer · 10 years ago
  21. 553f45a archive/zip: sanity check the TOC's declared number of files by Brad Fitzpatrick · 10 years ago
  22. 05d8f1d cmd/compile: propagate correct line numbers in treecopy by David Chase · 10 years ago
  23. 2150001 doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
  24. c949cff cmd/internal/ld: do not depend on local symbols to read a type's gcdata by Michael Hudson-Doyle · 10 years ago
  25. bcc1870 cmd/internal/ld: store the libraries a shared library was linked against in a note by Michael Hudson-Doyle · 10 years ago
  26. 02f4084 archive/tar: don't panic on negative file size by Håvard Haugen · 10 years ago
  27. 6551803 cmd/link/internal/ld: put abi hash into a note by Michael Hudson-Doyle · 10 years ago
  28. 9262e21 misc/cgo/testshared: do not capture output of go commands in verbose mode by Michael Hudson-Doyle · 10 years ago
  29. cf2736c cmd/link: replace interface{} fields with concrete types by Michael Hudson-Doyle · 10 years ago
  30. bc89ad5 cmd/internal/objfile: Skip mach-o debug symbols. by Ryan Brown · 10 years ago
  31. fad25c2 archive/zip: verify number of File bytes read at EOF by Brad Fitzpatrick · 10 years ago
  32. b2f95a1 cmd/link/internal/amd64: -buildmode=c-archive forces external link mode by Ian Lance Taylor · 10 years ago
  33. 310fb9e spec: removed TODOs (invisible html comment) in favor of issues by Robert Griesemer · 10 years ago
  34. 1defd22 net/mail: add AddressParser type by Alexandre Cesaro · 10 years ago
  35. 972a478 cmd/compile: don't cater to race detector in write barriers by Russ Cox · 10 years ago
  36. 714291f cmd/link/internal/ld: if -v, display external linker output by Ian Lance Taylor · 10 years ago
  37. ac7ffdf cmd/go: permit C files if the package uses SWIG by Ian Lance Taylor · 10 years ago
  38. 0b36e12 androidtest.bash: clean up stale GOROOT by David Crawshaw · 10 years ago
  39. 9c37a23 misc/android: cleaner to remove stale GOROOT files by David Crawshaw · 10 years ago
  40. 8017ace runtime: don't always block all signals on OpenBSD by Elias Naur · 10 years ago
  41. eeb64b7 net: adjust dual stack support on dragonfly by Mikio Hara · 10 years ago
  42. cca39ff net: don't show verbose information when -test.v=false by Mikio Hara · 10 years ago
  43. 2df1ccd math/big: Always print exponent sign when using 'p' exponent for Floats. by Robert Griesemer · 10 years ago
  44. 22e4b81 misc/cgo/test: fix build for CC=clang by Elias Naur · 10 years ago
  45. 1893d3b3 cmd/compile/internal/big: update and apply vendor.bash by Robert Griesemer · 10 years ago
  46. 75250a9 cmd/compile/internal/gc: simplify mpgetflt (remove switch and indirection) by Robert Griesemer · 10 years ago
  47. bd7c1f1 cmd/compile/internal/gc: correctly use Float32 in mpgetfltN by Robert Griesemer · 10 years ago
  48. 1c0498f go/build: make ArchChar always return "?" to match docs by Shenghou Ma · 10 years ago
  49. db0594b cmd/compile/internal/big: update to latest version (run sh vendor.bash) by Robert Griesemer · 10 years ago
  50. 5ffbca4 math/big: fix Float.Float64 conversion for denormal corner cases by Robert Griesemer · 10 years ago
  51. 8de8925 math/big: add more Float.Float64 conversion tests by Robert Griesemer · 10 years ago
  52. 79afb43 math/big: fix Float.Float32 conversion for denormal corner cases by Robert Griesemer · 10 years ago
  53. 84cfba1 runtime: don't always unblock all signals by Elias Naur · 10 years ago
  54. 994b2d4 net: fix panic in TestDialerDualStack by Dave Cheney · 10 years ago
  55. e5060c7 cmd/internal/gc: move check for large-hence-heap-allocated types into escape analysis by David Chase · 10 years ago
  56. b19ec68 cmd/internal/gc: make indirect calls properly escape-y by David Chase · 10 years ago
  57. c344f75 math/big: gofmt nat_test.go by Robert Griesemer · 10 years ago
  58. 9279684 math/big: Simple Montgomery Multiplication to accelerate Mod-Exp by Vlad Krasnov · 10 years ago
  59. 001438b runtime: fix callwritebarrier by Russ Cox · 10 years ago
  60. a5c3bbe runtime: eliminate write barrier from adjustpointers by Austin Clements · 10 years ago
  61. 1378173 cmd/internal/obj: remove F3t field from Prog by Josh Bleecher Snyder · 10 years ago
  62. 216e5c7 cmd/go: set correct install location for cmd/compile and cmd/link by Russ Cox · 10 years ago
  63. cf932cd all: retire architecture letter in file names, public API by Russ Cox · 10 years ago
  64. 0f4132c all: build and use go tool compile, go tool link by Russ Cox · 10 years ago
  65. 17eba6e cmd/compile, cmd/link: create from 5g, 5l, etc by Russ Cox · 10 years ago
  66. 2a141de cmd/link: move to cmd/newlink by Russ Cox · 10 years ago
  67. be59731 cmd/internal/ld: output dwarf in external link mode on darwin by Ryan Brown · 10 years ago
  68. 5b66e5d runtime: turn work buffer tracing off by default by Rick Hudson · 10 years ago
  69. 719efc7 runtime: make runtime.callers walk calling G, not g0 by Austin Clements · 10 years ago
  70. 91191e7 encoding/gob: fix docs by Shenghou Ma · 10 years ago
  71. 49894be net: document that ListenMulticastUDP is for simple applications by Mikio Hara · 10 years ago
  72. ceb8fe4 go/parser: parse incomplete selection "fmt." as a blank selection "fmt._" by Alan Donovan · 10 years ago
  73. 8401b19 cmd/doc: fix handling of paths like ./fmt by Rob Pike · 10 years ago
  74. 197aa9e runtime: remove unused quiesce code by Rick Hudson · 10 years ago
  75. ae3e361 cmd/go: change Package.Shlib to be the absolute path of the shared library by Michael Hudson-Doyle · 10 years ago
  76. 7eec656 net: fix the series of TestLookup and external tests by Mikio Hara · 10 years ago
  77. 17177a0 net: fix data race in TestSocket{Conn,PacketConn} by Mikio Hara · 10 years ago
  78. 7bdb4a2 Revert "cmd/internal/ld: output dwarf in external link mode on darwin" by Josh Bleecher Snyder · 10 years ago
  79. c013417 misc/cgo/testshared: when checking for RPATHs also look for DT_RUNPATH by Shenghou Ma · 10 years ago
  80. 791bb4f cmd/internal/gc: handle 64-bit const i/j/k in cgen_slice on ARM by Shenghou Ma · 10 years ago
  81. a1c1a76 html/template: fix string iteration in replacement operations by Didier Spezia · 10 years ago
  82. d6bbcea cmd/go: fix build by Shenghou Ma · 10 years ago
  83. f763da3 cmd/internal/gc: remove incorrect "write barrier prohibited" error by Austin Clements · 10 years ago
  84. b324191 cmd/go: run gofmt from current GOROOT by Alexander Zolotov · 10 years ago
  85. 8b83306 cmd/internal/ld: output dwarf in external link mode on darwin by Ryan Brown · 10 years ago
  86. 9c9e36b cmd/internal/gc: sync nowritebarrier checks and write barrier insertion by Russ Cox · 10 years ago
  87. c735064 cmd/internal/gc: type of str[i] is byte, not uint8 by Russ Cox · 10 years ago
  88. 913db76 runtime: run background mark helpers only if work is available by Rick Hudson · 10 years ago
  89. f4d51eb runtime: minor clean up to heapminimum by Austin Clements · 10 years ago
  90. 8903b3d runtime: add fast check for self-loop pointer in scanobject by Russ Cox · 10 years ago
  91. 366ba52 cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers) by Russ Cox · 10 years ago
  92. f3fc8b0 time: document that not all Unix time can be represented by Shenghou Ma · 10 years ago
  93. b21ff39 flag: Fix up a package comment a bit. by Aaron Jacobs · 10 years ago
  94. 82833b3 cmd/internal/gc: rearrange Node fields by Josh Bleecher Snyder · 10 years ago
  95. f4ab820 cmd/internal/gc: separate Node param fields by Josh Bleecher Snyder · 10 years ago
  96. ddc9339 cmd/6g, cmd/internal/gc: use Etype instead of Ostk by Josh Bleecher Snyder · 10 years ago
  97. 2b063bd cmd/internal/gc: make all Node depths int32 by Josh Bleecher Snyder · 10 years ago
  98. 79986e2 runtime/pprof: write heap statistics to heap profile always by Josh Bleecher Snyder · 10 years ago
  99. 19354b9 cmd/pprof/internal/profile: ignore comments when parsing heap profiles by Daniel Morsing · 10 years ago
  100. 6f7b4e8 cmd/doc: put blank lines around comment for types, etc. by Rob Pike · 10 years ago