1. a9afa4e database/sql: fix example usage of Out by Tim Cooper · 7 years ago
  2. b614ed4 cmd/go: clean up x.exe properly in TestImportMain by Russ Cox · 7 years ago
  3. ddc64de spec: explicitly state the import path for package unsafe by griesemer · 7 years ago
  4. 5d168a9 os: add period at end of O_EXCL comment by Tim Cooper · 7 years ago
  5. 292366e Revert "database/sql: prevent race in driver by locking dc in Next" by Daniel Theophanes · 7 years ago
  6. 94e3a30 cmd/cover: don't try to attach directives to synthetic decls by Jay Conrod · 7 years ago
  7. 5f740d6 flag: simplify switch-case in isZeroValue by Gabriel Aszalos · 7 years ago
  8. 58cf881 cmd/compile/internal/parser: removed TODO (cleanup) by griesemer · 7 years ago
  9. c37090f cmd/compile/internal/parser: use same logic for stmtList as for other lists (cleanup) by griesemer · 7 years ago
  10. 47193dc cmd/internal/obj/arm: better solution of .S/.P/.U/.W suffix check by Ben Shi · 7 years ago
  11. f4faca6 runtime: don't terminate locked OS threads on Plan 9 by David du Colombier · 7 years ago
  12. d155b32 runtime: disable use of template thread on Plan 9 by David du Colombier · 7 years ago
  13. 1850874 reflect: optimize CALLFN wrapper for arm64 by Wei Xiao · 8 years ago
  14. 378de1a runtime: unify 386 entry point code by Ian Lance Taylor · 7 years ago
  15. 151c66b debug/dwarf: support 64-bit DWARF in byte order check by Ian Lance Taylor · 7 years ago
  16. 4fe43f8 cmd/compile/internal/parser: removed TODO (cleanup) by griesemer · 7 years ago
  17. 3be5d55 text/template: add break, continue actions in ranges by Tim Cooper · 7 years ago
  18. 0b2cb89 cmd/compile/internal/syntax: better recovery after missing closing parentheses by griesemer · 7 years ago
  19. 38a3c2c cmd/cover: preserve compiler directives in floating comments by Jay Conrod · 7 years ago
  20. f75158c math/big: fix ModSqrt optimized path for x = z by Filippo Valsorda · 7 years ago
  21. 913fb18 runtime/cgo: declare crosscall2 frame using TEXT for amd64 and 386 by Alessandro Arzilli · 7 years ago
  22. b79e99b runtime: remove commented out code from ARM Linux boot by Ian Lance Taylor · 7 years ago
  23. bb45bc2 cmd/compile: make more use of value switches by Daniel Martí · 7 years ago
  24. e0111bb cmd/compile: remove needwritebarrier from the frontend by Cherry Zhang · 8 years ago
  25. 290de1f cmd/asm: reject STREX with same source and destination register on ARM by Cherry Zhang · 7 years ago
  26. fc5841a cmd/compile: remove unnecessary Xoffset assignment by Matthew Dempsky · 7 years ago
  27. 47f4e7a net/http: preserve Host header following a relative redirect by Tom Bergan · 7 years ago
  28. 645c661 cmd/compile/internal/syntax: factor out list parsing by griesemer · 7 years ago
  29. f8f0d6c cmd/compile/internal/syntax: match argument and parameter parsing (cleanup) by griesemer · 7 years ago
  30. 4b7325c cmd/compile/internal/syntax: cleanups around parser tracing by griesemer · 7 years ago
  31. 5ddd3d5 runtime: fix use of STREX in various exitThread implementations by Ian Lance Taylor · 7 years ago
  32. 001fe1d5 net/http/httputil: extract duplicate code as removeConnectionHeaders by Kunpei Sakai · 7 years ago
  33. eb69581 net/http: fix panic when status without description for proxied HTTPS responses by soluchok · 7 years ago
  34. 302f0d1 cmd/link: replace SCONTAINER with an attribute bit by Michael Hudson-Doyle · 7 years ago
  35. 1341104 cmd/link: replace SHIDDEN bit in SymKind with a bit of Attribute by Michael Hudson-Doyle · 8 years ago
  36. 7128ed0 bytes: add examples of Equal and IndexByte by Javier Segura · 7 years ago
  37. 270a789 cmd/compile: simplify some declarations by Daniel Martí · 7 years ago
  38. e5b7335 fmt: clarify wording of * flag by Rob Pike · 7 years ago
  39. fb46b9e crypto/elliptic: don't unmarshal invalid encoded points by Andreas Auernhammer · 8 years ago
  40. 8b220d8 image/gif: write fewer, bigger blocks by Jed Denlea · 7 years ago
  41. f3d4ff7 cmd/compile: omit ICE diagnostics after normal error messages by Matthew Dempsky · 7 years ago
  42. e01eac3 cmd/compile: mark LoweredGetCallerPC rematerializeable by Cherry Zhang · 7 years ago
  43. d1bbdbe crypto/tls: replace signatureAndHash by SignatureScheme. by Peter Wu · 7 years ago
  44. c996d07 cmd/link: use the correct module data on ppc64le by David Crawshaw · 7 years ago
  45. e09dbaa runtime: schedule fractional workers on all Ps by Austin Clements · 7 years ago
  46. 28e1a8e runtime: preempt fractional worker after reaching utilization goal by Austin Clements · 7 years ago
  47. b783930 runtime: simplify fractional mark worker scheduler by Austin Clements · 7 years ago
  48. 315c28b runtime: use only dedicated mark workers at reasonable GOMAXPROCS by Austin Clements · 7 years ago
  49. 2792348 runtime: separate GC background utilization from goal utilization by Austin Clements · 7 years ago
  50. 504a305 crypto/x509: reformat test struct. by Adam Langley · 7 years ago
  51. f5cd386 net/http: HTTPS proxies support by Ben Schwartz · 7 years ago
  52. 897080d database/sql: prevent race in driver by locking dc in Next by Daniel Theophanes · 7 years ago
  53. 350b74b cmd/link: zero symtab fields correctly by David Crawshaw · 7 years ago
  54. 0e4de78 net: fix data race in TestClosingListener by Daniel Martí · 7 years ago
  55. 743117a cmd/compile: simplify slice/array range loops for some element sizes by Martin Möhrmann · 8 years ago
  56. af40cbe runtime: use vDSO on linux/386 to improve time.Now performance by Frank Somers · 7 years ago
  57. bf237f5 syscall: correct type for timeout argument to Select on linux/{arm64,mips64x} by Tobias Klauser · 7 years ago
  58. 531e6c0 cmd/asm: refine Go assembly for ARM64 by Wei Xiao · 8 years ago
  59. 31cd20a image/gif: try harder to use global color table by Jed Denlea · 7 years ago
  60. e45e490 cmd/compile: attempt to deflake debug_test.go by David Chase · 7 years ago
  61. 245e386 reflect: allow Copy to a byte array or byte slice from a string by Tim Cooper · 7 years ago
  62. c14dcfd runtime: factor amd64 specifics from vdso_linux.go by Frank Somers · 7 years ago
  63. c58b98b cmd/link, runtime: put hasmain bit in moduledata by David Crawshaw · 7 years ago
  64. d06815b cmd/link: split PE loader into its own package by David Crawshaw · 7 years ago
  65. fd9fac2 cmd/compile: add two error position tests for the typechecker by Tobias Klauser · 7 years ago
  66. 53bbddd cmd/compile: intrinsify runtime/internal/sys.Ctz{32,64} on ppc64 by Matthew Dempsky · 7 years ago
  67. 56dec8d test: add test case that gccgo miscompiled by Ian Lance Taylor · 7 years ago
  68. 9792037 cmd/link: generate PC ranges for compilation unit DIEs by Austin Clements · 7 years ago
  69. d4dda76 cmd/link: one DWARF compilation unit per package by Austin Clements · 7 years ago
  70. ce6e0b0 cmd/link: remove silly sym.R[:0] truncation by Austin Clements · 7 years ago
  71. 77c27c3 cmd/link: eliminate .debug_aranges by Austin Clements · 7 years ago
  72. a0402b6 cmd/link: suppress unnecessary DWARF relocs that confuse dsymutil by Heschi Kreinick · 7 years ago
  73. 764a6ac runtime: don't restore the alternate signal stack on ios by Elias Naur · 7 years ago
  74. 6054f87 cmd/go: delete p.Internal.Target in favor of p.Target by Russ Cox · 7 years ago
  75. 862fb86 internal/poll: only call SetFileCompletionNotificationModes for sockets by Alex Brainman · 7 years ago
  76. c37647f internal/poll: do not call SetFileCompletionNotificationModes if it is broken by Alex Brainman · 7 years ago
  77. 9ce43ce image/gif: make Decode only keep the first frame in memory by Artyom Pervukhin · 7 years ago
  78. 58c7b1d runtime: fix dragonfly/amd64 by Austin Clements · 7 years ago
  79. 67388e9 doc: recommend building Go 1.4 with CGO_ENABLED=0 by Ian Lance Taylor · 7 years ago
  80. 926373e runtime: fix crash on Plan 9 by David du Colombier · 7 years ago
  81. a509cae cmd/compile: record InlCost in export data by Matthew Dempsky · 7 years ago
  82. 1fbeccb cmd/compile: deduplicate a few lines in swt.go by Daniel Martí · 7 years ago
  83. 4f70a2a cmd/compile: inline calls to local closures by Hugues Bruant · 7 years ago
  84. 44d9e96 runtime: don't try to free OS-created signal stacks by Austin Clements · 7 years ago
  85. a3e013b encoding/json: use Deprecated markers by Joe Tsai · 7 years ago
  86. edcf2d0 cmd/compile: add line numbers to values & blocks in ssa.html by David Chase · 7 years ago
  87. 30cb30e runtime: unify amd64 -buildmode=c-archive/c-shared entry point code by Ian Lance Taylor · 7 years ago
  88. c15c44e misc/cgo/testcarchive: use -no-pie where needed by Lynn Boger · 7 years ago
  89. ecfa737 cmd/link: move ELF reader to its own package by David Crawshaw · 7 years ago
  90. 7057694 test: skip issue22200b.go on mipsle by Cherry Zhang · 7 years ago
  91. d19ced0 cmd/dist: refresh deps.go after recent package io changes by Russ Cox · 7 years ago
  92. cf3f771 runtime: unify amd64 -buildmode=exe entry point code by Ian Lance Taylor · 7 years ago
  93. e29efbc cmd/link: fix some unintentional symbol creation by Austin Clements · 7 years ago
  94. 371eda4 io: simplify pipe implementation by Joe Tsai · 7 years ago
  95. e2dd8ca net: implement deadline functionality on Pipe by Joe Tsai · 8 years ago
  96. 7dcd333 cmd/internal/buildid: add missing f.Close in ReadFile by Russ Cox · 7 years ago
  97. 3189633 cmd/dist: reenable TestDeps by Russ Cox · 7 years ago
  98. cdbc363 cmd/go: record both build ID and content ID in archives and binaries by Russ Cox · 7 years ago
  99. 85f93c8 cmd/compile: fix some plive comments by Austin Clements · 7 years ago
  100. e130dcf cmd/compile: abort earlier if stack frame too large by Keith Randall · 7 years ago