1. ca397bb cmd: remove bio.BufReader and bio.BufWriter by Dave Cheney · 9 years ago
  2. 6fee4aa cmd/link/internal: make ld.Bso a *bio.Writer by Dave Cheney · 9 years ago
  3. 092ef8a cmd/cgo: fix cgo with gccgo by Michael Hudson-Doyle · 9 years ago
  4. c3b3e7b cmd/compile: insert instrumentation more carefully in racewalk by David Chase · 9 years ago
  5. 0fb7b4c runtime: emit file:line info into traces by Dmitry Vyukov · 9 years ago
  6. 9ada88a cmd/cgo: increase s390x int type size to 8 bytes by Michael Munday · 9 years ago
  7. 59af53d bytes: add ContainsRune by Emmanuel Odeke · 9 years ago
  8. 6c5352f syscall: add assembly for Linux on s390x by Michael Munday · 9 years ago
  9. 59d1868 context: disable more flaky tests on openbsd by Brad Fitzpatrick · 9 years ago
  10. 78715ce cmd/link: add s390x to link tool main function by Michael Munday · 9 years ago
  11. 01360a6 io: change the name of ReadAtSizer to SizedReaderAt by Rob Pike · 9 years ago
  12. 8f2edf1 cmd: replace bio.Buf with bio.Reader and bio.Writer by Dave Cheney · 9 years ago
  13. d22357c cmd/compile: cleanup -dynlink/-shared support check by Michael Munday · 9 years ago
  14. 49e07f2 cmd/compile/internal/gc: unexport Export by Dave Cheney · 9 years ago
  15. 4dae828 cmd/go: fix failing tests since vet was moved from x/tools by Andrew Gerrand · 9 years ago
  16. 853f1a1 net/http: fixed trivial go vet warnings by Emmanuel Odeke · 9 years ago
  17. 68ac1f7 cmd/compile: Fix constant-folding of unsigned shifts by Keith Randall · 9 years ago
  18. dfded57 cmd/go: revise importPath when ImportPath is 'command-line-arguments' by Cheng-Lung Sung · 9 years ago
  19. e88f890 bytes, string: add Reset method to Reader by Joe Tsai · 9 years ago
  20. e6f36f0 runtime: add s390x support (new files and lfstack_64bit.go modifications) by Michael Munday · 9 years ago
  21. 9658b7e cmd/link: hide go.dwarf symbols by David Crawshaw · 9 years ago
  22. e6181eb cmd/link: disable DWARF when not generating symtab by David Crawshaw · 9 years ago
  23. e2c0974 context: mark more tests as flaky on OpenBSD by Brad Fitzpatrick · 9 years ago
  24. 187afde math/big: re-use memory in Int.GCD by Aliaksandr Valialkin · 9 years ago
  25. 1e7c61d math/big: add s390x function implementations by Michael Munday · 9 years ago
  26. 7da42d7 sync/atomic: add s390x implementations of atomic functions by Michael Munday · 9 years ago
  27. 95a895d go/types: make Identical(nil, T) == Identical(T, nil) by Alan Donovan · 9 years ago
  28. 9cc9e95 Revert "runtime: merge lfstack{Pack,Unpack} into one file" by Dave Cheney · 9 years ago
  29. 8448d3a cmd/compile: fold CMPconst and SHR by Alexandru Moșoi · 9 years ago
  30. 121c434 runtime/pprof: make TestBlockProfile less timing dependent by Richard Miller · 9 years ago
  31. 3b02c5b runtime: merge lfstack{Pack,Unpack} into one file by Dave Cheney · 9 years ago
  32. 438ce71 cmd/link/internal/amd64: remove empty source file by Matthew Dempsky · 9 years ago
  33. 4b7e36c cmd: extract obj's Biobuf code into new bio package by Matthew Dempsky · 9 years ago
  34. b17b953 cmd/internal/sys: change ArchFamily constants to iotas by Matthew Dempsky · 9 years ago
  35. 22ef687 cmd/link: remove dependency on sys.ArchFamily values by Matthew Dempsky · 9 years ago
  36. d481ffc cmd/compile, cmd/link: eliminate uses of ArchFamily in error messages by Matthew Dempsky · 9 years ago
  37. c6e11fe cmd: add new common architecture representation by Matthew Dempsky · 9 years ago
  38. 31cf1c1 runtime: clamp OS-reported number of processors to _MaxGomaxprocs by Michael Hudson-Doyle · 9 years ago
  39. a037c73 cmd/link: generate DWARF info using symbols by Ryan Brown · 9 years ago
  40. 0382a30 math: add functions and stubs for s390x by Michael Munday · 9 years ago
  41. 81aacb8 cmd/compile, go/importer: minor cleanups by Robert Griesemer · 9 years ago
  42. 007b129 cmd/compile: move Type.Maplineno to separate data structure by Josh Bleecher Snyder · 9 years ago
  43. d636d79 bytes: add ContainsAny by Rob Pike · 9 years ago
  44. 0c81248 runtime: remove unused return value from lfstackUnpack by Dave Cheney · 9 years ago
  45. 04945ed cmd/compile: replaces ANDQ with MOV?ZX by Alexandru Moșoi · 9 years ago
  46. cdc0ebb encoding/json: respect json.Marshaler when encoding byte kind slices by Håvard Haugen · 9 years ago
  47. 2cefd12 net, runtime: skip flaky tests on OpenBSD by Brad Fitzpatrick · 9 years ago
  48. f38f43d cmd/compile: shrink gc.Type in half by Josh Bleecher Snyder · 9 years ago
  49. 5176a4b testing: fix flakey test on plan9 by Marcel van Lohuizen · 9 years ago
  50. ff7ba77 cmd/gofmt: make gofmt -s simplify slices in presence of dot-imports by Robert Griesemer · 9 years ago
  51. d7ddee7 icmd/vet: improved checking for variadic Println-like functions by Aliaksandr Valialkin · 9 years ago
  52. ec3c5b9 cmd/link: eliminate a bunch of open coded elf64/rela switches by Matthew Dempsky · 9 years ago
  53. 63cea5a testing: fixed bug introduced by CL 21504 by Marcel van Lohuizen · 9 years ago
  54. d70cb46 runtime: use windows.NewLazySystemDLL in mksyscall_windows.go by Alex Brainman · 9 years ago
  55. 0d37538 cmd/vet: do not treat declaration as asignment in atomic check by Konstantin Shaposhnikov · 9 years ago
  56. 530e216 os/user: wrap getgrnam_r to fix type issues by Ross Light · 9 years ago
  57. b2fc9f1 net/http/pprof: note calling runtime.SetBlockProfileRate is required for block profile by Dan Peterson · 9 years ago
  58. 309144b cmd/compile: fix x=x assignments by Keith Randall · 9 years ago
  59. 5c7ae10 runtime: merge 64bit lfstack impls by Dave Cheney · 9 years ago
  60. 8455f3a os: consolidate os{1,2}_*.go files by Brad Fitzpatrick · 9 years ago
  61. fd2bb1e runtime: rename os1_windows.go to os_windows.go by Brad Fitzpatrick · 9 years ago
  62. e095f53 runtime: merge os{,2}_windows.go into os1_windows.go. by Brad Fitzpatrick · 9 years ago
  63. 0f08dd2 runtime: add s390x support (modified files only) by Michael Munday · 9 years ago
  64. a2eded3 runtime: get randomness from AT_RANDOM AUXV on linux/arm64 by Shenghou Ma · 9 years ago
  65. db9348b reflect: add s390x support by Michael Munday · 9 years ago
  66. 7f39f21 io: add ReadAtSizer interface by Brad Fitzpatrick · 9 years ago
  67. 34c5806 runtime: rename os1_linux.go to os_linux.go by Brad Fitzpatrick · 9 years ago
  68. 5103fbf runtime: merge os_linux.go into os1_linux.go by Brad Fitzpatrick · 9 years ago
  69. 6f2a881 expvar: Ensure strings are written as valid JSON. by David Symonds · 9 years ago
  70. 870d997 net/http: keep request context during Client redirects by Brad Fitzpatrick · 9 years ago
  71. fda831e cmd/compile: encapsulate reads of gc.Type.Funarg by Josh Bleecher Snyder · 9 years ago
  72. e0307c2 net/http: document that Handlers shouldn't mutate Request by Brad Fitzpatrick · 9 years ago
  73. 8556c76 runtime: minor Windows cleanup by Brad Fitzpatrick · 9 years ago
  74. cb28431 net/http, net/http/httputil: start with capitals in deprecation sentences by Brad Fitzpatrick · 9 years ago
  75. 5ba797b cmd/compile: move a lot of declarations outside of go.go by Matthew Dempsky · 9 years ago
  76. cca4ddb cmd/compile: add comments explaining how declarations/scopes work by Matthew Dempsky · 9 years ago
  77. d7c699d crypto/rsa, crypto/ecdsa: fail earlier on zero parameters by Brad Fitzpatrick · 9 years ago
  78. 7e0d660 testing: improve output by Marcel van Lohuizen · 9 years ago
  79. 5e1b7bd cmd/compile: pull ssa OAPPEND expression handing into its own function by Josh Bleecher Snyder · 9 years ago
  80. 7735dfb cmd/compile: give TLS relocations a name when dumping assembly by Josh Bleecher Snyder · 9 years ago
  81. 260ea68 os: deprecate os.SEEK_SET, os.SEEK_CUR, and os.SEEK_END by Joe Tsai · 9 years ago
  82. f79b50b go/importer: match predeclared type list with gc's list in binary exporter by Robert Griesemer · 9 years ago
  83. d8c815d8 cmd/compile: note escape of parts of closured-capture vars by David Chase · 9 years ago
  84. eb876dd crypto/dsa: eliminate invalid PublicKey early by Robert Griesemer · 9 years ago
  85. 475d113 runtime: don't burn CPU unnecessarily by Dmitry Vyukov · 9 years ago
  86. 3b246fa runtime: sleep less when we can do work by Dmitry Vyukov · 9 years ago
  87. 036d09d cmd/compile/internal/amd64: Use 32-bit operands for byte operations by Ilya Tocar · 9 years ago
  88. ffbd31e encoding/json: allow non-string type keys for (un-)marshal by Augusto Roman · 9 years ago
  89. acefcb7 io: define SeekStart, SeekCurrent, SeekEnd constants for use with Seeker by Eric Lagergren · 9 years ago
  90. 1747788 cmd/compile: add a pass to print bound checks by Alexandru Moșoi · 9 years ago
  91. 3bbede0 net/http: zero pad Response status codes to three digits by Brad Fitzpatrick · 9 years ago
  92. 7208a2c cmd/compile/internal/ssa: hide gen packge from ./make.bash by Dave Cheney · 9 years ago
  93. e8f01e5 expvar: document that the Var interface's String method should return a valid JSON value. by David Symonds · 9 years ago
  94. 869e576 net: wait for cancelation goroutine before returning from connect. by Paul Marks · 9 years ago
  95. bbbd572 cmd/go: leave directory before removing it in TestSharedLibName by Alex Brainman · 9 years ago
  96. 31f2bb4 debug/gosym: do not forget to close test binay file handle in TestPCLine by Alex Brainman · 9 years ago
  97. ffeae19 runtime: leave directory before removing it in TestDLLPreloadMitigation by Alex Brainman · 9 years ago
  98. c1c7547 net/http: add Request.Context and Request.WithContext by Brad Fitzpatrick · 9 years ago
  99. fcac880 runtime: remove race out of BenchmarkChanToSyscallPing1ms by Alex Brainman · 9 years ago
  100. c4dda7e path/filepath: normalize output of EvalSymlinks on windows by Hiroshi Ioka · 9 years ago