1. 13bc6d4 cmd/link: flush file mapping before unmapping by Cherry Zhang · 4 years ago
  2. 8be0de1 cmd/go/internal/modload: document mvsReqs.Max by Jay Conrod · 4 years ago
  3. f8662a5 cmd/test2json: attribute output to the correct test by Daniel Nephin · 4 years ago
  4. eecc628 doc/go1.15: update Go 1.15 release notes using relnote by Alexander Rakoczy · 4 years ago
  5. 0452f94 runtime: fix race condition between timer and event handler by Richard Musiol · 4 years ago
  6. 7dbbb5b cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go by Elias Naur · 4 years ago
  7. f1f8f9a container/list: fix typo in function comments by Yasser Abdolmaleki · 4 years ago
  8. 8da7862 net/http: reject HTTP/1.1 Content-Length with sign in response by Paschalis Tsilias · 4 years ago
  9. fc40beb Revert "cmd/go: group 'go get' update messages together near the end of output" by Austin Clements · 4 years ago
  10. 1ed57c1 database/sql/driver: use correct method name "Connect" in DriverContext docs by Brad Erickson · 4 years ago
  11. 0aed2a4 runtime: no SIGWINCH to pgrp while GDB is running by Michael Pratt · 4 years ago
  12. 6ad5f4e go/build: move build constraint docs to 'go help buildconstraint' by Jay Conrod · 4 years ago
  13. c2d1df6 cmd/go: group 'go get' update messages together near the end of output by Jay Conrod · 4 years ago
  14. 6851a55 cmd/compile: add test case for issue 38068 by Than McIntosh · 4 years ago
  15. cdaeaac [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years ago
  16. e8f5a33 cmd/compile: fix incorrect rewriting to if condition by Xiangdong Ji · 4 years ago
  17. 65f514e math: fix dead link to springerlink (now link.springer) by Alberto Donizetti · 4 years ago
  18. c5a9b3d [dev.link] cmd/link: simplify asmb2 by Jeremy Faller · 4 years ago
  19. 1519bc4 net/http: clarify that AddCookie only sanitizes the Cookie being added by Volker Dobler · 4 years ago
  20. 8f4151e encoding/xml: only initialize nil struct fields when decoding by Daniel Martí · 4 years, 7 months ago
  21. 107ebb1 Revert "encoding/json: reuse values when decoding map elements" by Daniel Martí · 4 years ago
  22. 86ed095 os: in Symlink, stat the correct target path for drive-relative targets on Windows by Bryan C. Mills · 4 years ago
  23. 5a00adf doc/go1.15: document no language changes by Dmitri Shuralyov · 4 years ago
  24. 2711127 syscall: avoid dup2 in forkAndExecInChild1 on Android by Elias Naur · 4 years ago
  25. 6bf2eea cmd/compile: always use StackMapDontCare as register map index when reg map is not used by Cherry Zhang · 4 years ago
  26. 0d20a49 run.bat: use ..\bin\go instead of "go" to install std and cmd by Bryan C. Mills · 4 years ago
  27. e3491c4 net/http: handle body rewind in HTTP/2 connection loss better by Russ Cox · 4 years ago
  28. 748533e runtime: check gdb exit status and log output by Michael Pratt · 4 years ago
  29. 902d8de cmd/link: actually close the output file by Cherry Zhang · 4 years ago
  30. c0e8e40 cmd/go: clean -cache -n should not delete cache by Paschalis Tsilias · 4 years ago
  31. b2ce393 cmd/go: report error for empty GOPROXY list by Jay Conrod · 4 years ago
  32. 4abec2a runtime, time: gofmt by Tobias Klauser · 4 years ago
  33. b5bf2f0 crypto/x509: allow setting MaxPathLen to -1 without IsCA by Katie Hockman · 4 years ago
  34. e5a6a94 cmd/link/internal/ld/lib.go: use lld on Android by Paul D. Weber · 4 years ago
  35. e1c0b75 [dev.link] cmd/link: change asmb2 api and rescope some functions by Jeremy Faller · 4 years ago
  36. c7ade96 [dev.link] cmd/link: move asmb2 aix from ppc64 to generic code by Jeremy Faller · 4 years ago
  37. ebdb15f [dev.link] cmd/link: move asmb2 plan 9 architecture code out of architectures by Jeremy Faller · 4 years ago
  38. 13c1401 [dev.link] cmd/link: port asmb2 pe generation over to generic functions by Jeremy Faller · 4 years ago
  39. 7260ad6 [dev.link] cmd/link: move asmb2 elf to generic handling by Jeremy Faller · 4 years ago
  40. 0ca6098 [dev.link] cmd/link: remove Flag8 from amd64 by Jeremy Faller · 4 years ago
  41. c551318 [dev.link] cmd/link: move macho asmb2 support to generic functions by Jeremy Faller · 4 years ago
  42. 25b283b [dev.link] cmd/link: move plan9 header out of architectures by Jeremy Faller · 4 years ago
  43. 6265ed7 [dev.link] cmd/compile: emit fewer R_USETYPE relocations by Than McIntosh · 4 years ago
  44. 8ca2eae [dev.link] cmd/link: refactor DWARF fn die processing to remove name lookups by Than McIntosh · 4 years ago
  45. 96ec09d [dev.link] cmd/{compile,link}: split SDWARFINFO symtype into sub-types by Than McIntosh · 4 years ago
  46. 20160b3 runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7 by Joel Sing · 4 years ago
  47. bcda684 cmd/link/internal/ld: consider alternative linkers in linkerFlagSupported by Elias Naur · 4 years ago
  48. f65ad0d cmd/go: fix parallel chatty tests on solaris-amd64 builder by Tobias Klauser · 4 years ago
  49. 828bb0c syscall/js: improve documentation of Func.Release by Richard Musiol · 4 years ago
  50. 8194187 os: use same link in UserCacheDir/UserConfigDir doc by matsuyoshi · 4 years ago
  51. b68fa57 encoding/asn1: document what Unmarshal returns in rest by Roland Shoemaker · 4 years ago
  52. 9acdc70 time: simplify Duration.String example by Russ Cox · 4 years ago
  53. ea2de33 runtime: detect and report zombie slots during sweeping by Austin Clements · 4 years ago
  54. de1f07d [dev.link] cmd/link: delete sym.Symbols by Cherry Zhang · 4 years ago
  55. 9f4aeb3 all: use a hermetic "go" tool in standard-library tests by Bryan C. Mills · 4 years ago
  56. 11b3730 runtime: disable preemption in startTemplateThread by Michael Pratt · 4 years ago
  57. 49b12dc [dev.link] cmd/link: remove duplicate asmb code by Jeremy Faller · 4 years ago
  58. 0a90eca testing: reformat test chatty output by Jean de Klerk · 4 years ago
  59. 6097f7c [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years ago
  60. c847589 runtime: synchronize StartTrace and StopTrace with sysmon by Michael Anthony Knyszek · 4 years ago
  61. 39ea0ea cmd/link: fix size calculation for file space preallocation on darwin by Cherry Zhang · 4 years ago
  62. fed33d7 cmd/compile: delay inlinable method compilation for -c=1 by Than McIntosh · 4 years ago
  63. 0cfe1fb cmd/go: rank errUseProxy lower when handling proxy errors by Jay Conrod · 4 years ago
  64. c53b2bd runtime: add a barrier after a new span is allocated by Cherry Zhang · 4 years ago
  65. 567556d syscall: preserve Windows file permissions for O_CREAT|O_TRUNC by Ian Lance Taylor · 4 years ago
  66. aeab403 cmd/go: use temporary file for output of gcc command on Windows by Yasuhiro Matsumoto · 4 years ago
  67. daf70d6 cmd/go: remove GOAMD64 environment variable by David Chase · 4 years ago
  68. 8e4ab9c [dev.link] cmd/link: remove some x86/Darwin code by Jeremy Faller · 4 years ago
  69. f7f9c8f runtime: allocate fewer bytes during TestEINTR by Bryan C. Mills · 4 years ago
  70. dfd613e runtime: don't use (addrRange).subtract in removeGreaterEqual by Michael Anthony Knyszek · 4 years ago
  71. 4ec4a79 cmd/go: accept smart quotes when checking for missing gold in TestNoteReading by Michael Hudson-Doyle · 4 years ago
  72. 1361738 testing: clean up remaining TempDir issues from CL 231958 by Bryan C. Mills · 4 years ago
  73. 2dbbc86 crypto/x509: save the temp dir in TestReadUniqueDirectoryEntries by Bryan C. Mills · 4 years ago
  74. 6d6e482 testing: return unique directory inside same base root for TempDir by Roger Peppe · 4 years ago
  75. 7214090 [dev.link] cmd/link: skip TestDWARFiOS if the iOS tools aren't installed by Jeremy Faller · 4 years ago
  76. 8fa468d doc/go1.15: consolidate notes regarding package testing by Tobias Klauser · 4 years ago
  77. 76a459b [dev.link] cmd/link: remove duplicate handling of some specially named symbols by Cherry Zhang · 4 years ago
  78. cf3bf99 [dev.link] cmd/internal/obj: remove asm parameter of NumberSyms by Cherry Zhang · 4 years ago
  79. 0f92cd7 [dev.link] cmd/asm: expand package path if known by Cherry Zhang · 4 years ago
  80. 586d075 [dev.link] cmd/link: only do name expansion when needed by Cherry Zhang · 4 years ago
  81. c88f6989 doc: require macOS 10.12 or later by Ian Lance Taylor · 4 years ago
  82. 185c3d4 crypto/tls: remove version check when unmarshaling sessionState by Katie Hockman · 4 years ago
  83. 0d39dba doc/go1.15: mention vet warning for impossible type assertions by Ian Lance Taylor · 4 years ago
  84. b0bc18d doc/go1.15: mention vet warning for string(x) by Ian Lance Taylor · 4 years ago
  85. 3b0882e crypto/tls: persist the createdAt time when re-wrapping session tickets by Katie Hockman · 4 years ago
  86. b8c5d68 [dev.link] cmd/link: delete SCONST symbol type by Cherry Zhang · 4 years ago
  87. 1ccd585 [dev.link] cmd/link: remove "2" from names by Cherry Zhang · 4 years ago
  88. 4e97429 [dev.link] cmd/link: delete sym.Attribute by Cherry Zhang · 4 years ago
  89. 7f872be [dev.link] cmd/link: delete some deadcode by Cherry Zhang · 4 years ago
  90. afd477f cmd: update golang.org/x/mod to v0.3.0 (same commit) by Jay Conrod · 4 years ago
  91. bb59a13 runtime: don't enable notes (=signals) too early in Plan 9 by Richard Miller · 4 years ago
  92. 2b70ffe cmd/link: detect trampoline of deferreturn call by Cherry Zhang · 4 years ago
  93. b97212d [dev.link] cmd/link: delete sym.Symbol and sym.Reloc by Cherry Zhang · 4 years ago
  94. 881d540 cmd/link: fix SLIBFUZZER_EXTRA_COUNTER symbol handling by Cherry Zhang · 4 years ago
  95. 4e03dac [dev.link] cmd/link: move xcoff to loader represenatation by Jeremy Faller · 4 years ago
  96. f474e9e runtime: add a lock partial order edge (assistQueue -> mspanSpecial) by Dan Scales · 4 years ago
  97. ff1a2d0 [dev.link] cmd/link: remove dependence on dodatastate on symalign2 by Jeremy Faller · 4 years ago
  98. 5c802c1 runtime: remove flaky "goroutine 2 bt" from gdb test by Josh Bleecher Snyder · 4 years ago
  99. ad91591 [dev.link] all: merge master to dev.link by Jeremy Faller · 4 years ago
  100. 9963add [dev.link] cmd/link: simplify field tracking support by Cherry Zhang · 4 years ago