1. cc21e4d [dev.link] cmd/link: move macho host files to new loader format by Jeremy Faller · 4 years, 7 months ago
  2. c721994 internal/syscall/unix: remove unused *Trap consts by Tobias Klauser · 4 years, 7 months ago
  3. 46be01f cmd/compile: remove Addable flag by Matthew Dempsky · 4 years, 7 months ago
  4. 9f4fb68 cmd/compile: remove PDISCARD class by Matthew Dempsky · 4 years, 7 months ago
  5. e49ecaa runtime: adjust expected error threshold in TestSelectFairness by Giovanni Bajo · 4 years, 7 months ago
  6. 592d304 net: use case-insensitive host string comparison in TestLookup* by Meng Zhuo · 4 years, 7 months ago
  7. 3c56eb4 cmd/compile: make poset use sufficient conditions for OrderedOrEqual by zdjones · 4 years, 7 months ago
  8. e79c238 cmd/compile: move OAS2 to its own case in order by Cuong Manh Le · 4 years, 7 months ago
  9. ba6aeb6 cmd/compile: simplify OAS2XXX nodes handle in order by Cuong Manh Le · 4 years, 7 months ago
  10. 54abb5f net/mail: fix new test for systems with different zoneinfo data by Ian Lance Taylor · 4 years, 7 months ago
  11. 2df5cdb runtime: make nanotime use monotonic clock in Solaris by Jerrin Shaji George · 4 years, 7 months ago
  12. c1ccae4 os: deflake TestFdReadRace by increasing timeout by Ian Lance Taylor · 4 years, 7 months ago
  13. fd33b2c runtime: when disabling SIGPROF handler, ignore SIGPROF by Ian Lance Taylor · 4 years, 7 months ago
  14. 974fd130 [dev.boringcrypto] misc/boring: publish to Docker Hub all releases, not only the latest by Filippo Valsorda · 4 years, 7 months ago
  15. 33fac9b cmd/compile/internal/gc: preallocate slices in noder by Ariel Mashraki · 4 years, 7 months ago
  16. 0e3e46f cmd/go/internal/get: simplify scheme lookup by Bryan C. Mills · 4 years, 7 months ago
  17. 78d6716 cmd/go: integrate changes made in x/mod packages into internal packages by Jay Conrod · 4 years, 7 months ago
  18. 2686e74 runtime: make goroutine for wasm async events short-lived by Richard Musiol · 4 years, 7 months ago
  19. 24f9238 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 7 months ago
  20. 426bfbe runtime: move sighandler into signal_unix.go by Ian Lance Taylor · 4 years, 7 months ago
  21. df38069 mime/multipart: add Part.NextRawPart to avoid QP decoding by Alex Buchanan · 5 years ago
  22. a08cb9f net/mail: added support to trailing CFWS in date by Constantin Konstantinidis · 6 years ago
  23. ba108c9 encoding/json: add Decoder.InputOffset for offset access by Francesco Renzi · 4 years, 7 months ago
  24. ac8966a cmd/compile/internal/ssa: fix block AuxIntType lookup by Michael Munday · 4 years, 7 months ago
  25. 9036351 [dev.link] cmd/link/internal/objfile: update deadcode2 to use new reloc hooks by Than McIntosh · 4 years, 7 months ago
  26. 0b25ab5 [dev.link] cmd/link/internal/objfile: new loader method for reloc queries by Than McIntosh · 4 years, 7 months ago
  27. 1627714 test/fixedbugs: bump issue21576.go's timeout to 1min by Emmanuel T Odeke · 4 years, 7 months ago
  28. 2ac8f79 crypto/tls: consistently use %v for error formatting by fenos · 4 years, 7 months ago
  29. b421b85 errors: fix typo in TODO comment by davidsbond · 4 years, 7 months ago
  30. d189bdd internal/reflectlite: skip TestMirrorWithReflect reflect package source is unavailable by Bryan C. Mills · 4 years, 7 months ago
  31. d0f10a6 runtime,internal/bytealg: optimize wasmZero, wasmMove, Compare by Agniva De Sarker · 4 years, 7 months ago
  32. 03ef105 all: remove nacl (part 3, more amd64p32) by Brad Fitzpatrick · 4 years, 7 months ago
  33. e44dfa1 [dev.link] cmd/link: escape package path in objByPkg map by Cherry Zhang · 4 years, 7 months ago
  34. 0108b54 [dev.link] cmd/internal/goobj: replace `"".` with package prefix in newobj mode by Cherry Zhang · 4 years, 7 months ago
  35. ffca64d [dev.link] cmd/internal/obj: support -S flag in newobj mode by Cherry Zhang · 4 years, 7 months ago
  36. 8a9be49 [dev.link] cmd/link: use index for deadcode by Cherry Zhang · 4 years, 7 months ago
  37. 6dc740f test: adjust a test to work with js/wasm's background goroutine by Brad Fitzpatrick · 4 years, 7 months ago
  38. 26ff21d runtime: remove no-op pointer writes in treap rotations by alan · 4 years, 7 months ago
  39. f7659d4 [dev.link] cmd/link/internal/objfile: new 'Sym' type for global symbol index by Than McIntosh · 4 years, 7 months ago
  40. 68395a6 cmd/go: forbid module pattern 'all' when outside a module by Jay Conrod · 4 years, 7 months ago
  41. 46b7557 cmd/compile: walk progs to generate debug_lines data by Jeremy Faller · 4 years, 7 months ago
  42. fb9af84 encoding/json: support TextUnmarshaler for map keys with string underlying types by Cuong Manh Le · 4 years, 7 months ago
  43. 900ebcf encoding/json: stop escaping U+2028 and U+2029 in Compact by Tom Thorogood · 4 years, 7 months ago
  44. 3322f3e cmd/go: forbid resolving import to modules when outside of a module by Jay Conrod · 4 years, 7 months ago
  45. aa09e75 cmd/doc: show original import error when package cannot be found by Jay Conrod · 4 years, 7 months ago
  46. 99b9ee3 go/build: import packages in module mode when GO111MODULE is "on" by Jay Conrod · 4 years, 7 months ago
  47. 07b4abd all: remove the nacl port (part 2, amd64p32 + toolchain) by Brad Fitzpatrick · 4 years, 7 months ago
  48. 19a7490 dog/go1.14: properly close code tags by Ainar Garipov · 4 years, 7 months ago
  49. c455e88 [dev.link] cmd/link: change some decodetype functions to operate on bytes by Cherry Zhang · 4 years, 7 months ago
  50. 65a649c [dev.link] cmd/link, cmd/internal/goobj2: adopt new DWARF compilation unit logic with new object file by Cherry Zhang · 4 years, 7 months ago
  51. 0d7404c [dev.link] cmd/link, cmd/internal/goobj2: mmap object file in -newobj mode by Cherry Zhang · 4 years, 7 months ago
  52. 32b6eb8 cmd/go: eliminate redundancy in import error messages by Jay Conrod · 4 years, 7 months ago
  53. b3104fe Revert "cmd/go: fail if a test binary exits with no output" by Bryan C. Mills · 4 years, 7 months ago
  54. 4c7a8d6 cmd/go/internal/modfile: remove preceding empty lines when setting require by Jason A. Donenfeld · 4 years, 7 months ago
  55. 829fae3 net/http: update bundled x/net/http2 by Emmanuel T Odeke · 4 years, 7 months ago
  56. e24a628 net/http: do not sniff response if Content-Encoding header is set by Emmanuel T Odeke · 4 years, 7 months ago
  57. 6cba4db cmd/go/internal/list: disallow 'list -m' with '-mod=vendor' by Bryan C. Mills · 4 years, 7 months ago
  58. 1736f3a cmd/go: automatically check and use vendored packages by Bryan C. Mills · 4 years, 7 months ago
  59. dae8e71 cmd/go: document multiple conditions in TestScript by Jay Conrod · 4 years, 7 months ago
  60. 22d3da4 test: new testcase for gccgo compiler problem by Than McIntosh · 4 years, 7 months ago
  61. 2495095 [dev.link] cmd/link: load full symbol contents after deadcode pass by Cherry Zhang · 4 years, 8 months ago
  62. 1fba10c cmd/go: fail if a test binary exits with no output by Daniel Martí · 4 years, 10 months ago
  63. 38c4a73 cmd/asm: add s390x branch-on-count instructions by Michael Munday · 4 years, 9 months ago
  64. ff86ce1 cmd/asm: fix element size encoding for VSUMQ instruction on s390x by Michael Munday · 4 years, 7 months ago
  65. 421d35c cmd/go: suppress more errors in package-to-module loading by Bryan C. Mills · 4 years, 7 months ago
  66. 0b204f9 go/build: allow ~ and ^ in #cgo directives for sr.ht import paths by Elias Naur · 4 years, 7 months ago
  67. a38a917 all: remove the nacl port (part 1) by Brad Fitzpatrick · 4 years, 7 months ago
  68. 2197321 cmd/compile: split n.Noescape() into separate uses by Matthew Dempsky · 4 years, 7 months ago
  69. 5650a53 go/types: don't skip defined types when reporting cycles by Robert Griesemer · 4 years, 7 months ago
  70. ce83f41 net/textproto: do not allow multi-line header field names by Katie Hockman · 4 years, 7 months ago
  71. ed7e430 cmd/go: respect -mod flag in fmt by Dan Peterson · 4 years, 7 months ago
  72. 48151b3 [dev.link] cmd/link: add symbols to Textp after deadcode pass by Cherry Zhang · 4 years, 8 months ago
  73. fcfbe25 [dev.link] cmd/link: remove runtime.gcbits special case by Cherry Zhang · 4 years, 7 months ago
  74. decf9f6 net/http: use err as error var in server.Serve by Davor Kapsa · 4 years, 7 months ago
  75. 868de9a go/types: remove objSet type in favor of explicit map type (cleanup) by Robert Griesemer · 4 years, 7 months ago
  76. c7d7042 go/types: simplify some code and remove TODOs (cleanup) by Robert Griesemer · 4 years, 7 months ago
  77. 37a2290 go/types: fix cycle detection by Robert Griesemer · 4 years, 8 months ago
  78. 816ff44 cmd/compile: use vsx loads and stores for LoweredMove, LoweredZero on ppc64x by Lynn Boger · 4 years, 7 months ago
  79. 9ce5cad cmd/internal/obj/arm64: add error checking for system registers. by diaxu01 · 4 years, 9 months ago
  80. d458b86 cmd/compile: regenerate known formats in fmtmap_test.go by Tobias Klauser · 4 years, 7 months ago
  81. cedb561 syscall: don't use deprecated syscalls on linux/arm64 by Tobias Klauser · 4 years, 7 months ago
  82. 6ec4c71 cmd/compile: add SSA rules for s390x compare-and-branch instructions by Michael Munday · 4 years, 8 months ago
  83. 77f5adb cmd/compile: don't use statictmps for small object in slice literal by Cuong Manh Le · 4 years, 7 months ago
  84. ecba835 syscall: on wasm, do not panic if "process" global is not defined by Richard Musiol · 4 years, 7 months ago
  85. 01ff213 cmd/compile: suppress statement marks on interior of switch tree by David Chase · 4 years, 7 months ago
  86. ab00f89 cmd/compile: remove useless block-indirection in type switch by Matthew Dempsky · 4 years, 7 months ago
  87. e1446d9 runtime: speed up receive on empty closed channel by Ben Schwartz · 5 years ago
  88. a0894ea cmd/compile: reimplement parameter leak encoding by Matthew Dempsky · 4 years, 7 months ago
  89. 05a805a cmd/compile: introduce EscLeaks abstraction by Matthew Dempsky · 4 years, 7 months ago
  90. 1c8e607 runtime: do not omit stack trace of goroutine that handles async events by Richard Musiol · 4 years, 7 months ago
  91. 30521d5 cmd/link: produce valid binaries with large data section on wasm by Richard Musiol · 4 years, 7 months ago
  92. 30da79d cmd/compile: improve write barrier removal by Keith Randall · 4 years, 7 months ago
  93. 5400165 internal/reflectlite: add missing copyright header by Cuong Manh Le · 4 years, 7 months ago
  94. 72dc9ab cmd/compile: reuse dead register before reusing register holding constant by Keith Randall · 4 years, 7 months ago
  95. fc2915f bytes: add endian base compare test by Meng Zhuo · 4 years, 7 months ago
  96. 8b39106 internal/reflectlite: add type mirror with reflect test by Cuong Manh Le · 4 years, 7 months ago
  97. c7d81bc cmd/compile: reduce amount of code generated for block rewrite rules by Michael Munday · 4 years, 7 months ago
  98. cfe2320 os: re-enable TestPipeThreads on darwin by Shenghou Ma · 4 years, 7 months ago
  99. fc8bef0 unicode/utf8: add link to formal UTF-8 description. by Serhat Giydiren · 4 years, 7 months ago
  100. ee3f768 internal/reflectlite: updates reflectlite to match runtime rtype/mapType by Cuong Manh Le · 4 years, 7 months ago