1. 1a35583 cmd/go: add tracing for querying and downloading from the proxy by Michael Matloob · 3 years, 11 months ago
  2. c0cf190 cmd/go: do context propagation for tracing downloads by Michael Matloob · 4 years ago
  3. 797124f cmd/go/internal/test: keep looking for go command flags after ambiguous test flag by Bryan C. Mills · 3 years, 10 months ago
  4. 1b86bdb cmd/test2json: do not emit a final Action if the result is not known by Bryan C. Mills · 3 years, 10 months ago
  5. f30044a cmd/go/internal: remove some users of par.Work by Michael Matloob · 4 years ago
  6. 2ac4bf3 cmd/go: add span for modload.LoadBuildList by Michael Matloob · 4 years ago
  7. ebccba7 cmd/go: process -debug-trace flag for cmd/test and cmd/vet by Michael Matloob · 4 years ago
  8. 38fea3a cmd/go: add tracing instrumentation to load.TestPackagesFor by Michael Matloob · 4 years ago
  9. 15b98e5 cmd/go: mark trace flows between actions by Michael Matloob · 4 years ago
  10. a26d687 cmd/go: propagate context into Action.Func calls by Michael Matloob · 4 years ago
  11. 023d497 cmd/go: add trace events for each action by Michael Matloob · 4 years ago
  12. 49003da cmd/go/internal/trace: add function to distinguish goroutines by Michael Matloob · 4 years ago
  13. abfeec5 testing/iotest: add ErrReader by Carlos Alexandro Becker · 3 years, 10 months ago
  14. a2a2237 cmd/link: emit correct jump instruction on ARM for DYNIMPORT by Cherry Zhang · 3 years, 10 months ago
  15. 7ee2622 cmd/link: link dynamic library automatically by Cherry Zhang · 3 years, 10 months ago
  16. a22ec6e Revert "cmd/internal/obj: fix inline marker issue on s390x" by Austin Clements · 3 years, 10 months ago
  17. d19fedd runtime: move checkmarks to a separate bitmap by Austin Clements · 4 years ago
  18. 7148abc runtime: simplify heapBitsSetType doubleCheck by Austin Clements · 4 years ago
  19. 7bbd5ca runtime: replace index and contains with bytealg calls by Austin Clements · 3 years, 11 months ago
  20. dc12d5b all: add empty line between copyright header and package clause by Tobias Klauser · 3 years, 10 months ago
  21. bf51268 syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwin by Cholerae Hu · 3 years, 10 months ago
  22. d79350b runtime: use hw.ncpuonline sysctl in getncpu on netbsd by Tobias Klauser · 4 years, 1 month ago
  23. 9138a2a cmd/link: avoid duplicate DT_NEEDED entries by Joel Sing · 4 years ago
  24. 681559e runtime: update comment: modTimer is called by Timer.Reset by zero.xu · 3 years, 10 months ago
  25. f979d07 runtime: avoid memclr call for keys in mapdelete_fast by Martin Möhrmann · 4 years, 1 month ago
  26. 99f179f fmt: avoid badverb formatting for %q when used with integers by Martin Möhrmann · 3 years, 11 months ago
  27. 51ac0f0 strings: optimize Replace by using a strings.Builder by Polina Osadcha · 4 years ago
  28. 6f99b33 all: replace Replace(..., -1) with ReplaceAll(...) by Polina Osadcha · 4 years ago
  29. f7fc25e image/gif: add more writer benchmarks by Nigel Tao · 3 years, 10 months ago
  30. c810c6d doc/articles/wiki: add missing log import to net/http tutorial by Chirag Sukhala · 3 years, 10 months ago
  31. 8c39bbf cmd/compile: stop race instrumentation from clobbering frame pointer by Keith Randall · 3 years, 10 months ago
  32. 01f99b4 cmd/compile: mark DUFFZERO/DUFFCOPY as async unsafe by Keith Randall · 3 years, 10 months ago
  33. c6a11f0 crypto,internal/bytealg: fix assembly that clobbers BP by Keith Randall · 3 years, 10 months ago
  34. d303630 syscall: support rawVforkSyscall on linux/riscv64 by Joel Sing · 4 years ago
  35. cf9b4f6 runtime: use riscv64 RDTIME instruction by Joel Sing · 4 years, 1 month ago
  36. b6ad288 net/http: avoid setting body when NoBody is set for js/wasm by Agniva De Sarker · 4 years ago
  37. ccc9516 cmd/link: move comma outside quotes by Alberto Donizetti · 3 years, 10 months ago
  38. c0dded0 runtime: do not explicitly exit on ctrl handler by Jason A. Donenfeld · 3 years, 11 months ago
  39. 69d34e2 test: bump array size in fixedbugs/issue39292.go by Matthew Dempsky · 3 years, 10 months ago
  40. 948d324 cmd/compile: add failing test case for #24305 by Cuong Manh Le · 3 years, 10 months ago
  41. 82c45eb cmd/compile: handle OCLOSURE/OCALLPART in mustHeapAlloc check by Cuong Manh Le · 3 years, 10 months ago
  42. 0031fa8 cmd/compile: another fix initializing blank fields in struct literal by Cuong Manh Le · 4 years, 1 month ago
  43. 441b52f math: simplify the code by kakulisen · 4 years, 1 month ago
  44. 12d40ad test: add test for conversion of untyped bool to interface by Ian Lance Taylor · 3 years, 11 months ago
  45. 6072d6e test: add a test case that gccgo fails to compile by Ian Lance Taylor · 3 years, 11 months ago
  46. f714449 test: add test case that caused gccgo undefined symbol reference by Ian Lance Taylor · 3 years, 10 months ago
  47. 5a18e0b sync: fix goroutine leak for when TestMutexFairness times out by Gaurav Singh · 3 years, 11 months ago
  48. 24ff2af cmd/dist: fix typo by lufia · 3 years, 10 months ago
  49. 407bf0c reflect: add parentheses to properly bind <- in ChanOf’s string by Alexander Klauer · 4 years ago
  50. 32a84c9 cmd/compile: fix live variable computation for deferreturn by Keith Randall · 3 years, 10 months ago
  51. 02a7b4b cmd/go/internal/modload: don't initialize build cache by Jay Conrod · 4 years ago
  52. 8766f96 cmd/go: migrate to module.MatchPrefixPatterns by Jay Conrod · 4 years ago
  53. 9a75959 cmd/go: don't save sums for modules loaded for import resolution by Jay Conrod · 4 years ago
  54. 016e13d cmd/go/internal/modfetch: stop migrating go.modverify to go.sum by Jay Conrod · 4 years ago
  55. 5ae1980 cmd/go: don't initialize Builder in envcmd.MkEnv by Jay Conrod · 4 years ago
  56. a20cb4c database/sql: make Rows.Scan properly wrap underlying errors by Tim Möhlmann · 3 years, 10 months ago
  57. d0d6593 cmd/internal/obj: fix inline marker issue on s390x by Michael Munday · 3 years, 10 months ago
  58. cde5fd1 cmd/compile: correct type of CvtBoolToUint8 values by Josh Bleecher Snyder · 3 years, 10 months ago
  59. 5387cdc [dev.link] cmd/link, cmd/compile: create content addressable pcdata syms by Jeremy Faller · 3 years, 10 months ago
  60. 954db9f [dev.link] debug/gosym: fix file mappings by Jeremy Faller · 3 years, 10 months ago
  61. 7d7bd5a cmd/internal/obj/ppc64: don't remove NOP in assembler by Lynn Boger · 3 years, 10 months ago
  62. c2e73fb cmd/compile: remove AttrSeenGlobl (use AttrOnList instead) by Than McIntosh · 4 years ago
  63. 933ca0c doc: add a release notes blurb on 1.16 linker improvements by Than McIntosh · 3 years, 10 months ago
  64. 92bda33 runtime: revert signal stack mlocking by Austin Clements · 3 years, 10 months ago
  65. b235317 doc/go1.15: include behavior updates to the context package by Andrew · 3 years, 10 months ago
  66. 50f63a7 doc/go1.15: clarify external linking can still be used for building PIE by Cherry Zhang · 3 years, 10 months ago
  67. 52fe92f cmd: merge branch 'dev.link' into master by Cherry Zhang · 3 years, 10 months ago
  68. 2bfa45c cmd/go: propagate context into PackagesForBuild and Do for tracing by Michael Matloob · 4 years ago
  69. 14715b2 cmd/go: add Context parameter to base.command.Run by Michael Matloob · 4 years ago
  70. 52b0ea2 cmd/go: add a debug-trace flag to generate traces by Michael Matloob · 4 years, 2 months ago
  71. 20254c0 cmd/go: add rudimentary tracing support. by Michael Matloob · 4 years, 2 months ago
  72. cc700bd cmd/trace: move viewer data structs into cmd/internal/traceviewer by Michael Matloob · 4 years ago
  73. b249703 [dev.link] cmd/compile, cmd/asm: add length to hashed symbols by Jeremy Faller · 3 years, 10 months ago
  74. 9ae8f71 [dev.link] cmd/link: stop renumbering files for pclntab generation by Jeremy Faller · 3 years, 10 months ago
  75. ffa9f33 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 10 months ago
  76. b3de3e5 doc/go1.16: start draft release notes by Dmitri Shuralyov · 3 years, 10 months ago
  77. 813b6bb internal/goversion: update Version to 1.16 by Dmitri Shuralyov · 3 years, 10 months ago
  78. 3a185d7 [dev.link] cmd/pack: use cmd/internal/archive package by Cherry Zhang · 3 years, 10 months ago
  79. f900d60 [dev.link] cmd/link: remove a stale comment by Austin Clements · 3 years, 10 months ago
  80. 3fc2e6b [dev.link] cmd/internal/obj: combine objfile.go and objfile2.go by Cherry Zhang · 3 years, 10 months ago
  81. 991adcd [dev.link] cmd/internal/obj: traverse files in deterministic order by Cherry Zhang · 3 years, 10 months ago
  82. 27e3778 [dev.link] cmd: remove "2", another round by Cherry Zhang · 3 years, 10 months ago
  83. 9559877 [dev.link] cmd/internal/objfile: read Go object file using goobj2 package by Cherry Zhang · 3 years, 10 months ago
  84. 5c7748d doc/go1.15: encoding/json's CL 191783 was reverted by Daniel Martí · 3 years, 10 months ago
  85. 5ff5b3c doc/go1.15: remove draft notice by Andrew · 3 years, 10 months ago
  86. a8463c3 [dev.link] cmd/internal/archive: rename from goobj by Cherry Zhang · 3 years, 10 months ago
  87. 5ae1d62 CONTRIBUTORS: update for the Go 1.15 release by Dmitri Shuralyov · 3 years, 10 months ago
  88. 7ad776d doc/go1.15: document crypto/tls permanent error by Katie Hockman · 3 years, 10 months ago
  89. a93a4c1 runtime: make nanotime1 reentrant by Cherry Zhang · 3 years, 10 months ago
  90. 9bdaf99 [dev.link] use per package filenames to build pclntab by Jeremy Faller · 3 years, 10 months ago
  91. 8370cbe [dev.link] cmd/link: add PPC64 section splitting test by Than McIntosh · 4 years ago
  92. d41b906 [dev.link] cmd/link: add PPC64 debugging option to encourage text section splits by Than McIntosh · 4 years ago
  93. 18ee349 [dev.link] cmd/link: fix ppc64-specific bug in genelfsym by Than McIntosh · 4 years ago
  94. d9c19a7 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 10 months ago
  95. 64fdc8b [dev.link] cmd/link: fix preallocation for function names by Jeremy Faller · 3 years, 10 months ago
  96. ba9e108 cmd: update golang.org/x/xerrors by Alexander Rakoczy · 3 years, 10 months ago
  97. 027d724 encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarint by Katie Hockman · 3 years, 10 months ago
  98. 6f08e89 cmd/go: fix error stacks when there are scanner errors by Michael Matloob · 3 years, 10 months ago
  99. f235275 net/http: fix cancelation of requests with a readTrackingBody wrapper by Damien Neil · 3 years, 10 months ago
  100. b85033d [dev.link] cmd/link: fix pclntab symbol handling on AIX by Cherry Zhang · 3 years, 10 months ago