1. 13de5e7 math/bits: add extended precision Add, Sub, Mul, Div by Brian Kessler · 6 years ago
  2. ef7212e cmd/compile: use yyerrorl(n.Pos, ...) in typecheckdef by Yury Smolsky · 6 years ago
  3. aa4fc0e cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods by Lynn Boger · 6 years ago
  4. 9f24118 cmd/compile: optimize arm's bit operation by Ben Shi · 6 years ago
  5. 95a11c7 net/url: remove an allocation for short strings in escape by Ian Davis · 6 years ago
  6. 0f72e79 go/token: add (*File).LineStart, which returns Pos for a given line by Alan Donovan · 6 years ago
  7. 12c5ca9 go/types: fix swapped use of "uses" and "defines" in ObjectOf documentation by Dominik Honnef · 6 years ago
  8. 3a18f0e os/user: retrieve Current username from /etc/passwd, not $USER by Kevin Burke · 6 years ago
  9. 1705962 internal/poll: handle zero-byte write in FD.WriteTo by Alex Brainman · 6 years ago
  10. bbf9e6d internal/poll: cap reads and writes to 1GB on windows by Alex Brainman · 6 years ago
  11. 4545fea cmd/compile/internal/amd64: simplify assembly generator by Ben Shi · 6 years ago
  12. 930e637 doc: make golang-nuts discussion list more prominent by Ian Davis · 6 years ago
  13. 25b84c0 cmd/compile: move v.Pos.line check to warnRule by Josh Bleecher Snyder · 6 years ago
  14. 43f54c8 runtime: use tgkill for raise by Michael Pratt · 6 years ago
  15. ceb7745 cmd/go: add -Wl,--export-dynamic to linker flag whitelist by Ian Lance Taylor · 6 years ago
  16. b7f9c64 test: extend noescape bytes.Buffer test suite by Iskander Sharipov · 6 years ago
  17. 693875e [dev.boringcrypto] crypto/internal/boring: avoid an allocation in AES-GCM Seal and Open by Filippo Valsorda · 6 years ago
  18. 7a0eb56 crypto/x509: allow ":" in Common Name hostnames by Filippo Valsorda · 6 years ago
  19. 42257a2 runtime: in semasleep, subtract time spent so far from timeout by Keith Randall · 6 years ago
  20. 204cc14 cmd/compile: implement non-constant rotates using ROR on arm64 by erifan01 · 6 years ago
  21. d8c8a14 cmd/dist, go/types: add support for GOARCH=sparc64 by Tobias Klauser · 6 years ago
  22. 7bee808 fmt: add example for Sprint by Thanabodee Charoenpiriyakij · 6 years ago
  23. b7182ac fmt: add example for Print by Thanabodee Charoenpiriyakij · 6 years ago
  24. 9facf35 fmt: add example for Fprint by Thanabodee Charoenpiriyakij · 6 years ago
  25. f64c0b2 debug/elf: add R_RISCV_32_PCREL relocation by Tobias Klauser · 6 years ago
  26. 73b8e5f runtime/pprof: remove "deleted" suffix while parsing maps file by Marko Kevac · 6 years ago
  27. 031a35e cmd/compile: optimize 386's comparison by Ben Shi · 6 years ago
  28. 2e5c325 cmd/compile: optimize math.Copysign on arm64 by fanzha02 · 6 years ago
  29. 7ab4b55 cmd/internal/obj/arm64: add CONSTRAINED UNPREDICTABLE behavior check for some load/store by fanzha02 · 6 years ago
  30. 9c2be4c bytes: remove bootstrap array from Buffer by Iskander Sharipov · 6 years ago
  31. 4d1aa48 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 6 years ago
  32. 3e5b5d6 net: ensure WriteTo on Windows sends even zero-byte payloads by Jake B · 6 years ago
  33. 22afb35 encoding/json: recover saved error context when unmarshalling by Ian Davis · 6 years ago
  34. 6b7099c expvar: fix name of Var interface by Warren Fernandes · 6 years ago
  35. 262d4f3 fmt: add example for GoStringer interface by Warren Fernandes · 6 years ago
  36. 4a095b8 cmd/compile: don't crash reporting misuse of shadowed built-in function by taylorza · 6 years ago
  37. 98fd668 text/template: simplify line tracking in the lexer by Daniel Martí · 6 years ago
  38. 2524ed1 cmd/compile: regenerate known formats for TestFormats by Michael Munday · 6 years ago
  39. 3c1b7bc go/types: fix internal comments and add additional test case by Robert Griesemer · 6 years ago
  40. 48af3a8 cmd/compile: fix store-to-load forwarding of 32-bit sNaNs by Michael Munday · 6 years ago
  41. 067dfce cmd/compile: optimize ARM's comparision by Ben Shi · 6 years ago
  42. c430adf cmd/internal/obj/arm64: encode float constants into FMOVS/FMOVD instructions by fanzha02 · 6 years ago
  43. 81957dd net: don't block forever in splice test cleanup on failure by Brad Fitzpatrick · 6 years ago
  44. 5789f83 net: skip splice unix-to-tcp tests on android by Tobias Klauser · 6 years ago
  45. 4cf33e3 cmd/compile/internal/gc: fix mayAffectMemory in esc.go by Iskander Sharipov · 6 years ago
  46. 3fd3649 misc/cgo/testplugin: disable DWARF tests on darwin by Alessandro Arzilli · 6 years ago
  47. bcf3e06 test: remove go:noinline from escape_because.go by Iskander Sharipov · 6 years ago
  48. b88e4ad doc: add GOMIPS64 to source installation docs by Milan Knezevic · 6 years ago
  49. eee1cfb syscall: correct argument order for SyncFileRange syscall on linux/ppc64{,le} by Tobias Klauser · 6 years ago
  50. d7fc220 test: fix nilptr3 check for wasm by Tobias Klauser · 6 years ago
  51. fc5edac net: use splice(2) on Linux when reading from UnixConn, rework splice tests by Ben Burkert · 6 years ago
  52. f94de9c cmd/compile: make math/bits.RotateLeft{32,64} intrinsics on s390x by Michael Munday · 6 years ago
  53. 0e9f1de0 cmd/compile: optimize arm64's comparison by Ben Shi · 6 years ago
  54. b444215 cmd/compile: optimize ARM64's code with MADD/MSUB by Ben Shi · 6 years ago
  55. 1018a80 cmd/internal/obj/arm64: support more atomic instructions by Ben Shi · 6 years ago
  56. 55ef446 cmd/go/internal/modcmd: remove non-existent -dir flag by Agniva De Sarker · 6 years ago
  57. f7a633a cmd/compile: use "N variables but M values" error for OAS by Matthew Dempsky · 6 years ago
  58. 9c83383 cmd/link: move dwarf part of DWARF generation before type name mangling by Alessandro Arzilli · 6 years ago
  59. 669fa8f cmd/compile: remove unnecessary nil-check by Alexey Naidonov · 6 years ago
  60. 24e51bb cmd/compile: prefer rematerializeable arg0 for HMUL by Josh Bleecher Snyder · 6 years ago
  61. 2179e49 encoding/binary: simplify Read and Write by Josh Bleecher Snyder · 6 years ago
  62. e2e44a5 misc/wasm: handle error during instantiateStreaming by Agniva De Sarker · 6 years ago
  63. db3f52d go/types: correct misspelling in function doc by Leigh McCulloch · 6 years ago
  64. 67ac554 cmd/compile/internal/gc: fix invalid positions for sink nodes in esc.go by Iskander Sharipov · 6 years ago
  65. 5ed30d8 database/sql: fix Rows.Columns() documentation by Alexey Palazhchenko · 6 years ago
  66. 5188c87 encoding/pem: fix for TestFuzz, PEM type should not contain a colon by Ivan Kutuzov · 6 years ago
  67. 6f9b94a cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390x by Michael Munday · 6 years ago
  68. ff468a4 cmd/compile/internal/gc: better handling of self-assignments in esc.go by Iskander Sharipov · 6 years ago
  69. b794ca6 runtime/trace: fix syntax errors in NewTask doc example by Charles Kenney · 6 years ago
  70. 860484a strconv: add example for IsGraphic by Ankit Goyal · 6 years ago
  71. 317afdc strings: simplify Join using Builder by Phil Pearl · 6 years ago
  72. dd5e9b3 cmd/compile: add testcase for #24876 by Giovanni Bajo · 6 years ago
  73. f02cc88 test: relax whitespaces matching in codegen tests by Giovanni Bajo · 6 years ago
  74. c9cc20b crypto/x509: revert change of article in SystemCertPool docs by Leigh McCulloch · 6 years ago
  75. 1d15354 os/exec: document how to do special args quoting on Windows by Giovanni Bajo · 6 years ago
  76. 579768e fmt: add example for Fscanln by Muhammad Falak R Wani · 6 years ago
  77. 4d01f92 fmt: add example for Fscanf by Venil Noronha · 6 years ago
  78. 88206b8 test: improve runtime/pprof tests for gccgo by Than McIntosh · 6 years ago
  79. dbd8af7 runtime: add support for VDSO on ppc64x for use in walltime/nanotime by Carlos Eduardo Seo · 6 years ago
  80. 8359b5e internal/poll: advance file position in windows sendfile by Alex Brainman · 6 years ago
  81. 09ea3c0 cmd/compile: in prove, fix fence-post implications for unsigned domain by Giovanni Bajo · 6 years ago
  82. 8a2b5f1 doc: fix os.Pipe() call in the example. by Dina Garmash · 6 years ago
  83. 58e970e fmt: add an example for Sprintln by Drew Flower · 6 years ago
  84. 677c4ac doc: recommend benchstat for performance commits by Rhys Hiltner · 6 years ago
  85. 7c96f9b A+C: add VMware as author, Venil Noronha as contributor by Venil Noronha · 6 years ago
  86. eeb2a11 fmt: add Println example by Rodolfo Rodriguez · 6 years ago
  87. 770e37d go/types: better names for internal helper functions (cleanup) by Robert Griesemer · 6 years ago
  88. 43469dd go/types: remove explicit path parameter from most type-checker functions (cleanup) by Robert Griesemer · 6 years ago
  89. ce2e883 go/types: track local cycles using same mechanism as for global objects by Robert Griesemer · 6 years ago
  90. 5ac2476 cmd/compile: make math/bits.RotateLeft* an intrinsic on amd64 by Andrew Bonventre · 6 years ago
  91. 8201b92 crypto/x509: clarify docs for SystemCertPool by Leigh McCulloch · 6 years ago
  92. 3eb0b2e fmt: remove spelling mistake in example by Kevin Burke · 6 years ago
  93. 04bee23 cmd/dist: wait for run jobs to finish in case of a compiler error by Agniva De Sarker · 6 years ago
  94. 6c0b8b5 go/types: fix crash following misuse of [...]T in composite literal by Rebecca Stambler · 6 years ago
  95. bd49b3d net: refactor readerAtEOF splice test by Andrei Tudor Călin · 6 years ago
  96. 796e4bd fmt: add example for Fprintln by Dylan Waits · 6 years ago
  97. d5c7abf fmt: add an example for Errorf by ianzapolsky · 6 years ago
  98. e84409a time: add example for LoadLocation by Venil Noronha · 6 years ago
  99. a2a8396 html/template: add an example for the Delims method by Dmitry Neverov · 6 years ago
  100. 5e755e9 bytes: add example for Buffer.Len by Erin Masatsugu · 6 years ago