1. 4952090 internal/syscall/windows: regenerate zsyscall_windows.go by qmuntal · 1 year, 3 months ago
  2. 504f0d0 crypto/sha512: reduce add usage on PPC64 by Paul E. Murphy · 1 year, 4 months ago
  3. 932d0ae internal/poll: don't queue port completion entry for udp on windows by qmuntal · 1 year, 3 months ago
  4. 007d8f4 time: update windows zoneinfo_abbrs by qmuntal · 1 year, 3 months ago
  5. 79edd1d runtime: remove go119MemoryLimitSupport flag by Keith Randall · 1 year, 3 months ago
  6. 469afbc runtime: remove go119ConcurrentGoroutineProfile flag by Keith Randall · 1 year, 3 months ago
  7. 26fd1fb os: use GetTempPath2 on Windows if available by Thanonchai W · 1 year, 3 months ago
  8. 915af1b runtime: remove go118UseTimerCreateProfiler by Keith Randall · 1 year, 3 months ago
  9. 1eb37fa os: fix findOneDriveDir to expand strings that contain environment variables by Daniela Petruzalek · 1 year, 4 months ago
  10. 1e12c63 cmd/compile: fix -m=2 output for recursive function with closures by Keith Randall · 1 year, 3 months ago
  11. b15297f cmd/dist: remove dead code for META_BUILDLET_HOST_TYPE by Bryan C. Mills · 1 year, 3 months ago
  12. 1540531 test/codegen: merge identical ppc64 and ppc64le tests by Paul E. Murphy · 1 year, 3 months ago
  13. 0301c6c test/codegen: combine trivial PPC64 tests into ppc64x by Paul E. Murphy · 1 year, 3 months ago
  14. 4b3726e encoding/binary: add var NativeEndian by cuiweixie · 1 year, 3 months ago
  15. 0926714 syscall: avoid making assumptions about syscall permissions by Bryan C. Mills · 1 year, 5 months ago
  16. c8c646d cmd/go/internal/modfetch: avoid path.Join in URL errors by Bryan C. Mills · 1 year, 3 months ago
  17. a106def hex: fix panic in Decode when len(src) > 2*len(dst) by Benjamin Prosnitz · 1 year, 3 months ago
  18. 6b8b782 go/types, types2: move tparamIndex from unify.go into infer.go by Robert Griesemer · 1 year, 3 months ago
  19. 21b4e01 go/types, types2: simplify unifier by Robert Griesemer · 1 year, 3 months ago
  20. 1780807 cmd/compile/internal/noder: remove unused noding code by Matthew Dempsky · 1 year, 4 months ago
  21. 7cf8593 cmd/compile: apply FixVariadicCall and FixMethodCall during typecheck by Matthew Dempsky · 1 year, 4 months ago
  22. 4e3abee cmd/compile: remove go119UseJumpTables flag by Keith Randall · 1 year, 3 months ago
  23. 5ad799e net/http: fix missing word in ServeMux doc by Oleksii Sholik · 1 year, 3 months ago
  24. 3dc85a3 net: report completed when context is done in cgoLookupIP and cgoLookupPTR by Mateusz Poliwczak · 1 year, 5 months ago
  25. d085177 runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTrip by Bryan C. Mills · 2 years, 3 months ago
  26. c611ef28 cmd/dist: restore the original GOCACHE before building std and cmd by Bryan C. Mills · 1 year, 5 months ago
  27. 8e0781e cmd/dist: require absolute path to executable in flattenCommandLine by Bryan C. Mills · 1 year, 5 months ago
  28. 6f6276c cmd/compile/internal/inline: adjust isBigFunc to recognize unified IR codegen by Matthew Dempsky · 1 year, 4 months ago
  29. a0bebff cmd/dist: consistently use $GOROOT/bin/go instead of just "go" by Bryan C. Mills · 1 year, 5 months ago
  30. 13c70b1 cmd/compile/internal/types: remove Markdcl/Pushdcl/Popdcl by Matthew Dempsky · 1 year, 5 months ago
  31. f0b1563 cmd/compile/internal/types: remove unneeded functionality by Matthew Dempsky · 1 year, 5 months ago
  32. f5eb0a7 cmd/compile/internal/types: remove TTYPEPARAM and TUNION types by Matthew Dempsky · 1 year, 5 months ago
  33. ea6d4b0 internal/syscall/unix: use atomic.Bool for getrandomUnsupported by Tobias Klauser · 1 year, 3 months ago
  34. da97613 cmd/compile: remove GOEXPERIMENT=nounified frontend by Matthew Dempsky · 1 year, 5 months ago
  35. a7de684 cmd/compile/internal/noder: stop creating TUNION types by Matthew Dempsky · 1 year, 5 months ago
  36. 627f128 go/types, types2: remove misleading example from comment by Robert Griesemer · 1 year, 3 months ago
  37. e9c5e60 misc: update go.mod to 1.21 by David Chase · 1 year, 3 months ago
  38. a9780d8 Revert "runtime: use explicit NOFRAME on darwin/amd64" by Quim Muntal · 1 year, 3 months ago
  39. 4df10fb crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0 by Tobias Klauser · 1 year, 3 months ago
  40. cea7030 runtime: use explicit NOFRAME on darwin/amd64 by qmuntal · 1 year, 4 months ago
  41. 89de906 cmd/go/internal/vcs: fix outdated comment by Cameron Bedard · 1 year, 3 months ago
  42. 4511069 net/http: keep sensitive headers on redirects to the same host by Gustavo Falco · 1 year, 4 months ago
  43. de9bffb cmd/compile: change some unreachable code paths into Fatalf by Matthew Dempsky · 1 year, 5 months ago
  44. 532e34d cmd/compile: remove -d=typecheckinl flag by Matthew Dempsky · 1 year, 5 months ago
  45. 6d4101e cmd/compile/internal/pkginit: remove dependency on typecheck.Resolve by Matthew Dempsky · 1 year, 4 months ago
  46. 4a0e84a cmd/compile: improve register overwrite decision for resultInArg0 ops by Keith Randall · 1 year, 4 months ago
  47. 2c78560 runtime: delete unused cbctxts variable on windows assembly by qmuntal · 1 year, 3 months ago
  48. 4f467f1 cmd: remove GOEXPERIMENT=nounified knob by Matthew Dempsky · 1 year, 5 months ago
  49. 3d49b68 context: eliminate arbitrary timeouts in examples by Bryan C. Mills · 1 year, 3 months ago
  50. 6e82feb os: eliminate arbitrary timeout in testClosewithBlockingRead by Bryan C. Mills · 1 year, 3 months ago
  51. 1f29f39 cmd/link: don't export all symbols for ELF external linking by Ian Lance Taylor · 1 year, 10 months ago
  52. 2bf0f54 Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops" by Keith Randall · 1 year, 3 months ago
  53. 3c7884a cmd/compile: improve register overwrite decision for resultInArg0 ops by Keith Randall · 1 year, 4 months ago
  54. f85c282 internal/testpty: fix error handling by Heschi Kreinick · 1 year, 3 months ago
  55. a896219 cmd/compile: revert package typecheck part of CL 422914 by Matthew Dempsky · 1 year, 5 months ago
  56. 77cd3a4 cmd/go/internal/str: fix PathPrefix functions for root directories by Bryan C. Mills · 1 year, 3 months ago
  57. 1d3088e os: make Lstat for symlinks on Windows consistent with POSIX by Bryan C. Mills · 1 year, 3 months ago
  58. 7a5460e runtime: mark amd64 runtime·rt0_go as NOFRAME by qmuntal · 1 year, 3 months ago
  59. cc82867 runtime/race: update race_windows_amd64.syso by Than McIntosh · 1 year, 9 months ago
  60. a11b8e3 os: have RemoveAll loop on EINTR by Nigel Tao · 1 year, 3 months ago
  61. e216ee7 syscall: clean up variable declarations in forkAndExecInChild by Bryan C. Mills · 1 year, 5 months ago
  62. 01636cf syscall: export X__ifi_pad and X_f on s390x and riscv64 by Bryan C. Mills · 1 year, 4 months ago
  63. a37672b test/codegen: accept ppc64x as alias for ppc64le and ppc64 arches by Paul E. Murphy · 1 year, 3 months ago
  64. 91c1c59 runtime/cgo: use //go:build lines in C and assembly files by Tobias Klauser · 1 year, 3 months ago
  65. 0b3f58c bytes, strings: add ContainsFunc by hopehook · 1 year, 4 months ago
  66. 43f9b82 encoding/gob: slightly simplify init code by Daniel Martí · 1 year, 3 months ago
  67. ffbd194 test: remove TODO in issue20250.go by Matthew Dempsky · 1 year, 3 months ago
  68. 083d94f runtime: use explicit NOFRAME on windows/amd64 by qmuntal · 1 year, 4 months ago
  69. 27500d8 cmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64le by Paul E. Murphy · 1 year, 3 months ago
  70. 02704d5 runtime: switch AMD64's publicationBarrier to ABIInternal by Jakub Ciolek · 1 year, 3 months ago
  71. 7f9ee2b math: handle int64 overflows for odd integer exponents in Pow(-0, y) by Dmitry Panov · 1 year, 4 months ago
  72. 3900ba4 all: fix some comments by cui fliter · 1 year, 3 months ago
  73. a6ddb15 Revert "cmd/compile: teach prove about bitwise OR operation" by Keith Randall · 1 year, 3 months ago
  74. 8c37d48 go/types, types2: refuse pointer to array as argument to "clear" builtin by Cuong Manh Le · 1 year, 3 months ago
  75. dc9d219 cmd/link: remove importcycles function by Jeremy Quirke · 1 year, 4 months ago
  76. 733ba92 cmd/compile: flag 'large' functions when -m=2+ in effect by Than McIntosh · 1 year, 4 months ago
  77. 1951857 os: use handle based APIs to read directories on windows by qmuntal · 1 year, 5 months ago
  78. 7b5a344 runtime: remove unused badsignal2 on windows by qmuntal · 1 year, 3 months ago
  79. cf9263d runtime: factor out windows sigtramp by qmuntal · 1 year, 4 months ago
  80. e39c7a3 runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64 by qmuntal · 1 year, 3 months ago
  81. 030ca34 path/filepath: remove extra Clean call in EvalSymlinks on Windows by qmuntal · 1 year, 5 months ago
  82. 7135710 archive: error check when parse archive by James Yang · 1 year, 4 months ago
  83. 707f888 cmd/compile/internal/pgo: gofmt and simplify by Koichi Shiraishi · 1 year, 6 months ago
  84. 3e44b7d os: treat non-symlink reparse points as irregular files by Bryan C. Mills · 1 year, 4 months ago
  85. 2423370 utf16: reduce utf16.Decode allocations by qmuntal · 1 year, 5 months ago
  86. 0c8480a internal/abi: repair broken self-bootstrap by David Chase · 1 year, 3 months ago
  87. b90971b runtime: enable sha512 optimizations on arm64 via hwcaps. by Matt Horsnell · 1 year, 3 months ago
  88. 35755d7 cmd/compile: teach prove about unsigned division, modulus and rsh by Jorropo · 1 year, 5 months ago
  89. 5e03c63 math/big: validate result of Float.GobDecode by Alexander Yastrebov · 1 year, 3 months ago
  90. 28f8dbd runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 by qmuntal · 1 year, 5 months ago
  91. bb5ff53 cmd/compile: make loopbce handle 8, 16 and 32 bit induction variables by Jakub Ciolek · 1 year, 7 months ago
  92. 9411075 runtime: remove duplicate check of work.full in gcMark. by j2gg0s · 1 year, 3 months ago
  93. e22bd23 internal/abi,runtime: refactor map constants into one place by David Chase · 1 year, 3 months ago
  94. e2fe353 runtime: use copy as spotted by staticcheck by Daniel Martí · 1 year, 3 months ago
  95. ba91377 test: test that we schedule OpArgIntReg early by Keith Randall · 1 year, 3 months ago
  96. 4ff0749 cmd/compile: sort liveness variable reports by Keith Randall · 1 year, 3 months ago
  97. 780fa24 net: add testing.Short Skip to test affected by local network configuration by David Chase · 1 year, 4 months ago
  98. 85b49d7 bytes,strings: add some examples by fangguizhen · 1 year, 3 months ago
  99. 0518e33 path/filepath: fix evaluation of symlinks to paths under /tmp on macOS by matsuyoshi30 · 1 year, 3 months ago
  100. 27b6ace errors: move example functions into example_test file by fangguizhen · 1 year, 3 months ago