1. 20bf6a4 lib/time: update tz data to 2019c by Kyle Shannon · 5 years ago
  2. 87805c9 os: fix broken comment's link by skanehira · 5 years ago
  3. 5de3b97 cmd/link: fix TestStrictDup in module mode by Fazlul Shahriar · 5 years ago
  4. 7adafc9 cmd/go: prefix calls to Windows rmdir with cmd.exe by Jason A. Donenfeld · 5 years ago
  5. 6d5f8b1 misc/cgo/testshared: do not write to GOROOT by Bryan C. Mills · 5 years ago
  6. e16f64c misc: log 'ok' from 'go run' tests on success by Bryan C. Mills · 5 years ago
  7. 476395c misc: remove use of relative directories in overlayDir functions by Bryan C. Mills · 5 years ago
  8. 01f15b6 cmd/internal/obj/arm64: add NOOP description in Go assembly syntax by diaxu01 · 5 years ago
  9. 9940c77 runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap() by Dan Scales · 5 years ago
  10. b81dd1c cmd/link: disable new testpoint on mips pending investigation by Than McIntosh · 5 years ago
  11. 6f7b96f syscall: follow convention for generated code comments in linux/riscv64 files by Tobias Klauser · 5 years ago
  12. c2e2296 syscall/js: handle interleaved functions correctly by Richard Musiol · 5 years ago
  13. 688aa74 cmd/link: add new linker testpoint for "ld -r" host object by Than McIntosh · 5 years ago
  14. f29e53d cmd/link: fix bug with -newobj and "ld -r" ELF host objects by Than McIntosh · 5 years ago
  15. 6ba1bf3 net/http: rename tests for Redirect and StripPrefix by Dmitri Shuralyov · 5 years ago
  16. 980f0c0 net/http: make Transport.IdleConnTimeout consider wall (not monotonic) time by Brad Fitzpatrick · 5 years ago
  17. 9f3c2b6 cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.BuildModeSupported by Bryan C. Mills · 5 years ago
  18. 8324aca cmd/go: fix and re-enable build_trimpath test by Jay Conrod · 5 years ago
  19. 941ac9c cmd/go: do not panic when computing Shlib for a package with no Target by Bryan C. Mills · 5 years ago
  20. 28314cf cmd/go: add a 'buildmode' condition for script tests by Bryan C. Mills · 5 years ago
  21. c931f1b misc/cgo/testshared: make -v output less verbose by Bryan C. Mills · 5 years ago
  22. 05511a5 runtime: release worldsema before Gosched in STW GC mode by Michael Anthony Knyszek · 5 years ago
  23. 1c5bd34 runtime: increase TestPhysicalMemoryUtilization threshold by Michael Anthony Knyszek · 5 years ago
  24. 300f5d5 cmd/go: add 'go generate' commands to modfile_flag test by Jay Conrod · 5 years ago
  25. 3922c00 misc/cgo/testcshared: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
  26. c02f3b8 misc/cgo/testcarchive: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
  27. ea18a1c runtime/pprof: avoid crash due to truncated stack traces by Hana Kim · 5 years ago
  28. 95be9b7 reflect: remove obsolete comment about gobitVector by two · 5 years ago
  29. 0e02cfb cmd/compile: try harder to not use an empty src.XPos for a bogus line by David Chase · 5 years ago
  30. bbbc658 net/http: fix Server.ConnContext modifying context for all new connections by Roman Kollár · 5 years ago
  31. 94e9a5e text/template: harden JSEscape to also escape ampersand and equal by Roberto Clapis · 5 years ago
  32. f4a8bf1 crypto/tls: remove leftover extensionNextProtoNeg constant by Filippo Valsorda · 5 years ago
  33. 2434869 cmd/go: report an error for 'go list -m ...' outside a module by Jay Conrod · 5 years ago
  34. 37715cc runtime: relax TestAsyncPreempt by Cherry Zhang · 5 years ago
  35. c7e73ef net/url: update net/url split comment by jinmiaoluo · 5 years ago
  36. 8bbfc51 all: base64-encode binaries that will cause Apple notarization to fail by Andrew · 5 years ago
  37. 39a9cb4 misc/cgo/testplugin: avoid writing to GOROOT by Bryan C. Mills · 5 years ago
  38. be04718 misc/cgo/fortran: avoid writing to $PWD by Bryan C. Mills · 5 years ago
  39. 9852b4b path: minor changes to improve documentation for Join by Eric Rutherford · 5 years ago
  40. fbcfa6a encoding/base64: document that Strict mode still ignores newlines by Filippo Valsorda · 6 years ago
  41. b89b462 runtime: support preemption on windows/{386,amd64} by Austin Clements · 5 years ago
  42. 6fd467e runtime: ensure thread handle is valid in profileloop1 by Austin Clements · 5 years ago
  43. 91bb1d7 runtime: move m.thread to mOS by Austin Clements · 5 years ago
  44. 9c6f640 runtime: disable GDB tests on AIX with -short by Clément Chigot · 5 years ago
  45. ee04dbf crypto/x509: fix typo in godoc for ParseECPrivateKey by Katie Hockman · 5 years ago
  46. 8c51b66 cmd/go: skip mod_convert_tsv_insecure test when no network is avaliable by Baokun Lee · 5 years ago
  47. ce7829f doc: add section for major version suffixes to module reference by Jay Conrod · 5 years ago
  48. b003539 doc: add sections for modules, packages, versions to module reference by Jay Conrod · 5 years ago
  49. 8b1e8a4 cmd/dist: remove redundant 'go test -race' call by Bryan C. Mills · 5 years ago
  50. 66dd208 cmd/go: consolidate TestInstalls into gopath_install script test by Bryan C. Mills · 5 years ago
  51. 2933e93 cmd/cgo: better handling for '.' in pkgpath for gccgo by Than McIntosh · 5 years ago
  52. e0306c1 doc: add glossary to module reference documentation by Jay Conrod · 5 years ago
  53. 39b44e8 cmd/go: make files copied from GOROOT writable in TestNewReleaseRebuildsStalePackagesInGOPATH by Bryan C. Mills · 5 years ago
  54. 8608733 cmd/dist: remove extraneous '-i' from 'go test -race' command by Bryan C. Mills · 5 years ago
  55. 2ac9f1d doc/go1.14: mention new, more efficient, timers by Ian Lance Taylor · 5 years ago
  56. 992d2e5 cmd/go: convert TestPackageMainTestImportsArchiveNotBinary to a script test by Bryan C. Mills · 5 years ago
  57. 9ebd254 cmd/go: ignore irrelevant 'go test' failure in TestGoTestRaceInstallCgo by Bryan C. Mills · 5 years ago
  58. 104f07c cmd/go: convert TestTestCacheInputs to a script test by Bryan C. Mills · 5 years ago
  59. 96c9f3a time: give TestTicker more time on darwin-arm64 by Ian Lance Taylor · 5 years ago
  60. 580337e runtime, time: remove old timer code by Ian Lance Taylor · 6 years ago
  61. 8cf5293 cmd/internal/obj/riscv: split immediates larger than 12-bits by Joel Sing · 5 years ago
  62. 1046a9c cmd/link,cmd/internal/obj/riscv: implement archreloc for riscv64 by Joel Sing · 5 years ago
  63. 2d8c199 runtime: release timersLock while running timer by Ian Lance Taylor · 5 years ago
  64. 3efa09f time: deflake TestTicker by Ian Lance Taylor · 5 years ago
  65. c726361 cmd/go: fail tests immediately if they attempt to create a tempfile within GOROOT by Bryan C. Mills · 5 years ago
  66. 9bba63b cmd/compile: make a better bogus line for empty infinite loops by David Chase · 5 years ago
  67. 6477417 cmd/go: convert TestIssue6844 to a script test by Bryan C. Mills · 5 years ago
  68. b30235a cmd/go: convert TestBuildDashIInstallsDependencies to a script test by Bryan C. Mills · 5 years ago
  69. 8cba8a7 cmd/go: convert TestMove* to script tests by Bryan C. Mills · 5 years ago
  70. fff4502 cmd/go: convert TestUserOverrideFlags to a script test by Bryan C. Mills · 5 years ago
  71. 4e39dd2 cmd/go: convert TestInstallIntoGOPATH to a script test by Bryan C. Mills · 5 years ago
  72. 93d7034 cmd/go: convert TestImportMain to a script test by Bryan C. Mills · 5 years ago
  73. a174a3a test: new test for gollvm compiler crash bug by Than McIntosh · 5 years ago
  74. a23f9af cmd/go: convert TestCoverageUses*Mode* to script tests by Bryan C. Mills · 5 years ago
  75. 48989d5 cmd/go: convert DevNull tests to script tests by Bryan C. Mills · 5 years ago
  76. 9665be3 cmd/go: convert Test{Local,Bad}Imports* to script tests by Bryan C. Mills · 5 years ago
  77. 73d20f8 runtime: always use Go signal stack in non-cgo program by Cherry Zhang · 5 years ago
  78. f9dd99c misc/chrome/gophertool: replace deprecated tabs.getSelected method by ramenjuniti · 5 years ago
  79. 0ac8739 cmd/fix: eliminate data races in TestRewrite and gofmt by Bryan C. Mills · 5 years ago
  80. afac2c0 test: avoid writing temporary files to GOROOT by Bryan C. Mills · 5 years ago
  81. 2bde3c1 runtime: remove stray errno check from TestSignalM by Tom Thorogood · 5 years ago
  82. 6ba0be1 hash/maphash: mark call into runtime hash function as not escaping by Keith Randall · 5 years ago
  83. c20b71e net: add more timing slop for TestDialParallel on Windows by Ian Lance Taylor · 5 years ago
  84. 5042317 runtime: add arenaBaseOffset on aix/ppc64 by Clément Chigot · 5 years ago
  85. 72f333a Revert "test: avoid writing temporary files to GOROOT" by Bryan C. Mills · 5 years ago
  86. dab1a10 time: only fail TestAfterStop if it fails five times in a row by Ian Lance Taylor · 5 years ago
  87. acb9ac0 cmd/dist: skip GOCACHE and .git when making GOROOT read-only by Bryan C. Mills · 5 years ago
  88. 440f7d6 all: fix a bunch of misspellings by Ville Skyttä · 5 years ago
  89. d856e05 cmd/link/internal/ld: set MachO platform to PLATFORM_IOS on iOS by Elias Naur · 5 years ago
  90. 4160a71 cmd/dist: fix GOROOT permissions on failure by Bryan C. Mills · 5 years ago
  91. 9af8794 test: avoid writing temporary files to GOROOT by Bryan C. Mills · 5 years ago
  92. e1fa960 cmd/dist: when -compile-only is set, write binaries to os.DevNull by Bryan C. Mills · 5 years ago
  93. 398f9e1 cmd/go: document the -mod=mod option by Agniva De Sarker · 5 years ago
  94. 3bea90d cmd/go: allow a fork with path […]/vN to replace gopkg.in/[…].vN by Bryan C. Mills · 5 years ago
  95. 5e52ca0 cmd/go: fix typo'd argument in build_trimpath.txt by Bryan C. Mills · 5 years ago
  96. d183253 runtime: check summary before scavenging in fast path by Michael Anthony Knyszek · 5 years ago
  97. 4e8d270 reflect: factor out special channel assignability rule from haveIdenticalUnderlyingType by go101 · 5 years ago
  98. dd8bbc7 syscall: fix EpollEvent padding on mips64{,le} by Tobias Klauser · 5 years ago
  99. 498eaee cmd/internal/obj/x86: mark 2-instruction TLS access nonpreemptible by Cherry Zhang · 5 years ago
  100. 03c58c9 runtime: crash if a signal is received with bad G and no extra M by Cherry Zhang · 5 years ago