Open changes
Excluding those marked WIP, having hashtags "wait-author", "wait-release", "wait-issue", or description containing "DO NOT REVIEW".
Source code
Sample filters: "Russ Cox" / Change.Author.Name:"rsc" / Change.Subject:"runtime" / Predicates.Name:hasUnresolvedComments / Change.Created > "2024-01-01"
Ready
approved and ready to submit
2026-06-12 Dmitri Shuralyov 784140 cmd/go: start a test case for an insecure scheme check authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Dmitri Shuralyov 790001 cmd/dist: drop all but one custom timeout authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Dmitri Shuralyov 790000 cmd/dist: drop 3 minute (or 9 for cmd/go) custom timeout for std cmd authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Dmitri Shuralyov 789885 cmd/dist: drop 3 minute timeout for a few packages that get close authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Damien Neil 787680 bmp: don't panic on too-large image, reject 0xN authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Damien Neil 787501 font/sfnt: avoid panics from out-of-bounds access in invalid GPOS table authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Quim Muntal 787320 cmd/go: avoid build actions for pure-Go go list -compiled authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 thepudds 789980 test/codegen: update runtimefreegc test for slice backing store fix authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-11 Jorropo 786860 cmd/compile: fix AMD64 misscompilation due to AMD64 SETcc and Jcc mapping authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-11 Joe Tsai 788864 encoding/json: treat invalid `inline` as a regular field authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-09 Damien Neil 786343 _content/doc/security: decision: HTTP client redirects authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-09 Keith Randall 788860 [release-branch.go1.26] internal/runtime/gc: require AVX512DQ for greentea authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-05 Damien Neil 787261 net/http/httputil: document ReverseProxy cookie security considerations authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-04 Robert Griesemer 787041 cmd/compile: better error message when using promoted field with version < 1.27 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-03 Daniel Martí 784241 [release-branch.go1.25] os: notify testlog from (*File).Chdir authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-03 Daniel Martí 784242 [release-branch.go1.26] os: notify testlog from (*File).Chdir authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-05-28 David Chase 784100 [release-branch.go1.26] os/signal: make NotifyContext Cause match context.Canceled authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-05-26 Ian Alexander 783302 data/reports: add GO-2026-5004 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-04-12 Michael Pratt 634316 runtime/pprof: increment PC on lostProfileEvent frame authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-04-10 David Chase 660275 structs: improve doc comment for HostLayout authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-04-07 Ian Alexander 763662 cmd/go/internal/base: small modernizations authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-04-07 Ian Alexander 763661 cmd/go/internal/modload: remove unused parameters authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-04-07 Ian Alexander 763621 cmd/go/internal/modload: omit type in declaration authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-04-07 Ian Alexander 763660 cmd/go/internal/modload: use tagged switch authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-02-05 Dmitri Shuralyov 742363 cmd/watchflakes: delete oldResultDBHost authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-01-22 Michael Pratt 676537 time: detect copies of Timer and Ticker authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2025-12-05 David Chase 647399 cmd/cgo: rewrite C.type composite literals to use keywords authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2025-09-30 Roland Shoemaker 706316 crypto/x509: disallow explicitly encoded default version authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2024-07-03 David Chase 533266 cmd/compile: enable CSE of const calls. authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2023-12-20 Emmanuel Odeke 543077 _content: bring in updated images/icons authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2022-09-19 Matthew Dempsky 427679 cmd/compile/internal/noder: omit unneeded itab slots in runtime dicts authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Mark Freeman 790180 internal/goexperiment: delete Flags.GenericMethods authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2026-06-11 Damien Neil 787681 webp: require that VP8/VP8L dimensions match canvas dimensions authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2026-06-08 Neal Patel 768380 all: cut test timeout from 20m -> 10m authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2026-06-04 Jonathan Amsterdam 786600 all: fix npm errors authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2026-03-03 Ian Alexander 751160 devtools: add support for custom username during create authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2026-01-22 Michael Knyszek 735182 runtime: make scavengeAll preemptible authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2025-12-18 Alan Donovan 731260 [internal-branch.go1.26-vendor] go/analysis/passes/modernize: disable reflecttypefor modernizer for unnamed struct/interface authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2025-04-04 Damien Neil 662375 os: simplify .. path component removal in os.Root authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2023-08-10 Russ Cox 518376 go/ssa/interp: disable test for GOROOT/test/range.go authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsPassed
2026-06-13 cuishuang 785360 all: fix some comments to improve readability authorReviewer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-13 cuishuang 785101 all: fix some comments to improve readability authorReviewer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-13 cuishuang 785400 all: fix some comments to improve readability authorReviewer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-01 cui 782400 encoding/pem: handle error from Close authorReviewer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-05 Julian Zhu 696076 crypto/internal/fips140/subtle: re-add assembly implementation of xorBytes for mipsx authorMaintainer authorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-06-12 Michael Matloob 784860 [release-branch.go1.25] cmd/go: use fsys.ReadDir for IsStandardPackage authorMaintainer authorContributor hasPlusTwo trybotsPassed
2026-06-12 Michael Matloob 784861 [release-branch.go1.26] cmd/go: use fsys.ReadDir for IsStandardPackage authorMaintainer authorContributor hasPlusTwo trybotsPassed
2026-05-12 Jake Bailey 771162 cmd/compile: use ReassignOracle.StaticValue in escape analysis callee resolution authorReviewer authorContributor hasPlusTwo hasPlusOne trybotsPassed
2026-05-08 Michael Podtserkovskii 577315 cmd/compile/internal/base: Return error if both flags -I and -importcfg provided authorReviewer hasPlusTwo hasPlusOne trybotsPassed
2023-11-17 Uzondu Enudeme 540696 _internal: add tests per navigation feature included in site.tmpl authorReviewer hasPlusTwo hasPlusOne trybotsPassed
2026-06-09 Arseny Samoylov 788680 cmd/internal/testdir: don't skip asmcheck tests with arch build constraints in -all_codegen mode authorReviewer hasPlusTwo trybotsPassed
2026-05-26 Julia Lapenko 782180 cmd/compile: pass GOEXPERIMENT=runtimefreegc to the compiler correctly authorReviewer hasPlusTwo trybotsPassed
2026-06-12 Sebastien Tardif 786620 syscall: add //go:norace to rawSyscall on darwin hasPlusTwo trybotsPassed
Ready with Comments
approved but has unresolved comments
2026-03-19 Brad Fitzpatrick 756520 maintner: add TrackGitHub method variant taking an oauth2.TokenSource authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-05-22 Austin Clements 675356 maintner: abstract out network retry logic authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-05-22 Austin Clements 675355 maintner: test segment cache authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2024-11-20 Joel Sing 630036 os/signal: skip TestSignalTrace on openbsd/arm64 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2023-02-17 Michael Knyszek 468916 cmd/coordinator: add linux-amd64 x/debug trybots to the main repo authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-06-12 Alan Donovan 788300 gopls/internal/golang: rewrite findDeclInfo using Cursor authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2026-06-12 Mark Freeman 790280 go/types, types2: traverse aliases in isComplete check authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2026-06-10 Hyang-Ah Hana Kim 788643 gopls: promote strict flag ordering in docs and help messages authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2026-04-01 Michael Knyszek 750940 runtime: explicitly trace status of traceAdvance goroutine authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2025-11-25 Michael Knyszek 593835 runtime: collect stacks from g0 for traces authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2025-07-08 Damien Neil 686175 errors: document that Is can panic on noncomparable errors authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2025-05-27 Michael Pratt 676535 runtime: skip nil Ps in preemptall authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2025-01-07 Damien Neil 640917 net/http: document that Redirect does not sanitize its url authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2024-12-04 Tim (please use taking@golang.org in the future) 633276 cmd/compilebench: fix finding the end of exportdata authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2024-08-30 David Chase 605595 structs: improve doc comment for HostLayout authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2024-04-23 Alan Donovan 580919 gopls/internal/debug: show only 3 sig. figs. in memstats authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2023-09-07 Michael Knyszek 524315 runtime: give TestFPUnwindAfterRecovery more opportunities to fail authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2023-05-02 Joel Sing 482659 cmd/compile: prefer 32 bit unsigned division on amd64 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2023-02-05 Emmanuel Odeke 442656 storage: fix resource leaks from unclosed objects found by staticmajor authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2022-11-08 Austin Clements 368135 runtime: clean up atomicAllGs API authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2022-08-18 Michael Pratt 423116 runtime: always collect M creation stack authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2026-06-08 Mauri de Souza Meneguzzo 541735 runtime: implement stackcheck for riscv64 authorReviewer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-05-13 cui 770760 cmd/go/internal/modcmd: avoid fd leak authorReviewer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2026-06-08 Neal Patel 780180 ssh: sanitize client disconnect messages authorMaintainer hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-06-04 Julian Zhu 738760 crypto/internal/poly1305: provide optimised assembly for riscv64 authorMaintainer authorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2024-10-25 Muir Manders 594236 gopls/completion: split type into its methods and underlying struct authorReviewer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsPassed trybotsFailed
2026-05-15 Qiuweihong 762420 cmd/compile/internal, cmd/internal: implement jump table on riscv64 authorReviewer hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-03-10 George Adams 623495 os: skip ExampleReadLink test on non-elavated Windows systems authorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2023-03-07 Bill O'Farrell 266457 internal/cpu: align s390x support with x/sys/cpu authorReviewer authorContributor hasPlusTwo hasUnresolvedComments trybotsPassed
2026-04-29 orbisai0security 761380 fix: remove unsafe exec() in testregex.c hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-04-22 Jah-yee 768580 cmd/objdump: fix size of last symbol in Mach-O file hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-02-17 John S 741502 cmd/compile/internal/ir: clarify OCONVNOP documentation hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-07-02 Putra Perdana Haryana 685535 wasm: clear remaining timeouts on exit hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-05-23 Clide Stefani 597895 crypto/tls: add support for cipher flags to bogo_shim_test hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-04-21 Zxilly Chou 658295 syscall: ignore O_DIRECTORY on Windows for js/wasm authorReviewer hasPlusTwo hasUnresolvedComments trybotsPassed
2025-04-17 Mehmet Can Taş 294809 database/sql: add empty driver name check on Register method hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-04-16 Mike Andrews 467656 syscall/js: correct the wrong name in error for Value.Length method hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-03-30 Samuel Marks 659075 lib/wasm: utf8 is an invalid param for `TextEncoder` hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-03-06 tomocy 609056 websocket: add example of (*Server).Handshake hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2023-03-01 YAEGASHI Takeshi 297369 playground: check file/dir name conflicts in txtar hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-04-06 tengtian 762580 fmt: fix %q verb documentation to say "rune literal" hasPlusTwo hasUnresolvedComments trybotsPassed
2025-07-15 Oliver Eikemeier 685736 singleflight: Fix TestPanicErrorUnwrap hasPlusTwo hasUnresolvedComments trybotsPassed
2023-01-23 yongjie.yyj 455418 runtime: immediately handoff P before returning to C host program hasPlusTwo hasUnresolvedComments trybotsPassed
Ready with Merge Conflict
approved but has a merge conflict
2026-05-31 Nicola Murino 782430 ssh/knownhosts: add test ensuring multi-word comments are accepted authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2026-05-29 Daniel McCarney 783980 crypto/x509: triage x509limbo allows authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2025-09-23 Mateusz Poliwczak 705575 gopls/internal/golang/completion: add range-over-int snippets authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2024-11-09 Russ Cox 548063 internal/web: add code for computing doc nav sidebar authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2023-10-16 Eric Fang 424138 cmd/asm: migrate some instruction implementations from optab to the new path authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2023-03-14 Austin Clements 34930 runtime: consolidate minPhysPageSize and minLegalPointer authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2022-09-01 Matthew Dempsky 427294 cmd/compile/internal/walk: branchless 8-bit counter increment authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2022-05-20 Michael Knyszek 321789 runtime: exit harder in badsignal2 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2022-04-22 Cherry Mui 221517 runtime: inject a VZEROUPPER on darwin/amd64 even if we don't preempt authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2026-05-18 Felix Geisendörfer 697357 cmd/trace: add -nobrowser flag authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-05-17 Joel Sing 748921 cmd/compile: use SLLW for Lsh32x(64|32|16|8) on riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-05-01 Alan Donovan 773160 std: go fix -slicesbackward=false ./... authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2026-04-02 Michael Knyszek 754883 internal/trace: bring back ClockSnapshot authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2026-04-02 Michael Knyszek 754301 internal/trace: don't emit a Sync event at the start authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2026-04-02 Michael Knyszek 754300 internal/trace: replace ClockSnapshot with methods on Event authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2026-03-20 Neal Patel 695495 internal/frontend: migrate go-mod-viewer.appspot.com to pkg.go.dev/view authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2026-01-30 Cherry Mui 511695 cmd/link: switch to gold linker on ARM in dynamic linking mode authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2025-12-18 Alan Donovan 731280 [internal-branch.go1.26-vendor] go/analysis/passes/modernize: rangeint: result vars are implicit uses authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2025-08-12 Keith Randall 686195 cmd/compile: try harder to find constant string during comparison authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-07-22 Michael Knyszek 689395 cmd/gomote: allow LUCI and non-LUCI gomotes to coexist authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-06-17 Cherry Mui 675655 main.star: add dev.simd branch authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-05-09 Michael Pratt 666498 perf: require IAP authentication for search access authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-03-04 Damien Neil 653396 internal/http3: server handlers authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-21 Alan Donovan 611535 internal/callgraph/chautil: add Reachable function authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2025-01-21 Alan Donovan 611536 go/ssa: stop using ssautil.AllFunctions authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2024-07-01 Michael Pratt 592077 os: error if CLONE_PIDFD does not work properly authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2024-01-22 Michael Pratt 557458 cmd/compile/internal/pgo: remove fatal logging from functions returning error authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2023-12-20 Russ Cox 551795 _content: delete old sidebars authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2023-12-20 Russ Cox 550322 _content: remove scroll up/down button and horizontal scroll meter authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2023-09-13 Matthew Dempsky 524996 cmd/link: apply github.com/mdempsky/unconvert authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2023-08-04 Than McIntosh 495444 runtime/coverage: special handling for "_" setting of GOCOVERDIR authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2022-10-19 Michael Pratt 444095 runtime: use freeMStack named constant in assembly authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2022-08-03 Michael Knyszek 407736 runtime: remove heap lock acquisition in the page reclaimer authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2022-02-24 Michael Pratt 387954 runtime/trace: dump encoded trace to failure log authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsPassed
2026-04-02 Michael Knyszek 706375 internal/trace: add Index for scalably exploring a trace authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2024-12-20 David Chase 615777 build/env: add rsync to some gomote images authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2024-06-11 Damien Neil 591276 http2: allow simulating transport dial failures authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2024-04-03 David Chase 575815 cmd/compile: rotate loops better authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2023-06-07 Damien Neil 501306 crypto/tls: change SessionState.Extra to [][]byte authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2023-04-10 Daniel Martí 461740 go/printer: use offset integers in commentBefore authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-12-06 Matthew Dempsky 424877 go/internal/gcimporter: further simplify unified IR importer authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-11-17 Matthew Dempsky 451216 runtime: replace mspan.limit with mspan.datasize authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-11-08 Austin Clements 370664 runtime: use runTestProg in more places authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-11-08 Austin Clements 370705 testenv: improve RunWithTimeout authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-09-09 David Chase 405481 test: make run.go / runindir use go.mod if one is supplied authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-09-08 Matthew Dempsky 429335 cmd/compile/internal/ssa: generalize struct handling authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-08-23 Michael Knyszek 425175 runtime: check that a span is noscan before scanning memory authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-08-03 Michael Knyszek 407509 runtime: eliminate cache miss in findObject path authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2021-12-21 Russ Cox 366434 playground: redirect editing page to go.dev/play authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2021-09-03 Joel Sing 321450 test: use internal linking with deadlock detector test authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2021-04-09 Keith Randall 308749 x/tools: improve reflectvaluecompare analysis authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2021-03-15 Robert Findley 301749 internal/lsp/debug: add go version information to gopls version output authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2020-10-14 David Chase 257972 cmd/compile: add code to support register ABI spills around morestack calls authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2024-10-28 Michael Fraenkel 621175 http2: support SETTINGS_NO_RFC7540_PRIORITIES authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2026-06-05 Julian Zhu 696075 crypto/internal/fips140/subtle: re-add assembly implementation of xorBytes for mips64x authorMaintainer authorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2026-05-30 Alexander Musman 784020 [dev.simd] simd: add ARM64 PMULL (carrylessMultiplyWidenLo) intrinsic authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2025-02-06 Jakub Ciolek 637595 runtime: switch AMD64's procyield to ABIInternal authorReviewer authorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2025-02-03 Jakub Ciolek 642715 cmd/compile: remove unnecessary swisstable branch from walkRange authorReviewer authorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2025-05-08 WANG Xuerui 455018 cmd/internal/obj/loong64: remove the PCADDU12I instruction authorReviewer authorContributor mergeConflict hasPlusTwo hasPlusOne trybotsPassed trybotsFailed
2024-05-27 Bryan Boreham 567876 commands: fix mismatch in argument error reporting authorReviewer mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2024-03-19 Alexey Neganov 508399 net/http,x/net/http2: close request body in HTTP/2 RoundTrip if GetClientConn fails authorReviewer mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2023-03-13 Kyle Larose 468635 webdav: path-escape the lock root mergeConflict hasPlusTwo hasPlusOne trybotsPassed
2026-03-16 jiahua wang 481576 cmd/go: use "slices" instead of "cmd/go/internal/slices" authorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2026-03-12 adeel26in 743440 context: fix outdated documentation mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2024-12-13 Jacob Hoffman-Andrews 549519 net/http: explain when HTTP/2 is disabled authorReviewer mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2024-08-23 Clide Stefani 597195 crypto/tls: support signed cert timestamps flags in bogo_shim_test mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2023-10-30 David Nesting 493335 Make NewClient and Config.Client documentation agree with implementation mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2023-03-05 Will Hawkins 403077 net/http, crypto/tls: centralize mgmt of TLS trace events authorReviewer mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2021-12-13 Hasibul Hasan 345210 go.text/language: updated output and doc of language.Matcher example. mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsPassed
2025-04-22 soh335 621215 x/oauth2: apply the expires_in value returned by the server to Token.ExpiresIn mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2025-02-25 Froz 651756 runtime/cgo: add error checks for safe stack retrieval on Unix mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2024-04-10 Bhautik Bavadiya 577215 time: update name of Windows IST timezone mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
2022-11-08 Vyacheslav Pachkov 402814 cmd/compile: do not call runtime for short memory blocks in struct eq mergeConflict hasPlusTwo hasUnresolvedComments trybotsPassed
From Maintainer
from a maintainer
2026-06-08 Dmitri Shuralyov 787640 cmd/updatestd: maintain cmd/go/internal/doc selection of pkgsite version authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne
2025-12-23 Dmitri Shuralyov 732263 cmd/coordinator: lower the memory allocation authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne
2026-04-02 Michael Knyszek 731508 internal/trace: add start and end time to summary authorMaintainer authorContributor authorMajorContributor hasPlusTwo
2026-04-02 Robert Griesemer 762060 cmd/internal/obj/arm64: run go generate authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsFailed
2025-09-12 Michael Knyszek 703137 cmd/dist: make GOROOT unwritable on more builders authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsFailed
2026-06-13 Meng Zhuo 752981 crypto/sha256: enable zvknha for riscv64 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2026-06-04 Joel Sing 784780 main.star: remove openbsd-arm64 from KNOWN_ISSUE_BUILDER_TYPES authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsFailed
2026-05-21 Russ Cox 781280 cmd/compile: print exported escape annotations with -m=2 or higher authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsFailed
2026-04-27 Robert Griesemer 771143 cmd/compile: increase default error limit to 20 authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsFailed
2026-04-02 Michael Knyszek 750943 internal/trace: track mark assist wait time in summaries authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2026-04-02 Michael Knyszek 750942 internal/trace: fix minor bugs in summary goroutine time authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2026-04-02 Michael Knyszek 731504 cmd/trace: parse trace events on demand authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2026-01-28 Joe Tsai 730580 runtime: include throw and fatal message in SetCrashOutput authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2025-10-01 Mateusz Poliwczak 703815 go/parser: simplify comment parsing logic authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2026-06-11 Alan Donovan 786960 gopls/internal/golang: assembly: use html/template authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2026-06-10 Meng Zhuo 711075 chacha20: improve performance for riscv64 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsFailed
2026-05-26 Russ Cox 778320 cmd/go: implement fs.FS in internal/fsys and drop custom glob authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2026-04-02 Michael Knyszek 731507 internal/trace: track task summaries by ID instead of pointer authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments
2026-04-02 Michael Knyszek 731505 internal/chrometrace: move out of internal/trace/traceviewer authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsFailed
2026-04-02 Michael Knyszek 731506 cmd/trace: move internal/trace/traceviewer into cmd-internal package authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments
2026-05-27 Junyang Shao 783241 [dev.simd] simd, cmd/compile: SaturateToConcat -> ConcatSaturateTo authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2026-04-02 Michael Knyszek 754884 internal/trace: revamp Range authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2026-06-12 Gopher Robot 789800 go.mod: update golang.org/x dependencies authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-06-08 Michael Matloob 764761 cmd/go/internal/work: cache coverage output authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-06-02 Tobias Klauser 779660 maps, slices: modernize tests and benchmarks authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-05-26 Dmitri Shuralyov 783004 main.star: include longtest builders in pre-submit in x/vuln authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-05-19 Keith Randall 779240 internal/runtime/maps: document hashing of stack pointers authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-05-01 Dmitri Shuralyov 773022 git-codereview: add -ready flag authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-04-20 Nicola Murino 768800 ssh: support parsing sk private keys authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-06-13 Roland Shoemaker 790380 html: preserve attribute ordering authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-13 David Chase 790240 simd: add example_test.go authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-13 abner chenc 790100 loong64/loong64asm: Add support for aliases rdcnt{vl,vh,id}.w in the GNUSyntax authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-12 Damien Neil 790221 tiff: limit the amount of data read in IFD entries authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-12 Damien Neil 790220 tiff: limit uncompressed data reads authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-12 Damien Neil 788421 tiff: add buffer slice overflow checks for 32-bit systems authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-12 Meng Zhuo 790080 cmd/compile: support zba extensions for riscv64 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-11 Alan Donovan 789882 gopls/internal/golang: InlayHint: add maphash.Hash to ignoredError authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-11 Alan Donovan 789880 internal/crashmonitor: parse systemstack too authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-11 Damien Neil 787500 tiff: don't panic when decoding too-large image on 32-bit platforms authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-11 Alan Donovan 789661 cmd/stacks: various UI improvements: authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-10 Ian Lance Taylor 789400 log/slog: remove obsolete comment authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-09 Hyang-Ah Hana Kim 788900 devapp/owners: update ownership of some x/tools packages authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-09 Cherry Mui 788441 reflect: emphasize issue of function pointer comparison authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-09 Hyang-Ah Hana Kim 788800 internal/chartconfig: add claude and antigravity to gopls/client authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-09 Quim Muntal 788700 runtime: allocate Windows callback stubs in virtual memory authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-08 Rhys Hiltner 788560 runtime: deconflict gscan and mutex profiler authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-08 Alan Donovan 788302 gopls/internal/mcp: go_diagnostics: use idiomatic iterators authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-05 thepudds 785722 cmd/internal/script/scripttest: deflake cmd/link and other testscript tests via a longer WaitDelay authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-05 Alan Donovan 688835 go/ssa: add test for fix of golang/go#73871 in go/types@go1.25 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Hongxiang Jiang 787180 internal/chartconfig: add counter interactive command exec authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Nicola Murino 785542 ssh: rewrite TestWriteExtendedNoInfiniteLoopOnLargeWrite without unsafe authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Mateusz Poliwczak 774840 encoding/json/v2: make NotForPublicUse non-zero-sized authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Jonathan Amsterdam 786041 internal/api: use the new DB versions method authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Neal Patel 781266 internal/task: publish changes in parallel as well authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Madeline Kalil 786720 go/analysis/passes/modernize: errorsastype: handle another pattern authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Nicola Murino 785560 ssh: test rejection of cert whose SignatureKey is a certificate authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-04 Nicola Murino 785541 ssh/test: bound control socket wait by the test deadline authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-02 Tobias Klauser 786020 all: re-run stringer authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-02 Tobias Klauser 779700 net/netip: don't overallocate in AddrPort.MarshalText authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-31 Nicola Murino 782429 ssh/knownhosts: add test ensuring single-word lines are rejected authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-29 Dmitri Shuralyov 770060 cmd/go: check that insecure scheme is permitted by GOINSECURE authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2026-05-29 Hyang-Ah Hana Kim 750120 cmd/relui: add govulncheck-action repo tagging workflow authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-28 Hyang-Ah Hana Kim 779562 cmd/gopherbot: apply the FixPending label to issues with pending cls authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-27 Daniel McCarney 728320 crypto/internal/cryptotest: x509-limbo test coverage authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-27 Rhys Hiltner 779984 crypto/tls: use CSPRNG for benchmark entropy authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-27 Nicola Murino 783720 ssh/agent: drain channel stderr in agent forwarders authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-25 Sean Liao 778622 cmd/go/internal/cfg: pass arch specific envs as build tags authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-21 thepudds 780960 cmd/compile/internal/escape: add some basic tests of ImplicitDerefs authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-20 Jonathan Amsterdam 780600 db-schema.sql: dump of the DB schema authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-20 Ethan Lee 780260 devtools/ci: fix recursively copied artifact permissions in Kokoro authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-20 Meng Zhuo 741860 cmd/link: add R_RISCV_TLS_IE support for internal link authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-20 Ethan Lee 780240 test: introduce sample screentest failure to verify Kokoro artifact capture authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-18 Hongxiang Jiang 778983 [DNS] [DNR] interactive language client example authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2026-05-17 Jorropo 770440 cmd/compile: add add and sub support to known bits authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-16 Sean Liao 778621 cmd/go: link and clarify docs for GOCACHEPROG authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-16 Sean Liao 768480 cmd/go/internal/clean: remove binaries from cwd authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-12 Ian Lance Taylor 739080 cmd/internal/objfile: use 'B' code for ELF and PE BSS symbols authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-12 Mateusz Poliwczak 770720 go/analysis/passes/modernize: use isScalarLvalue in stringscut modernizer authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776661 all: upgrade ESLint to 10 and migrate to flat config authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776668 _content/js: bump d3 to 7.9.0 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776667 tour,talks: bump jQuery UI to 1.14.2; drop unused talks copy authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776669 tour: bump CodeMirror to 5.65.20 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776666 _content,tour: bump jQuery to 3.7.1 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-10 Roland Shoemaker 775960 crypto/tls: omit PSK in ECH outer client hello authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-05-08 Russ Cox 773780 unicode/bidi: fix brackets in runs and reversal, clean up test authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2026-04-29 Junyang Shao 767000 arm64/instgen: support AC_*REG_PATTERN in SVE authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-04-21 Neal Patel 769420 gopls/doc: add vim mappings for LSP supported actions authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-04-20 Robert Findley 768880 cmd/go: report FileHashes in go list -json output authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-04-19 Meng Zhuo 728940 runtime/secret: enable secret on riscv64 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-04-10 Keith Randall 761920 internal/bytealg: better indexbyte algorithm for arm64 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-04-09 Neal Patel 765002 crypto/internal/fips140/pbkdf2: add error message for iter<0 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-04-01 Ian Lance Taylor 727880 cmd/link: don't cross-build in short mode authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-23 Michael Pratt 757623 DO NOT SUBMIT: all: brute force bisect attempt authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-23 thepudds 758140 runtime: add starting stack size benchmark and add GODEBUG=gcstacksizetrace authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-20 Mateusz Poliwczak 757320 syscall: document that AllThreadsSyscall stops the world authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-19 Hyang-Ah Hana Kim 749801 go/analysis/passes/inline: handle Union in typenames authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-12 Ethan Lee 754842 internal/postgres: batch symbol and history lookups authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-12 Ethan Lee 754843 internal/postgres: move UUID v5 generation to application layer authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-12 Ethan Lee 754801 migrations: rename symbol search indices to match naming convention authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-12 Ethan Lee 754840 migrations: add INCLUDE columns to frequently joined indices to enable index-only scans authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-03-11 Mateusz Poliwczak 754441 runtime/debug: add security note to SetTraceback authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2026-03-11 Nicola Murino 754200 ssh/knownhosts: fix wildcard matching of zero-length strings authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2026-02-23 Joel Sing 748021 cmd/link/internal/ld: sanity check the fips symbol offsets authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-02-23 Joel Sing 748020 cmd/link/internal/ld: check the return value of hostlinkfips authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-02-20 Dmitri Shuralyov 743340 cmd/watchflakes: include all failures in "log" field authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2026-02-19 Kevin Burke 731600 strconv: optimize and simplify dragonbox implementation authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2026-02-19 Kevin Burke 745362 runtime: avoid duplicate maybeRunChan in chanrecv fast path authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-02-18 Kevin Burke 746160 time: make Time.Sub fast for wall-only times authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-02-09 Dmitri Shuralyov 743381 internal/version: add explanatory comments to runGo authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2026-01-29 Damien Neil 740420 archive/zip: avoid creating excessive implied directory entries authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2026-01-26 Madeline Kalil 691597 gopls/internal/golang: fix incorrect missing method code action authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-01-21 Junyang Shao 735200 cmd/gerritbot: update match(Any|Count)? docs authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-01-13 Jorropo 735940 runtime: remove RunParallel for the single threaded Fastrand benchmarks authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-01-12 Damien Neil 735840 os/exec: fix more edge cases in Windows PATH resolution authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-12-15 Sean Liao 721207 database/sql: release lock if Rows.Scan panics authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-12-05 David Chase 725640 go/internal/srcimporter: import cgo files post-translation, not pre authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-12-01 Joe Tsai 725560 encoding/json/v2: add intern benchmark using unique.Make authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2025-11-08 Sean Liao 715020 present: parse activitypub and atproto handles authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-11-03 Peter Weinberger 717160 internal/diff/glcs: generic version of lcs authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-10-31 Xiaolin Zhao 716760 cmd/pprof: loong64, riscv64 and s390x already added disassembly support authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2025-10-24 Sean Liao 714620 crypto: clarify allowed overlap for AEAD authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-10-14 Quim Muntal 702315 internal/testhash: report the actual type of the hash in case of TestHash failure authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-10-06 Sean Liao 709295 rate: recommend higher burst limits for short sleeps authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-10-05 Sean Liao 709356 encoding/csv: keep empty lines when FieldsPerRecord = 1 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-10-01 Mateusz Poliwczak 704115 go/ast: document how comments are grouped into CommentGroups authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-09-24 Mateusz Poliwczak 705595 gopls/internal/golang/completion: add loop snippets authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2025-09-21 Nicola Murino 685678 crypto/ssh: refactor signers API authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2025-08-13 Mateusz Poliwczak 694895 go/parser: add testing framework authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-07-29 Jorropo 691217 hash/crc32: simplify AVX512 loading of the initial CRC value authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-07-26 Jorropo 690695 hash/crc32: add regression test for 74767 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-12 David Chase 789320 cmd/compile: rename classes with dependent methods instead of renaming methods authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-06-12 Peter Weinberger 767881 goimports: use module cache index if it exists authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-06-12 Damien Neil 788422 tiff: reject tiles too much larger than the image authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-06-12 Meng Zhuo 789520 cmd/compile: support zbs extensions for riscv64 authorMaintainer authorContributor authorMajorContributor
2026-06-10 Jorropo 787720 cmd/compile: fix prove to generate Const64 for 64bits slicemasks authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-06-08 Josh Bleecher Snyder 786520 cmd/compile: prevent arm[64] noov InvertFlags miscompilation at min int authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-06-07 David Chase 786082 [dev.simd] simd: add some tests authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-06-05 Meng Zhuo 787280 test/codegen: add riscv64 check for divmod authorMaintainer authorContributor authorMajorContributor
2026-06-04 Roland Shoemaker 781887 html: don't emit comment when encountering missing-end-tag-name authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-06-04 Nicola Murino 785540 ssh: bound SendRequest spinloop tests by the test deadline authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-06-02 David Chase 785940 [dev.simd] simd, cmd/compile: refactor and centralize the simd-variants information authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-06-01 Madeline Kalil 785821 go/analysis/analysistest: check golden file content even when no fixes are present authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-29 Neal Patel 775020 gopls/internal/golang: resolve same-package doc links in package hover authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-29 Madeline Kalil 736420 gopls/internal/golang: support renaming test file to external test package authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-05-28 Madeline Kalil 723982 gopls/internal/golang: MoveType - extract type to new file authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-21 thepudds 743220 cmd/compile/internal/typecheck: add ImplicitDerefs to help analyze interface method receivers authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-20 thepudds 743200 cmd/compile/internal/escape: stop always escaping interface method call receivers authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-05-20 thepudds 743240 cmd/compile/internal/ir: add VisitFuncsBottomUpForEscapeAnalysis authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-20 Ethan Lee 779801 devtools/ci: use cp -R instead of cp -a to fix artifact copy ownership in Kokoro authorMaintainer authorContributor authorMajorContributor
2026-05-19 Neal Patel 709455 crypto/tls: add support for RFC 6066 Maximum Fragment Length authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-18 Neal Patel 775000 cmd/compile/internal/noder: fix shaped symbol name for pointer-receiver generic methods authorMaintainer authorContributor authorMajorContributor
2026-05-12 Mateusz Poliwczak 772180 go/analysis/passes/modernize: handle method calls and RangeStmt_Value in isScalarLvalue authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776662 all: upgrade TypeScript to 6.0.3 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776663 all: upgrade Jest to 30 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776670 all: npm audit fix authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776665 all: upgrade esbuild to 0.28 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-05-11 Hyang-Ah Hana Kim 776664 all: upgrade Stylelint to 17 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-05-08 Meng Zhuo 767700 crypto/aes: enable zvkned for ctr mode on riscv authorMaintainer authorContributor authorMajorContributor
2026-04-29 Hyang-Ah Hana Kim 769561 internal/{fetch,fetchdatasource}: populate subdirectory synopses authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-04-28 Damien Neil 769881 webdav: use filepath.Localize in Dir name resolution authorMaintainer authorContributor authorMajorContributor
2026-04-28 Damien Neil 769882 webdav: use UUIDs for lock tokens authorMaintainer authorContributor authorMajorContributor
2026-04-27 Junyang Shao 761560 _content/blog: add blog post explaining the new simd package authorMaintainer authorContributor authorMajorContributor noMaintainerReviews hasUnresolvedComments
2026-04-27 Jason Donenfeld 768760 windows: add functions for querying window station properties authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-04-19 Joel Sing 748922 cmd/compile/internal/ssa: avoid unnecessary extension after word shift on riscv64 authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-04-17 Alan Donovan 768221 gopls/internal/analysis/appendlen: flag make+append mistakes authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-04-17 Neal Patel 766702 crypto/tls: add SHAKE128/SHAKE256 to list of allowed KDFs for ECH authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsFailed
2026-04-08 thepudds 764220 runtime: estimate starting stack sizes by calculating percentiles of scanned sizes authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-04-04 Hongxiang Jiang 760980 gopls/internal/golang/completion: refactor type derivation logic authorMaintainer authorContributor authorMajorContributor
2026-03-28 Joel Sing 748923 cmd/compile/internal/ssa: remove unnecessary masking with shifts on riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-03-17 Filippo Valsorda 737281 cmd/internal/pkgsite: show available modules at / in godoc mode authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-03-04 Mateusz Poliwczak 682855 go/packages: remove duplicated syntax/type-check errors authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-02-16 Peter Weinberger 745020 gopls: WIP support struct tag modification dialogs authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-02-02 Brad Fitzpatrick 739161 cmd/go: add 'go test -cachelink' boolean flag authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-01-29 Brad Fitzpatrick 709115 internal/godebug: don't link "internal/bisect" if goomitbisect build tag is set authorMaintainer authorContributor authorMajorContributor
2026-01-27 thepudds 737682 simd/archsimd: add simdjson and swissmap examples authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-01-27 Hongxiang Jiang 739440 gopls/internal/protocol: add pattern field to string input type authorMaintainer authorContributor authorMajorContributor
2026-01-26 Michael Pratt 739260 Revert "debug/elf: return FormatError when reading short files" authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-01-22 Keith Randall 687396 encoding/base64: add constant time encoding/decoding mode authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-01-11 Nicola Murino 716820 ssh/agent: add support for agent restrictions authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-12-16 Ethan Lee 728440 internal/frontend: instantiate api implementation authorMaintainer authorContributor authorMajorContributor
2025-12-16 Ethan Lee 730482 internal/frontend: define API using proto authorMaintainer authorContributor authorMajorContributor
2025-12-03 Junyang Shao 726520 [dev.simd] simd/_gen: fix logging error authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-11-27 thepudds 701815 runtime: add freegcSlice authorMaintainer authorContributor authorMajorContributor
2025-11-24 Roland Shoemaker 723880 crypto/tls: enable BoGo QUIC tests authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-11-10 thepudds 719300 cmd/link, runtime: prominently report use of -checklinkname=0 for runtime.throw and runtime.fatal authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-10-20 thepudds 694635 internal/sync: detect illegally mutated keys in HashTrieMap authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-10-13 Nicola Murino 711240 ssh: add support for host-bound public key authentication authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-10-02 Filippo Valsorda 708335 git-codereview: add support for git-credential authentication authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-09-25 Cherry Mui 702996 bootstrap.bash: build zip for Windows authorMaintainer authorContributor authorMajorContributor
2025-09-24 Mateusz Poliwczak 705576 gopls/internal/golang/completion: add range-over-func snippets authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-09-14 Brad Fitzpatrick 702736 reflect: stop depending on the unicode package, embed IsDigit + IsLetter authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-08-31 Junyang Shao 699355 cmd/compile, runtime: instrumentation-based edge profile authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-08-27 Fannie Zhang 692295 runtime: optimize memmove using SIMD on arm64 authorMaintainer authorContributor authorMajorContributor
2025-08-18 Peter Weinberger 696855 gopls: WIP DO NOT SUBMIT DO NOT REVIEw authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-08-05 David Chase 693156 [dev.simd] simd, cmd/compile: remove avx512 comparisons that overlap avx2 authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-07-29 Cherry Mui 685115 internal/goexperiment: document active experiments authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-07-27 Nicola Murino 690755 ssh: add support for WebAuthn ECDSA-SK signature authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-07-10 Junyang Shao 686999 [dev.simd] simd: implement unit test for many ops authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-07-10 Junyang Shao 687135 [dev.simd] simd: implement test data generator authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-07-10 Junyang Shao 685335 internal/simdgen: test wrapper generation authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-07-08 Michael Knyszek 684459 runtime: fix trace skip for semrelease from system stack authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-06-11 Hyang-Ah Hana Kim 788640 gopls: implement simplified CLI flag parsing and dispatching authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-06-10 Mark Freeman 786280 go/ssa: remove unnecessary parameterization check authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-06-10 David Chase 789200 _content/doc/go1.27: document arch/simd and simd packages authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-06-10 Meng Zhuo 755840 crypto/sha512: enable zvknhb for riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-06-04 Hyang-Ah Hana Kim 768861 gopls/doc/design: add gopls CLI prototype design doc authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-06-04 Junyang Shao 742701 cmd/compile: add decompose addr pass authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-06-04 Junyang Shao 779380 cmd/compile: implement mem2reg cross-block analysis authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-06-02 David Chase 785941 [dev.simd] cmd/compile: support branches and labels in midway rewriting authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-06-02 David Chase 786081 [dev.simd] go/doc: add "simd" to package list. authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-06-02 David Chase 785621 [dev.simd] cmd/compile, simd: added compiler simd-variant code generation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-06-02 David Chase 785620 [dev.simd] simd: modify midway to accommodate architectural variation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-06-01 Peter Weinberger 716460 internal/gopathwalk: don't follow symlinks out of root's tree authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-05-30 Cherry Mui 785180 [dev.simd] internal/buildcfg: turn SIMD goexperiment back on authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-05-28 Madeline Kalil 783800 std: run embedlit modernizer authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-05-27 Neal Patel 779623 crypto/tls: fix AES-GCM nonce state data race authorMaintainer hasPlusTwo hasPlusOne hasUnresolvedComments
2026-05-26 Junyang Shao 783320 [dev.simd] simd, cmd/compile: swap x,y of ShiftAllRightConcat authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-05-26 thepudds 781342 cmd/compile/internal/escape: fix escape analysis for generic functions instantiated across packages authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-05-21 thepudds 779500 cmd/compile/internal/ir: simplify strongly connected components and drop unused recursive flag authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-05-20 Meng Zhuo 742200 cmd/link: enable PIE internal link for riscv64 authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-05-19 Carlos Amedee 743460 sync: add a sharded counter authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-05-18 Russ Cox 779200 cmd/go: implement precise vcs.modified computation authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict hasUnresolvedComments
2026-05-11 Peter Weinberger 701716 internal/chartconfig: add counter for goimports invocation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-05-08 Hyang-Ah Hana Kim 771820 internal/api: allow doc=json for package documentation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-05-08 Robert Findley 682555 internal/mcp: customizable event persistence authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-05-08 Meng Zhuo 765200 crypto/aes: enable riscv64 zvkned for blockAsm authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-04-24 Alan Donovan 724420 container/mapset: helpers for working with map-based sets authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-04-23 Alan Donovan 761460 container: add static test of collection symmetries authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-04-21 Cherry Mui 768264 [dev.simd] cmd/compile: prefer high registers for AVX512 operations authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-04-21 Neal Patel 769240 crypto/x509: add back ParseRevocationList trailing bytes error authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-04-20 Alan Donovan 741160 container/hash: Set, a hash-table based set authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-04-20 Alan Donovan 745441 container/set: Set, a canonical representation for map-based sets authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-04-14 Neal Patel 765321 crypto/tls: reject duplicate extensions for NewSessionTicket and CertificateRequest authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-04-13 Quim Muntal 751820 dashboard: set the correct GOROOT_BOOTSTRAP on aix-ppc64 authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed trybotsFailed
2026-04-09 Jorropo 764621 cmd/compile: add CvtBoolToUint(64|32|16) to simplify generic rules authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-04-01 Michael Knyszek 750941 runtime,internal/trace: replace trace experiments with a debug event authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-31 Jorropo 760923 cmd/compile: fold int(bool)^1 into int(!bool) authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-30 thepudds 758141 runtime: exclude inactive goroutines from starting stack size heuristic authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-26 Jorropo 727700 cmd/compile: canonicalize boolean-like < & <= comparisons to == & != authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-23 Michael Pratt 757622 DO NOT SUBMIT: all: brute force bisect attempt authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-03-16 Michael Knyszek 731509 cmd/trace: reorient web UI in terms of trace slice selections authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-03-16 Ethan Lee 754869 internal/server: track state for dependency changes in vulncheck_prompt authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-15 Peter Weinberger 755440 gopls: bug 78083 WIP authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-03-11 Ethan Lee 753800 internal/postgres: optimize symbol search indexing authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-03-11 Ethan Lee 754220 internal/postgres: optimize symbol search indexing and refactor ingestion flow authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-03-03 Jorropo 750180 cmd/compile: optimize data-independent and & shift is all ones sequence authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-02 Xiaolin Zhao 736541 cmd/compile: add generic rules for XOR equivalence patterns authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-02-24 Kevin Burke 746900 fmt: avoid scanning entire string in pad and padString authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-02-24 Hongxiang Jiang 740520 gopls/internal/golang: replace PathEnclosingInterval with cursor authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-02-10 Madeline Kalil 741700 gopls/internal/golang: MoveType - update refs and add imports authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-01-28 Damien Neil 737760 data/reports: add GO-2026-4337 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-01-23 Jorropo 733844 internal/byteorder,crypto/internal/fips140deps/byteorder: add native endian operations authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-01-23 Jorropo 731620 cmd/compile: on amd64 add an already zero argument for SETcc to write into authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-01-23 Jorropo 733843 internal/byteorder,crypto/internal/fips140deps/byteorder: add uint sized operations authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-01-22 Meng Zhuo 733380 cmd/compile: optimize loads from readonly globals into constants on riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-12-16 Ethan Lee 730481 internal: define API handler for MajorVersions authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-12-11 Ethan Lee 724060 internal/server: list vulnerabilities within vulncheck prompt authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-12-09 Ethan Lee 728800 internal/frontend/api: add functionality to HandleMajorVersions authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-12-08 Cherry Mui 728121 cmd/compile: update default PGO profile authorMaintainer authorContributor authorMajorContributor trybotsFailed
2025-12-05 Ethan Lee 723943 internal/server: enable module upgrade via vulncheck prompt authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-11-27 thepudds 698515 runtime: update runtime.freegc to support heap objects containing pointers authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-11-26 Meng Zhuo 719880 math/big: use vector for addVV on riscv64 authorMaintainer authorContributor authorMajorContributor trybotsFailed
2025-11-25 Junyang Shao 723860 [dev.simd] internal/runtime/gc: add simd package based greentea kernels authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-11-22 Joel Sing 723280 cmd/compile/internal/ssa: remove unnecessary extension for SLTI/SLTIU on riscv64 authorMaintainer authorContributor authorMajorContributor trybotsFailed
2025-11-22 Meng Zhuo 702695 cmd/internal/obj: add zfh extensions for riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-10-29 Robert Findley 716280 gopls: fix local links in hover and signature help authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-10-27 Cherry Mui 711096 internal/counter: synchronize file extension authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2025-10-27 thepudds 701855 slices: free intermediate memory in Collect via runtime.freeSlice authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2025-09-30 Roland Shoemaker 706315 crypto/x509: disallow empty extensions list authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-09-24 Mateusz Poliwczak 705615 gopls/internal/golang/completion: add range-over-string snippets authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-09-22 Mateusz Poliwczak 705895 go/token: reject slices without offset 0 in SetLines authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-08-05 thepudds 690075 cmd/compile/internal/walk: instrument unsafe.Add for checkptr=1 runtime pointer validation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-07-10 Junyang Shao 685316 [dev.simd] simd: change test structure authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-06-29 Nicola Murino 683136 ssh: add ParsePrivateKeyV2 and ParsePrivateKeyOptionsV2 authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-05-18 Russ Cox 778321 cmd/go: drop custom WalkDir in cmd/go/internal/fsys authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2026-05-13 Meng Zhuo 771900 crypto/cipher: AESGCM enable zvkg for riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-05-07 Ethan Lee 774962 internal/api: rename v1 to v1beta authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-04-28 Neal Patel 771460 cmd/compile: trigger more meaningful error for oversized literals authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2026-04-28 Jorropo 733842 crypto/internal/constanttime,cmd/compile: make constanttime.* generic authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2026-04-08 Ethan Lee 764260 internal/api: implement symbol-specific examples and source mapping for /v1/symbols authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-04-03 Peter Weinberger 759740 gopls/internal/cache: deprecate old import resolver authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-02-05 Alan Donovan 737940 go/types: FakeImportC: emit an error at "C" import authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-01-23 Junyang Shao 736800 archsimd/_gen: add a mcp tool generation target in simdgen. authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-12-22 Peter Weinberger 731880 gopls/completion: WIP suggest a value, not a type authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-12-18 Mark Freeman 729381 go/types, types2: improve documentation of finiteSize authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-12-15 David Chase 730300 runtime, cmd/link, cmd/internal/objfile: adapting pclntab/lrodata patch authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2025-11-25 Mark Freeman 722161 go/types, types2: replace setDefType with boundaries authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-11-13 Joel Sing 713021 cmd/internal/obj/riscv: use compressed control transfer instructions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-10-20 Roland Shoemaker 690295 cmd/dist: add randomizedheapbase64 test authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-09-29 David Chase 707876 cmd/compile,runtime,buildcg: make SatConv WASM default authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-09-02 Junyang Shao 700195 cmd/compile: add exttsp basic block reordering authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-08-01 David Chase 691955 internal/simdgen: fix yaml for ShiftAll... to use immediate authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-04-27 Junyang Shao 766960 cmd/asm, cmd/internal/obj/arm64: support register with patterns in SVE authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2026-02-03 Alan Donovan 741261 gopls/internal/settings: correct SymbolScope documentation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2026-06-08 Nick Ripley 787580 runtime/pprof: stop logging an error if CPU sampling rate is already configured authorMaintainer authorContributor trybotsPassed
2026-06-05 Julian Zhu 787420 runtime: check RISC-V ISA profile at runtime init authorMaintainer authorContributor trybotsPassed
2026-05-27 Daniel Morsing 758441 cmd/link, crypto/internal/fips140: enable FIPS 140-3 mode for Wasm authorMaintainer authorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2026-04-08 Paul Murphy 746580 DNS: patch to test archpower CI builder authorMaintainer authorContributor noMaintainerReviews
2026-03-18 Daniel Morsing 753580 sweet: increase context for tail of log authorMaintainer authorContributor trybotsPassed
2026-03-11 Julian Zhu 738363 crypto/sha256: provide optimised assembly for mips64x authorMaintainer authorContributor trybotsPassed
2026-03-11 Julian Zhu 738362 crypto/sha512: provide optimised assembly for mips64x authorMaintainer authorContributor trybotsPassed
2025-10-22 Michael Stapelberg 713741 internal/configgen: TestLoadedChartsAreValid needs the Go tool authorMaintainer authorContributor trybotsPassed
2025-09-26 Michael Stapelberg 707056 cmd/elfsizes: print/summarize ELF section sizes authorMaintainer authorContributor noMaintainerReviews
2026-06-11 Paul Murphy 789180 Update minimum requirements for linux/ppc64 target authorMaintainer authorContributor
2026-06-05 Alex Putman 787100 gopls/internal/analysis/deprecated: support line comments authorMaintainer trybotsPassed
2026-05-27 Nick Ripley 730200 runtime: fix frame pointer adjustment around injected calls authorMaintainer authorContributor hasUnresolvedComments trybotsPassed
2026-05-24 Neal Patel 779340 math/big: make Float.Text O(prec * log e) authorMaintainer trybotsPassed
2026-05-22 Neal Patel 782020 internal/symbols: consider GOOS/GOARCH for build-tagged packages authorMaintainer trybotsPassed
2026-05-09 Daniel Morsing 774220 cmd/compile/internal/ssa: add dominance frontier algorithm authorMaintainer authorContributor
2026-05-05 Daniel Morsing 751841 cmd/compile/internal/ssa: reestablish SSA form after regalloc authorMaintainer authorContributor
2026-04-08 Daniel Morsing 763980 bent: unset GOROOT before running go pprof authorMaintainer authorContributor
2026-03-19 Julian Zhu 743760 crypto/sha1: provide optimised assembly for mips64x authorMaintainer authorContributor hasUnresolvedComments trybotsPassed
2026-03-11 Julian Zhu 738980 crypto/internal/poly1305: provide optimised assembly for mips64x authorMaintainer authorContributor mergeConflict trybotsPassed
2025-07-24 Michael Munday 684395 math: remove assembly for Min and Max authorMaintainer authorContributor
2026-06-03 Neal Patel 785600 cmd/go/internal/work: persist partial fixes before returning error authorMaintainer hasUnresolvedComments trybotsPassed
2026-05-20 Neal Patel 779881 cmd/cgo/internal/test: buffer callbackInInitChan to avoid deadlock authorMaintainer hasUnresolvedComments trybotsPassed
2026-05-19 Neal Patel 779080 math/big: fix edge case float formatting authorMaintainer
2026-05-07 Daniel Morsing 731100 crypto/tls: use runtime/secret for forward secrecy ciphersuites authorMaintainer authorContributor trybotsFailed
2026-01-28 Daniel Morsing 719580 runtime/_mkmalloc: more robust handling of results and parameters authorMaintainer authorContributor mergeConflict hasUnresolvedComments
2025-11-19 Markus Kusano 719841 refactor/inline: support inlining generics authorMaintainer authorContributor mergeConflict hasUnresolvedComments
Older From Maintainer
from a maintainer, but created more than a year ago
2026-01-26 Joel Sing 648857 runtime: add vector implementation of memclrNoHeapPointers for riscv64 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments
2024-12-06 Michael Knyszek 634042 [release-branch.go1.23] net: detect EAI_ADDRFAMILY for cgo host lookup on FreeBSD authorMaintainer authorContributor authorMajorContributor hasPlusTwo
2024-09-25 Tim (please use taking@golang.org in the future) 608615 internal/pkgbits: set code value from Decoder.Code authorMaintainer authorContributor authorMajorContributor hasPlusTwo
2023-12-20 Emmanuel Odeke 543082 _content/doc/tutorial: bring in images for tutorial updates in website revamp authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne trybotsFailed
2023-11-29 Michael Knyszek 544557 internal/trace/v2: update mkexp.bash authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne
2023-06-12 Than McIntosh 495439 cmd/compile/internal/amd64: fix test for -cover (again) authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments
2023-06-12 Than McIntosh 495437 hash/maphash: skip selected tests when coverage enabled authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne
2023-06-12 Than McIntosh 495443 image/gif: skip fuzz-based test when coverage enabled authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments
2023-04-26 Than McIntosh 461816 cmd/compilebench: switch default compilation mode to "-c=4" authorMaintainer authorContributor authorMajorContributor hasPlusTwo
2023-01-12 Daniel Martí 461745 go/printer: avoid using a closure in stripParens authorMaintainer authorContributor authorMajorContributor hasPlusTwo
2026-06-08 Roland Shoemaker 643975 crypto/tls: only check ECH errors if ECH is being tested in bogo authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2026-05-01 Mark Freeman 675236 internal/pkgbits: rename Encoder to ElemEncoder authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsFailed
2026-05-01 Mark Freeman 680195 cmd/compile/internal/noder: document dictionary section authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2026-03-17 Michael Knyszek 672295 env: cross-compile binaries for linux-arm64 images authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments
2026-02-12 Elias Naur 235098 env/android-amd64-emu: upgrade NDK to version 21.1.6352462 authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2025-05-19 Joel Sing 275895 runtime: save and restore R3 on mips64 load_g authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2025-03-07 Michael Knyszek 638559 internal/sync: optimize CompareAndSwap and Swap authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2024-12-20 Robert Griesemer 385536 spec: dummy CL to hold feedback authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2024-08-15 Joel Sing 585775 syscall: clean up RawSyscall/Syscall functions on openbsd authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne trybotsFailed
2024-05-29 Rhys Hiltner 588857 runtime: trim down bookkeeping in lock2/unlock2 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2024-05-23 Matthew Dempsky 587715 cmd/compile/internal/ir: add DoChildrenWithHidden authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2024-02-13 Cherry Mui 532557 cmd/compile: split -m to multiple flags authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2024-01-22 Michael Pratt 553475 runtime: add missing close stack bound to log authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsFailed
2023-11-17 Michael Knyszek 543256 runtime: add allocalign16 GODEBUG authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2023-05-09 Matthew Dempsky 493995 cmd/compile: update README.md for unified IR authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments
2023-01-15 Robert Griesemer 461611 spec: clearer prose describing result of recover authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments
2023-01-12 Daniel Martí 461746 go/printer: reuse trimmer.space between fprint calls authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2022-12-27 Michael Knyszek 418938 cmd/gomote: clean up doPush interface with the options pattern authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2022-12-27 Michael Knyszek 418939 cmd/gomote: factor out create functionality into doCreate authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2022-12-27 Michael Knyszek 419085 cmd/gomote: factor out instance destruction into doDestroy authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2022-12-27 Michael Knyszek 419086 cmd/gomote: factor out putting bootstrap toolchain into doPutBootstrap authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2022-11-08 Robert Griesemer 73231 big/int: simpler code and minor formatting cleanups for lehmerGCD authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2022-06-13 Austin Clements 401760 runtime: mention nosplitvis in HACKING authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2022-05-24 Austin Clements 398698 cmd/nosplitvis: new command to visualize nosplit stacks authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments
2022-05-19 Dmitry Vyukov 277374 runtime: remove stale comment on bucket authorMaintainer authorContributor authorMajorContributor hasPlusTwo trybotsFailed
2022-02-09 Michael Knyszek 382675 sweet: validate that assets are unmodified instead defensively copying authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo
2025-03-09 Andrew Gerrand 474275 trace: prevent /debug/events GET requests from creating event families authorMaintainer authorContributor authorMajorContributor hasPlusTwo hasUnresolvedComments trybotsFailed
2025-02-15 Roland Shoemaker 649875 sumdb: bump golang.org/x/crypto dependency authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2024-05-17 Michael Knyszek 586536 runtime: skip coro tests that require cgo and enable tests on Windows authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2024-05-15 Michael Pratt 585817 runtime: use switchToCrashStack for cgocallback SP throw authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2024-04-04 David Chase 576276 cmd/compile: make looprotate aware of loop nesting authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2024-02-27 Robert Findley 514903 src/language: preserve rollout staging for patch releases authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments
2024-02-15 Ian Cottrell 563969 internal/event: remove the label.Label alias authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2024-02-15 Ian Cottrell 563964 internal/jsonrpc2: pass the status code to the done function authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2024-02-14 Ian Cottrell 563963 internal/event: add labels to done function authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2023-12-20 Emmanuel Odeke 545715 _content: reorganize landing page sections authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo trybotsFailed
2023-05-18 Richard Miller 474075 internal/sysinfo: get cpu type for test labels from OS in plan9 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2023-04-17 Michael Pratt 484759 cmd/compile: fallback if s.Func().Text is nil authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2022-08-16 Michael Knyszek 413425 perf: add spinning gopher gif to loading page authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments
2022-03-16 Dmitri Shuralyov 245277 maintner/maintnerd/maintapi/version: support beta and RC release tags authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments
2024-10-25 Russ Cox 510738 text/template, html/template: add ExecuteFuncs authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2023-09-18 Matthew Dempsky 398615 all: disable failing tests on linux-amd64-unified builder authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2023-03-31 Michael Knyszek 481057 runtime/cgo: fix memory leak in x_cgo_getstackbound authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2022-11-08 Austin Clements 370665 runtime: use testenv.RunWithTimeout liberally authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2022-08-03 Michael Knyszek 407735 runtime: allow page marks to be set on any page of the span authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2022-03-05 Michael Knyszek 390036 runtime: recycle arena address space when no more pointers are found authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2022-03-05 Michael Knyszek 390035 runtime: don't unmap arena chunk address regions, make them fault instead authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2026-04-12 Cuong Manh Le 425187 all: switch singleflight to use generic authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-02-24 Meng Zhuo 659175 cmd/link: generate proper attributes for riscv profile authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2025-08-17 Sean Liao 671596 encoding/csv: optionally skip creating bufio.Writer authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2025-06-11 Robert Findley 680440 gopls/internal/cache: clarify extractLoadErrors (cleanup) authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2024-12-11 Robert Griesemer 635053 go/types, types2: remove need for core type in copy calls authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2024-01-22 Austin Clements 478697 runtime: delete unused code on Plan 9 authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2023-12-20 Emmanuel Odeke 543295 _content: bring in css/docs.css authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2023-12-20 Emmanuel Odeke 543080 _content/js: bring in docs.js in website revamp authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2023-10-09 Daniel Theophanes 333990 database/sql: explicitly wrap error message in convertAssignRows authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2022-03-14 Damien Neil 392754 reports: add GO-2021-0347.yaml for CVE-2022-24921 authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2019-09-11 Austin Clements 192703 runtime: retain build tags in GOFLAGS authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-05-11 thepudds 674535 cmd/compile/internal/escape: add tests for package-level closures authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2026-03-29 Joel Sing 616095 test/codegen: add tests for combined shift and zero extension on riscv64 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-06-22 Nicola Murino 669795 ssh: add SignerV2 and related methods authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2025-06-05 Keith Randall 679396 math/big: clarify what "works" means on bitlen of unnormalized nat authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-04-27 Nicola Murino 668415 ssh: introduce high-level ServerV2 API authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-03-28 Nicola Murino 661455 ssh: add some docs explaining internals authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2025-03-05 Meng Zhuo 647596 runtime: unify C -> Go ABI transitions on riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2025-02-25 Robert Griesemer 642500 cmd/compile/internal/syntax: implement syntax for question mark statement authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-02-03 Tim (please use taking@golang.org in the future) 635797 internal/exportdata: documenting packages related to exportdata authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-01-28 Roland Shoemaker 645075 x86/x86avxgen: generate Yi8 ytabs for VEX ytabs that need them authorMaintainer authorContributor authorMajorContributor trybotsPassed
2025-01-25 Robert Griesemer 635075 go/types, types2: remove need for core type in unsafe.Slice/SliceData calls authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-25 Robert Griesemer 635051 go/types, types2: remove need for core type in function calls authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-25 Robert Griesemer 635047 go/types, types2: remove need for core type in receive operations authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-25 Robert Griesemer 635049 go/types, types2: remove need for core type in make calls authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-25 Robert Griesemer 635050 go/types, types2: remove need for core type in slice expressions authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-25 Robert Griesemer 635054 go/types, types2: remove need for coreString function authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-25 Robert Griesemer 635048 go/types, types2: remove need for core type in send statements authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-21 Robert Griesemer 635052 go/types, types2: remove need for core type in append calls authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-21 Robert Griesemer 607078 cmd/compile/internal/noder: use "code" helper function for convenience authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-21 Junyang Shao 626996 cmd/compile,runtime: add column number(discriminator), plumb to pprof authorMaintainer authorContributor authorMajorContributor hasPlusOne
2025-01-07 Damien Neil 640918 net/http: escape leading \s in Redirect targets authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-11-21 Damien Neil 630295 os: reduce allocations in Root operations on Windows authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2024-11-19 Matthew Dempsky 476037 cmd/compile/internal/ir: remove CaptureName and FinishCaptureNames authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-11-19 Rhys Hiltner 629417 runtime: spin faster in lock2 authorMaintainer authorContributor authorMajorContributor hasPlusOne
2024-10-08 Mateusz Poliwczak 614085 crypto/ecdh: remove 8 byte pointer overhead for non-boringcrypto builds authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2024-09-30 Damien Neil 612416 runtime: avoid lock order violation during preemption on Darwin authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2024-09-27 David Chase 616377 go/internal/srcimporter: import translated cgo files, not inputs authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-08-21 Tatiana Bradley 606794 cmd/vulnreport: update vulnreport commit authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-05-08 Roland Shoemaker 584156 net: remove obsolete TODO authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-03-12 Nicola Murino 570975 ssh: improve doc for NewServerConn authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2024-03-12 Nicola Murino 570955 ssh: clarify CertChecker.CheckCert usage authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2024-03-04 Tatiana Bradley 568915 internal/osvutils: update osv validation to allow ECOSYSTEM ranges authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-02-25 Jorropo 464835 crypto/tls: store value atLeastReader in tls.Conn authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2024-02-19 Mateusz Poliwczak 536616 net: remove resolverDialHandler authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-01-16 Jorropo 556158 _content: remove white background on article images authorMaintainer authorContributor authorMajorContributor trybotsPassed
2024-01-10 Than McIntosh 554059 cmd/go/testdata: tweak build_plugin_reproducible test for Xcode 15 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-12-20 Emmanuel Odeke 543079 _content, internal/web: bring in site rendering updates authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2023-11-22 Joe Tsai 532295 encoding: support WithIgnored in base32 and base64 authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2023-11-21 thepudds 544176 runtime: restore invalidptr=1 as default GODEBUG value authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-11-21 thepudds 543555 cmd/compile/internal/escape: generate tests to execute escape analysis examples in GOROOT/test authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-11-07 Matthew Dempsky 527158 cmd/internal/notsha256: remove unnecessary package authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-10-31 Joel Sing 516376 runtime: save and restore TOC pointer for openbsd/ppc64 authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2023-10-04 Michael Pratt 474542 debug/gobinary: add package authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-09-13 Matthew Dempsky 524997 cmd/link: manual cleanup after unconvert refactoring authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-08-29 Joe Tsai 523059 internal/godoc/dochtml/internal/render: fix linking of interface methods authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2023-08-25 Jorropo 496816 syscall/js: implements ValueOf for slices and maps of Value authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-08-17 Matthew Dempsky 520396 cmd/internal/obj/x86: prefer LEAVEQ over ADJSP+POPQ authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-07-27 David Chase 472677 cmd/compile, reflect: increase alignment of strings and interfaces authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2023-05-23 David Chase 497557 cmd/compile: gate PGO inlining on gossahash authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2023-05-10 Robert Griesemer 494119 go/types, types2: remove explicit pos argument from Checker.funcInst authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2023-05-02 Eric Fang 414774 cmd/compile: intrinsify math/bits.{Sub32|Add32} for arm64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2023-04-26 Than McIntosh 489236 cmd/compilebench: honor -compileflags options for size benchmarking authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-02-05 David Chase 191379 benchstat: suppress empty rows for more than two comparisons authorMaintainer authorContributor authorMajorContributor trybotsPassed
2023-01-12 Robert Griesemer 461601 go/types, types2: introduce srcPos alias and simplify rewriting authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2022-12-27 Julie Qiu 458055 internal/github: create Client authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-12-05 Roland Shoemaker 285374 [dev.boringcrypto] misc/boring: check for gsutil in release.sh authorMaintainer authorContributor authorMajorContributor hasPlusOne
2022-10-14 David Chase 440255 cmd/compile: attempt to optimize Prog cache for GC authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-10-05 David Chase 432359 cmd/bent: add gopls benchmarks authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-10-04 David Chase 432361 cmd/bent: adjust naming in cronjob configuration toml authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-09-27 Michael Hudson-Doyle 226284 runtime, cmd/internal/obj: remove TODO comment about NOFRAME, now done authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-08-12 Michael Pratt 423136 runtime: atomically load and update panicking authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-07-20 Keith Randall 418555 cmd/compile: improve basic block layout authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2022-06-27 Emmanuel Odeke 413835 openpgp/*: properly invoke .Close on errors authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-02-17 Damien Neil 377576 reports: add GO-2021-0236.yaml for CVE-2021-31525 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2022-02-17 Damien Neil 376555 reports: add GO-2021-0177.yaml for CVE-2017-15041 authorMaintainer authorContributor authorMajorContributor trybotsPassed
2021-07-02 David Chase 332470 [dev.fuzz] strconv: add fuzz test for float-string-float conversion authorMaintainer authorContributor authorMajorContributor trybotsPassed
2021-05-11 David Chase 318949 cmd/compile: tweak to layout authorMaintainer authorContributor authorMajorContributor trybotsPassed
2021-05-08 Alex Brainman 317918 runtime: remove all testprog.Lock in signal_windows_test.go authorMaintainer authorContributor authorMajorContributor trybotsPassed
2021-04-27 Damien Neil 301450 quic: add internal/quic package authorMaintainer authorContributor authorMajorContributor trybotsPassed
2021-02-10 Cherry Mui 290029 [dev.regabi] runtime: take address in assembly for syscall wrappers on darwin authorMaintainer authorContributor authorMajorContributor hasPlusOne
2021-01-21 Matthew Dempsky 285232 [dev.regabi] cmd/compile: more zero-copy []byte-to-string conversions authorMaintainer authorContributor authorMajorContributor trybotsPassed
2020-10-19 Kevin Burke 263557 net: document where OpError.Op values can be found authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2020-09-18 Jeremy Faller 255966 database/sql: add unit test confirming lifetimes authorMaintainer authorContributor authorMajorContributor trybotsPassed
2020-01-24 Kevin Burke 191760 scrypt: explain how to generate a salt authorMaintainer authorContributor authorMajorContributor trybotsPassed
2019-08-26 Than McIntosh 191138 gollvm: additional debugging routines authorMaintainer authorContributor authorMajorContributor noMaintainerReviews
2019-02-13 Marcel van Lohuizen 157978 internal/export/identifier: tables for TR31 identifiers authorMaintainer authorContributor authorMajorContributor trybotsPassed
2026-06-06 Deleted User 426614 runtime: use SwissTable authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-03-16 David Chase 574775 go/analysis: add GoModulePath field to information read from .cfg file authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-03-16 Baokun Lee 261777 cmd/go/internal/vcs: improve error message for mismatching go-import tags authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-03-16 David Chase 297351 cmd/compile: GOSSAHASHOP-triggered counter for debugging help authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-03-16 Matthew Dempsky 329652 internal/buildcfg: adopt cmd/go's GOENV and GOROOT logic authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-03-16 David Chase 567895 go/analysis/passes: add fragileconversion check authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-02-22 Mateusz Poliwczak 638637 go/printer: do not set impliedSemi to false in print, while writing newlines authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-02-03 Ian Lance Taylor 634156 runtime: in TestSUID use doas on FreeBSD authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-12-05 David Chase 647400 cmd/cgo: add implicitly-typed compound literals; insert import of structs.HostLayout authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-08-15 David Chase 635343 testenv: add CheckOrUpdateErrors for general use. authorMaintainer authorContributor authorMajorContributor
2025-08-15 David Chase 636838 runtime, cmd/compile: arm64 preserve registers across morestack authorMaintainer authorContributor authorMajorContributor
2025-08-15 David Chase 640015 cmd/compile: add IrFn field to AuxCall to faciliate IPA in SSA authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-08-14 Keith Randall 679395 math/big: don't round up size for stack-allocated nats authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-06-16 thepudds 680736 internal/runtime/maps: optimize map access for single element non-specialized maps authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-06-03 Robert Griesemer 678618 src: apply gofmt -w -s . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-06-03 Robert Griesemer 678636 src: apply gofmt -w -s . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-06-03 Robert Griesemer 678617 src: apply gofmt -w -s . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-06-03 Robert Griesemer 678635 src: apply gofmt -w -s . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-05-30 Robert Griesemer 677577 src: apply gofmt -w -s . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-05-29 David Chase 677259 [dev.simd] COPY OF cmd/compile: generated codes for amd64 SIMD authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-05-28 David Chase 672339 internal/simd: build-tag tests so that they work on nosimd platforms authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-05-12 David Chase 662895 cmd/compile: theft of Cherry's sample SIMD compilation authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-05-09 David Chase 671436 cmd/compile: expose bit-masked load/store operations for SIMD authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-05-04 Nicola Murino 669796 ssh: add NewPublicKeyV2 authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-04-04 Alan Donovan 659395 all: modernize interface{} -> any authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-03-25 David Chase 653635 internal/simd: generator and generated files and glue authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-03-09 Peter Weinberger 656235 gopls/analysis/unusedvariable: use new DeleteStmt authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-03-05 Robert Griesemer 655215 types2: use EmbeddedVar instead of embedded bool authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-02-15 David Chase 649855 cmd/compile: proposed edit to Cuong's parent CL authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-02-04 David Chase 641777 cmd/compile: add option to write ssa.html (encoded) to compiler output authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-01-27 Tim (please use taking@golang.org in the future) 642535 go/ssa: normalize expectation building authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-01-27 Nicola Murino 614416 ssh: add BannerSender interface authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2025-01-25 Robert Griesemer 635077 go/types, types2: remove need for core type in composite literals authorMaintainer authorContributor authorMajorContributor hasPlusOne trybotsFailed
2025-01-21 Alan Donovan 609281 go/callgraph/cha: use chautil.Reachable in CHA, VTA authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-01-21 David Chase 585575 Move compiler-internal helper method to an explicitly not-for-go/types file authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-01-21 Alan Donovan 555435 go/cfg: deal with range-over-func by not dealing with it authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-01-21 Emmanuel Odeke 381914 x/tools/go/analysis/passes: add pragmyzer to flag invalid pragmas authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-01-21 Junyang Shao 628715 cmd/compile: implement basic block reordering based on edge profile authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-01-19 Peter Weinberger 643315 gopls/imports: WIP SO NOT FOR REVIEW authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-01-13 Quim Muntal 621795 syscall: quote "cmd.exe /c" command on Windows authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-01-07 Filippo Valsorda 637216 doc/godebug: trim the DIT docs a bit authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-01-03 Jorropo 639656 cmd/obj/riscv: add support for the Compressed extension authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2025-01-03 Jorropo 639657 cmd/obj/riscv: compress ADD instructions authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-12-17 Than McIntosh 491955 cmd/stringer: add a "bit flags" mode authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-12-10 Robert Griesemer 618655 go/types, types2: allow access of fields shared by all elements of a type set authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne
2024-12-08 kortschak 588375 reflect: special case fixed-size values for SetIterKey and SetIterValue authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-11-28 Mateusz Poliwczak 563136 crypto/x509: document that Verify does not restrict key sizes authorMaintainer authorContributor authorMajorContributor
2024-11-27 Russ Cox 629202 cmd/go: add testing fips snapshot and enable test authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-11-20 Keith Randall 630235 internal/runtime/maps: medium map optimization authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-11-19 Rhys Hiltner 629416 runtime: use only CAS in lock2 slow path authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-11-19 Matthew Dempsky 329651 internal/buildcfg: adopt go/build's GOROOT and GOPATH logic authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-11-19 Matthew Dempsky 329650 internal/buildcfg: uniform GO* variable handling authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-11-08 Michael Pratt 626278 cmd/compile: add 3-register versions of swissmap SIMD instructions authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-10-25 Peter Weinberger 622555 internal/imports: mark untested code authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-10-14 Tatiana Bradley 619720 internal: move discussion package into github package authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-10-08 David Chase 618536 go/internal/srcimporter, cmd/cgo: for testing cgo xlation changes authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-10-07 Robert Findley 618235 internal/jsonrpc2_v2: modernize authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-09-27 David Chase 609119 cmd/cgo: modify cgo to insert import of structs.HostLayout authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-09-23 Michael Knyszek 614537 sweet: remove biogo benchmarks authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-08-29 Felix Geisendörfer 608235 testing: handle process substitution for -trace authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-08-17 Emmanuel Odeke 272326 crypto/rand: protect Read from attacks due to direct swapping of Reader authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-07-31 Tatiana Bradley 602138 wip: stateless worker authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-07-23 Michael Pratt 593135 cmd/trace: add CPU profile extraction authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-07-03 David Chase 538216 cmd/compile: added pure functions, optimizations, test authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-06-28 Tatiana Bradley 595562 static/frontend: condense vuln display on module pages authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-06-26 David Chase 595277 cmd/compile: plumbing to connect hostlayout to type layout for wasm32 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-06-25 David Chase 594055 cmd/compile: add "Generated" attribute to syntax.Pos; use for rangefunc authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-06-16 Nicola Murino 543055 ssh: allow to send type specific data when accepting a channel authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-06-11 Suzy Mueller 590496 gopls: check for conflicts with the new package names authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-06-11 Ian Lance Taylor 517555 os: don't add character devices to kqueue on darwin authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-06-03 Peter Weinberger 589835 gopls/protocol: upgrade by several minor releases authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-05-13 Jorropo 584357 slices: clarify why Chunk panics on zero size authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-04-26 Tatiana Bradley 581719 all: move some cve/ghsa regex utils to their own package authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-04-26 Tatiana Bradley 581718 internal/report: move all cve5 logic to the cve5.go file authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-04-14 Nicola Murino 578775 ssh: add NewServerConnContext authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2024-03-28 thepudds 546023 cmd/compile/internal/devirtualize: help escape analysis by avoiding function-scoped temporaries authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-03-18 David Chase 572179 sync/atomic: add clarifying sentence to comment for *Bool.CompareAndSwap authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-03-14 Nicola Murino 553315 ssh: prevent race conditions in remote forwarding authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2024-03-11 David Chase 570198 cmd/gofmt, strings: remove/hide strings.Builder copies authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-03-07 Tatiana Bradley 567199 internal/pkgsite: refactor/improve pkgsite client authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-03-07 Tatiana Bradley 569837 internal/report: refactor Package.lint to make each lint more self-contained authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-25 Jorropo 519615 crypto/aes: optimize amd64 assembly by using inline memory loads authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed trybotsFailed
2024-02-19 Mateusz Poliwczak 520269 crypto/hmac: allocate hmac struct on the stack authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-14 Ian Cottrell 563961 internal/event/export: delete unused exporters authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-14 Ian Cottrell 563959 gopls/internal/debug: remove prometheus exporter page authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-14 Ian Cottrell 563960 gopls/internal/debug: remove ocagent exporter support authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-12 Tatiana Bradley 563397 internal/report, cmd/vulnreport: (wip) add XRefByType authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-06 Robert Findley 559458 internal/imports: fix modCacheRegexp.FindStringSubmatch condition authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-02-04 Jorropo 526675 cmd/compile: add Castagnoli intrinsics for GOAMD64=v2 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-04 Jorropo 471975 hash/crc32: make Update escape free authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2024-02-03 Jorropo 561015 cmd/compile: cleanup Select from MakeResult folding rules into one authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-02-03 Jorropo 561016 cmd/compile: use reinterpret opcode for float ←→ int conversions on wasm authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-01-30 David Chase 557459 runtime/race: add test parallel rangefunc exit flag test authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-01-27 Eric Fang 538136 arm64: add arm64 XML ISA manual parser authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-01-22 Austin Clements 478698 runtime: clean up postnote authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed trybotsFailed
2024-01-22 Tatiana Bradley 555037 internal/{cveschema5, cveutils}: support triage of v5 CVEs authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-01-22 Tatiana Bradley 555036 internal/{cveschema,cveutils}: refactor CVE triage authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-01-11 Quim Muntal 457875 runtime,cmd/link: use SEH instead of vectored exception handlers authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-12-19 Cherry Mui 551395 cmd/compile: copy volatile writebarrier source in clobberdead mode authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2023-11-30 thepudds 546377 reflect: allow zero allocation Type.Field after devirtualization and inlining by PGO authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-11-30 thepudds 546024 cmd/compile/internal/escape: report why a root outlives a location authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-11-30 Emmanuel Odeke 545735 testing: lock-in a deadlocking regression test that failed after a refactor authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2023-11-28 Dmitri Shuralyov 523996 internal/task: support skipping dep update CL in "tag single x/ repo" authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2023-11-27 Michael Pratt 487076 internal/task: add tagx multi-repo ignore set authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-11-27 Peter Weinberger 541382 internal/diff: respect common prefixes authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2023-11-22 Roland Shoemaker 393660 internal/fuzz: cleanup entry handling authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2023-11-22 Michael Knyszek 419087 gomote: add the gomote package, which provides a high-level client authorMaintainer authorContributor authorMajorContributor
2023-11-22 thepudds 528539 cmd/compile/internal/escape: propagate method usage for analyzing receivers in interface method calls authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2023-11-21 thepudds 543935 runtime: check for illegal heap to stack pointers during GC authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-11-07 Matthew Dempsky 527157 cmd: use crypto/sha256 directly authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-11-07 Matthew Dempsky 527159 cmd/dist: streamline toolchain1 build process authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-10-31 Joel Sing 475637 cmd/internal/obj/ppc64: generate toc restoration slots for openbsd/ppc64 authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments
2023-10-30 Mateusz Poliwczak 482875 crypto/x509: use generics instead of reflect for checkNameConstraints authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne
2023-10-17 Nicola Murino 530775 ssh: implement CryptoPublicKey on agent keys authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-10-16 Fannie Zhang 527257 cmd/asm: move support for arm64 SIMD&FP instructions from optab to the new encoding path authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2023-10-04 Mateusz Poliwczak 455275 net: rework the CNAME handling on unix authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2023-10-02 Joe Tsai 532296 encoding: support RejectNonZeroPadding in base32 and base64 authorMaintainer authorContributor authorMajorContributor
2023-09-28 Cherry Mui 512715 cmd/go: reset CC in build_darwin_cc_arch test authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2023-09-25 thepudds 530096 cmd/compile/internal/escape: recognize more self-assignment patterns authorMaintainer authorContributor authorMajorContributor
2023-09-25 Mateusz Poliwczak 530876 net: report detailed DNS errors with Extended DNS Errors authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-23 thepudds 524816 cmd/compile/internal/logopt: skip a test until related escape analysis changes settle down authorMaintainer authorContributor authorMajorContributor
2023-09-20 Russ Cox 529875 test: shorten rangegen test authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2023-09-15 Bryan Mills 528402 go/doc: add a golden test that reproduces #62640 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-14 Than McIntosh 528615 cmd/compile/internal/inl: -d=inlinesinglecallfuncs debug flag authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-13 Matthew Dempsky 524901 cmd/link/internal/ld: change dwctxt methods to use pointer receivers authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-13 Matthew Dempsky 524902 cmd/internal/objabi: remove Kind* in favor of internal/abi constants authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-13 Matthew Dempsky 524903 cmd/internal/dwarf: replace "any" with "Sym" where possible authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-13 Matthew Dempsky 524900 cmd/internal/dwarf: start using generics authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-11 Matthew Dempsky 457757 go/ssa: replace zeroValue with zeroConst authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-11 Alan Donovan 457975 cmd/callgraph: add -cpuprofile flag authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-07 Matthew Dempsky 526520 cmd/compile/internal/escape: handle interface method calls better authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-09-01 Matthew Dempsky 525176 cmd/compile: support inlining of method values authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2023-08-25 Julie Qiu 435474 crypto/tls: customisable max TLS record size authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-08-25 Julie Qiu 443378 step 9: set default max plaintext in Server authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2023-08-18 Peter Weinberger 520475 gopls/telemetry: upload telemetry under control of an environment variable authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-07-27 David Chase 456240 cmd/compile,runtime,internal: swap-len-cap experiment authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-07-27 David Chase 462515 runtime: increase map bucket size from 8 to 16. authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-07-06 Damien Neil 508235 crypto/tls: drop ClientForConfig mutex when session tickets disabled authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-06-12 Joel Sing 484438 cmd/compile: prefer 32 bit signed division on amd64 authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2023-05-31 David Chase 499556 Revert "cmd/compile: batch write barrier calls" authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2023-05-23 Roland Shoemaker 487195 crypto/tls: return correct alerts during message decoding authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-05-23 David Chase 497556 Revert "Revert "cmd/compile: build compiler with PGO"" authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2023-05-09 David Chase 490575 internal/reflectdata: comment cleanup authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2023-04-26 Than McIntosh 489237 compilebench: add -perfstat, -perfstatout options authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-04-26 Julie Qiu 489195 _content/security: revisions to Go security page authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2023-04-04 Robert Findley 482015 internal/event/tag: move jsonrpc2 and LSP specific tags out of event authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-03-16 Robert Griesemer 476355 cmd/compile/interal/syntax: guard against index out of bounds panic authorMaintainer authorContributor authorMajorContributor
2023-02-10 Damien Neil 467055 http2: wait for in-progress writes after a stream is closed authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-02-07 Wayne Zuo 409714 cmd/compile: port hardwired zero to loong64 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-02-05 David Chase 179637 cmd/benchstat: refactor to ease use of different statistical summaries authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-02-05 David Chase 216937 cmd/benchstat: refactoring collection-to-tables operation authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-02-05 David Chase 216938 benchstat: split tables into subtables to avoid empty columns authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-02-05 David Chase 218922 cmd/benchstat: add -series flag to arrange multiple benchmarks for series comparison authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-02-05 David Chase 229018 cmd/benchstat: add option "-summary {mean (default),median,quart,min}" authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-02-05 David Chase 355309 cmd/benchstat: tweaks to csv output authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-01-26 Damien Neil 463497 http2: reject DATA frames read before headers are finished authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-01-19 Emmanuel Odeke 446416 math/big: make (*Int).MarshalText use bits.Len(X)-1 instead of math.Log2(X) authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2023-01-17 Robert Griesemer 461613 go/types: use syntax.NewCommentMap instead of local copy authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-01-17 Robert Griesemer 461612 cmd/compile: move syntax package to internal/syntax authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-01-11 Cherry Mui 417480 runtime: remove unused crashTest authorMaintainer authorContributor authorMajorContributor
2023-01-10 Alan Donovan 452060 internal/cmd/implements: demo of fast 'implements' algorithm authorMaintainer authorContributor authorMajorContributor
2022-12-29 Cherry Mui 459775 Revert "runtime: call __fork instead of fork on darwin" authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-22 David Chase 456644 cmd/compile: experimental compilation concurrency tracing authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-20 Matthew Dempsky 458577 internal/intrinsics: add package, with PDEPQ and PEXTQ functions authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-16 Julie Qiu 458056 internal/github: add CreateIssue authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-16 Julie Qiu 458057 internal/github: add IssueExists and GetIssue authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-16 Julie Qiu 458058 internal/github: add GetIssues authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-16 Julie Qiu 458059 internal/github/githubtest: move test setup authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-16 Julie Qiu 458066 cmd/vulnreport: refactor authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-11-28 Roland Shoemaker 397694 crypto/x509: local platform verifier tests on trybots authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2022-11-11 Rhys Hiltner 449735 runtime: avoid finding own Gosched goroutine authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-11-03 David Chase 447615 runtime: TESTING smooth cons/mark with a moving average and use actual trigger authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-10-07 David Chase 440221 cmd/compile: experiment with changing layout of Prog+Addr authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-10-07 David Chase 417584 perf: add option to reply using canned JSON data authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-29 Than McIntosh 402175 internal/buildcfg: turn off GOEXPERIMENT=coverageredesign authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-29 Peter Weinberger 432335 internal/gopls/compare: attempt to diagnose lsp changes by looking at logs authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Than McIntosh 402176 internal/buildcfg: turn on GOEXPERIMENT=coverageredesign by default authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 David Chase 433035 cmd/compile: batch type+extra allocations authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 David Chase 397317 cmd/compile: filter out synthetic variables earlier in debug processing authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Dan Scales 358595 cmd/compile: demo showing how to revert export version temporarily authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Dmitry Vyukov 277373 runtime: simplify slicebytetostring authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Josh Bleecher Snyder 230058 cmd/compile: look through MOVDreg in arm64 UBFX rewrites authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Josh Bleecher Snyder 230057 cmd/compile: merge ANDconst into UBFX on arm64 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Josh Bleecher Snyder 230036 cmd/compile: merge more width extensions with UBFX/SBFX on arm64 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Josh Bleecher Snyder 230035 cmd/compile: allow ARM's MOVWconst to be type-flexible authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Josh Bleecher Snyder 230034 cmd/compile: remove more extraneous extensions on arm authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Josh Bleecher Snyder 230033 cmd/compile: add more arm64 bitfield simplifications authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Dmitry Vyukov 202452 runtime: improve interface conversion panic text authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Dmitry Vyukov 202449 runtime: simplify mtab.init authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 David Chase 183239 cmd/compile: debug rewrite, enhanced authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 David Chase 183240 cmd/compile: rearrange creation of ssa.Func to allow defer-cleanup authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 David Chase 173477 cmd/compile: link source lines to blocks authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 David Chase 169738 cmd/compile: clean up debug_test variable printing; add it for delve authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 David Chase 47512 cmd/compile: perform rotation in layout authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Damien Neil 313133 quic: factor out test endpoint creation authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-27 Damien Neil 307213 quic: CRYPTO frame encoding/decoding authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-26 Than McIntosh 407503 internal/testenv: add BuildToolExec authorMaintainer authorContributor authorMajorContributor
2022-09-24 Mateusz Poliwczak 433503 cryptobyte: AddUint*LengthPrefixed API perfomance optimization with sync.Pool authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-09-23 Russ Cox 433295 cmd/go/internal/cache: implement generational GC for GOCACHE authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-09-19 Mateusz Poliwczak 428475 cryptobyte: AddUint*LengthPrefixed API perfomance optimization authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-09-13 Than McIntosh 407505 cmd/compile: strip counter instrumentation from some hot runtime funcs authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-08-31 Jorropo 411995 index/suffixarray: fix panic out of range when reading malformed indexes authorMaintainer authorContributor authorMajorContributor
2022-08-31 Emmanuel Odeke 217498 telemetry, godoc: add HTTP server extraction/extension and toggle flag authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-08-31 Robert Findley 385975 internal/typeparams: update to the API of x/exp/typeparams authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-08-31 Emmanuel Odeke 217497 telemetry: support extraction of tags authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-08-22 Roland Shoemaker 425082 x/vulndb: add data/reports/GO-2022-0952.yaml for CVE-2022-36009 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-06-24 Emmanuel Odeke 413954 internal/core: properly close core file on an error in Core authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-06-23 Joe Tsai 413716 bytes: add fuzz test to ensure compatibility with strings authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-05-14 Robert Griesemer 406397 src: apply gofmt -w -s . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-05-14 Robert Griesemer 406076 src: apply gofmt -w -s . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-05-14 Robert Griesemer 406395 src: apply gofmt -w -s -a . authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-04-06 Robert Griesemer 397514 go/types, types2: separate implementation of term from Term authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-03-31 Cherry Mui 397475 cmd/racebuild: work around old Linux distribution on builders authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-03-14 Alan Donovan 391635 doc: memory model: explain map by analogy with pointer to var authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2022-02-17 Damien Neil 376774 reports: add GO-2021-0247.yaml for CVE-2021-38297 authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2022-02-15 Julie Qiu 385914 _content/doc/fuzz: update architecture info authorMaintainer authorContributor authorMajorContributor
2022-01-13 David Chase 373504 cmd/bent: add support for automated fuzzing authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-12-21 Emmanuel Odeke 367054 go/types: speed up ExprString by using sync.Pool authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-12-17 David Chase 370874 runtime: debugging print for netbsd crash authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-12-07 Matthew Dempsky 329655 internal/buildcfg,go/build: enable GOENV for all tools authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-11-29 Jason Donenfeld 283602 windows/svc/eventlog: allow redirecting service prints to system event log authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-11-11 Jason Donenfeld 363374 net: add missing AddrPort Listen and Dial functions for UDP and TCP authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-11-09 Giovanni Bajo 264458 filepath: on Windows, make EvalSymlink work with long relative paths authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-11-09 Emmanuel Odeke 268517 runtime: use calculated limits instead of 1<<31-1 as max for printing tracebacks authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-11-02 Brad Fitzpatrick 358935 net: add GODEBUG knob to panic unspecified listens authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-10-04 Roland Shoemaker 321510 cmd/cve-triage: add tool for finding interesting CVEs authorMaintainer authorContributor authorMajorContributor
2021-09-22 Cherry Mui 338270 cmd/compile: mark defer wrapper nosplit for runtime and nosplit callee authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-09-10 Michael Hudson-Doyle 339370 cmd/link/internal/loadelf: ignore symbols produced by gcc LTO authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-08-16 Joel Sing 334878 runtime: fix types in openbsd/amd64 and openbsd/arm64 libc assembly authorMaintainer authorContributor authorMajorContributor
2021-08-13 David Chase 337569 cmd/compile: add compiler "-O optimization_requests_file" flag authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-07-27 David Chase 218923 perf/cmd/benchseries: new command for summarizing series of benchmarks authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-07-19 Dan Scales 335410 [dev.typeparams] cmd/compile: introduce named gcshape types authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-07-11 David Crawshaw 333832 sql: skip recording returnedAt for fixed conn pool authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-07-04 Deleted User 135378 crypto/sha1: use SHA instructions on amd64, when possible authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-06-10 Roland Shoemaker 326629 [dev.fuzz] internal/fuzz: quantize counters and use them when considering coverage expansion authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-05-26 Damien Neil 322889 net: deprecate Temporary error status authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-05-11 Dan Scales 318929 cmd/compile: fix pragma import to set func pragma flags authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-05-05 Matthew Dempsky 317010 go/packages: init types.Info.Inferred for -tags=typeparams authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-04-27 Roland Shoemaker 310529 net/http: add MaxBodyBytes to Server authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-04-16 Cherry Mui 309630 cmd/compile: create ArgXXXReg values at entry pos authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-04-16 Austin Clements 310730 cmd/dist: use goTest() to construct commands for more tests authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-02-24 Elias Naur 280313 cmd/link/internal: specify LC_VERSION_MIN_IPHONEOS for iOS builds authorMaintainer authorContributor authorMajorContributor
2021-01-13 Robert Griesemer 283473 [dev.typeparams] cmd/compile/internal/syntax: make ... in type parameter list a syntax error authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2021-01-06 Dan Scales 280632 [dev.typeparams] Dealing with forward references to types and circular types. authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-01-06 Dan Scales 280633 [dev.typeparams] Disambiguate OXDOT in noder.go using types2 Selection information authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-01-06 Dan Scales 281513 [dev.typeparams] When encountering a types2 constant, create BasicLit immediately authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2020-12-18 Fannie Zhang 257981 cmd/compile: optimize the Phi values authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-12-09 Jeremy Faller 268898 cmd/link: create new reloc type R_WEAKADDR and R_REF authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-12-03 Baokun Lee 274394 cmd/go/internal/modload: add missing module version in suggestion authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-12-02 Emmanuel Odeke 214859 go/analysis: add analyzer for http.Error missing termination authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2020-11-20 Dan Scales 272027 cmd/compile: change typecheckclosure() to be idempotent, not update xtop authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-10-28 Michael Pratt 228577 runtime: expand BenchmarkWakeupParallel tests authorMaintainer authorContributor authorMajorContributor
2020-10-20 Matthew Dempsky 202080 cmd/compile: implement unsafe.Slice and unsafe.String authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2020-10-12 Josh Bleecher Snyder 230059 cmd/compile: combine UBFZ and ANDconst authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-09-23 David Chase 253217 cmd/compile: change call expansion to allow it to run in more places. authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-07-06 Cherry Mui 241088 cmd: default to old object file format authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-05-23 Roland Shoemaker 235057 crypto/salsa20/salsa: use stdlib rather than rotating/encoding by hand authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2020-05-13 Roland Shoemaker 233038 encoding/asn1: document that RawContent aliases the input byte slice authorMaintainer authorContributor authorMajorContributor
2020-05-12 Emmanuel Odeke 233361 runtime: deflake TestSpuriousWakeupsNeverHangSemasleep authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-04-25 Josh Bleecher Snyder 230032 cmd/compile: recognize another BFI pattern on arm64 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-04-20 Cherry Mui 228892 os: restart interrupted syscall on Plan 9 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-04-07 Emmanuel Odeke 227438 net/http: prototype ServerTraceState to capture state of a request being handled authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-02-25 David Chase 173439 cmd/compile: sort DWARF variable info by source position authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2019-12-06 David Chase 210344 cmd/compile: add //go:nodebug for package granularity no-debugging authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-12-04 David Chase 209937 cmd/compile: add //go:nodebug to reduce amount/size of debugging info for a function authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-10-11 David Chase 43050 cmd/compile: experiment to measure costs of "fault branch" authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-09-19 Cherry Mui 196378 misc/cgo/testtls: force TLS accesses on a non-main thread authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-08-15 David Chase 190415 cmd/compile: enable loop preemption for problematic loops authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-07-10 Michael Knyszek 185617 runtime: avoid re-acquiring heap lock in scavengeLocked authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-07-09 Michael Knyszek 184442 runtime: unscavenge span without heap lock authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-05-30 David Chase 171218 cmd/compile: add environment-variable-connected knobs to inliner authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-05-21 Joe Tsai 66312 godoc: add support for sections authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2019-05-15 Josh Bleecher Snyder 177497 cmd/compile: add -skiprule authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2019-05-01 David Chase 174530 cmd/compile: special case escape analysis for fmt.Printf etc authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-04-27 David du Colombier 174201 cmd/go: implement parsing of Go version in Plan 9 binaries authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2019-04-24 Deleted User 123056 nettest: add conformance test for net.Listener and net.PacketConn authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments
2019-04-18 Marcel van Lohuizen 154419 unicode: update Unicode tables using new generator authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-03-05 Josh Bleecher Snyder 165358 cmd/compile: add unsafe.Unreachable authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2019-03-04 Deleted User 109135 crypto/elliptic: speed-up asm version on amd64 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-02-27 Josh Bleecher Snyder 154058 cmd/compile: don't recurse into go:noinline during inlining walk authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2019-02-04 Rick Hudson 159377 runtime: calculate young object mortality rates authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2018-08-20 Deleted User 105715 net: use callpathSW in TestDialContextCancelRace authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2018-08-04 Kevin Burke 109815 benchstat: add tests for timeScaler authorMaintainer authorContributor authorMajorContributor
2018-06-14 David Chase 118996 cmd/compile: add some inliner knobs for parameter search authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2017-11-15 Matthew Dempsky 40492 cmd/compile: cleanup MOVaddr code generation authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2017-11-02 Ilya Tocar 74810 cmd/internal/obj/x86: use push/pop to manage frame pointer authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2017-04-17 Alan Donovan 33688 go/loader: add another test case to TestVendorCwdIssue16580 authorMaintainer authorContributor authorMajorContributor
2017-03-31 Kevin Burke 38235 analysis/appengine: add homepage styles authorMaintainer authorContributor authorMajorContributor
2016-12-12 Austin Clements 34291 runtime: bound number of sweeps per allocation authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed
2016-11-15 Robert Griesemer 33294 go/printer: steps towards fixing #16371 authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2016-10-19 David Crawshaw 31136 shiny/widget: scrolling sheets authorMaintainer authorContributor authorMajorContributor
2026-06-08 Jorropo 450059 cmd/compile/ssa/_gen: add support for conditional suffixes opcode generation authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-05-31 Joe Tsai 471200 encoding/json: improve Marshal memory utilization authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsFailed
2026-03-16 David Chase 570277 go/analysis/passes: modify copylocks to also detect copied strings.Builder authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-16 David Chase 570137 go/analysis/passes: update copylock check for 1.22 loopvar authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-03-16 David Chase 571935 go/analysis/passes: conversions, not casts, plus a little cleanup authorMaintainer authorContributor authorMajorContributor trybotsFailed
2026-03-16 David Chase 259257 cmd/compile: update build cache rules and doc for SSA environment variable changes authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-03-16 Bryan Mills 137076 cmd/goforward: add a tool for moving packages authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-03-16 Baokun Lee 299029 cmd/go: add fsys.Chmod function in fsys package authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-02-13 Damien Neil 630337 os: avoid symlink race in RemoveAll on Windows authorMaintainer authorContributor authorMajorContributor mergeConflict
2026-01-26 Joel Sing 648858 runtime: add vector implementation of memmove for riscv64 authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2026-01-26 Joel Sing 661616 internal/bytealg: vector implementation of Count for riscv64 authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2025-10-29 Emmanuel Odeke 238118 net/mail: declare that domain parsing is less strict than expected authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-10-20 David Chase 636837 runtime: add spill area to g struct authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-08-15 David Chase 635344 cmd/compile: interprocedural analysis POC authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-08-15 David Chase 636839 cmd/compile: use IPA clobber in regalloc authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-08-15 David Chase 638675 cmd/compile: change SSA compile order to be IPA-friendly authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-08-15 David Chase 639635 cmd/compile: arm64 ipa-no-clobber compiler changes authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-06-22 Nicola Murino 669797 ssh: Add MarshalPrivateKeyV2 and MarshalPrivateKeyOptionsV2 authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-06-10 David Chase 680439 internal/simdgen: special case ... rules to reduce noise authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-05-22 Austin Clements 675358 maintner: add mutation source that only uses the on-disk cache authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-05-22 Austin Clements 675357 maintner: fix retrying while offline authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-05-12 David Chase 661715 cmd/compile, internal/simd: glue for adding SIMD extensions to Go authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-05-06 Nicola Murino 559055 ssh: add support for hostkeys-00@openssh.com authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-05-05 David Chase 661735 internal/simd: generators for Go SIMD support authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-05-05 David Chase 663775 runtime: noinline annotations necessary for high inlining budget authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-04-21 Alan Donovan 507875 modfile: document optional fields authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-04-18 Nicola Murino 552495 ssh: implement ETM mode for CBC ciphers authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-04-15 Mateusz Poliwczak 664918 cmd/compile: combine access/assign map operations authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-03-31 Hongxiang Jiang 661336 DNR: make go modify tag return questions authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-03-21 Michael Knyszek 637877 gocore: rewrite APIs to use Go 1.23 iterators authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-03-12 Joel Sing 651815 cmd/compile: simplify intrinsification of TrailingZeros64 on 386 authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2025-03-05 Robert Griesemer 655255 go/types, types2: use iterator instead of callback in commonUnder authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-02-25 Jorropo 637940 cmd/obj/riscv: regenerate instructions with match and two values boolean pattern authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-02-24 David Chase 614695 cmd/cgo: rewrite positional C.type composite literals to use keywords authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-01-29 Robert Griesemer 621919 spec: remove notion of core types authorMaintainer authorContributor authorMajorContributor mergeConflict
2025-01-25 Robert Griesemer 635076 go/types, types2: remove need for core type in for-range statements authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsFailed
2025-01-21 Alan Donovan 612056 go/ssa: let MethodValue create instantiations authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-01-21 Junyang Shao 628655 cmd/compile: implement basic block reordering based on profile authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-20 Nicolas Hillegeer 637935 gocore: print understandable error if buildID mismatch authorMaintainer authorContributor hasPlusTwo hasUnresolvedComments
2024-12-18 Michael Knyszek 637276 _content/doc/gc-guide: clarify what an object with multiple values is authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2024-12-10 Robert Griesemer 602695 go/types, types2: remove need for core type in receive operations authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 602696 go/types, types2: remove need for core type in send statements authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 603402 go/types, types2: remove need for core type in slice expressions authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 603403 go/types, types2: remove need for core type in function calls authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 603516 go/types, types2: remove need for core type in make calls authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 604116 go/types, types2: remove need for core type in append calls authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 604277 go/types, types2: remove need for core type in copy calls authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 604278 go/types, types2: remove need for coreString function authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 604279 go/types, types2: remove need for core type in unsafe.Slice/SliceData calls authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 613636 go/types, types2: remove need for core type in for-range statements authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-12-10 Robert Griesemer 618376 go/types, types2: remove need for core type in composite literals authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-11-25 Austin Clements 357590 testing: document custom units authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-11-19 Matthew Dempsky 329649 internal/buildcfg: rename non-string vars [generated] authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-10-14 Alan Donovan 619195 gopls/internal/golang: allow Implementation on any expression authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-09-24 Cuong Manh Le 611076 cmd/compile/internal/ssa: bump MaxStruct to 16 authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-08-21 David Chase 169722 cmd/compile: Use slice of biasedsparsemaps instead of map authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-07-03 David Chase 533265 cmd/compile: add memory-less const call and rewrite to static call authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-07-02 David Chase 542776 cmd/compile: (revised) use logopt to track type shapes allocated authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-07-02 David Chase 539315 cmd/compile: revise logopt to ease future changes authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-06-30 Nicola Murino 578735 ssh: allow to dynamically change authentication methods authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-06-26 Emmanuel Odeke 27453 encoding/json: with ,string tag, decode []float*, []int*, []uint* from string slices authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-06-21 Robert Griesemer 593755 spec: clarify prose about unsafe pointer conversions authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments
2024-06-15 Robert Findley 592578 gopls/internal/cache: get FakeImportC working for CGO workspaces authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-05-30 Peter Weinberger 582557 internal/imports: recognize major versions and use go.mod authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-05-29 Cuong Manh Le 588220 io: fix race condition when formatting PipeReader authorMaintainer authorContributor authorMajorContributor trybotsFailed
2024-05-29 Rhys Hiltner 588856 runtime: sample waiting Ms on futex platforms authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-05-08 Eric Fang 410796 runtime: add CPU profiling configuration structure in runtime authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-05-07 David Chase 576835 cmd/compile: high-alignment for loops in PGO-hot functions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-04-19 Michael Knyszek 578315 internal/concurrent: store node kind in pointer for HashTrieMap authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-04-19 Michael Knyszek 578316 internal/concurrent: add test to measure HashTrieMap memory overheads authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-04-19 Michael Knyszek 578317 internal/concurrent: eliminate parent pointer in HashTrieMap authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-04-01 thepudds 530095 runtime: manually represent reflect.methodValue in stack map for methodValueCall assembly authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-03-18 Roland Shoemaker 547175 all: update go.mod authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-03-06 Peter Weinberger 569436 internal/imports: remove obsolete go generate comment authorMaintainer authorContributor authorMajorContributor trybotsFailed
2024-02-27 Nicola Murino 535676 ssh: require that all PublicKeys implement the CryptoPublicKey interface authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-02-25 Jorropo 519675 crypto/aes: cleanup assembly handling of round sizes authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsPassed trybotsFailed
2024-02-22 Quim Muntal 566036 windows: handle ERROR_NOT_ALL_ASSIGNED in AdjustTokenPrivileges authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-02-20 Tatiana Bradley 565379 data/excluded: batch add 7 excluded reports authorMaintainer authorContributor authorMajorContributor trybotsFailed
2024-02-19 Peter Weinberger 557057 gopls/completion: propose returns for 'err != nil' authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-02-06 Robert Findley 560458 internal/imports: cache canonizalization authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-02-01 Bryan Mills 510315 go/doc: track struct fields during reading authorMaintainer authorContributor authorMajorContributor mergeConflict
2024-01-27 thepudds 530097 reflect: avoid always escaping in Value.Interface authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-01-11 Robert Griesemer 551417 doc: in spec, document illegal type cycles through anonymous interfaces authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2024-01-03 David Chase 552816 cmd/golangorg: add -wikidir flag for testing against local wiki authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-12-13 Roland Shoemaker 402457 math/big: limit search for non-square in ModSqrt authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-11-22 thepudds 518679 cmd/gerritbot/internal/rules: add corpus for GitHub PR rules authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2023-11-22 Emmanuel Odeke 442735 all: fix resource leaks reported by staticmajor authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-11-22 Fannie Zhang 527256 cmd/asm: add encoding of all SIMD&FP elements to new encoding path on arm64 authorMaintainer authorContributor authorMajorContributor mergeConflict
2023-11-22 Robert Findley 490415 internal/lsp/analysis: add an analyzer to help me add copyright headers authorMaintainer authorContributor authorMajorContributor mergeConflict
2023-11-14 Cherry Mui 531796 cmd/go: don't attach PGO profile for testing if there is no test authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments
2023-11-10 David Chase 540262 cmd/compile: record "come-from" for breaks within func-range iterators authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-10-31 Joel Sing 475639 cmd/dist,runtime/cgo: add support for cgo on openbsd/ppc64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments
2023-10-16 Fannie Zhang 535615 cmd/asm: add encoding of SVE elements to the new encoding path authorMaintainer authorContributor authorMajorContributor mergeConflict
2023-09-25 Matthew Dempsky 531015 slices: document that BinarySearch returns the smallest index authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-09-20 Michael Pratt 529796 DO NOT SUBMIT: passing test authorMaintainer authorContributor authorMajorContributor trybotsFailed
2023-09-11 Matthew Dempsky 457756 go/ssa: optimize slice-to-array conversion code generation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-09-07 Daniel Theophanes 333989 database/sql: document that *Rows must be closed after Query authorMaintainer authorContributor authorMajorContributor mergeConflict
2023-08-25 Deleted User 309309 unix: Added PtraceGetSiginfo and PtraceSetSiginfo authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2023-08-25 Emmanuel Odeke 430997 all: fix resource leaks authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-08-17 Russ Cox 520065 runtime: faster time.now on linux/amd64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-08-05 Wayne Zuo 445296 cmd/compile: remove LoweredMuluover on riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-07-27 David Chase 470300 cmd/compile, cmd/link, runtime, internal: 16-byte-align slices experiment authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-07-08 Emmanuel Odeke 301589 testing: add diffing to clearly discern Example test failure output authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-06-28 Michael Pratt 506757 internal/gocore: refactor loading for maintainability authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-05-09 Alan Donovan 493858 gopls/doc: improve Go template documentation authorMaintainer authorContributor authorMajorContributor mergeConflict
2023-05-05 David Chase 466235 internal/abi: common up "UncommonType" authorMaintainer authorContributor authorMajorContributor mergeConflict
2023-05-02 Eric Fang 454375 cmd/compile: don't merge symbols whose base addresses are reused authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-04-17 Roland Shoemaker 484075 html/template: treat nested template literals properly authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-04-14 Robert Findley 484742 internal/gocommand: panic on hanging Go command that are done authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-03-30 Michael Pratt 474543 debug/gobinary: add initial package sketch authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-03-29 Eric Fang 410797 runtime: add perfEventOpen, fcntl, and ioctl and some consts for PMU profiling authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-03-06 Alan Donovan 473155 gopls/internal/lsp/debug: secure always-on debug server authorMaintainer authorContributor authorMajorContributor mergeConflict
2023-03-01 Fannie Zhang 365034 cmd/internal/obj/arm64: add assembly syntax for the SVE authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2023-02-01 Jorropo 461016 slices: implement counting sort for 8 and 16 bits integer types authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-12-20 Alan Donovan 458557 gopls/internal/lsp/driver: move analysis driver to its own package authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-11-08 Wayne Zuo 409254 cmd/compile: use zero register instead of moving 0 into a register on riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-11-01 Michael Pratt 446976 cmd/compile/internal/inline,cmd/compile/internal/pgo: remove candHotNodeMap and candHotEdgeMap authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-11-01 Michael Pratt 446977 cmd/compile/internal/pgo: unexport local types and fields authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-09-27 Alex Brainman 288272 syscall: introduce SysProcAttr.ProcThreadAttributeList authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-09-27 David Chase 264180 cmd/compile: remove dead closures after inlining authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-09-27 David Chase 264178 cmd/compile: interleave inlining and escape analysis in single bottom-up visit authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-09-27 Josh Bleecher Snyder 220696 cmd/compile: demo use of := in rule conditions authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-09-27 David Crawshaw 29448 shiny/widget: a tabbed container authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-09-09 David Chase 282315 cmd/compile: make ppc64 rules less picky about type of 64-bit stores authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-06-24 Alan Donovan 412999 internal/jsonrpc2_v2: simplify async authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-05-21 Matthew Dempsky 344512 cmd/dist: use GOEXPERIMENT="" with GOROOT_BOOTSTRAP authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-05-19 Fannie Zhang 361966 [DO-NOT-REVIEW] add a red zone at the start of the allocation authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-05-18 Deleted User 377534 _content: add dark mode authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-04-29 David Chase 401637 cmd/compile: modify test, compile, runtime for set LocalPkg.Path to -p flag authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-03-05 Emmanuel Odeke 373597 cmd/compile/types2: use early returns in object.assignableTo authorMaintainer authorContributor authorMajorContributor mergeConflict
2022-02-02 Emmanuel Odeke 378177 cmd/compile/types2, go/types2: report access of unexported field/method authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2021-12-25 Deleted User 373856 _content/doc: remove .html suffix from links on https://go.dev/doc/ authorMaintainer authorContributor authorMajorContributor mergeConflict
2021-12-16 Matt Layher 372815 nettest: add testCloseReadWrite to TestConn subtests authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsFailed
2021-12-16 Kevin Burke 366935 cmd/godoc: add newline after error message authorMaintainer authorContributor authorMajorContributor mergeConflict
2021-11-09 Michael Knyszek 315830 runtime: delay SetConsoleCtrlHandler until runtime.main authorMaintainer authorContributor authorMajorContributor mergeConflict
2021-10-05 Deleted User 353932 doc: made a few updates for golfing contribution guide authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2021-08-30 Robert Griesemer 340913 [dev.typeparams] go/types: Interface.Embedded to panic if embedded type is not a defined type authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2021-08-27 Joe Tsai 336431 strings, bytes: document properties of EqualFold authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2021-08-12 Dan Scales 340914 [dev.typeparams] cmd/compile, test: change -G default to 3 (types2 typechecker, generics) authorMaintainer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsFailed
2021-04-27 Roland Shoemaker 234257 crypto/x509: rework how system roots are loaded on unix systems authorMaintainer authorContributor authorMajorContributor mergeConflict
2021-04-20 Matthew Dempsky 308971 cmd/compile: add internal/align package for runtime authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2021-04-14 Matthew Dempsky 309389 cmd/go: refactor runtime-internal package handling authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2021-04-12 Matthew Dempsky 308972 runtime: demonstrate use of internal/align authorMaintainer authorContributor authorMajorContributor mergeConflict
2021-03-09 Matthew Dempsky 285681 [dev.regabi] cmd/compile: optimize read-only []byte conversions authorMaintainer authorContributor authorMajorContributor trybotsFailed
2021-03-01 Jeremy Faller 268899 cmd/compile: strip some dead map init functions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2021-02-24 Austin Clements 272132 runtime: simplify showframe arguments authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2021-01-29 Baokun Lee 285693 [dev.regabi] cmd/compile: remove duplicate edges for escape analysis authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2021-01-25 Matthew Dempsky 286174 [dev.regabi] cmd/compile: remove ComputeAddrtaken authorMaintainer authorContributor authorMajorContributor trybotsFailed
2021-01-06 Dan Scales 276653 [dev.typeparams] cmd/compile: conversion of types2 types to types, compare with existing type authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-11-18 David Chase 271158 cmd/compile: include transmission of return values in late call lowering authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-11-17 David Chase 267139 cmd/compile: expose inliner knobs for tuning authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-11-17 David Chase 268120 cmd/compile: suppress inlining on panic-terminated list of statements authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-11-17 David Chase 268121 cmd/compile: add escape-aware heuristics for inlining authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-10-14 David Chase 258618 cmd/compile: added limited //go:registerparams pragma for new ABI dev authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-10-08 Joel Sing 244578 cmd/link: fix writeBlocks handling of sub symbols authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2020-09-02 Emmanuel Odeke 235523 net/http: add examples for disabling HTTP/2 in Transport authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-08-25 Deleted User 236517 ssh: Fixes golang/go#39397 nil pointer dereference on unsupported MAC authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-08-14 Emmanuel Odeke 236778 sort: use math/bits.Len32 for log2(length) instead of loop authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-07-03 Deleted User 240777 cmd/cgo: recognize //go:export like //export authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-06-26 Joe Tsai 72890 godoc/internal/render: add render package for text formatting authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2020-05-01 Cherry Mui 224626 [dev.link] cmd: default to old object file format authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-04-28 Josh Bleecher Snyder 229984 cmd/compile: fix type of ssa OpITab Values authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-04-20 Josh Bleecher Snyder 227655 cmd/compile: infer gdata width arg authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-04-19 Josh Bleecher Snyder 220684 cmd/compile: support := in rewrite rule conditions authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-04-01 Joe Tsai 136115 sync: clarify proper Pool usage for dynamically sized buffers authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments
2020-03-30 Giovanni Bajo 196680 cmd/compile: in prove, remove manual limit tracking authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-03-30 Giovanni Bajo 203597 cmd/compile: consistently use camelCase in poset authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-03-30 Giovanni Bajo 226217 cmd/compile: in poset, use signed flag rather than unsigned authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-03-06 Deleted User 205897 encoding/json: Add `nilasempty` option authorMaintainer authorContributor authorMajorContributor mergeConflict
2020-02-27 David Chase 219127 cmd/compile: add rewrite to avoid MOV{L,Q}{i2f,f2i} authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-01-13 David Chase 214139 runtime: add a not-empty field atomically checked to reduce timer lock overhead authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2020-01-03 Keith Randall 93175 cmd/compile: use unified backing store for debug info output authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-12-21 Austin Clements 211307 runtime: use monontonic time consistently on Windows authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2019-11-15 David Chase 207442 runtime: experiment with less aggressive GC-ing based on triggerRatio authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-10-18 Matthew Dempsky 202082 runtime: make use of unsafe.Slice authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-08-30 Josh Bleecher Snyder 177041 cmd/compile: allow tightening rematerializeable values into loops authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2019-07-09 Michael Knyszek 184497 runtime: block on background scavenger only if necessary authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-06-25 Cherry Mui 167139 bridge: make an extra copy when passing an alloca as a byval arg authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-05-27 David Chase 151978 cmd/compile: improved debug logging for prove phase authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2019-04-30 Baokun Lee 174338 cmd/go/internal/modfetch: add gosum.io key authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2019-04-15 Kevin Burke 172077 strconv: benchmark large string in AppendQuoteToASCII authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2019-03-19 Matthew Dempsky 168238 cmd/compile: early variadic slice normalization authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-03-15 Rick Hudson 137482 runtime: trigger generational GC authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-02-26 Jason Donenfeld 111356 runtime: use CLOCK_BOOTTIME in nanotime on Linux authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2019-02-04 Rick Hudson 137483 runtime: debugging and trace aids authorMaintainer authorContributor authorMajorContributor noMaintainerReviews mergeConflict hasUnresolvedComments
2019-01-31 Robert Griesemer 149638 cmd/compile/internal/syntax: parse/print support for type parameters and contracts authorMaintainer authorContributor authorMajorContributor mergeConflict
2019-01-17 Baokun Lee 158257 cmd/go/internal/modload: improve error message when $HOME is unset authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2018-11-16 Deleted User 102875 dns/dnstest: new package authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments
2018-10-23 Deleted User 116157 doc: add AVX-512 wiki page link to asm.html authorMaintainer authorContributor authorMajorContributor mergeConflict
2018-10-19 Josh Bleecher Snyder 129380 cmd/compile: strengthen IsInBounds optimizations authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2018-10-16 Alan Donovan 134935 go/analysis: a new API for analysis tools authorMaintainer authorContributor authorMajorContributor mergeConflict
2018-10-15 Deleted User 121697 cmd/compile: inline runtime.memequal if possible authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2018-08-27 David Chase 122484 cmd/compile: restore LocalAddr CSE authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2018-08-01 David Chase 127257 cmd/vet: add a vet build tag so compiler test files can be excluded authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2018-07-11 Deleted User 24714 godoc/static: link examples to the func, type, etc, not the example itself authorMaintainer authorContributor authorMajorContributor mergeConflict
2018-04-09 Emmanuel Odeke 85715 cmd/compile: disambiguate clashing types by package authorMaintainer authorContributor authorMajorContributor mergeConflict
2018-03-08 Cherry Mui 99676 cmd/compile: ignore -race on non-supporting architectures authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2018-02-21 Austin Clements 95676 runtime: mark itab go:notinheap authorMaintainer authorContributor authorMajorContributor mergeConflict
2018-02-21 Bryan Mills 94138 shiny/driver/internal/event: use a channel in Deque instead of a sync.Cond authorMaintainer authorContributor authorMajorContributor mergeConflict
2017-10-21 Matthew Dempsky 40500 cmd/compile/internal/gc: cleanup moveToHeap authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2017-10-11 David Crawshaw 21087 cmd/compile: drop type info for some methods authorMaintainer authorContributor authorMajorContributor mergeConflict
2017-09-22 Ilya Tocar 62971 runtime: reduce contention in gcDrain authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2017-09-05 Deleted User 60950 vet: add test case for build constraint(tag) authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2017-07-31 Dominik Honnef 50150 go/types/typeutil: delete empty buckets from Map authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2017-06-19 Austin Clements 38180 runtime: add SchedStats API authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-05-15 Alan Donovan 612217 container/hash: Map, a hash-table based mapping authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-04-01 Nicola Murino 562756 ssh: add deadlines support for channels authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-29 Joel Sing 615677 cmd/compile: avoid zero extension when sufficiently shifted on riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-18 Meng Zhuo 657036 internal/bytealg: vector implementation of count 1 byte for riscv64 authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2026-03-16 David Chase 571235 go/analysis: attempt at connecting module info to analysis from vet authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-03-16 Martin Möhrmann 188499 runtime/pprof: add new LabelSet construction helper to reduce allocations authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-16 Kevin Burke 258039 cmd/go/internal/cache: use stdlib instead of fmt authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-16 Bryan Mills 386496 cmd/go: improve error handling for nonexistent files authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-16 Russ Cox 558738 regexp: move Expand next to Replace authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-03-16 David Chase 179601 cmd/compile: combo inliner-experiments CL authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-03-16 Jean de Klerk 432536 cmd/go: add -u=patch option for go list authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-11-25 Joel Sing 615679 cmd/compile: remove extension and shift combining for riscv64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2025-08-15 David Chase 639636 cmd/compile, internal/pkgbits: hacks/debugging for plugin export data authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-05-09 Alan Donovan 668238 go/ast: enforce FileStart <= Node.Pos <= Node.End <= FileEnd authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-04-23 David Chase 661736 cmd/compile, internal/simd: generated files for Go SIMD authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-03-19 Mark Ryan 657916 cmd/internal/obj/riscv: fix and test PCALIGN errors authorMaintainer authorContributor mergeConflict hasPlusTwo trybotsFailed
2025-03-18 Mark Ryan 637318 cmd/internal/obj/riscv: add assembly syntax checker authorMaintainer authorContributor mergeConflict hasPlusTwo hasUnresolvedComments
2025-03-03 thepudds 524945 cmd/compile/internal/escape: analyze receivers in interface method calls authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-02-25 Robert Griesemer 642501 go/types, types2: type check question mark statement authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-02-25 Robert Griesemer 642502 cmd/compile: implement compilation of question mark statement authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-02-14 Mateusz Poliwczak 649575 gopls: group comments for hover authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-02-03 Jorropo 637936 cmd/compile: use IPA to mark readonly and pure functions in SSA authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-01-29 Robert Griesemer 622475 spec: factor out notion of index values into separate section authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-01-21 Peter Weinberger 643716 gopls/test/integration/misc: weird error authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2025-01-03 Jorropo 639658 cmd/obj/riscv: compress NOP instructions authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-12-24 David Chase 635677 cmd/compile: attempting to IPA register clobber sets authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-11-20 Keith Randall 626699 internal/runtime/maps: search group using simple for loop authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-11-19 Matthew Dempsky 202558 cmd/compile: simplify isReflectHeaderDataField authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-10-21 David Chase 621638 cmd/compile: added a no-modifications detector for loops over maps authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-08-31 Jorropo 610015 cmd/compile: cleanup some legacy NilCheck opt rules authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-08-31 Jorropo 609995 cmd/compile: remove some uneeded nilchecks during opt authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-08-23 Tatiana Bradley 607916 internal/report: fix sortModules authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-08-23 Tatiana Bradley 607457 internal/report: add lint check for unmerged modules authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-08-23 Joel Sing 605480 cmd/compile/internal/ssagen: convert intrinsics to being table driven authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2024-08-07 Tatiana Bradley 601380 wip: experiment with faster triage authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-07-23 Suzy Mueller 574256 internal/lsp: support rename files for a single directory authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2024-05-29 David Chase 588455 cmd/link, ir, cmd/compile, test: combo CL for testing and benchmarking authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-05-25 Mateusz Poliwczak 586795 encoding/json: don't silently ignore errors from (*Decoder).More authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2024-05-24 David Chase 587929 test: modify newinline.go to make closures less dead authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-05-23 David Chase 587601 cmd/link: make -buildmode=shared skip actually-dead closures authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-05-22 Matthew Dempsky 587656 cmd/compile: add "deadlocals" pass to remove unused locals authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-04-24 David Chase 581316 cmd/compile: wasm32-specific structs.HostLayout changes authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-22 Robert Griesemer 565915 go/types, types2: introduce Pos alias for syntax.Pos/token.Pos authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2024-02-14 Ian Cottrell 564176 internal/event: delete LogWriter and Printer authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 564175 internal/event: delete core authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563974 internal/event: switch to using slog.Handler authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563973 gopls/internal/debug: change to use slog.Level authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563972 internal/event: change exporter signature to match slog.Handler#Handle authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563971 internal/event: use slog.Record instead of core.Event authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563970 internal/event/core: delete the unused "fast" functions authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563968 internal/event: remove most of the label.List and label.Map code authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563967 internal/event: remove the label map from the exporter authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563966 internal/event: remove the Label system authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563965 internal/jsonrpc2_v2: use a log rather than a label for notification errors. authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-14 Ian Cottrell 563962 internal/event: replace label.Label with slog.Attr authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-05 Ian Lance Taylor 37732 cmd/link, runtime: enable c-archive on all Unix and Windows systems authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-12-20 Emmanuel Odeke 543297 _content/doc: bring in updated Markdown files authorMaintainer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2023-11-30 Joe Tsai 229757 go/ast/inspector: pre-compute exact size of []event authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-11-17 Rhys Hiltner 528656 runtime: remove lock from block/mutex profile authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-09-23 thepudds 524944 cmd/compile/internal/escape: reserve space in leaks encoding for interface receiver data authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-09-12 Matthew Dempsky 527697 cmd/compile: cleanup handling of function parameters authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2023-09-06 Than McIntosh 456595 cmd/go: make -gocoverdir flag an exposed flag for go test authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-08-29 Mateusz Poliwczak 491215 net: support go resolver for LookupHost and LookupPort on plan9 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-08-21 Robert Findley 521121 gopls/internal/lsp/source: renaming methods in test variants authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2023-07-24 Nicola Murino 506838 ssh: add aes192-cbc and aes256-cbc cipher support authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-07-20 David Chase 511795 cmd/benchseries: tweak bent-defaults to current better values authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2023-06-26 Than McIntosh 495435 misc/cgo/test: use alternate path for 18146 when coverage enabled authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-04-28 David Chase 471159 cmd/compile,reflect,runtime,etc: nerfing tests for more-aligned slices authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-04-28 David Chase 472676 cmd/compile,reflect,runtime: add hooks/todos for increasing slice/interface alignment authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-03-31 Eric Fang 410799 [DO-NOT-SUBMIT] runtime: support PMU profiling for non-go threads authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-03-13 Cuong Manh Le 471555 net/http: fix race condition with testHookReadLoopBeforeNextRead authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-03-03 Robert Findley 472179 gopls/internal/lsp/source: remove the "memoryMode" setting authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-01-18 Jorropo 462299 sync: mark some internal runtime go:linkname'd functions noescape authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-01-12 Daniel Martí 461744 go/printer: reuse trimmer allocations authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-01-12 Daniel Martí 461743 go/printer: reuse sizeCounter allocations authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-01-11 Cherry Mui 403980 cmd/compile: use relative PCs in jump table on ARM64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2023-01-10 Matthew Dempsky 425415 cmd/internal/obj: report corrupt inline tree entries authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2022-12-05 Roland Shoemaker 417396 crypto: make private key equals methods constant time authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2022-12-03 Joe Tsai 454895 reflect: document when a returned value is addressable authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2022-11-01 Michael Pratt 444758 sweet: update and re-enable gvisor benchmark authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2022-09-27 David Chase 40996 cmd/compile: implement simple loop unrolling authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2022-09-27 Josh Bleecher Snyder 229058 cmd/compile: add shortcircuit to late fuse authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2022-09-27 Josh Bleecher Snyder 217015 cmd/compile: during rulegen, pre-substitute ops authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2022-08-11 Matthew Dempsky 423074 test: add non-generic version of issue54343.go for trybots authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2022-07-28 Matthew Dempsky 420056 [dev.unified] internal/buildcfg: enable GOEXPERIMENT=unified by default authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2022-06-23 Alan Donovan 391634 doc/spec: explain aliasing of map, channel authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2022-05-20 Michael Knyszek 397016 runtime: create async work queue to handle runtime triggers authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2022-05-20 Alan Donovan 404336 internal/span: avoid stat in CompareURI authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2022-05-19 Austin Clements 372355 doc/go1.18: document OpenBSD & NetBSD memory corruption authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2022-05-13 David Chase 405903 cmd/compile: Restore support for minimal go comnpile/link hello.go/o authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2022-05-13 David Chase 405904 internal/reflectlite: modify a test for changes in package naming authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2022-01-27 Brad Fitzpatrick 381294 acme/autocert: add mechanism to force async reissue on looming CA revocation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-12-31 Ian Cottrell 362537 usage: add a new command line parsing library authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2021-11-23 David Chase 366594 cmd/compile: horrible GOGC hack and footprint logging authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2021-11-09 Giovanni Bajo 340769 os, path: document Getwd-related failures authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-10-26 Deleted User 355349 crypto/elliptic: unroll some loops for performance authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-10-06 David Chase 321963 benchmarks/stats: improve (?) walk function authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2021-08-23 Dan Scales 344510 cmd/compile: change types2 typename format to be like types1 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-08-20 Joe Tsai 343876 strconv: document lack of up-front UTF-8 checks in Unquote authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-08-09 Fannie Zhang 340152 cmd/compile: spill register-assigned array argument to the caller's frame stack authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-07-27 David Chase 250277 analysis/localperf: changes to support historical graphs along a series authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2021-07-23 Agniva De Sarker 303529 cmd/godoc: annotate errors coming from the go command authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-04-29 Matthew Dempsky 314889 curve25519: use fiat-go authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-03-08 Matthew Dempsky 299491 cmd/compile: add Haswell extensions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-03-04 David Chase 284577 [dev.regabi] cmd/compile: refactor expand_calls to remove many nested functions authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2021-01-19 Joel Sing 250183 runtime: fix missing osStackAlloc/osStackFree for stackFromSystem authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-11-18 David Chase 256077 cmd/compile: add rewrite rule to change callClosure(constant) to callStatic authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-11-18 David Chase 262339 cmd/go: make -p=1 respect GOMAXPROCS when choosing compile worker parallelism authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-11-17 David Chase 254796 cmd/compile: modify inlining heuristic for if; max arms, not sum authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-11-17 David Chase 267419 cmd/compile: adjust mid-stack inlining within small functions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-10-24 Michael Knyszek 242397 runtime: assume worst-case scan work in revise with max heap authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-10-21 Kevin Burke 189657 godoc/vfs: files bound as root are treated as files authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-10-17 Kevin Burke 254538 internal/dl: add release dates to dl page authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-10-08 Jeremy Faller 260238 cmd/compile,link: deadcode eliminate inits for unreachable variables authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-10-06 Matthew Dempsky 40772 refactor/eg: don't match wildcards against type expressions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-09-11 Dan Scales 244633 runtime: fixes so fp is correct for open-coded defers called in same frame after a recovery authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-09-04 Cherry Mui 253157 cmd/link: add a test for reproducible build authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-08-14 Dan Scales 212301 runtime: use frame pointers to implement physicalCallers(), speed up trace authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-08-10 Cherry Mui 247678 [dev.link] cmd/compile: make func value symbols content-addressable authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-08-10 Cherry Mui 247677 [dev.link] cmd/compile: always define func value symbols locally authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-06-12 Keith Randall 237737 syscall: add Get/Set methods to Stat_t.Size, Flock_t.{Start,Len} authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-06-08 Emmanuel Odeke 35471 cmd/compile: add typo fix suggestions using Levenstein/Edit distance authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-05-20 David Chase 234580 cmd.compile: simulate constraints of escape analysis on SSA compiler scheduling authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-05-10 Austin Clements 46751 runtime/debug: add SetMaxHeap API authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-05-07 Emmanuel Odeke 211801 os: implement FindProcess on Darwin instead of noop authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-05-01 Keith Randall 151497 cmd/compile: don't generate algorithms for slice literal backing store authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-04-29 Joe Tsai 229920 go/ast/inspector: documents mutability requirements authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-04-27 Emmanuel Odeke 212408 net/http: document shallow cloning of some Request fields authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-04-20 Cherry Mui 228893 runtime: implement async preemption on Plan 9 authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2020-02-14 David Chase 219229 obj/x86: nop-only, align functions and jumps for better performance authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2019-11-14 Agniva De Sarker 207017 unicode/norm: make decomps to a const string authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-09-26 Austin Clements 150778 Revert "runtime: debug code to catch bad gcWork.puts" authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-09-06 Michael Knyszek 193857 runtime: make the scavenger sleep for a computed time if its ahead authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2019-08-16 David Chase 190577 cmd/compile: add intrinsic sync.checkPreempt authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2019-05-30 David Chase 175417 cmd/compile: make inlining conditional on file contents authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2019-05-30 David Chase 172057 runtime: tweaks to permit high inlining levels authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2019-05-25 Deleted User 166937 cmd: handle floats for ODIV better authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-03-13 Rick Hudson 137476 runtime: constants and data structures for generational GC authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-02-26 Fannie Zhang 153359 runtime: enhance memmove() function using SVE instructions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-02-16 Russ Cox 162900 shiny/driver/gldriver: hide window decoration entirely for empty title authorMaintainer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2019-02-06 David Chase 144219 cmd/compile: add option for user-supplied list of file/line/column specials authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2019-02-04 Rick Hudson 137477 runtime: card table initialization authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-02-04 Rick Hudson 137478 runtime: process a shard of cards authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-02-04 Rick Hudson 137479 runtime: is GC cycle full or generational authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-02-04 Rick Hudson 137480 runtime: divide card scanning work authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-02-04 Rick Hudson 137481 runtime: make mark bits sticky authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2018-11-29 David Chase 136555 runtime: experimental GC-related changes to scheduling authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2018-10-03 Deleted User 62770 crypto/subtle: optimise ConstantTimeCompare authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2018-09-21 David Chase 136715 runtime: adjust mark-assist boost, put info in trace authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2018-08-25 Ilya Tocar 54412 cmd/compile/internal/gc: catch more in range checks authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2018-07-07 Austin Clements 122577 runtime: test g0 stack overflow handling on all OSes authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2017-09-20 Bryan Mills 63277 cmd/cgo: use type aliases for primitive types authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2017-09-14 Bryan Mills 63711 cmd/cgo: translate “opaque” types as struct types with opaque fields authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2017-08-21 Joe Tsai 53637 compress/gzip: permit parsing of GZIP files with long header fields authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2017-06-13 Austin Clements 45142 runtime: start goroutines with a 16K stack authorMaintainer authorContributor authorMajorContributor mergeConflict trybotsFailed
2017-06-08 Deleted User 44652 windows: add APIs for Windows profiling authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-16 Bryan Mills 354872 cmd/go/internal/modload: plumb a Context argument to Replacement authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2026-03-16 Bryan Mills 354871 cmd/go/internal/modload: load the go.mod file in Replacements authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2025-05-22 Filippo Valsorda 665375 cmd/asm: add -mut and -mutlist flags for mutation testing authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2025-03-17 Jorropo 561695 cmd/compile: allow arbitrary sized structs to be SSAified authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2025-02-03 Emmanuel Odeke 626398 all, cmd/vet: bring in reflectvaluecompare static analyzer authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2025-01-21 Alan Donovan 604615 go/types: remove GOEXPERIMENT=aliastypeparams authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-11-19 Matthew Dempsky 514695 cmd/compile: share exit blocks authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-11-19 Matthew Dempsky 514638 runtime, cmd/compile: remove old deferproc setjmp handling authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-11-19 Matthew Dempsky 514637 runtime, cmd/compile: use a single deferreturn recovery path for linked defers authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-11-19 Matthew Dempsky 513959 runtime: avoid redundant stack walking in nested panics authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-11-19 Matthew Dempsky 455522 go/internal/gcimporter: immediately call Interface.Complete authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-11-19 Matthew Dempsky 394334 cmd/compile: directly initialize rtype lsyms during import authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-11-17 Austin Clements 628695 cmd/go: put flags in command docs in alphabetical order authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-10-25 Robert Findley 340733 internal/lsp/cache: lift package invalidation out of setMetadataLocked authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-03-24 Emmanuel Odeke 574015 fmt: implement Snprint*, bounded Sprint* variants authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-02-06 Jorropo 561936 cmd/compile: caching result of AlgType, EqCanPanic and PtrDataSize authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-11-28 thepudds 543936 runtime: check for illegal stack pointers beyond sp during GC authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-11-27 Eric Fang 424137 cmd/internal/obj/arm64: new path for adding new instructions authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-11-21 Cherry Mui 408827 runtime: check heap to stack pointers authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-11-19 Joel Sing 541776 runtime: add support for crash stack on arm authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-10-30 Eric Fang 538456 cmd/internal/obj/arm64: refactor disassembler based on new instruction table authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-10-30 Eric Fang 518118 cmd/asm: encodes elements of general instructions on arm64 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-10-30 Eric Fang 518117 cmd/internal/obj/arm64: allows reporting multiple errors while encoding authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-08-30 Russ Cox 510655 cmd/dist: add rangefunc to version string authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-08-26 Matthew Dempsky 523037 cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure" authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-07-20 David Chase 511796 cmd/benchseries: added SVG and PDF output, a bit more logging authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-07-18 Russ Cox 507881 go/analysis: display package name in error authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-07-15 Alan Donovan 457256 gopls/internal/hooks: use new diff algorithm unconditionally authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-07-10 Alan Donovan 508256 gopls: remove 'gopls serve -port' flag authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-05-31 Peter Weinberger 499597 counter: windows work-in-process version authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-03-07 Alan Donovan 474156 tools: create godoc and cmd/godoc submodules authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-02-05 David Chase 250278 cmd/benchseries: don't crash for missing data authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-02-05 David Chase 250279 cmd/benchseries: avoid FP rounding artifacts in label formatting authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-02-05 David Chase 250280 cmd/benchseries: increase some font sizes for readability authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-02-05 David Chase 337935 benchstat: make graphing more robust in the face of junky data authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-02-05 David Chase 337936 cmd/benchseries: experimenting with change detection. authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-01-24 Joe Tsai 423376 internal/bytealg: move implementation of strings.Clone authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-01-12 Daniel Martí 461741 go/printer: reduce even more repeated "get position" calls authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-12-12 David Chase 456241 runtime,internal: alleged changes for GOEXPERIMENT=swaplencap authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-12-02 Robert Findley 454560 gopls/internal/lsp/cache: replace workspaceMode with specific checks authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-11-01 Baokun Lee 345189 cmd/go/internal/modcmd: check hashes in go.sum against GOSUMDB authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-10-03 David Chase 437961 cmd/compile: add %p=url.PathEscape(pkgpath) substitution to profile file names authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-09-29 David Chase 436237 cmd/compile,go/internal: cleanup for temp/retire allocation idiom authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-09-29 Keith Randall 416455 cmd/compile,runtime: use better line numbers and names for wrappers authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-09-28 Russ Cox 435456 cmd: add -V=json flag to toolchain to self-report configuration authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-09-28 David Chase 405902 cmd/compile: tweak inittask definition authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-09-27 Wayne Zuo 417956 cmd/compile: add reassociate pass authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-09-27 Dan Scales 388114 cmd/compile: prototype for dealing with constructed types with shapes authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-06-08 Robert Findley 340731 internal/lsp/cache: always process new metadata authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-05-24 Matthew Dempsky 384000 cmd/compile: review unified IR code authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-05-24 David Chase 37338 cmd/compile: hoist invariants out of loops authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-05-18 Russ Cox 342611 _content: convert index.html and project.html to markdown authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-05-18 Russ Cox 342610 _content: convert html files to markdown authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-04-06 Matthew Dempsky 398494 go/internal/gcimporter: import unified IR reader authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-03-31 Robert Griesemer 396917 cmd/compile: store type information directly in syntax tree authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-03-08 Matthew Dempsky 386003 go/types, go/internal/gcimporter: unified IR workaround for #49906 authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-02-25 Matthew Dempsky 386005 go/types: enable tests skipped for unified IR authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-01-30 Robert Griesemer 381958 cmd/compile/internal/types2: correctly print embedded struct fields that are aliases authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-12-17 David Chase 367234 cmd/compile: add -delaysan={1,2} flag for delay instrumentation authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-11-09 Emmanuel Odeke 301189 crypto/*, hash: add WriteString method to hash.Hash and all the algorithms authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-11-01 Emmanuel Odeke 232938 cmd/compile: report property type in error on name mismatch authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-09-30 Damien Neil 347299 http2: handle request cancelation when writing headers authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-07-26 Russ Cox 337449 os: hold fewer directory-reading buffers in memory authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-01-22 Robert Griesemer 285672 [dev.typeparams] cmd/compile/internal/types2: match oversize array error with compiler authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2020-10-30 Michael Knyszek 223797 runtime: prefer to wake an idle P when enlisting bg mark workers authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2020-09-29 David Chase 28832 cmd/compile: prototype/experiment for register args and results authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2019-11-10 Bryan Mills 63831 cmd/cgo: do not instantiate C.void authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2019-10-21 Emmanuel Odeke 200437 net/http: don't cancel hijacked connection's request context authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2019-09-26 Austin Clements 120858 runtime/cgo: use pthread stack bounds on Linux authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2019-09-07 Michael Knyszek 193858 runtime: fix huge page breaking logic in scavengeSplit authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2019-08-02 Michael Knyszek 183317 runtime: fix SetMaxHeap semantics authorMaintainer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2024-05-15 Cody Oss 585377 google: update compute token fetching error with named prefix authorMaintainer authorContributor hasPlusOne trybotsPassed
2026-05-18 Mark Ryan 614356 cmd/internal/obj/riscv: add support for floating point csrs authorMaintainer authorContributor mergeConflict hasPlusOne trybotsPassed
2026-02-20 Julian Zhu 671275 crypto/sha512: improve performance of riscv64 assembly when Zbb extension available authorMaintainer authorContributor hasUnresolvedComments trybotsPassed
2025-04-11 roger peppe 664776 testing: add Marker.Run methods authorMaintainer authorContributor noMaintainerReviews mergeConflict
2024-12-11 Eli Bendersky‎ 633803 internal: add experiment measurements for cosine similality with AVX2 authorMaintainer authorContributor
2023-08-07 Nick Ripley 445375 runtime: increase CPU profile stack size limit authorMaintainer authorContributor hasUnresolvedComments trybotsPassed
2023-07-18 roger peppe 507778 strings: optimize Builder.WriteString for single string Write case authorMaintainer authorContributor
2023-05-03 Cody Oss 492235 google: add support for GDCH credential types authorMaintainer authorContributor noMaintainerReviews mergeConflict
2023-05-01 dle 462517 internal/task: get the next version that would be tagged authorMaintainer authorContributor hasUnresolvedComments trybotsPassed
2023-03-03 Pontus Leitzler 473115 cmd/link: don't warn about llvm generated __covrec_ symbols authorMaintainer authorContributor mergeConflict trybotsPassed
2022-09-27 Pontus Leitzler 239058 internal/lsp: validate -ocagent flag authorMaintainer authorContributor mergeConflict trybotsPassed
2021-10-12 Ian Gudger 187137 runtime: keep track of netpoll usage authorMaintainer authorContributor noMaintainerReviews mergeConflict
2021-08-26 Martin Möhrmann 345489 cmd/compile: use X15 for 32 and 64 bit memory stores of zeros authorMaintainer authorContributor
2020-10-06 Shaquille Que 248266 internal: store source files in database authorMaintainer authorContributor mergeConflict trybotsPassed
2020-10-06 Shaquille Que 249447 internal/{postgres, worker}: update modules.status column for fetching and reprocessing authorMaintainer authorContributor mergeConflict trybotsPassed
2020-10-06 Shaquille Que 249841 internal: prioritize reprocessing of packages requested by user authorMaintainer authorContributor mergeConflict trybotsPassed
2019-12-04 Pontus Leitzler 209797 internal/lsp: use prometheus compatible metric tags authorMaintainer authorContributor mergeConflict trybotsPassed
2019-03-13 Mikio Hara 162037 net, syscall: add Sys field to Interface for system-dependent information authorMaintainer authorContributor mergeConflict trybotsPassed
2019-01-08 Mikio Hara 155198 route: don't use testing functionality after the main tester goroutine has completed authorMaintainer authorContributor hasUnresolvedComments trybotsPassed
2026-03-16 Julian Zhu 578175 cmd/go: add GOMIPS32, GOMIPS64 ISA levels authorMaintainer authorContributor mergeConflict
2025-04-12 Todd Kulesza 658615 _content/menus: Fix Connect and Community links authorMaintainer authorContributor mergeConflict
2024-12-10 Nicolas Hillegeer 634756 internal/gocore: fix objects listing in Go 1.21+ (name, size) authorMaintainer authorContributor mergeConflict
2024-11-22 Todd Kulesza 631316 Merge upstream changes authorMaintainer authorContributor mergeConflict
2024-10-09 Michael Stapelberg 506840 x509roots: add Bundle() accessor authorMaintainer authorContributor hasUnresolvedComments
2022-07-24 dle 419107 internal/lsp: Rename all the package names in the renamed package authorMaintainer authorContributor mergeConflict
2022-06-14 Dmitri Goutnik 412116 cmd/dist: enable more cgo tests on freebsd/arm64 authorMaintainer authorContributor mergeConflict
2021-09-08 roger peppe 348309 testing: more informative comment on test race code authorMaintainer authorContributor mergeConflict
2021-07-29 Ian Gudger 99623 dns/dnsmessage: fix handling of non-LDH domain names authorMaintainer authorContributor mergeConflict hasPlusOne hasUnresolvedComments
2019-04-24 Todd Neal 138296 [dev.boringcrypto] add some usage instructions authorMaintainer authorContributor hasUnresolvedComments
2018-04-18 Paul Jolly 105435 cmd/go: fix go get VCS tests that match go-import's authorMaintainer authorContributor mergeConflict hasUnresolvedComments trybotsPassed
2016-10-12 Shahar Kohanim 21752 cmd/link, cmd/compile: split object file sections into independent chunks authorMaintainer authorContributor mergeConflict
2026-03-16 Michael Stapelberg 188637 internal/lsp: add expanderr analysis authorMaintainer authorContributor mergeConflict hasUnresolvedComments
2025-04-16 Julian Zhu 508095 cmd/go: add GOMIPS32, GOMIPS64 ISA levels authorMaintainer authorContributor mergeConflict trybotsFailed
2024-12-13 Todd Kulesza 626315 godev/cmd/worker: infrastructure for interacting with BigQuery authorMaintainer authorContributor mergeConflict hasUnresolvedComments
2024-05-17 Julian Zhu 584735 cmd/compile: optimize math.Float32bits and math.Float32frombits on arm authorMaintainer authorContributor mergeConflict hasUnresolvedComments
2022-07-20 dle 418535 internal/lsp: Identify renaming request is at a package name authorMaintainer authorContributor mergeConflict hasUnresolvedComments
2022-06-27 dle 414454 internal/lsp: Add exclude filters to gopls ModuleResolver.scan authorMaintainer authorContributor mergeConflict hasUnresolvedComments
2020-10-27 Shaquille Que 244632 cmd,internal,migrations: add benchmarks for storing source files authorMaintainer authorContributor mergeConflict hasUnresolvedComments
2022-07-27 dle 418895 internal/lsp: Check if user's editor support rename operation authorMaintainer authorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-03-03 roger peppe 389694 cmd/go: clarify docs for test -run authorMaintainer authorContributor mergeConflict hasUnresolvedComments trybotsFailed
2019-05-13 Tyler Bui-Palsulich 173721 [WIP] cmd/go: error if mismatched major versions causes use of pseudo-version authorMaintainer mergeConflict hasUnresolvedComments
From Major Contributor
from a major contributor
2026-06-10 alexandear 782220 all: modernize with gopls authorReviewer authorContributor authorMajorContributor hasPlusTwo
2025-10-08 cuishuang 709177 internal/chartconfig: use reflect.TypeFor instead of reflect.TypeOf authorReviewer authorContributor authorMajorContributor hasPlusTwo
2026-04-30 cui 772080 net/http: combine two strconv.FormatInt call to one authorReviewer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2026-06-13 cuishuang 790401 bytes, strings: clarify WriteRune return values authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-06-13 cuishuang 790102 bytes, strings: add example for CutLast authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-06-13 cuishuang 790101 encoding/hex: handle overlapping dst and src in AppendEncode authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-06-12 Mauri de Souza Meneguzzo 790321 cmd/internal/obj/arm64: add CASPA/CASPAL/CASPL pair atomic instructions authorReviewer authorContributor authorMajorContributor noMaintainerReviews
2026-06-06 Mauri de Souza Meneguzzo 787700 runtime: use epoll_pwait2 for sub-millisecond netpoll timeouts authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-05-29 cuishuang 767160 bytes, reflect: add examples for Buffer.Peek and TypeAssert authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-05-29 qiu laidongfeng 784760 sys/cpu: detect MOVBE, LAHF/SAHF, and LZCNT features authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-05-28 alexandear 782980 _content/doc/tutorial: the latest Go in the prerequisites authorReviewer authorContributor authorMajorContributor hasPlusOne
2026-05-26 alexandear 782240 _content/doc/tutorial: remove stale TODO; fix typo authorReviewer authorContributor authorMajorContributor hasPlusOne
2026-05-24 cui 782380 debug/dwarf: use right offset authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-04-25 cui 770140 net/http: handle error authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-04-25 cui 767102 cmd/go: idx could be equal to zero authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-03-02 cuishuang 750620 all: fix some comment issues authorReviewer authorContributor authorMajorContributor trybotsPassed
2025-10-21 cuishuang 713440 all: fix some comments authorReviewer authorContributor authorMajorContributor trybotsPassed
2025-09-03 Alexander Musman 696675 cmd/compile: propagate statement marks through write barrier splits authorReviewer authorContributor authorMajorContributor trybotsPassed
2025-08-15 Alexander Musman 690055 cmd/asm: support function clobber set specification authorReviewer authorContributor authorMajorContributor trybotsPassed
2025-08-12 cuishuang 695035 regexp/syntax: add example for EmptyOpContext and IsWordChar authorReviewer authorContributor authorMajorContributor trybotsPassed
2026-06-13 Mauri de Souza Meneguzzo 790440 unix: update glibc to 2.43 authorReviewer authorContributor authorMajorContributor
2026-06-13 alexandear 788720 _content/blog/swisstable: fix tables display authorReviewer authorContributor authorMajorContributor
2026-06-12 Mauri de Souza Meneguzzo 790320 cmd/compile: add align128 compiler marker for 128-bit struct alignment authorReviewer authorContributor authorMajorContributor
2026-06-04 cui 773580 net/http: opt range authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2026-05-28 Alexander Musman 784580 [dev.simd] simd: add ARM64 NEON MulSub via peephole rules authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2026-04-27 Alexander Musman 746101 [dev.simd] simd/archsimd/_gen/simdgen/arm64: add arm64 ISA XML parser authorReviewer authorContributor authorMajorContributor
2026-04-24 cuishuang 768820 go/analysis/passes/modernize: fix slicesbackward to avoid transforming loops that modify slice elements authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2026-04-08 cui 764040 cmd/go/internal/workcmd: typo go.mod -> go.work authorReviewer authorContributor authorMajorContributor
2026-04-07 cui 763040 go/printer: nameSize += 1 instead of nameSize = 1 authorReviewer authorContributor authorMajorContributor
2026-03-09 cuishuang 753021 debug/gosym: optimize LookupSym and LookupFunc with hash maps authorReviewer authorContributor authorMajorContributor
2026-02-24 apocelipes 744281 all: replace calls to errors.As with errors.AsType authorContributor authorMajorContributor noMaintainerReviews
2026-02-18 alexandear 746521 internal/diff: sort -> slices; improve coverage authorReviewer authorContributor authorMajorContributor
2026-01-12 Alexander Musman 723361 test/codegen: update README for asmcheck pattern syntax authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-12-04 cuishuang 710815 maps: use b.Loop() to improve performance authorReviewer authorContributor authorMajorContributor
2025-11-06 Alexander Musman 718400 [dev.simd] simd: add arm64 ADDV (SumAcross) example authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-11-05 Alexander Musman 717960 [dev.simd] simd: support arm64 xml specification and add arm64 categories files authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-10-11 Alexander Musman 711055 [dev.simd] simd: add more arm64 operand patterns authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-10-11 Alexander Musman 711056 [dev.simd] simd: add arm64 example instructions: authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-10-01 Egon Elbre 688955 cmd/pprof: respect symbol boundaries during Disasm authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-09-09 Alexander Musman 701996 [dev.simd] cmd/compile/internal/arm64: add ssa FMOVQ load/store authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-09-09 Alexander Musman 701997 [dev.simd] simd: allow -arch arm64 to experiment with neon authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-08-24 Alexander Musman 698796 cmd/asm,cmd/compile,cmd/go: pass buildmode to assembler and compiler authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2026-06-13 cuishuang 790400 mime: reject duplicate formatted parameter names authorReviewer authorContributor authorMajorContributor trybotsFailed
2026-06-08 xieyuschen 783740 gopls/internal/golang: improve generic call completion inference authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2026-05-23 cui 782120 cmd/go: RFC 8989 says that file-URL host comparison is case-insensitive authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2026-05-07 cui 773760 cmd/distpack: handle err of io.Copy and file.Close authorReviewer authorContributor authorMajorContributor trybotsFailed
2026-05-07 qiu laidongfeng 727120 time,runtime: remove godebug asynctimerchan authorReviewer authorContributor authorMajorContributor mergeConflict
2026-04-27 Alexander Musman 746102 [dev.simd] simd/archsimd/_gen/simdgen/arm64: add fields for simdgen authorReviewer authorContributor authorMajorContributor mergeConflict
2026-04-25 cui 765260 debug/dwarf: flag should be true for all non-zero value authorReviewer authorContributor authorMajorContributor trybotsFailed
2026-04-23 cui 767104 cmd/internal/obj/loong64: fix opcode in 64-bit store address expansion authorReviewer authorContributor authorMajorContributor trybotsFailed
2026-04-20 cui 767780 cmd/link/internal/ppc64: fix XCOFF reloc handling for R_ADDRPOWER_TOCREL authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2026-02-10 Alexander Musman 742601 cmd/internal/obj/arm64: merge consecutive load/store instructions into pairs authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2025-08-12 cuishuang 691195 reflect: add example for TypeAssert authorReviewer authorContributor authorMajorContributor mergeConflict
2025-08-11 guoguangwu guo 694675 cmd/link/internal/ld: close file authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2026-05-29 Alexander Musman 784801 [dev.simd] simd: add ARM64 64-bit element Reduce* methods authorReviewer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-05-21 Alessandro Arzilli 751060 cmd/link: add more informations to the output of -dumpdep authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2026-05-19 Alexander Musman 701995 [dev.simd] cmd/internal/obj/arm64: add arm64 vfadd instruction authorReviewer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-05-15 Alexander Musman 747400 cmd/compile: prune unused register reloads in regalloc authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2026-04-25 cui 770441 internal/coverage: fix ml params is shadowed by locals authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2025-10-24 Alexander Musman 690056 cmd/compile: support function clobber set specification authorReviewer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-07-30 Alexander Musman 691575 runtime: prefer to leave lower registers free on arm64 authorReviewer authorContributor authorMajorContributor mergeConflict trybotsFailed
2026-05-20 qiu laidongfeng 775100 math/rand/v2: add method Rand.N authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2025-08-16 Alexander Musman 690696 runtime,internal/bytealg,cmd/compile: add arm64 clobber sets for several runtime functions authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
Older From Major Contributor
from a major contributor, but created more than a year ago
2024-04-19 guoguangwu guo 579956 runtime/testdata/testprog: close files in the tidExists GCFairness func authorReviewer authorContributor authorMajorContributor hasPlusTwo
2024-04-01 guoguangwu guo 575476 cmd/covdata: close output meta-data file authorReviewer authorContributor authorMajorContributor hasPlusTwo
2022-09-13 Alessandro Arzilli 404175 runtime: document debugCallV2 behavior around the RFLAGS register authorReviewer authorContributor authorMajorContributor hasPlusTwo hasPlusOne hasUnresolvedComments
2023-01-26 Michael Fraenkel 330415 http2: prevent processing DATA before HEADERS authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2025-09-14 qiu laidongfeng 669496 argon2: check the minimum values of memory and keyLen authorReviewer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2025-01-06 cuishuang 618875 runtime: fix slice init length authorReviewer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2024-03-05 qiu laidongfeng 567696 ctypto/des: remove unused expansionFunction authorReviewer authorContributor authorMajorContributor hasPlusOne trybotsPassed
2025-07-25 qiu laidongfeng 676055 crypto/tls: use sync.Pool for Conn.rawInput authorReviewer authorContributor authorMajorContributor trybotsPassed
2025-04-18 alexandear 666595 google/downscope: handle err in example authorReviewer authorContributor authorMajorContributor noMaintainerReviews
2025-04-16 Mauri de Souza Meneguzzo 512198 math/big: handle additional edge cases for Rat authorReviewer authorContributor authorMajorContributor trybotsPassed
2025-03-21 Alexander Musman 658315 cmd/compile: exclude back-edges from indegree calculation in SSA layout pass authorReviewer authorContributor authorMajorContributor noMaintainerReviews
2025-03-16 Alexander Musman 658335 cmd/compile: hoist rematerializeable phi arguments to common predecessor authorReviewer authorContributor authorMajorContributor noMaintainerReviews
2025-03-07 Andy Pan 606977 runtime: round up the remainder of timeout for netpoll authorReviewer authorContributor authorMajorContributor trybotsPassed
2024-09-09 cuishuang 611755 internal: fix some symbols error in comment authorReviewer authorContributor authorMajorContributor trybotsPassed
2024-04-11 qiu laidongfeng 562336 sync: eliminate global Mutex in (*Pool).pinSlow operations authorReviewer authorContributor authorMajorContributor trybotsPassed
2024-03-08 qiu laidongfeng 570095 testing: remove matchMutex authorReviewer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2024-03-06 guoguangwu guo 568897 net/http: skip some test failed when httpmuxgo121=1 authorReviewer authorContributor authorMajorContributor trybotsPassed
2024-03-06 guoguangwu guo 569455 misc/linkcheck: use constant instead of numeric(200) literal authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2024-02-01 qiu laidongfeng 551175 reflect: optimize DeepEqual for slice types authorReviewer authorContributor authorMajorContributor trybotsPassed
2024-01-11 Alexander Yastrebov 555335 cmd/cover: allow code coverage styling authorReviewer authorContributor authorMajorContributor noMaintainerReviews
2023-08-26 cuishuang 516315 compile/internal: convert Named.state_ to atomic type authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusOne trybotsPassed
2021-10-30 Alexander Yastrebov 360095 x/crypto: add ReadUint32LengthPrefixed authorReviewer authorContributor authorMajorContributor noMaintainerReviews
2021-10-18 Alexander Yastrebov 356469 bcrypt: use base64.NoPadding authorReviewer authorContributor authorMajorContributor trybotsPassed
2021-08-12 Changkun Ou 337393 sync: replace the incorrect Pool usage example authorReviewer authorContributor authorMajorContributor noMaintainerReviews
2026-03-16 Mauri de Souza Meneguzzo 547795 regexp: remove reference to external RE2 wiki from the docs authorReviewer authorContributor authorMajorContributor
2026-01-11 Alexander Musman 644975 cmd/asm,cmd/link,cmd/go: Add dynamic TLS model for ARM64 authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2025-09-18 xieyuschen 673915 gopls/internal/golang: completion: rank 'continue' under cond higher in loop authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-06-24 qiu laidongfeng 676155 http2: reuse http.Header authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2025-06-18 Changkun Ou 350211 app: use system render loop on iOS authorReviewer authorContributor authorMajorContributor
2025-03-13 Michael Fraenkel 656075 http2: Protocol error with requests with questionable content lengths authorReviewer authorContributor authorMajorContributor
2024-10-05 Muir Manders 594242 gopls/completion: switch to new field/method search authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-10-05 Muir Manders 596758 gopls/completion: iterate a type's fields and methods authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-05-18 qiu laidongfeng 586158 os,syscall,internal/poll: merge readInt to internal/byteorder authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-04-07 Andy Pan 560255 devapp/owners: add @panjf2000 as owner for the net and net/http authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2024-03-23 guoguangwu guo 573635 cmd/internal/ssa: close input rule files authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2024-03-19 qiu laidongfeng 554456 errors: Is function do not panic for uncomparable type authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsPassed
2024-03-12 guoguangwu guo 570840 internal/trace/v2: fix typo in comment authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2024-03-06 Alexander Yastrebov 569456 html: handle single digit decimal numeric entities without semicolon authorReviewer authorContributor authorMajorContributor
2024-03-01 guoguangwu guo 568355 cmd/internal/testdir: use strings.TrimSuffix to remove '\r' authorReviewer authorContributor authorMajorContributor
2024-02-29 guoguangwu guo 568076 internal/types/errors: fix compile and log format error authorReviewer authorContributor authorMajorContributor
2024-01-31 qiu laidongfeng 559675 runtime,reflect: clean duplicate definitions runtimeSelect authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-11-19 qiu laidongfeng 543636 net/http: optimize http.Dir when files are not modified and add GODEUG to preserve old behavior authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2023-10-05 cuishuang 533035 cmd/bent/scripts: replace deprecated egrep with grep -E authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-12-24 Yasuhiro Matsumoto 459415 tools/cmd/toolstash: add .exe for Windows authorReviewer authorContributor authorMajorContributor
2022-11-14 Changkun Ou 450056 sync: convert Map tests to fuzzing test authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2022-10-06 Yasuhiro Matsumoto 415094 os: do not call CreateSymbolicLink again if err is not ERROR_PRIVILEGE_NOT_HELD nor ERROR_INVALID_PARAMETER authorReviewer authorContributor authorMajorContributor hasPlusOne hasUnresolvedComments
2022-09-19 cuishuang 431636 ssh: use constant to avoid repeated definitions authorReviewer authorContributor authorMajorContributor
2022-04-13 Changkun Ou 400095 spec: permit write defined type in type term authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-08-19 Michael Fraenkel 239164 http/httpproxy: allow localhost to be proxied authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-08-19 Michael Fraenkel 288572 http2/h2c: Read body during upgrade authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2021-08-19 Michael Fraenkel 249937 http2: add test for erringRoundTripper authorReviewer authorContributor authorMajorContributor mergeConflict trybotsPassed
2020-10-26 Yasuhiro Matsumoto 265037 os: fallback to open symlinks authorReviewer authorContributor authorMajorContributor noMaintainerReviews mergeConflict
2026-03-16 cuishuang 619915 go/analysis: add a new feature to the appends analyzer to check if the slice length initialization is incorrect authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2026-03-16 qiu laidongfeng 613399 cmd/go: reject import paths with suffix .test authorReviewer authorContributor authorMajorContributor trybotsFailed
2025-10-22 cuishuang 668515 all: replace map iteration with maps.Clone authorReviewer authorContributor authorMajorContributor trybotsFailed
2025-10-22 cuishuang 668435 all: replace if/else conditional assignments with min/max functions authorReviewer authorContributor authorMajorContributor mergeConflict
2025-08-29 Mauri de Souza Meneguzzo 667795 unix: update darwin syscalls with mkall.sh authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-07-24 Alexander Musman 677675 cmd/compile: modify inline tree to avoid parent node for wrappers and tail calls authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2025-06-11 xieyuschen 665195 gopls/internal/analysis/modernize: support 'var lhs T' usage in minmax authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2025-05-30 xieyuschen 669475 gopls/internal/cache/parsego: offer completion when missing closing lparen authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2025-04-25 xieyuschen 664435 gopls/internal/cache/parsego: test cases for fix array type authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2025-03-18 Alexander Musman 655376 cmd/compile: loop rotate for bottom testing authorReviewer authorContributor authorMajorContributor mergeConflict
2025-02-16 Alexander Musman 650075 cmd/compile: regalloc: Allow to reload some values authorReviewer authorContributor authorMajorContributor mergeConflict
2025-02-04 Andy Pan 646415 os: employ sendfile(2) only when the target is regular file on Linux authorReviewer authorContributor authorMajorContributor trybotsFailed
2024-12-12 xieyuschen 634538 go/parser: report scanner error by p.errors authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2024-10-05 Muir Manders 596759 gopls/completion: add embedded aware field/method enumeration authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-04-24 qiu laidongfeng 580536 all: public procPin and procUnpin to internal/runtime/proc authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-04-02 qiu laidongfeng 575297 cmd/api: increase test parallelism authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2024-02-20 qiu laidongfeng 552376 all: merge flag* const info internal/reflectlite authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-11-22 Alessandro Arzilli 221981 runtime: save signal context before calling sigpanic on unix/windows authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-11-05 qiu laidongfeng 539935 godoc: simplify using multiple line strings authorReviewer authorContributor authorMajorContributor mergeConflict
2023-10-24 Mauri de Souza Meneguzzo 536115 runtime/internal/atomic: add memory barrier for arm Cas on failure authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-07-05 hopehook 390174 math/big: encoding *big.Rat nil pointer return text <nil> authorReviewer authorContributor authorMajorContributor mergeConflict
2023-04-09 Alessandro Arzilli 483297 godoc: fix example output removal inside code blocks authorReviewer authorContributor authorMajorContributor mergeConflict
2023-03-17 Alessandro Arzilli 477335 godoc: fix cross-package doc links authorReviewer authorContributor authorMajorContributor mergeConflict
2023-02-25 cuishuang 471277 slices: add Difference function authorReviewer authorContributor authorMajorContributor mergeConflict
2023-01-26 Michael Fraenkel 463095 http2: reject 101 status code authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsPassed
2021-10-21 Yasuhiro Matsumoto 261397 internal/lsp/source: match all symbol when query is empty authorReviewer authorContributor authorMajorContributor mergeConflict
2020-05-15 Yasuhiro Matsumoto 227457 os: permit Rename to read-only file on Windows authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2019-02-13 Michael Fraenkel 111680 http2: reject connection-level headers with a protocol error authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments
2018-12-11 Clément “Helflym” Chigot 152718 cmd/go/internal/lockedfile: fix EDEADLK error on aix/ppc64 authorReviewer authorContributor authorMajorContributor mergeConflict
2018-08-20 Marvin Stenger 111355 path/filepath: short-circuit VolumeName calls authorReviewer authorContributor authorMajorContributor mergeConflict
2018-07-09 Michael Fraenkel 122619 http/httpproxy: update documentation for httpproxy authorReviewer authorContributor authorMajorContributor hasUnresolvedComments
2017-09-27 Marvin Stenger 42516 cmd/compile: replace boolean simplification rule authorReviewer authorContributor authorMajorContributor mergeConflict
2026-05-17 Mauri de Souza Meneguzzo 541515 runtime: implement stackcheck for arm64 authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2026-03-17 xieyuschen 624635 cmd/go: check missing go line in go.mod when 'go get go@1.N.P' authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-16 cuishuang 620316 all: register the sliceinit analyzer in a few places and update gopls/go.mod authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2026-03-16 guoguangwu guo 575776 cmd/go/internal/script: remove WaitFunc no need for nil check authorReviewer authorContributor authorMajorContributor mergeConflict trybotsFailed
2025-01-25 xieyuschen 632375 go/packages: fix behavior of NeedDeps and NeedImports authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2025-01-21 xieyuschen 615016 go/ssa/interp: migrate interp_test.go away from loader authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2024-05-02 Mauri de Souza Meneguzzo 547758 cmd/compile/internal/test: prevent failures in go tool dist test -msan authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2024-02-07 Yuval Pavel Zholkover 422978 runtime: fast clock_gettime on FreeBSD, add support for pvclock(kvmclock) and Hyper-V reference TSC authorReviewer authorContributor authorMajorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2024-02-05 qiu laidongfeng 561119 gopls/internal/util/frob: use binary.LittleEndian.AppendUint{16,32,64} authorReviewer authorContributor authorMajorContributor mergeConflict trybotsFailed
2024-02-01 qiu laidongfeng 559435 runtime,reflect: merge select* const into internal/abi authorReviewer authorContributor authorMajorContributor hasUnresolvedComments trybotsFailed
2023-10-28 cuishuang 538315 crypto/subtle: use PCALIGN in xorBytes for arm64 authorReviewer authorContributor authorMajorContributor mergeConflict trybotsFailed
2022-10-23 Yasuhiro Matsumoto 338069 os,net: fix file mode in unix domain socket on Windows authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2021-11-10 Changkun Ou 337390 sync: add an example for Map authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-09-23 Yasuhiro Matsumoto 249797 webdav: ignore os.PathError in PROPFIND authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2020-01-03 Alessandro Arzilli 122275 x/debug/dwarf/frame: contribute x/debug/dwarf/frame authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-11-14 Yasuhiro Matsumoto 201157 os: support Stat("CON") on Windows authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2019-09-19 Michael Fraenkel 173952 http2: allow a means to obtain the client connection authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments
2024-08-13 qiu laidongfeng 530697 go/analysis/passes/directive: use strings.CutPrefix authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-11-05 qiu laidongfeng 539895 cmd/bisect: inline cmdInterrupt authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-09-15 Mauri de Souza Meneguzzo 512197 cmd/compile: fix duplicated dwarf parameters for some functions authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-01-03 Yasuhiro Matsumoto 273673 net: set and restore console codepage in runCmd authorReviewer authorContributor authorMajorContributor mergeConflict hasUnresolvedComments trybotsFailed
Remainder
CLs not matched by earlier categories
2026-05-13 Olivier Mengué 760101 crypto: static alloc and size for hashes registry authorReviewer authorContributor hasPlusTwo
2023-08-05 Funan Zeng 425556 gollvm: better cross-compilation authorReviewer hasPlusTwo hasPlusOne
2026-03-11 Jelle van den Hooff 746381 runtime: use unsafe.Alignof(int64(0)) in TestTrailingZero authorReviewer hasPlusTwo
2025-11-04 Vasiliy Leonenko 717280 cmd/compile: use neon FMOVQ/FMOVD for reminders <32 bytes in LoweredMove/LoweredMoveLoop on arm64 authorReviewer mergeConflict hasPlusTwo hasPlusOne
2025-06-17 Julia Lapenko 680816 sweet/harnesses: remove existing symlink before calling os.Symlink authorReviewer hasPlusTwo
2024-05-02 Evan Phoenix 570839 Introduce exec wrapper for wasm32 authorReviewer hasPlusTwo
2024-02-20 guoguangwu 565276 debug: fix comment error authorContributor hasPlusTwo
2023-11-27 Hiro 544479 readme: minor doc updates authorReviewer hasPlusTwo
2026-05-26 Jonathan Swinney 773326 [dev.simd] simd/archsimd/_gen/simdgen: add scalable-type support for SVE authorReviewer mergeConflict hasPlusTwo
2026-05-26 Jonathan Swinney 773325 [dev.simd] internal/cpu: add SVE feature detection for ARM64 authorReviewer mergeConflict hasPlusTwo
2026-05-26 Rajiv Singh 778940 syscall/js: report correct method name in Value.New panic hasPlusTwo
2026-04-28 Julia Lapenko 768620 runtime: do not check the number of free objects in a span twice authorReviewer hasPlusTwo trybotsFailed
2026-02-18 goto1134 746500 cmd/compile: fix typo in comment authorReviewer hasPlusTwo trybotsFailed
2026-01-06 sachin ruhil 732541 net: clarify UDPConn Read behaviour documentation hasPlusTwo
2025-05-21 Alejandro Sáez 647135 cmd/link: handle unexpected R_386_GOT32 relocation hasPlusTwo
2025-04-12 abitrolly 664595 gopherbot: add links to repo and issues authorReviewer hasPlusTwo hasUnresolvedComments
2024-11-12 George Luiz Bittencourt 625897 debug/dwarf: improve error when debugging information is absent hasPlusTwo hasPlusOne trybotsFailed
2024-08-22 Branden Brown 552959 encoding/json: clarify handling of embedded fields' methods authorReviewer mergeConflict hasPlusTwo
2024-06-19 zhiqiangxu 592236 fix heap comment hasPlusTwo hasPlusOne hasUnresolvedComments
2023-10-30 Ruinan Sun 506117 cmd/internal/obj: move arch specific code out of writeDconv authorReviewer authorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2023-05-09 Funan Zeng 428194 gollvm: support building on RISC-V linux authorReviewer hasPlusTwo hasUnresolvedComments
2022-01-05 Pure White 366097 doc: ask user to use bash in README authorReviewer hasPlusTwo hasUnresolvedComments
2021-11-05 marwan-at-work 351030 internal/lsp: add snippet completion for errors inside http.HandlerFunc authorReviewer authorContributor mergeConflict hasPlusTwo hasUnresolvedComments
2026-06-01 tonghuaroot 783500 language: count '_' alongside '-' in ParseAcceptLanguage guard hasPlusTwo hasUnresolvedComments
2026-04-17 Quan Tong 536415 cmd/go/internal/load: record the -mod flag in buildinfo hasPlusTwo trybotsFailed
2026-04-03 John S 762400 os: update examples to use errors.Is instead of deprecated helpers hasPlusTwo trybotsFailed
2026-01-22 胡玮文 723421 internal/runtime/cgroup: use constant for cgroup version authorReviewer mergeConflict hasPlusTwo trybotsFailed
2025-05-28 Samuel Thibault 632615 unix: Add amd64 support on GNU/Hurd authorReviewer hasPlusTwo hasUnresolvedComments trybotsFailed
2025-03-15 MatejMagat305 498835 add path for termux on android 9+/arm64 hasPlusTwo hasUnresolvedComments
2025-03-09 Kevin C. Krinke 445035 x/text: add go modules support (based on ssoroka pr #9) hasPlusTwo trybotsFailed
2024-04-08 boris smidt 570475 database/sql/driver.convertAssignRows: not all nilPtr cases for dest where covered hasPlusTwo hasUnresolvedComments
2023-01-23 Ikko Ashimine 448215 cmd/compile: fix typo in ARM64.rules authorContributor mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2022-10-05 Alan Yee 438018 github: create PULL_REQUEST_TEMPLATE.md hasPlusTwo hasUnresolvedComments
2022-09-30 DeedleFake 398354 rand: add methods to allow greater control over `PCGSource` hasPlusTwo hasUnresolvedComments
2022-05-19 Jonathan Marler 381196 runtime: fix badsignal2 to initialize r3 with a valid address mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments
2026-04-07 Quan Tong 536416 cmd/go: do not resolve missing imports if go.mod does not exist mergeConflict hasPlusTwo hasUnresolvedComments
2026-03-16 Marcelo E. Magallon 430136 cmd/go/internal/modcmd: expand help text for go mod tidy mergeConflict hasPlusTwo hasUnresolvedComments
2024-04-24 Aaron Klotz 452497 os/user: make Windows user lookup treat well-known groups as valid accounts authorReviewer mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2024-04-02 Jonathan Perkin 575755 syscall: implement Mkfifo on illumos hasPlusTwo hasUnresolvedComments trybotsFailed
2023-08-12 Pedro Leite Rocha 445077 Update installation command in README.md mergeConflict hasPlusTwo hasUnresolvedComments
2023-01-23 Sam Hocevar 426214 runtime: fix misleading comments in amd64 assembly mergeConflict hasPlusTwo hasPlusOne hasUnresolvedComments trybotsFailed
2022-08-15 Honsun Zhu 369494 runtime: add missing //go:nosplit for Windows context methods mergeConflict hasPlusTwo hasUnresolvedComments
2023-08-24 Andrei Matei 503878 dwtest: add a test for issue 60493 mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2023-02-06 ashutosji 462043 Update workspace.md mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2021-12-13 Richard Shaffer 322469 Fix Command Line Options for gotext mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2021-12-13 Carl Verge 363004 gopls: always send diagnostics-done message for check cmd mergeConflict hasPlusTwo hasUnresolvedComments trybotsFailed
2023-11-14 aimuz 541739 cmd/compile: streamline pragma checks for TypeDecl authorReviewer authorContributor hasPlusOne trybotsPassed
2026-05-22 Jonathan Swinney 764221 cmd/internal/obj/arm64: fix VFCM* compare-against-zero to accept $0 authorReviewer noMaintainerReviews hasPlusOne
2026-05-09 Florian Lehner 776320 bpf: implement ExtNetlinkAttr and ExtNetlinkAttrNested VM extensions authorReviewer authorContributor noMaintainerReviews
2026-04-08 Leon Klingele 696056 _content/ref/mod: adding a toolchain directive only applies to Go <= 1.24 authorReviewer authorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2026-03-15 Olivier Mengué 755400 testing/fstest: add checks of File.Stat on root dir "." in TestFS authorReviewer authorContributor noMaintainerReviews
2026-03-12 David Finkel 740320 testing: goroutine labels with name & iteration authorReviewer authorContributor noMaintainerReviews
2026-03-11 David Finkel 740301 runtime/pprof: Move goroutine labeling to internal authorReviewer authorContributor noMaintainerReviews
2026-01-22 fx408 723243 time: optimize the performance of the function appendFormatRFC3339 authorReviewer hasPlusOne trybotsPassed
2025-08-27 1911860538 696397 net: prevent defer misuse in for loops authorContributor hasPlusOne trybotsPassed
2025-05-18 Constantin Konstantinidis 373354 os: set file mode for pipes on windows authorReviewer authorContributor trybotsPassed
2025-05-05 Constantin Konstantinidis 666775 cmd/go: create GOTMPDIR for work dir when missing authorReviewer authorContributor trybotsPassed
2025-02-28 Olivier Mengué 653675 encoding/pem: fix internal lineBreaker short writes authorReviewer authorContributor trybotsPassed
2025-02-28 Olivier Mengué 653676 encoding/pem: remove recursion from lineBreaker used for encoding authorReviewer authorContributor noMaintainerReviews
2025-01-07 Jakub Ciolek 640995 internal/fuzz: prefer & 1 == 1 over & 1 == 0 for bool randomization authorReviewer authorContributor trybotsPassed
2024-12-17 aimuz 582295 encoding/json: optimize tag parsing by introducing cutTag helper function authorReviewer authorContributor hasPlusOne hasUnresolvedComments trybotsPassed
2024-10-21 Constantin Konstantinidis 108616 encoding/xml: set depth of XMLName for anonymous struct when field is added authorReviewer authorContributor trybotsPassed
2024-10-10 Eric Lagergren 619495 math/big: remove allocations from modW authorReviewer authorContributor noMaintainerReviews
2024-10-06 Constantin Konstantinidis 104655 encoding/xml: enforce normalization of attributes values authorReviewer authorContributor hasPlusOne
2024-10-05 Constantin Konstantinidis 596975 encoding/xml: disallow empty namespace when prefix is set authorReviewer authorContributor noMaintainerReviews
2023-10-29 Eric Lagergren 516278 crypto: implement POLYVAL authorReviewer authorContributor noMaintainerReviews
2023-10-29 Eric Lagergren 538395 crypto/rand: move CSPRNG to crypto/internal/rand authorReviewer authorContributor noMaintainerReviews mergeConflict hasPlusOne
2022-09-30 Ruinan Sun 410348 hash/crc32: interleave PMULL with CRC to accelerate CRC32 for ARM64 authorReviewer authorContributor trybotsPassed
2022-05-18 Ben Burkert 406995 ocsp: use produced at timestamp of template when creating a response authorReviewer authorContributor noMaintainerReviews
2022-01-12 Carlo Alberto Ferraris 377914 crypto/x509: minor cleanups to CertPool authorReviewer authorContributor noMaintainerReviews
2021-05-21 Manlio Perillo 321930 cmd/dist: remove rmworkdir authorReviewer authorContributor trybotsPassed
2019-04-08 Tim Cooper 66751 proxy: make RegisterDialerType safe for concurrent use authorReviewer authorContributor noMaintainerReviews
2018-04-09 Philip Hofer 95583 cmd/compile/internal/ssa: emit paired stores on arm64 authorReviewer authorContributor mergeConflict hasPlusOne trybotsPassed
2026-06-12 Simon Li 790300 cmd/compile: avoid heap-allocating LocalSlot in addNamedValue authorReviewer noMaintainerReviews
2026-06-12 Sanjay Menakuru 790061 encoding/base64: use a slightly more complex splitting algorithm. authorReviewer noMaintainerReviews
2026-06-12 Sanjay Menakuru 790060 encoding/base64: implement AVX512 base64 encoding. authorReviewer noMaintainerReviews
2026-06-10 Chencheng Jiang 787900 types2, go/types: fix conversion error for pointer to type param authorReviewer trybotsPassed
2026-06-10 Vlad Saioc 753041 _content/blog: add blog post explaining goroutine leak profiles authorReviewer hasPlusOne hasUnresolvedComments trybotsPassed
2026-06-09 zhangenyao 714520 rate: fix limiter becoming invalid under high rate and concurrency hasPlusOne trybotsPassed
2026-06-07 Chencheng Jiang 787840 syscall: use direct socket syscalls on linux/386 and linux/s390x authorReviewer trybotsPassed
2026-06-05 Dimitri John Ledkov 787380 crypto/tls: improve BenchmarkHandshakeServer authorReviewer noMaintainerReviews
2026-05-31 Ananth 785361 os/user: lookup Linux users and groups via systemd-userdb authorReviewer trybotsPassed
2026-05-22 Jonathan Swinney 781401 [dev.simd] simd/archsimd/_gen/simdgen: SVE predicated-fusion rule generator authorReviewer noMaintainerReviews
2026-05-21 Gavin Li 780880 compress/flate: reuse huffman link table allocations on reinit authorReviewer noMaintainerReviews
2026-05-20 Jake Bailey 771164 cmd/compile: make ReassignOracle.Init lazy authorReviewer authorContributor mergeConflict trybotsPassed
2026-05-20 Jake Bailey 771163 cmd/compile: replace ir.StaticValue and ir.Reassigned with ReassignOracle authorReviewer authorContributor mergeConflict trybotsPassed
2026-05-20 Jake Bailey 778801 cmd/compile: fix ReassignOracle for captured locals authorReviewer authorContributor mergeConflict trybotsPassed
2026-05-20 Jake Bailey 771840 cmd/compile: support zero-value ReassignOracle queries authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2026-05-17 Rondale Sidbury 770500 240009: bind: fix Objective-C code for struct field name with uppercase prefix | https://go-review.googlesource.com/c/mobile/+/240009 authorReviewer hasPlusOne
2026-05-09 wwqgtxx 776240 net/http: fix Transport's UnencryptedHTTP2 does not work TLS without ALPN authorReviewer noMaintainerReviews
2026-05-05 Jonathan Swinney 764222 cmd/internal/obj/arm64: add scalar pairwise and reduction operand patterns authorReviewer noMaintainerReviews mergeConflict hasPlusOne
2026-05-05 Klaus Post 774140 internal/fuzz: fix race between context deadline and error suppression authorReviewer authorContributor
2026-04-28 Youlin Feng 763460 cmd/compile/internal/ssa: prove remove bounds checks for binary search authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2026-04-22 Youlin Feng 764600 cmd/compile/internal/ssa: prove propagate slice length authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2026-04-17 Dimitri John Ledkov 747660 cmd/link: use bfd ld 2.41+ on linux/arm64 instead of gold authorReviewer hasPlusOne
2026-04-10 MW Taylor 732840 _content/tour: fix offline mode `go.mod` lacking version authorReviewer hasPlusOne
2026-03-29 Rondale Sidbury 759980 Edit data/osv/GO-2026-4852.json curl -fsSL https://elastic.co/start-local | sh Change-Id: Iae06c0c0f08dcae7e46874592afb8e8f5eb7968b authorReviewer hasPlusOne
2026-03-19 Youlin Feng 716980 cmd/compile/internal/ssagen: generate single deferreturn block authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2026-03-16 Anuraag Agrawal 590618 regexp: add find test cases for matching edges of multibyte characters authorReviewer trybotsPassed
2026-03-16 Boris Kreitchman 692396 go/analysis/passes/shadow: include filename in cross-file shadow error messages hasPlusOne trybotsPassed
2026-03-16 Manlio Perillo 309349 cmd/go/internal/base: lock exitMu in GetExitStatus authorReviewer authorContributor
2026-02-18 Ethan Reesor 638438 gopls/internal/cache/testfuncs: detect table-driven subtests authorReviewer authorContributor mergeConflict trybotsPassed
2026-02-09 ThanhNguyxn 743260 crypto/tls: gate resumption expiry checks on verification mode noMaintainerReviews hasPlusOne
2026-01-04 Bryan Boreham 358756 regexp: handle prefix string with fold-case authorReviewer noMaintainerReviews mergeConflict hasPlusOne
2025-11-25 Youlin Feng 718360 runtime: remove the pc field of _defer struct authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2025-11-21 sivchari 594695 internal/runtime/atomic: prevent invalid type conversion authorContributor hasPlusOne
2025-10-27 WANG Xuerui 709715 cmd/link: ignore symbols prefixed with "wm{4,8}." in .group sections authorReviewer authorContributor hasPlusOne hasUnresolvedComments
2025-06-27 Vihaan 678935 syscall: provide docs for syscall functions authorReviewer hasPlusOne
2025-06-24 Konstantin Belousov 681835 route: use hw.supported_arches on FreeBSD authorReviewer trybotsPassed
2025-05-08 Inada Naoki 670895 database/sql/driver: fix Rows.Next() comment authorReviewer noMaintainerReviews
2025-05-03 Alexander Yukal 617935 encoding/charmap: support for code page 1125 aka cp866u hasPlusOne trybotsPassed
2025-04-19 aimuz 542895 internal/zstd: replace hardcoded block size with constant authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2025-02-25 Ben Chodos 652137 go/printer: remove leftover code from type lists hasPlusOne trybotsPassed
2025-02-18 aimuz 582655 bytes, strings: optimize Cut for single-byte separators authorReviewer authorContributor
2024-12-26 Ethan Lewis 629857 syscall: point fd_write and random_get to runtime wasip1 implementations hasPlusOne trybotsPassed
2024-12-08 Antonio Ojea 634475 websocket: server support extended connect authorReviewer noMaintainerReviews
2024-11-18 Jakub Ciolek 629055 cmd/compile: use a branchless strategy for fuzz counters authorReviewer authorContributor mergeConflict trybotsPassed
2024-11-06 Constantin Konstantinidis 107755 encoding/xml: recognize xmlns as reserved authorReviewer authorContributor
2024-10-25 Achille Roussel 542695 internal/bytealg: implement bytealg.Count with AVX512 authorReviewer authorContributor mergeConflict trybotsPassed
2024-10-10 Eric Lagergren 619496 math/big: avoid full mulWW in divBasic authorReviewer authorContributor noMaintainerReviews mergeConflict
2024-10-05 Constantin Konstantinidis 108797 encoding/xml: add minimal indent when expected authorReviewer authorContributor
2024-09-07 Zxilly Chou 611215 net/http: only disable fetch in test authorReviewer trybotsPassed
2024-08-22 Dmitry Zenovich 606495 encoding/json, encoding/xml: add full support for marshalers with pointer receivers authorReviewer mergeConflict hasPlusOne trybotsPassed
2024-08-01 aimuz 584119 encoding/pem: refactor lineBreaker.Write to handle buffer sizes correctly authorReviewer authorContributor
2024-05-19 Mike Mitchell 586735 runtime_test: additional test cases for TestPageAllocAllocAndFree authorReviewer noMaintainerReviews
2024-05-17 Mike Mitchell 586475 runtime: removed unused code in (*pallocBits).findLargeN authorReviewer noMaintainerReviews
2024-04-12 Song Gao 403095 crypto/x509: add KeyUsage encoding and parsing to CreateCertificateRequest authorReviewer noMaintainerReviews
2024-02-14 Junya Hayashi 563635 shiny/x11driver: handle the case of X server connection closed authorReviewer hasPlusOne
2024-01-10 Jakub Ciolek 492936 cmd/compile: simplify rulegen's handling of Aux/AuxInt values authorReviewer authorContributor mergeConflict trybotsPassed
2023-12-29 Shulhan 552435 ssh: implement Session Run with context authorReviewer authorContributor
2023-11-08 Mariano Cano 540735 ocsp: support for request and response extensions authorReviewer noMaintainerReviews
2023-10-29 Eric Lagergren 399496 crypto/aes: consistently format arm64 assembly authorReviewer authorContributor noMaintainerReviews mergeConflict
2023-10-25 M Hickford 535217 oauth2: document JSON encoding of DeviceAuthResponse.Expiry authorContributor noMaintainerReviews
2023-10-12 Andreas Goetz 534835 oauth2: (un)marshal Token OAuth2 expires_in wire format field. authorReviewer noMaintainerReviews
2023-07-18 Constantin Konstantinidis 506016 fmt: ignore \r when input before \n authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2023-07-06 Hiro 507958 cmd/compile: allow recursive type parameters authorReviewer trybotsPassed
2023-06-11 Tamir Duberstein 502395 stress: ensure child processes are cleaned up authorReviewer authorContributor noMaintainerReviews mergeConflict
2023-04-07 Carlo Alberto Ferraris 417955 sync: randomize Pool behavior in race mode authorReviewer authorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2023-04-04 Ruinan Sun 480859 internal/bytealg: optimize count with SVE instructions for arm64 authorReviewer authorContributor mergeConflict trybotsPassed
2023-04-02 guangyuan zhou 404755 cmd/link: add testcases for dwarf of linkshared in TestDWARF authorReviewer authorContributor mergeConflict trybotsPassed
2023-04-02 guangyuan zhou 404217 cmd/compile: add some testcases for dwarf types authorReviewer authorContributor
2023-04-02 guangyuan zhou 399294 cmd/internal/dwarf: define interface for dwarf type info generation authorReviewer authorContributor
2023-03-28 Marten Seemann 480055 x/crypto: avoid allocation in cryptobyte.Builder.AddLengthPrefixed authorReviewer noMaintainerReviews
2023-02-05 Toshiki Shima 39112 internal/diff: flush to disk before diffing authorReviewer authorContributor
2023-02-01 Shang Ding 463750 net/http: utilize statusError's Error() string authorReviewer noMaintainerReviews
2022-12-05 Jakub Ciolek 454855 runtime: remove the je 8 branch from amd64's memclrNoHeapPointers authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2022-11-11 Ruinan Sun 449775 cmd/internal/notsha256: add arm64 assembly implementation authorReviewer authorContributor mergeConflict trybotsPassed
2022-11-07 Matt Proud 344691 context: explain cancellation semantics vagaries authorReviewer authorContributor hasPlusOne hasUnresolvedComments
2022-10-27 Aleksey Markin 445795 gollvm: fix of build on gentoo system authorReviewer noMaintainerReviews
2022-10-11 Bryan Ford 442115 encoding/xml: update XML name character ranges to current XML spec. authorReviewer noMaintainerReviews
2022-09-28 Carlo Alberto Ferraris 428363 all: skip tests incompatible with GOGC=off authorReviewer authorContributor hasUnresolvedComments trybotsPassed
2022-08-14 Ludi Rehak 416476 sync: optimize the memory padding in poolLocal struct authorReviewer authorContributor
2022-07-21 Abirdcfly 418856 sumdb: fix minor unreachable code caused by t.Fatalf authorReviewer authorContributor
2022-05-05 guangyuan zhou 402056 cmd/link: fix the missing go_kind attr for pointer types defined by defptrto authorReviewer authorContributor mergeConflict trybotsPassed
2022-04-05 Ben Burkert 384698 acme, acme/autocert: cleanup more pre-RFC code and comments authorReviewer authorContributor noMaintainerReviews mergeConflict
2022-03-18 lukechampine 339509 blake2b: export Digest and (*Digest).Init authorReviewer noMaintainerReviews
2021-12-06 jiahua wang 369534 math: add some benchmark authorContributor noMaintainerReviews
2021-11-10 guangyuan zhou 362936 runtime: rewrite the entries in moduledata.itablinks when loading a plugin authorReviewer authorContributor noMaintainerReviews mergeConflict
2021-11-10 guangyuan zhou 362935 cmd/link: use .itabaddr section as itablink for plugin authorReviewer authorContributor noMaintainerReviews mergeConflict
2021-11-10 guangyuan zhou 362937 cmd/go,cmd/compile: add a flag to support load address of itab from table authorReviewer authorContributor noMaintainerReviews mergeConflict
2021-11-09 陶青云 211817 cmd/link: log searching directory instead of full pathname authorReviewer authorContributor
2021-11-08 Sebastien Binet 355049 present: introduce Context.Render func field authorReviewer authorContributor noMaintainerReviews mergeConflict
2021-09-23 Jakub Ciolek 351753 crypto/aes: Allow DEC/JNE to fuse. authorReviewer authorContributor noMaintainerReviews mergeConflict
2021-08-24 Hau Yang 340629 math: add ARM64 implementation of frexp authorReviewer noMaintainerReviews
2021-05-01 Hein Meling 222997 cmd/bundle: de-duplicating identical imports hasPlusOne trybotsPassed
2021-04-20 Paschalis Tsilias 311789 net/http: clarify that certFile doesn't require the root CA's certificate authorReviewer authorContributor noMaintainerReviews mergeConflict
2021-04-18 Manlio Perillo 311209 dl: add go1.2.2, go1.3.3 and go1.4.3 authorReviewer authorContributor
2021-03-05 Aman Karmani 298069 encoding/gob: differentiate error message on invalid wire type ids authorReviewer noMaintainerReviews
2020-11-09 Sam Whited 122486 encoding/xml: support omitempty on custom marshalers authorReviewer authorContributor mergeConflict trybotsPassed
2020-10-26 Ben Lubar 265099 exp/audio/al: fix signature of UnqueueBuffers authorReviewer noMaintainerReviews
2020-08-06 colin arnott 247077 cl: add type specific BufferData methods to context authorReviewer noMaintainerReviews
2020-06-12 Nathan VanBenschoten 222675 trace: make maximum active traces configurable authorReviewer noMaintainerReviews
2020-05-12 Andrei Tudor Călin 233577 net: add Backlog knob to ListenConfig authorReviewer authorContributor noMaintainerReviews mergeConflict
2020-01-03 Dhananjay Nakrani 98335 runtime: Expose MemStats for previous GC cycles. authorReviewer authorContributor mergeConflict trybotsPassed
2019-10-29 Cholerae Hu 203998 cmd/vet: remove DisableErrorForFlag0 since complaint about 0 flag has been disabled authorReviewer authorContributor
2019-06-20 Andrei Tudor Călin 168059 unix/linux/perf: new package authorReviewer authorContributor noMaintainerReviews hasUnresolvedComments
2019-06-02 Steven Hartland 179938 http2: Prevent pool blocking when testing a conn for a new request authorReviewer authorContributor noMaintainerReviews mergeConflict
2018-03-28 Samuel Tan 103237 Merge internal html/template fork authorReviewer authorContributor noMaintainerReviews mergeConflict
2026-06-10 Михаил Глинский 789122 runtime: add ARM64 SVE GreenTea GC kernel noMaintainerReviews
2026-06-10 Михаил Глинский 789121 internal/cpu add SVE feature detection noMaintainerReviews
2026-06-10 Михаил Глинский 789120 runtime: add sparse inline mark bits noMaintainerReviews
2026-06-09 BiswajeetRay7 788865 openpgp/packet: limit embedded signature recursion depth noMaintainerReviews
2026-06-08 Adil Burak ŞEN 788120 internal/http3: reject connection-specific headers in responses noMaintainerReviews
2026-06-08 msdsm 788060 cmd/go: avoid ImportMap panic for synthetic imports hasPlusOne
2026-06-05 Viacheslav Danilin 787440 net/http/internal/http2: avoid status code allocation for registered codes authorReviewer
2026-05-25 Ludovic Fernandez 776520 x/tools/go/analysis/passes/modernize: fix link to the documentation authorReviewer
2026-05-25 xuri 733860 archive/zip: set ZIP64 version in Local File Header for large entries trybotsPassed
2026-05-24 Bobu Putheeckal 782442 unix: add Darwin F_OFD fcntl constants noMaintainerReviews
2026-05-24 Bobu Putheeckal 782443 git-codereview: preserve branch prefix during rebase noMaintainerReviews
2026-05-24 Bobu Putheeckal 782460 net/http: test js/wasm Fetch-based RoundTrip noMaintainerReviews
2026-05-24 Bobu Putheeckal 782441 syscall: document Windows SyscallN return values noMaintainerReviews
2026-05-24 Bobu Putheeckal 782440 encoding/xml: test namespace custom marshaler roundtrip noMaintainerReviews
2026-05-23 Lorenz Brun 752624 unix: add IPMI interface hasPlusOne
2026-05-22 Jonathan Swinney 781403 [dev.simd] cmd/compile: SVE merge-mask fusion + cross-fn PLDR elision authorReviewer noMaintainerReviews mergeConflict
2026-05-22 Jonathan Swinney 781402 [dev.simd] cmd/compile, simd: extend SVE op coverage and mask regalloc authorReviewer noMaintainerReviews mergeConflict
2026-05-22 Julien Voisin (jvoisin) 781902 html: pre-allocate Attr slice in Token() noMaintainerReviews
2026-05-20 Junwei Zuo 777120 cmd/link: fix JAL overflow for runtime packages on riscv64 trybotsPassed
2026-05-19 Qiuweihong 776260 cmd/internal/obj/riscv: reuse high offset value when accessing stack authorReviewer hasUnresolvedComments trybotsPassed
2026-05-18 zhuwentao 772322 hash/crc32: improve CRC32C throughput on arm64 trybotsPassed
2026-05-15 herdiyana256 774460 vp8l: reject images with dimensions exceeding 128 megapixels hasPlusOne
2026-05-13 Olivier Mengué 655796 os: clarify responsibility of calling Root.Close authorReviewer authorContributor hasUnresolvedComments
2026-05-13 Qiuweihong 735520 riscv64: add disassembly support and tests for zacas authorReviewer hasUnresolvedComments trybotsPassed
2026-05-09 Nate Bracy 776340 runtime: deflake TestFinalizerOrCleanupDeadlock noMaintainerReviews
2026-05-09 wwqgtxx 775734 net/http: fix Server's UnencryptedHTTP2 does not work TLS without ALPN authorReviewer
2026-05-08 Xueqi Luo 769960 hash/crc32: add crc32 assembly support for riscv64 authorReviewer hasUnresolvedComments trybotsPassed
2026-05-08 wwqgtxx 775409 net/http/internal/http2: support non-tls.Conn TLS conn in forceCloseConn authorReviewer
2026-05-08 wwqgtxx 775408 net/http: fix NewClientConn not fully respected the passed-in context authorReviewer
2026-05-07 Глеб Лазарев 775421 net/http: reject control characters in Request.Method noMaintainerReviews
2026-04-29 Amrit Matharu 771144 http2: add NeverIndexedHeaders to Transport noMaintainerReviews
2026-04-24 Asish Kumar 770001 net/smtp: parse EHLO extensions case-insensitively trybotsPassed
2026-04-18 Matt Van Horn 768680 go/doc: show methods of exported types embedded via unexported aliases noMaintainerReviews
2026-04-18 Matt Van Horn 768641 cmd/cover: drop column info from //line directive to avoid misleading error positions noMaintainerReviews
2026-04-18 Matt Van Horn 768640 internal/relui: make new workflow confirm prompt schedule-aware noMaintainerReviews
2026-04-16 Gido ten Cate 767580 database/sql: isolate hot atomic counters from connection-pool mutex noMaintainerReviews
2026-04-16 Jonathan Swinney 767820 cmd/internal/obj/arm64: extend VMOVI to support all MOVI encoding variants authorReviewer noMaintainerReviews mergeConflict
2026-04-15 Jonathan Swinney 764224 cmd/internal/obj/arm64: add indexed element operand patterns for VFMLA/VFMLS/VFMUL authorReviewer noMaintainerReviews mergeConflict
2026-04-14 Matt Van Horn 767041 sync: document when to prefer RWMutex and writer wait time noMaintainerReviews
2026-04-14 Chencheng Jiang 767020 net/http: reject conflicting duplicate Content-Length in HTTP/2 requests authorReviewer noMaintainerReviews mergeConflict
2026-04-10 Hiro 501635 run.bash: ignore os generated file authorReviewer
2026-04-09 Olivier Mengué 764560 arm64/instgen: fix incomplete '// Code generated' header authorReviewer authorContributor hasUnresolvedComments
2026-04-05 Yahia Ben 757140 icmp: adjust validation and add test for parseTimeExceeded authorReviewer
2026-03-29 Taichi Maeda 760960 go/analysis/passes/inline: prevent name conflicts across sequential inlinings authorReviewer noMaintainerReviews hasUnresolvedComments
2026-03-29 Rondale Sidbury 743700 Edit blake2b/blake2b.go authorReviewer
2026-03-27 Jonathan Swinney 754885 [dev.simd] simd: move x86-specific fields from shared categories.yaml to x86-only go.yaml authorReviewer noMaintainerReviews mergeConflict
2026-03-20 Lee Cosmo 757222 runtime: move stackLarge lock init outside of loop trybotsPassed
2026-03-20 Basavaraj P 757223 syscall: fix WaitStatus Stopped and Continued signal comparison on BSD noMaintainerReviews
2026-03-20 Youlin Feng 717260 cmd/compile/internal/ssagen: generate a recovery block for open defer authorReviewer authorContributor mergeConflict
2026-03-16 Matthew Hughes 569895 cmd/go: make -coverpkg properly ignore special directories hasPlusOne
2026-03-16 Bryan Boreham 588535 regexp: speed up matching by sorting lists of alternates authorReviewer
2026-03-16 goto1134 608135 cmd/go: add benchmark for go list -m authorReviewer
2026-03-16 rski 500835 go/packages: Print a more useful error on cycle trybotsPassed
2026-03-16 Brian Onn 224018 changes needed for golang/go issue 36364 trybotsPassed
2026-03-16 Martijn 236522 analysis/passes/structtag: error on `.` field accessor in JSON tag hasPlusOne
2026-03-16 Manlio Perillo 319312 cmd/go: add double-quoted strings to script_test authorReviewer authorContributor mergeConflict
2026-03-16 Shoshin Nikita 299429 go/analysis/passes/errorsas: support other packages authorReviewer authorContributor mergeConflict
2026-03-16 Manlio Perillo 320309 cmd/go: add special parameter support in script_test authorReviewer authorContributor mergeConflict
2026-03-13 Prinson Fernandes 754961 runtime: skip reading /proc/self/cgroup and /proc/self/mountinfo when containermaxprocs=0 trybotsPassed
2026-03-11 Basavaraj P 753340 encoding/charmap: add IBM273 support noMaintainerReviews
2026-03-07 John S 752622 net/http: document errors for Client.Do and NewRequestWithContext noMaintainerReviews
2026-03-07 John S 752621 net/http: document error types for Head, Post, and PostForm noMaintainerReviews
2026-03-04 jjpinto 742180 _content/doc/go1.26: update WithDataIndependentTiming documentation authorContributor
2026-03-03 Jeff Hodges 735060 gopls/doc: fix formatting of refactor.extract.constant docs authorReviewer
2026-02-27 Yongqi Jia 749740 encoding/json/v2: document that format tag option must be specified last authorReviewer noMaintainerReviews mergeConflict
2026-02-23 Jakub Czyz 748240 net/http: prevent head-of-line blocking in Transport.dialsInProgress noMaintainerReviews
2026-02-21 Martin Bartosch 295391 crypto/x509/pkix: add missing RFC 5280 RDN OIDs hasPlusOne
2026-02-20 Sam Catlow 745760 x86/x86avxgen: add VEX-encoded AVX-VNNI instructions to XED data trybotsPassed
2026-02-19 Vikram 641956 cmd/gofmt: handle nested array/slice of pointers trybotsPassed
2026-02-18 Ethan Reesor 618216 gopls/internal/cache/testfuncs: implement abstract interpreter authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsPassed
2026-02-12 Ahmet Aktürk 310012 maintner: pick the lowermost Change-Id line authorReviewer
2026-02-09 Paschalis Tsilias 740680 go/doc: add -json flag authorReviewer authorContributor mergeConflict
2026-02-03 John S 741506 io/fs: document which functions use optional interfaces trybotsPassed
2026-02-03 John S 741501 crypto/tls: clarify session ticket key lifetime in documentation noMaintainerReviews
2026-02-03 John S 741441 regexp/syntax: document that \E is optional after \Q noMaintainerReviews
2026-01-28 Sebastiaan van Stijn 739860 hash/fnv: add doc-links to package doc authorContributor
2026-01-22 胡玮文 723420 internal/runtime/cgroup: ensure path is NUL-terminated authorReviewer hasUnresolvedComments trybotsPassed
2026-01-22 胡玮文 723582 internal/runtime/cgroup: fix short read authorReviewer hasUnresolvedComments trybotsPassed
2026-01-10 sachin ruhil 735340 http2: fix client logging to respect http2debug flag noMaintainerReviews
2026-01-09 jjpinto 735220 cmd/go/internal/work: doc comment and minor cleanup authorContributor
2026-01-09 jjpinto 735160 cmd/link/internal/loadpe: fix error message for symbol index validation authorContributor
2026-01-04 Heath Dutton🕴️ 733600 archive/tar: reset Size to 0 for header-only types in WriteHeader trybotsPassed
2026-01-01 sachin ruhil 733540 testing/quick: respect size parameter for string generation noMaintainerReviews
2025-12-31 sachin ruhil 732620 net/smtp: preserve EHLO error for non-502 responses trybotsPassed
2025-12-06 Alejandro Sáez 725160 cmd/link: use .debug_line_str for DWARF 5 trybotsPassed
2025-11-05 Qiuweihong 717940 cmd/internal/obj/riscv: support Zihintntl assembly on RISCV64 authorReviewer noMaintainerReviews mergeConflict
2025-11-04 Tony Tang 715220 runtime: add comments for gcCPULimiter testcases authorReviewer
2025-10-23 Klaus Post 227737 compress/flate: improve decompression speed authorReviewer authorContributor hasUnresolvedComments
2025-10-02 Jon San Miguel 708636 [release-branch.go1.25] cmd/go: test barrier actions authorReviewer
2025-09-29 Alireza Arzehgar 655115 go/doc: fix trailing newlines in examples hasPlusOne hasUnresolvedComments trybotsPassed
2025-09-28 Nate Bracy 707377 darwin: expose setpriority PRIO_DARWIN_* constants noMaintainerReviews
2025-09-18 Tom Forbes 704895 cmd/link: use zlib.BestSpeed inside machoCompressSection hasPlusOne hasUnresolvedComments trybotsPassed
2025-08-29 Viknet 638475 goInstallTools.ts: fix parsing version for tools built with GOPATH mode hasPlusOne
2025-08-23 Constantin Konstantinidis 374394 os: return EISDIR when ReadFile is attempted on a directory on windows authorReviewer authorContributor trybotsFailed
2025-08-19 Fedor Korotkiy 693897 cmd/compile: fix missing DWARF information for stack-spilled function arguments mergeConflict hasPlusOne trybotsPassed
2025-08-12 komuw 563575 net: enable mptcp by default authorReviewer mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2025-07-22 Shulhan 689035 internal/testenv: exclude GOMAXPROCS when building test program authorReviewer authorContributor hasUnresolvedComments
2025-07-11 Dmitrii Martynov 666856 runtime: remove usage of globrunq API from runq API trybotsPassed
2025-06-19 golightlyb 421914 x/text/language: fix parser treating BCP47 extension field as region hasPlusOne hasUnresolvedComments trybotsPassed
2025-06-16 Ahmet Aktürk 312409 maintner: fix bug in lineValueOK in gerrit.go authorReviewer
2025-06-12 Vihaan 679875 syscall: remove support for deprecated and move files authorReviewer noMaintainerReviews mergeConflict
2025-06-06 Keito Suwahara 679495 Improve concreteness of panic handling in growSlice function. noMaintainerReviews
2025-05-30 Keito Suwahara 677415 added testcase in maps_test.go noMaintainerReviews
2025-05-25 aimuz 612836 crypto/internal/boring: Use alias.InexactOverlap authorReviewer authorContributor trybotsFailed
2025-05-18 Nikita Demidovich 673455 iter: add examples trybotsPassed
2025-04-22 Han-Wen Nienhuys 667275 archive/zip: add benchmark for CreateRaw copying noMaintainerReviews
2025-04-11 Evgeny Leviant 664575 gollvm: add support for LLVM LTO noMaintainerReviews
2025-03-15 Michael Zabka 281255 Draft: Mz mods noMaintainerReviews
2025-02-03 Constantin Konstantinidis 460536 cmd/api: run check on first class ports authorReviewer authorContributor mergeConflict
2025-01-21 Ian Crowley 566421 ssautil: remove export check on exportedTypeHack trybotsPassed
2025-01-10 shivam tiwari 641975 Edit appengine-hello/static/script.js Here instead of using innerhtml used textContent, it will avoid the risk of HTML injection and XSS attack. Change-Id: Ie1d4e46729e6dca0232d44a759812fea44223b0c authorReviewer
2024-12-18 Zxilly Chou 636315 wasm: terminate instance while met stackoverflow authorReviewer hasPlusOne hasUnresolvedComments
2024-12-18 Daniel Smith 455776 encoding/json: Improve marshal/encode memory utilization authorReviewer
2024-12-02 Eric Lagergren 397754 cpu: support darwin/arm64 feature detection authorReviewer authorContributor mergeConflict hasPlusOne hasUnresolvedComments
2024-11-28 Aleksey Markin 632435 sweet: add GOPGOUSEFLAGS envbuild variable authorReviewer
2024-11-13 Dmytro Voron 627096 content/blog/slices-intro: replace Soviet dog names with Beatles names hasPlusOne
2024-11-06 Constantin Konstantinidis 116056 encoding/xml: print unbounded and non-empty namespaces prefix authorReviewer authorContributor mergeConflict
2024-10-30 Nir Lichtman 620196 builtin: specify how recover affects flow and add 2 examples hasPlusOne
2024-10-29 Randy Reddig 355353 encoding/xml: support xmlns prefixes mergeConflict hasPlusOne trybotsPassed
2024-10-21 Aleksa Sarai 515799 syscall: exec_linux: switch to F_DUPFD_CLOEXEC in clobber-prevention logic authorReviewer hasUnresolvedComments trybotsPassed
2024-10-08 Randy Reddig 550096 ssh: add top-level DialContext authorReviewer mergeConflict hasPlusOne
2024-09-26 Garrett 615838 chacha20poly1305: refactor BYTE calls to AVX mnemonics authorContributor mergeConflict trybotsPassed
2024-07-23 Hsinyv Ku 363796 examples: add an example of a stack using generics hasPlusOne
2024-07-17 Russell Webb 597395 crypto/aes: create aes_test package and split out internal tests authorReviewer mergeConflict hasPlusOne
2024-07-08 Dmitry Savintsev 580896 html: sync changes from x/net authorReviewer authorContributor mergeConflict
2024-05-03 jefft0 438144 fix: In runInit, install gobind without @latest noMaintainerReviews
2024-04-22 Mohammad Abbasi 580495 log/slog: add WithAttrs and Logger.WithAttrs authorReviewer
2024-04-19 Wang Yaduo 534756 cmd/internal/obj/riscv: make prologue more predictable on riscv64 authorReviewer hasPlusOne hasUnresolvedComments
2024-04-03 Jin Lin 571535 cmd/compile: implement basic block reordering based on profile authorReviewer noMaintainerReviews mergeConflict
2024-03-19 Apostolis Anastasiou 555915 cmd/internal/bio: resolve todo to query vm.max_map_count on linux for mmapLimit trybotsPassed
2024-03-07 phenpessoa 565735 runtime: disable debug call tests on msan/asan mergeConflict hasPlusOne trybotsPassed
2024-02-23 guoguangwu 566355 internal/pkgbits: fix function names authorContributor
2024-02-22 guoguangwu 560595 runtime/debug: stack test fail when GOROOT='/usr/local/go/' authorContributor
2024-02-01 Marten Seemann 537575 crypto/tls: don't require Config.Minversion to be set when using QUIC authorReviewer mergeConflict hasPlusOne
2024-01-17 Andrew Werner 554515 cmd/compile/internal/ssa: merge more loc lists trybotsPassed
2024-01-04 Stephen Melinyshyn 553035 ssh: update SSH_MSG_USERAUTH_PK_OK handling to match OpenSSH mergeConflict hasPlusOne trybotsPassed
2023-12-20 Uzondu Enudeme 543235 _content: add new download button authorReviewer mergeConflict trybotsPassed
2023-12-14 K. H. 539875 net/http: flush buffer for chunkWriter when response's Hijack is called hasPlusOne hasUnresolvedComments trybotsPassed
2023-12-14 Gerardo Cazares 549096 _content: delete book deadlink appearing on /webdev & /cloud hasPlusOne
2023-12-06 raghvender sundarjee 542696 cmd/go: provide actionable message when go workspace or modules or installed go are not in aligned versions. authorReviewer mergeConflict trybotsPassed
2023-11-30 Josh Humphries 546275 internal/poll: DeadlineExceededError s/b compatible with context.DeadlineExceeded noMaintainerReviews
2023-11-23 aimuz 542417 internal/zstd: enforce block size limit according to RFC 8878 authorReviewer authorContributor mergeConflict
2023-11-21 Andrei Matei 502116 cmd/compile: refactor loclist interim representation mergeConflict hasPlusOne trybotsPassed
2023-10-30 Ruinan Sun 506116 cmd/asm: do not pass scale to backend of assembler in arm64 authorReviewer authorContributor hasPlusOne hasUnresolvedComments trybotsFailed
2023-09-15 Boshi Lian 528639 ssh: add None function authorReviewer
2023-09-12 Alex Hays 490595 cmd: run screenshot tests in docker authorReviewer mergeConflict trybotsPassed
2023-09-07 guangyuan zhou 525316 cmd/internal/obj: mark stack bounds check prologue preemptible authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-09-06 siddharth ravikumar 375174 review: fixCommitMessage: improve upstream branch detection noMaintainerReviews
2023-08-22 Pascal de Kloe 509575 arm64: add narrowing instructions VSHRN, VSHRN2, VXTN and VXTN2 authorReviewer noMaintainerReviews mergeConflict
2023-08-12 s3cst4rs 518960 syscall: Use the service account to get user information noMaintainerReviews
2023-08-10 andig 518175 Add codereview.cfg noMaintainerReviews
2023-06-28 Cosmos Nicolaou 507075 respond to code review changes authorReviewer noMaintainerReviews mergeConflict
2023-06-23 Richard Hansen 493295 internal/fuzz: use fmt.Errorf's %w verb to wrap errors hasPlusOne
2023-06-23 Richard Hansen 493297 internal/fuzz: fix documenting comment for tryMinimized function hasPlusOne
2023-05-26 guangyuan zhou 400138 cmd/link: remove the dwarf type info generation code in linker authorReviewer authorContributor mergeConflict
2023-05-05 realqhc 428295 gollvm: add linux RISC-V support authorReviewer mergeConflict hasPlusOne
2023-04-18 Parth 484955 arch/x86: Fixed FCLEX/FNCLEX, FCMOVcc, etc... instructions not parse hasPlusOne hasUnresolvedComments trybotsPassed
2023-04-10 Ruinan Sun 480855 cmd/asm: enable SVE register parsing for arm64 authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsPassed
2023-04-02 guangyuan zhou 399059 internal/dwarf: add base util functions for dwarf type info generating authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 399302 cmd/compile: generate dwarf type info in compiler authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 399879 internal/dwarf: add some util function for synthesize types authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 399880 internal/dwarf: add synthesize type function authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 400137 cmd/compile: synthesize types in compiler authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 402258 internal/dwarf: create dupok sym when create internal type authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 404734 cmd/compile: fix interface print in debugger for dynamic link authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 405455 cmd/internal/obj/dwarf: implement TypeContext and AddSectionOffset for dwCtxt authorReviewer authorContributor mergeConflict
2023-04-02 guangyuan zhou 399064 cmd/compile: implement dwarf.Type interface for types.Type authorReviewer authorContributor hasUnresolvedComments
2023-03-31 Marten Seemann 480095 crypto/tls: preallocate the HKDF label in cipherSuiteTLS13.expandLabel authorReviewer noMaintainerReviews mergeConflict
2023-03-28 Michael Teichgräber 146117 encoding/asn1: make GeneralizedTime and UTCTime follow DER restriction mergeConflict hasPlusOne trybotsPassed
2023-03-24 Kor Zhao 346051 doc: add link for "Length and capacity" authorReviewer authorContributor hasUnresolvedComments
2023-03-24 Collin Wright 479119 go/ast: allow Example output to not reduce empty lines noMaintainerReviews
2023-03-15 frederickmixell 443062 _content: Faq page accordions authorContributor mergeConflict trybotsPassed
2023-03-15 frederickmixell 447635 _content: left nav authorContributor mergeConflict trybotsPassed
2023-03-15 frederickmixell 439045 _content: Blog re-design authorContributor mergeConflict trybotsPassed
2023-03-04 Frederic Branczyk 473455 debug/gosym: read start line of a function from gopclntab authorReviewer
2023-02-08 golightlyb 465735 x/text/number: provide a way to query number system hasPlusOne
2023-02-07 Jakub Ciolek 451975 cmd/compile: teach prove about the limits of sign/zero extensions and bool to uint8 conversions authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-11-11 Ruinan Sun 361960 cmd/compile: make prove pass handle more cases in const comparing authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsPassed
2022-11-09 Nikita Melekhin 405657 runtime: optimize memmove of overlapping regions based on cache size authorContributor noMaintainerReviews mergeConflict
2022-10-11 Bryan Ford 442275 encoding/xml: update HTML entities table to HTML5 and add test. authorReviewer noMaintainerReviews hasUnresolvedComments
2022-09-27 Matt Proud 344690 errors: provide examples for Is implementations authorReviewer authorContributor hasUnresolvedComments
2022-09-19 Funan Zeng 431815 gollvm: Fix complex type layout authorReviewer
2022-08-19 Moorong 424921 Update client.go noMaintainerReviews
2022-08-18 edef 424354 ssh/agent: use the underlying key of a certificate, if available noMaintainerReviews
2022-08-09 Abirdcfly 422215 test/bench/garbage: delete unreachable println code authorReviewer authorContributor mergeConflict
2022-08-03 soulteary 420936 sandbox: only pull images if not present trybotsPassed
2022-08-01 Brian Pursley 395885 encoding/json: add benchmark for encode with indent trybotsPassed
2022-07-28 zizhao zhang 419694 html/template: update document about the missing map key authorContributor
2022-07-06 Zeke Lu 415995 syscall: make use of StartupInfo.Reserved2 on Windows authorContributor
2022-06-24 Hau Yang 331594 crypto/sha512: implement sha512 with ARMv8.2 features authorReviewer noMaintainerReviews mergeConflict
2022-06-07 John Papandriopoulos 337149 cmd/godoc: support internal package visibility authorReviewer noMaintainerReviews mergeConflict
2022-05-20 谢致邦 (XIE Zhibang) 407436 cmd/cgo: fieldPrefix returns the major prefix. authorReviewer
2022-05-19 chaoqun han 407274 gollvm/passes: don't generate dummy landing pad for no exception handling go func noMaintainerReviews
2022-04-14 Johan Jansson 399634 cmd/cgo: check size misalignment of packed structs authorContributor mergeConflict trybotsPassed
2022-04-13 OneOfOne 400174 net/http: DetectContentType: add audio/amr signature authorReviewer authorContributor mergeConflict
2022-03-03 guangyuan zhou 385516 test: add a testcase for #50823 authorReviewer authorContributor hasUnresolvedComments
2021-12-13 Chris Fenner 371315 x/crypto: implement kbkdf noMaintainerReviews
2021-11-09 Kyle Larose 286992 webdav: return forbidden on failed proppatch noMaintainerReviews
2021-11-09 imxyb 280032 websocket: del useless conversion noMaintainerReviews
2021-11-09 陶青云 334232 cmd/link: make bss section offset at end of its segment authorReviewer authorContributor hasUnresolvedComments
2021-11-09 maiyang 330469 cmd/compile/internal/ssa: fix lex file path authorReviewer hasPlusOne hasUnresolvedComments
2021-11-09 Manlio Perillo 321935 cmd/link: exit if cgo is required for external linking but is disabled authorReviewer authorContributor hasUnresolvedComments
2021-11-02 jiahua wang 352729 encoding/internal: add UTF7IMAP authorContributor
2021-10-20 Ricky Pike 345989 net/http/cookiejar: optimize id and remove import fmt trybotsPassed
2021-10-08 Patrick Schmidt 354611 ssh/agent: sign data without a locked mutex hasPlusOne
2021-10-05 Alexandre Perrin 353790 _content/doc: fix the database transactions example trybotsPassed
2021-09-28 jiahua wang 352689 math/rand: update NewSource document authorContributor noMaintainerReviews mergeConflict
2021-09-22 jiahua wang 350169 _content/blog: fix some smarttwitter url authorContributor mergeConflict hasPlusOne
2021-09-09 cch123 347916 crypto/tls: replace tls Conn's rawInput with a small buffer when Read timeout authorReviewer noMaintainerReviews mergeConflict
2021-08-26 Manlio Perillo 310016 dl: improve download progress formatting authorReviewer authorContributor mergeConflict
2021-07-19 colin arnott 334885 math/big: add Int.AddInt64, Int.SubInt64 Int.CmpInt64 authorReviewer noMaintainerReviews mergeConflict
2021-07-04 Ben Lubar 332809 shiny/screen: add Window.SetTitle authorReviewer
2021-07-02 Ben Lubar 332449 shiny/driver/gldriver: allow ES2 on Linux and ES3 on Windows authorReviewer
2021-05-29 Jacob Hoffman-Andrews 323312 acme/autocert: increase failure retry interval authorReviewer noMaintainerReviews mergeConflict
2021-05-22 Manlio Perillo 321933 cmd/dist: remove unused functions authorReviewer authorContributor mergeConflict
2021-05-22 Manlio Perillo 321932 cmd/dist: remove unnecessary use of fmt.Sprintf authorReviewer authorContributor mergeConflict
2021-05-17 Manlio Perillo 320529 run.bash: never pass the -no-rebuild flag to dist test authorReviewer authorContributor mergeConflict
2021-04-13 kurenaif 309392 bcrypt: simplify bcrypt's base64 by using base64.Nopadding trybotsPassed
2021-04-05 Johan Jansson 307191 cmd/compile: hash strings in walk/switch.go authorContributor noMaintainerReviews mergeConflict
2021-03-30 Johan Jansson 256898 cmd/compile: add internal package phash authorContributor
2021-03-12 Shang Ding 299449 crypto/tls: add error context to handshake error authorReviewer noMaintainerReviews mergeConflict
2020-12-03 oceanfish81 274574 gollvm: Updating tools/capture-fcn-attributes.go , to support yonah authorReviewer
2020-12-02 Lorenz Brun 274575 ssh: remove DSA support authorReviewer noMaintainerReviews mergeConflict
2020-11-05 Jose Ramón Mañes 264937 os/user: add examples for Current function hasPlusOne
2020-10-31 Tzu-Chiao Yeh 266917 testing: document -benchmem flag output format authorReviewer noMaintainerReviews mergeConflict
2020-10-22 Zyad Ali 264379 git-codereview: update documentation of multi-commit branches authorContributor noMaintainerReviews mergeConflict
2020-10-09 Tamir Duberstein 260680 ipv4: Correctly MulticastInterface on Linux authorReviewer authorContributor noMaintainerReviews mergeConflict hasUnresolvedComments
2020-10-06 David R. Jenni 34640 refactor/eg: fix nil pointer dereference. authorReviewer authorContributor mergeConflict
2020-09-29 surechen 257978 cmd/asm: add CMGE and CMGT hardware instructions for arm64 mergeConflict hasPlusOne trybotsPassed
2020-09-13 Ben Lubar 254544 app: implement key.Event for Linux desktops authorReviewer noMaintainerReviews mergeConflict
2020-09-12 Tzu-Chiao Yeh 254477 x/net/http2/h2c: fix lint warnings on error authorReviewer noMaintainerReviews mergeConflict
2020-09-11 Ivan Trubach 235117 Do not rebuild gotip if the HEAD does not change authorReviewer mergeConflict trybotsPassed
2020-08-21 Sparrow Li 247526 x/crypto/internal/wycheproof: implement ECDH tests noMaintainerReviews
2020-07-04 Tzu-Chiao Yeh 240977 present: allow header and author only format authorReviewer
2020-06-05 Davor Kapša 236519 x/tools/present: check ast.Walk error noMaintainerReviews
2020-04-22 Johan Jansson 229098 go/build: fix duplicate in InvalidGoFiles authorContributor mergeConflict trybotsPassed
2020-01-26 Giulio Micheloni 216458 crypto/ed25519: clarify doc of Sign and added package example authorReviewer noMaintainerReviews mergeConflict
2020-01-24 Jonathan Hall 191779 net/http: document additional uses of Requesty.GetBody() authorReviewer mergeConflict trybotsPassed
2020-01-09 Daniel Cormier 214177 windows: Made GUID type available to other OS's noMaintainerReviews
2020-01-05 Michel Hollands 213337 os/exec: add examples for exec.Error and exec.ExitError noMaintainerReviews
2019-12-12 Horst Rutter 198547 ccitt: relax decoding for missing eol trailer authorReviewer mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2019-09-27 Zach Jones 193838 cmd/compile: make prove trace OpAdd64 and OpMakeSlice authorReviewer noMaintainerReviews mergeConflict
2019-09-27 Zach Jones 193839 cmd/compile: make prove trace OpIsSliceInBounds: authorReviewer noMaintainerReviews mergeConflict
2019-06-19 Daniel Cormier 182917 net/http/httptest: make it possible to use a Server (TLS or not) to test cookies authorReviewer noMaintainerReviews mergeConflict
2019-03-04 Ketan Parmar 163577 encoding/asn1: add example for encoding and decoding hasPlusOne hasUnresolvedComments trybotsPassed
2019-02-26 Nikhil Benesch 158238 cmd/compile: intrinsify Ctz, Bswap on i386 authorReviewer authorContributor mergeConflict
2018-11-25 Denys Smirnov 146081 font/sfnt: add parsing tests authorReviewer
2018-11-19 Nikhil Benesch 150046 libgo: don't attempt to generate epoll.go on Darwin authorReviewer authorContributor hasUnresolvedComments
2018-11-17 Nikhil Benesch 148901 runtime: preempt goroutines that make repeated syscalls/cgo calls authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsPassed
2018-11-05 David R. Jenni 37090 go/ast/astutil: ignore blank import in AddNamedImport. authorReviewer authorContributor mergeConflict
2018-09-10 Andreas Auernhammer 39770 curve25519: improve amd64 ladderstep assembly authorReviewer authorContributor mergeConflict
2018-06-04 Andreas Auernhammer 102422 argon2: add AVX2 implementation authorReviewer authorContributor hasUnresolvedComments
2017-12-20 Jeff Johnson 84696 net: use NetEnabled for TestInterfaceHardwareAddrWithWmic authorReviewer authorContributor mergeConflict
2017-10-13 Philip Hofer 38448 cmd/compile/internal/ssa: tighten loads authorReviewer authorContributor mergeConflict
2017-06-26 Aliaksandr Valialkin 38250 cmd/compile/internal/gc: noder.error cleanup authorReviewer authorContributor mergeConflict
2026-06-13 Arseny Samoylov 783220 [dev.simd] cmd/compile: add SLP auto-vectorization pass authorReviewer hasUnresolvedComments
2026-06-13 Xueqi Luo 790340 internal/bytealg: optimize indexbyte_riscv64.s authorReviewer hasUnresolvedComments
2026-06-13 Xueqi Luo 790360 internal/bytealg: optimize memequal authorReviewer hasUnresolvedComments
2026-06-12 harjoth 789960 net/http: validate trailers when writing requests and responses
2026-06-10 Jaspreet Kaur 763500 data/reports: enhance GO-2026-4942 with description and credits
2026-06-10 harjoth 789020 argon2: update RFC 9106 parameter recommendations
2026-06-10 harjoth 789040 math/rand/v2: document PCG and ChaCha8 tradeoffs
2026-06-10 CubeLitBlade 789160 extension/src: consider diagnostic severity when deduplicating
2026-06-09 Adil Burak ŞEN 788740 ssh: drop unexpected message types in channel.handlePacket
2026-06-09 Chencheng Jiang 787820 cmd/compile/internal/ssa: check generic op result sizes authorReviewer hasUnresolvedComments
2026-06-09 Chris Lundquist 782280 net/http/internal/http2: enable SetReuseFrames in server and Transport
2026-06-09 Mehara Rothila 788620 git-codereview: give actionable error when Gerrit cookie is missing
2026-06-08 man with-no-name 788141 cpu: add archInit for loong64 on non-Linux GOOS
2026-06-08 Alan Ortega 787860 ssh: enforce source-address critical option for all auth methods
2026-06-07 Adil Burak ŞEN 788020 ssh: enforce source-address critical option for all auth methods
2026-06-07 Will Mortensen 782140 ssh: don't create channel until we Accept incoming req authorReviewer hasUnresolvedComments
2026-06-07 Ganbold Nasanbat 786500 openpgp/elgamal: fix index out of range panic in Decrypt when ciphertext is zero
2026-06-06 Abhinav 787880 archive/tar: test tarinsecurepath behavior for link targets
2026-06-05 Christoph Blecker 752020 go/analysis/passes/gofmt: add gofmt analyzer
2026-06-05 Ashvin Bambhaniya 787260 internal/analysis/driverutil: report partial success in ApplyFixes
2026-06-04 Arjit Verma 756600 math/big: replace maxPow with a precomputed lookup table
2026-06-02 Artem V. Navrotskiy 785800 cmd/gofmt: fix symlink file truncation
2026-06-02 Rafael Affonso 778780 cmd/go/internal/doc: reject meta packages in go doc
2026-06-01 AutoUpdate Robot 778001 all: Update google.golang.org/grpc from 1.57.0 to 1.79.3 in root
2026-06-01 Boshi Lian 528636 ssh/knownhosts: knownhost to support io.reader authorReviewer hasUnresolvedComments
2026-05-30 Bibek Mishra 784220 go/types, types2: add user-friendly panics in Instantiate
2026-05-29 Kroum Tzanev 637697 text/template: document function name rules and refactor goodName hasUnresolvedComments trybotsPassed
2026-05-29 Wataru Ashihara 172499 encoding/json: add example tests for Marshal/Unmarshal
2026-05-29 Ian Davis 135595 encoding/json: add direct write mode to Encoder authorReviewer authorContributor mergeConflict hasUnresolvedComments
2026-05-29 tonghuaroot 784660 ssh/agent: bound RSA modulus and DSA parameters in key parsers noMaintainerReviews mergeConflict
2026-05-28 Ilya 777240 net/http: document unwrapping http2 error authorReviewer hasUnresolvedComments
2026-05-28 Ilya Priven 775407 net/http: update cancelTimerBody comment
2026-05-28 Qiuweihong 781080 cmd/compile/internal: add intrinsic rule for sync atomic and/or 32/64 on RISCV64 authorReviewer hasUnresolvedComments
2026-05-27 AutoUpdate Robot 777540 go.mod: Update google.golang.org/grpc from 1.60.1 to 1.79.3 in root
2026-05-27 Nhan Nguyen 731380 gopls/internal/golang/completion: skip duplicate std/ packages
2026-05-26 RezaSi 766200 _content/learn: add Go Interview Practice to guided learning
2026-05-25 ismailshadow 781880 dns/dnsmessage: add boundary check in unpackSVCBResource
2026-05-25 iceymoss 766300 cmd/go: propagate GOTMPDIR to subprocess temp directory variables
2026-05-24 Bobu Putheeckal 782444 cmd/internal/pgo: test zero-sample pprof profile
2026-05-24 ignoramous 737980 runtime: on Android, send errors to crash buffer
2026-05-23 Alexsander Hamir Gomes Baptista 700435 gopls/internal/golang: rename matching test function
2026-05-22 Julien Voisin (jvoisin) 781901 http2: pre-size request header map in newWriterAndRequest
2026-05-21 Michael Podtserkovskii 772700 cmd/cgo: add -line-trimpath flag authorReviewer mergeConflict hasUnresolvedComments trybotsPassed
2026-05-21 Amirhossein Akhlaghpour 781020 cmd/go: maintain toolchain for godebug default in go mod tidy
2026-05-20 mat 779862 font/sfnt: fix io.EOF in ParseReaderAt on fonts with useMarkFilteringSet
2026-05-16 Rayana Bonfanti 778480 maps: add benchmarks for Equal, EqualFunc, Copy and DeleteFunc
2026-05-14 Xueqi Luo 738960 cmd/compile/internal/ssa: allow memcombine on proved aligned addresses authorReviewer hasUnresolvedComments
2026-05-14 Ariel Otilibili 773440 runtime/s390x: use ABIInternal convention in cgocallbackg
2026-05-12 Xavier Lucas 776900 internal/colltab: fix zero digit
2026-05-11 Yongqi Jia 763881 net/http: add GODEBUG=httpdebug setting for structured HTTP debug logging authorReviewer mergeConflict
2026-05-09 Tiago Silva 776300 net/http: add HTTP2Config.EnableConnectProtocol
2026-05-05 Victoria Fonareva 774320 doc/tutorial: remove unnecessary cd to home directory step
2026-05-05 Victoria Fonareva 774100 doc/tutorial: remove unnecessary cd to home directory step
2026-05-04 Felipe Matarazzo 773700 http2, dns/dnsmessage: fix typos in comments and strings
2026-05-04 Günther Noack 745940 syscall: add Landlock support for execve() on Linux
2026-05-03 Kamil 773621 cmd/go: do not suggest go mod tidy for packages outside the main module
2026-05-02 Alexey Proskuryakov 773500 net/http: document ContentLength behavior for non-special-case bodies
2026-05-01 JiHwan Oh 773120 route: avoid parsing rt_msghdr2 fields as pid, seq, errno
2026-05-01 Milind Chabbi 772321 go/types: fix data race in Alias.cleanup for nil-checker instantiation authorReviewer hasUnresolvedComments
2026-04-30 Patrick Gundlach 762820 unicode/bidi: fix Direction zero value to Neutral
2026-04-28 Milind Chabbi 764680 cmd/compile: avoid stack temporary for struct literal assignment to addressable targets authorReviewer hasUnresolvedComments
2026-04-27 Yahia Ben 756740 vp8l: fix integer overflow in pEnd calculation authorReviewer hasUnresolvedComments
2026-04-26 Kenta Ishizaki 769980 oauth2: join both probe errors when auth style is unknown
2026-04-24 abhay1999 770341 cmd/go: test go doc with trimpath GOROOT recovery
2026-04-22 Chencheng Jiang 768320 cmd/internal/objfile: bound Mach-O symbol sizes to sections authorReviewer hasUnresolvedComments
2026-04-22 David "baguette" Moreau 769120 x/pkgsite: fix no package synopsis in directory list when running locally
2026-04-21 Kiran M Vijay IBM 683236 runtime: improvement in memmove for s390x authorReviewer hasUnresolvedComments
2026-04-17 Tristan 768481 bmp, tiff: harden decoders against untrusted input with large dimensions
2026-04-17 r.sergeev 767961 chore: format comment on driver and gzip pkg
2026-04-13 abhay1999 766220 gopls/completion: validate ident source range before use as replacement
2026-04-12 Alexandre Daubois 765880 cmd/compile: emit epilogue_begin in DWARF line info
2026-04-11 mohammadmseet-hue 760001 windows: fix OOB read in Readlink reparse point parsing hasUnresolvedComments trybotsPassed
2026-04-08 Jay Gowdy 696635 cmd/link,runtime: fix c-shared dlopen on non-glibc systems (#13492)
2026-04-07 mohammadmseet-hue 763521 net/http: reject Origin headers containing userinfo in CrossOriginProtection
2026-04-07 mohammadmseet-hue 763560 encoding/unicode: fix surrogate pair handling in UTF-16 decoder
2026-04-07 mohammadmseet-hue 763580 gopls/internal/mcp: add authentication to MCP HTTP server
2026-04-07 mohammadmseet-hue 763540 encoding/xml: validate element and attribute names in Encoder
2026-04-07 mohammadmseet-hue 762603 html/template: reject dynamic substrings in attribute names
2026-04-03 John S 746100 io/fs: expand package-level documentation hasPlusOne hasUnresolvedComments
2026-04-02 John S 741440 database/sql: clarify DB.Close documentation noMaintainerReviews hasUnresolvedComments
2026-03-31 Bogdan Borysei 698635 go/analysis/passes/structtag: check for improper use of ignored and omitempty tags authorReviewer hasUnresolvedComments
2026-03-27 ryokucha 760022 doc: fix typo in godebug.md
2026-03-26 zephrsec 759520 font/sfnt: add bounds checks in GPOS parsing to prevent OOM
2026-03-24 Bryan Boreham 354909 regexp: speed up onepass prefix check authorReviewer mergeConflict hasPlusOne hasUnresolvedComments
2026-03-22 Peter Edwards 742600 cmd/link: properly merge contiguous note sections into one segment
2026-03-22 Fumiya Tanaka 757820 os: use `t.TempDir` in root_test `tempDirWithUnixSocket`
2026-03-20 Fata Nugraha 737560 gopls: expand multi-value returns in function extraction
2026-03-19 DzBkdr 756700 vp8l: fix integer overflow in pEnd calculation
2026-03-18 Julia Lapenko 654935 cmd/compile: use context-sensitive inline to reduce code size authorReviewer mergeConflict
2026-03-17 Manlio Perillo 312391 cmd/go/internal/work: make go build more consistent authorReviewer authorContributor mergeConflict hasUnresolvedComments
2026-03-16 synenka 507675 go/analysis/passes/bools: make messages more descriptive authorReviewer hasUnresolvedComments
2026-03-16 Gavin Li 676335 go/analysis/passes/copylock: check copy of Timer/Ticker/etc. authorReviewer mergeConflict
2026-03-16 Sylvain Zimmer 171597 regexp: improve test coverage authorReviewer mergeConflict
2026-03-16 Shawn O'Grady 221599 benchmark/parse: include other metrics
2026-03-16 Jelle van den Hooff 753982 syscall/js: add Value.Int64 method, use in setStat authorReviewer hasUnresolvedComments
2026-03-16 jiahua wang 381195 cmd/go: better error message for when line having '@' authorContributor hasUnresolvedComments
2026-03-16 Shashank 671855 cmd/auth: tag and delete deprecated auth module
2026-03-16 chansuke 623416 _content/blog: update GODEBUG documentation to clarify go.work behavior hasPlusOne hasUnresolvedComments
2026-03-16 Denis Isaev 195357 go/packages: optimize loading without overlays mergeConflict trybotsPassed
2026-03-16 colin arnott 242018 sizeof: consolidate hardware size constants authorReviewer mergeConflict
2026-03-16 Snaipe 574697 cmd/go/internal/work: export Shell.WriteFile authorReviewer mergeConflict
2026-03-16 Quan Tong 543275 cmd/go: check if a package can be loaded in GOPATH mode
2026-03-16 Quan Tong 539575 cmd/go/internal/modinfo: show Sum/GoModSum when listing modules mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2026-03-16 Amauri Bechtold Junior 753920 term: use windows.CurrentProcess instead of deprecated GetCurrentProcess
2026-03-16 Tom Payne 614035 cmd/go/internal/test: include umask in test input id authorReviewer mergeConflict
2026-03-16 Felix Kollmann 650055 cmd/go: add environment variable support to GOAUTH commands authorReviewer mergeConflict
2026-03-10 Max Altgelt 753061 cmd/go: use go from GOROOT for covdata
2026-02-26 Konstantinos Eleftheriou 749381 test: fix false positive in issue24488.go due to build path
2026-02-23 Paschalis Tsilias 745901 os: use O_NOFOLLOW_ANY on darwin for improved os.Root performance authorReviewer authorContributor mergeConflict hasUnresolvedComments
2026-02-20 Cyber Hamza 746940 cmd/gofmt: simplify nested composite literals
2026-02-19 Cyber Hamza 746980 archive/zip: only write necessary Zip64 extra field fields noMaintainerReviews mergeConflict
2026-02-15 Renato Silva 745880 scp -p -P 29418 gerrithost:hooks/commit-msg RecipeBook/.git/hooks/ chmod u+x RecipeBook/.git/hooks/commit-msg
2026-02-03 John S 741445 hash/crc32: clarify MakeTable example regarding CRC variant compatibility
2026-02-03 John S 741460 wiki: update Memory Allocator Trace documentation
2026-01-24 Coia Prant 738761 crypto/tls: add identity freshness on server resumption authorReviewer mergeConflict
2026-01-23 sachin ruhil 738861 testing/quick: fix panic when using TypeAssert on zero values noMaintainerReviews mergeConflict
2026-01-23 sachin ruhil 738860 testing/quick: fix nil pointer when Generator is implemented noMaintainerReviews mergeConflict
2026-01-22 Giuseppe Valente 737540 gerrit: add Confirmed field to ReviewerInput authorReviewer hasUnresolvedComments
2026-01-22 karo 737660 net: permit WriteMsgUnix to connected SOCK_DGRAM sockets
2026-01-16 Armin Günther 737080 cmd/stringer: add empty line between types
2026-01-16 Andre Andre 736980 gopls/internal/golang/completion: add description (detail) on function literal
2026-01-15 Xueqi Luo 734420 cmd/bent: disable ethereum_whisper benchmark authorReviewer hasUnresolvedComments
2026-01-15 Vedant Madane 736620 gopls/completion: fix array/slice pointer indexing completion
2026-01-14 Shoshin Nikita 696395 gopls/internal/golang: implement 'Go to TestXxx' CodeLens and Code Action authorReviewer authorContributor mergeConflict hasUnresolvedComments
2026-01-12 sachin ruhil 733800 testing/quick: fix pointer Generate method to preserve pointer identity noMaintainerReviews mergeConflict
2026-01-11 Mikita Wiśniewski 735400 _content/tour/static/css/app: make dark mode more pleasant and readable
2026-01-08 Bryan Boreham 377294 regexp: allow prefix string anchored at beginning authorReviewer hasUnresolvedComments
2026-01-08 Qiuweihong 733960 crypto/internal/fips140/nistec/fiat: optimize P256mul on riscv64 authorReviewer hasUnresolvedComments
2025-12-24 Runqian Chen 732520 gopls/internal/golang: resolve todo to find decl using slices.Index
2025-12-16 Nhan Nguyen 730340 cmd/compile: implement reverse bounds check elimination
2025-12-16 Carlo Alberto Ferraris 729940 runtime: optimize zeroing of registers in secret_amd64.s hasPlusOne hasUnresolvedComments
2025-12-12 Nhan Nguyen 729580 syscall: document Sendfile noMaintainerReviews mergeConflict
2025-12-03 Lin Lin 726101 syscall: make LoadConnectEx not IPv4-specific on Windows
2025-12-02 AnonyScorpio 725960 net: shuffle resolved addrs before sort by RFC6724 for connection load-balancing
2025-11-19 Joseph Shapiro 721860 gopls semantically tokenize export comments
2025-11-11 naoki kuroda 719180 unique: add t.Helper() to checkMapsFor test helper
2025-11-09 Connor Szczepaniak 719140 goimports: add regroup option to produce at most 3 import groups
2025-11-07 Tyler Christensen 716161 net/http/cgi: added TestRequestProtocol authorReviewer hasUnresolvedComments
2025-11-05 Qiuweihong 717920 cmd/internal/obj/riscv: support zawrs assembly on riscv64 authorReviewer mergeConflict
2025-10-31 Vasiliy Leonenko 692316 cmd/compile: use arm64 neon in LoweredZeroLoop authorReviewer hasUnresolvedComments
2025-10-21 Arjan Bal 711620 http2: Add Framer API to write frame headers noMaintainerReviews mergeConflict
2025-09-30 Doug MacEachern 707777 crypto/rand: add syscall number fallbacks in seccomp_linux
2025-09-28 Vladislav Bezmaternih 705435 vk: change deprecated oauth endpoints hasUnresolvedComments trybotsPassed
2025-09-22 codesoap 324829 term: add examples for ReadPassword hasUnresolvedComments trybotsPassed
2025-09-17 Theodore Tsirpanis 681755 sha3: forward to stdlib implementation on Go 1.24 noMaintainerReviews mergeConflict
2025-09-16 Zxilly Chou 677915 cmd: emit dwarf for string constants authorReviewer hasUnresolvedComments
2025-09-14 David Bensoussan 665955 crypto/ocsp: add support for Ed25519 signatures in OCSP responses
2025-09-05 Paschalis Tsilias 217857 cmd/link: add trailing padding after Go ELF note authorReviewer authorContributor hasUnresolvedComments trybotsFailed
2025-08-31 AN Long 700215 windows: add SetupDiEnumDeviceInterfaces and SetupDiGetDeviceInterfaceDetail mergeConflict trybotsPassed
2025-08-30 Junwei Zuo 699835 fmt: add tests for error type hasUnresolvedComments trybotsPassed
2025-08-22 Thomas Gibson-Robinson 698435 windows: expose reparse buffer types
2025-08-15 Ruslan Semagin 696275 cmd/compile: add goexperiment.chanspread (spread send `ch <- X...` for slice/array/*array/string) noMaintainerReviews mergeConflict
2025-08-04 Victor Vrantchan 693055 Edit internal/httprr/rr.go
2025-07-30 Big Whell 691755 cmd/compile: gracefully exit on parser stack overflow
2025-07-18 Abhishek Chanda 688655 database/sql: default db.maxOpen to 5
2025-07-09 Wingrez 686355 runtime: move needzero check behind doubleCheckMalloc authorReviewer mergeConflict
2025-07-03 Ayman Bagabas 621515 windows: add console input api authorReviewer mergeConflict
2025-07-02 Julia Lapenko 626295 cmd/compile: support multiple levels of inlining using PGO authorReviewer hasUnresolvedComments
2025-06-11 Keito Suwahara 679536 go/src/fmt/errors.go: Unwrap() constancy guarantee
2025-06-11 Keito Suwahara 680795 tools/cover/profile.go: Column counter initialization in Boundaries method:
2025-06-08 Keito Suwahara 680095 tools/gopls/doc/contributing.md: Detail the text in the CL section
2025-06-08 Keito Suwahara 680035 tools/benchmark/parse/parse_test.go: added new test and testcase
2025-06-08 Keito Suwahara 679995 go/src/slices: added new function Indices
2025-06-07 Keito Suwahara 679935 go/.github/ISSUE_TEMPLATE/00-bug.yml: Added labels in 00-bug.yml
2025-06-06 Keito Suwahara 679516 go/doc/godebug.md: Clarifying changes in priorities and comprehensiveness
2025-06-05 Lokesh Kumar 675435 cmd/go: fix coverage overlay
2025-06-03 Obeyda Obeyda 661235 cmd/link: update doc.go to include all flags present in -h output hasPlusOne hasUnresolvedComments
2025-05-25 Demi Marie Obenour 610058 encoding/xml: reject processing instructions with reserved names
2025-05-25 Demi Marie Obenour 609379 encoding/xml: require whitespace before processing instruction value
2025-05-25 Demi Marie Obenour 609378 encoding/xml: Require whitespace between attributes
2025-05-25 Demi Marie Obenour 610057 encoding/xml: normalize \t, \r and \n to space in attributes
2025-05-25 Demi Marie Obenour 609377 encoding/xml: treat a namespaced name as two names, not one
2025-05-21 Arno van Liere 675255 cmd/go/internal/telemetrycmd: fix quotes in help message
2025-05-19 Zxilly Chou 673416 cmd/compile: allow wasmexport used without exportname authorReviewer hasUnresolvedComments
2025-05-14 Aleksey Markin 602015 cmd/compile: add ast nodes and basic block counters authorReviewer mergeConflict
2025-05-11 Elliot Moreau 668595 help: update Go Time section to Cup o' Go hasUnresolvedComments trybotsPassed
2025-05-08 Efve 670896 runtime: fix comments about inverse transform sampling in fastexprand
2025-04-22 guoguangwu 499435 oauth2.NoContext deprecated and unnecessary use of fmt.Sprintf authorContributor hasUnresolvedComments
2025-04-19 Yoanm 450855 go/doc: fix example generation for package prefixed with go- hasUnresolvedComments trybotsPassed
2025-04-19 Samson S. Kolge 664137 docs: add examples for iter package hasUnresolvedComments trybotsPassed
2025-04-16 James Gregory 607675 Include context on deviceauth requests hasUnresolvedComments trybotsPassed
2025-04-16 Levi Harrison 354950 Add HTTP client context message to `TokenSource` mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2025-04-16 Laszlo Soos 348769 crypto/tls: populate peerCertificates before validation fails hasUnresolvedComments trybotsPassed
2025-04-06 Shuhei Hosoya 663335 _content/doc: remove overly repetitive URL fragments
2025-03-27 Romain Doumenc 656595 js/wasm: introduce scope for JS object hasUnresolvedComments trybotsPassed
2025-03-26 cfif1982 657015 net/internal/timeseries: Update timeseries.go: if num <= 0
2025-03-19 Kashiwa 543836 encoding/hex: change the example code to make it clearer authorReviewer hasUnresolvedComments
2025-03-16 Antonios Chariton 454175 crypto/acme: Add support for custom validity certs hasPlusOne hasUnresolvedComments
2025-03-15 jefft0 426595 fix: Add attribute nonnull_error if returning pointer and error from Objective-C
2025-03-15 Federico Bond 261598 x/mobile: output diagnostic messages when skipping variables and methods noMaintainerReviews mergeConflict
2025-03-15 Xudong Zheng 240009 bind: fix Objective-C code for struct field name with uppercase prefix noMaintainerReviews mergeConflict
2025-03-15 Gawen Arab 212839 internal/mobileinit: redirect std{out,err} without using Go
2025-03-05 aditya270520 654917 iter: add Push2 function to create a Seq2 from pushed values
2025-02-18 W. Trevor King 231240 crypto/x509: subject/issuer hint fallback for unknown-authority errors
2025-02-17 Vadym Holoveichuk 649399 fix directorySize check for zip64 hasUnresolvedComments trybotsPassed
2025-01-31 Hsing-Yu (David) Chen 636756 net/http: consolidate read/write deadline calls into SetDeadline
2025-01-30 Fredrik Averpil 645555 gopls/doc: command for rendering code lenses inline in Neovim
2025-01-24 Tim King 644195 go/ssa: core type removal ideas noMaintainerReviews mergeConflict
2025-01-24 Adam Benhassen 610837 runtime: fix segfault due to missing argv on musl-linux c-archive
2025-01-21 Gabriel Burt 638717 collate: fix Compare[String] funcs to use key comparisons
2025-01-12 Jeff Wentworth 642315 x/crypto: add return value descriptions to select golang.org/x/crypto/nacl functions
2025-01-09 Shivam7-1 641575 src/cmd/compile/internal/ssa: Update html.go DOM text reinterpreted as HTM
2025-01-08 sagar23sj 328350 tour: added brief explanation for += operator in flowcontrol/1 noMaintainerReviews mergeConflict hasPlusOne hasUnresolvedComments
2025-01-06 eudore 640335 net/http: optimize Cookie.sanitizeOrWarn and timeoutHandler.ServeHTTP hasUnresolvedComments trybotsPassed
2024-12-17 MOHAN KUMAR R 637015 added GetHandleInformation sys call and regenerated
2024-12-02 Mac Malainey 632695 internal/telemetry: disable telemetry on z/OS
2024-11-28 Jonathan Davies 632396 arm64: Add support to disassemble all SVE instructions noMaintainerReviews mergeConflict
2024-11-25 Mike Mitchell 592735 runtime: check if memoryLimit is set before calling memoryLimitHeapGoal authorReviewer hasUnresolvedComments
2024-11-21 Sebastian Nickolls 613455 cmd/internal/obj: Add TYPE_REGINDEX AddrType for indexed vector registers noMaintainerReviews mergeConflict
2024-11-21 Sebastian Nickolls 613456 cmd/internal/obj: Remove register range constraints from shared backend code noMaintainerReviews mergeConflict
2024-11-21 Sebastian Nickolls 630520 cmd/internal/obj/arm64: Add SVE instruction mnemonics noMaintainerReviews mergeConflict
2024-11-21 Sebastian Nickolls 630521 cmd/internal/obj/arm64: Implement ARM64 SVE assembler noMaintainerReviews mergeConflict
2024-11-21 Sebastian Nickolls 630522 cmd/internal/obj/arm64: Add encoding rules for SVE assembler noMaintainerReviews mergeConflict
2024-11-01 王沛文 624315 message: replace loader.* with packages.*
2024-10-27 Charlie Vieth 622598 database/sql: convertAssignRows fast path for int64, float64, and bool
2024-10-04 Sebastian Nickolls 617916 cmd/asm/internal/asm: Add stack trace for assembler errors in tests noMaintainerReviews mergeConflict
2024-09-29 haoqi xu 609055 go/printer: correctly print trailing //go:build and //+build
2024-09-27 Zxilly Chou 614083 syscall: add separator for filepath if contains "." in wasip1 authorReviewer hasUnresolvedComments
2024-09-12 zhangjian 367075 debug/macho: prevent overflowing on invalid dynamic symbol table command authorReviewer hasUnresolvedComments
2024-09-11 Mingwei Zheng 611920 net: add additional constraint checks on IPv4 header
2024-09-10 func25 611300 regexp/syntax: optimize OpCharClass fold case in calcFlags
2024-09-04 Brandon Bennett 469495 encoding/xml: Add EmptyElement token.
2024-08-27 Roman Tsovanyan 608675 net/http: path values are not passed to other *http.ServeMux.
2024-08-18 R.B. Boyer 329129 crypto/x509: always emit a critical SAN extension if the Subject is empty in a CSR hasPlusOne hasUnresolvedComments
2024-08-17 Flavius 606475 encoding/xml: omit parent tags if value is empty
2024-08-14 Will Hawkins 605276 cmd/link/internal/ld: Prevent possible null pointer dereference authorReviewer hasUnresolvedComments
2024-08-11 Zxilly Chou 604695 internal/filepathlite: use host node.js function to parse path in wasm authorReviewer mergeConflict
2024-07-28 Viet Nguyen 601056 crypto/tls: correct error message for QUIC TLS min version noMaintainerReviews mergeConflict
2024-07-22 chandra agung rizky 586375 present: add feature toggle for fullscreen mode
2024-07-19 Aleksey Markin 572398 runtime: prefetch goroutine stack authorReviewer mergeConflict
2024-06-28 xzhang39 580078 crypto/rsa: check RSA private/public key size before using it mergeConflict trybotsPassed
2024-06-22 Bruno Albuquerque 594135 cmd/gomobile: support copying libs/frameworks
2024-06-11 Hiro 553936 gowork: use forward slash for relative paths across all platforms authorReviewer hasUnresolvedComments
2024-06-11 Evan Jones 538675 os: document that os.Setenv can crash Cgo programs authorReviewer hasUnresolvedComments
2024-06-04 UnaffiliatedCode 560675 cmd/gorelease: migrated git status --porcelain to git diff
2024-05-26 Yuhao-C 588475 _content/tour/flowcontrol/defer.go: add example for arguments eager evaluation
2024-05-23 Dominique Lefevre 553595 cmd/compile: do not mark wrappers around MethodByName as reflectmethods.
2024-05-23 Nikita Pivkin 587276 debug: close binary files mergeConflict trybotsPassed
2024-05-14 Sanian 584855 _content/tour/static/css/app.css: fix hidden horizontal scrollbar for long outputs
2024-05-11 Zxilly 584575 debug/gosym: update field count to 1.20+
2024-05-04 Evgenii Stratonikov 583235 go/doc: Skip whitespace lines in common prefix calculation
2024-05-01 Evan Phoenix 570837 Introduce required wasm32 platform specific impls authorReviewer hasUnresolvedComments
2024-04-17 iyzyi 579476 unix: fix IoctlGetPtmget get empty ptsname on NetBSD
2024-04-14 Sabyrzhan Tasbolatov 578796 reflect: change bitVector number of bits to int32 noMaintainerReviews mergeConflict
2024-04-12 Thomas Pelletier 535838 unicode/utf8: make Valid use AVX2 on amd64 mergeConflict trybotsPassed
2024-03-28 chenguang lv 574415 src/runtime/proc: change inittrace log order[issue:https://github.com/golang/go/issues/66533]
2024-03-19 Jin Lin 571395 cmd/link: implement function reordering based on profile authorReviewer mergeConflict
2024-03-15 raghvender sundarjee 540175 go/doc,x/pkgsite: capturing godoc link for simple interface methods on the package. authorReviewer mergeConflict
2024-03-14 Tim Heckman 158477 cmd/go: update unexpected module import error to be more actionable authorReviewer mergeConflict hasPlusOne hasUnresolvedComments
2024-03-14 zizhao zhang 451855 log/syslog: remove ReadDeadline from server and add stop mechanism authorContributor hasUnresolvedComments
2024-03-13 wulianglongrd 571255 crypto/tls: cipherSuites and cipherSuitesTLS13 replace with a map noMaintainerReviews mergeConflict
2024-03-05 Timothy Gu 361495 internal/export/idna: clarify table behaviors authorReviewer mergeConflict
2024-03-04 Gerardo Cazares 568875 Add redirects to rootHandler - created redirects in case someone tries to access other go links from the offline tour
2024-02-28 Gerardo Cazares 567915 internal/frontend:change go.mod link to direct to proxy instead of github
2024-02-28 Aleksey Markin 567795 cmd/bent: fix for bent pgo launches authorReviewer mergeConflict
2024-02-08 Zxilly 562340 misc/chrome/gophertool: migrate to Manifest V3
2024-02-07 Jason7602 352710 time: fix timer significantly delayed in some cases authorReviewer mergeConflict
2024-01-25 hamed naeemaei 558015 go/playground: fix mobile UI bug, greater than 9 digits line number hidden bug in mobile devices
2024-01-24 Lei Mao 557795 _content/doc/tutorial: add version prerequisite
2024-01-21 Hiro 555696 runtime: checkdead() prevent deadlock if a G is on IOWait State authorReviewer mergeConflict
2024-01-19 Andrew Werner 553735 cmd/compile/internal/ssa: fix location lists bug mergeConflict trybotsPassed
2024-01-09 Gerardo Cazares 549475 _content/tour/static/page.js: fix theme set to preffered by user
2024-01-04 catrinashombs 553415 Revert "misc/wasm: fix argv/envp layout" authorReviewer mergeConflict
2023-12-21 Priya Vaidya 551976 chacha20poly1305: performance optimization noMaintainerReviews mergeConflict
2023-12-04 Jakub Skiba 483335 txtar: add CRLF handling mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2023-12-02 Andrew Athan 546677 doc: clarify description of recover in go_spec
2023-11-28 Ganbo Xiao 537035 cmd/compile: import methods which is exported in another package but not used and make more functions inlined mergeConflict trybotsPassed
2023-11-27 Sebastiaan van Stijn 545260 curve25519/internal/field/_asm: go mod tidy to fix x/sys version authorContributor mergeConflict
2023-11-22 Brian de Alwis 376234 internal/span: fix URI.IsFile() to support local-path URIs mergeConflict trybotsPassed
2023-11-22 Markus Peloquin 500555 Do not reformat generated files
2023-11-09 Marten Seemann 499235 crypto/tls: initialize session ticket keys on Config.Clone authorReviewer hasUnresolvedComments
2023-11-02 Quan Tong 538977 golang.org/x/text: handle the case when ident.Obj is nil noMaintainerReviews mergeConflict
2023-10-30 Ruinan Sun 506118 cmd/asm: a new design for register encoding format on arm64 authorReviewer authorContributor mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2023-10-23 zikcheng 536995 runtime: optimize heapsort for lockorder
2023-10-17 Eric Wohltman 526418 net/http: unwrap errors when checking for ErrAbortHandler mergeConflict trybotsPassed
2023-10-17 Timothy Gu 317730 internal/export/idna: turn off CheckHyphens for Display/Lookup authorReviewer mergeConflict
2023-10-06 Wes Widner 532235 types/known/timestamppb: Add sql/datebase Scan and Value functions
2023-09-27 Sebastiaan van Stijn 448237 ed25519: update godoc for consts in crypto/ed25519 authorContributor hasUnresolvedComments trybotsPassed trybotsFailed
2023-09-20 Nayef Ghattas 525875 runtime/metrics: add test to sample metrics individually mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2023-09-05 谢致邦 (XIE Zhibang) 401734 unix: change OpenBSD Statfs_t members authorReviewer mergeConflict
2023-08-21 jiahua wang 358294 _content/doc: fix mysql.Config to mysql.NewConfig authorContributor mergeConflict hasPlusOne hasUnresolvedComments
2023-07-30 Anton Kuklin 510555 x86spec: fix header parsing
2023-07-08 Ranganath Gunawardane 506697 windows: in mkwinsyscall, add an option to specify a custom dll extension hasUnresolvedComments trybotsPassed
2023-06-23 Richard Hansen 493296 internal/fuzz: use errors.Is instead of == for error checking
2023-06-23 Richard Hansen 493298 internal/fuzz: rename error variables (for readability) mergeConflict hasPlusOne
2023-06-23 Richard Hansen 493299 internal/fuzz: replace shouldStop helper with context cancellation mergeConflict hasPlusOne
2023-06-23 RPRX 473936 crypto/tls: reject change_cipher_spec record after handshake in TLS 1.3
2023-06-23 RPRX 473955 crypto/tls: set const maxUselessRecords to 32 (the same with OpenSSL) noMaintainerReviews mergeConflict
2023-06-02 Zhe Dong 499015 Add clarification in check printf message. mergeConflict trybotsPassed
2023-05-25 Cosmos Nicolaou 498375 runtime/pprof: fixes support for arm assembler on apple silicon macs. authorReviewer mergeConflict
2023-05-13 Daniel Frederick Crisman 494816 _content/tour: document no newline before else
2023-05-13 Nick Harper 494757 cryptobyte/asn1: Fix ReadOptionalASN1Boolean noMaintainerReviews mergeConflict
2023-05-10 Lucien Coffe 493975 net/http: allow multiple Transfer-Encoding headers in responses authorReviewer hasUnresolvedComments
2023-05-01 B Tasker 490335 net/http2: don't re-use connections that are experiencing errors noMaintainerReviews mergeConflict
2023-04-28 Hafiz Ramadhan 490075 Update map.sh
2023-04-20 B Tasker 485715 fix: if the only stream in a connection times out, prevent re-use
2023-04-17 Alexander Scheel 485055 ocsp: better validate OCSP response's certificates
2023-04-16 jiahua wang 484915 cmd/doc: use the 'go' command from build.Default.GOROOT in dirsInit authorContributor mergeConflict
2023-04-13 chandra agung rizky 395374 testing: report line number for F.Add call with mismatched type mergeConflict hasPlusOne
2023-04-04 Ruinan Sun 480858 internal/bytealg: optimize compare with SVE instructions for arm64 authorReviewer authorContributor hasUnresolvedComments trybotsFailed
2023-04-02 guangyuan zhou 399063 internal/dwarf: copy and refactor newtype to dwarf package authorReviewer authorContributor mergeConflict hasUnresolvedComments
2023-04-02 guangyuan zhou 399275 cmd/link: use the dwarf type info generated by compiler authorReviewer authorContributor mergeConflict hasUnresolvedComments
2023-04-02 guangyuan zhou 400634 cmd/compile,link: support generating dwarf info when -linkshared authorReviewer authorContributor mergeConflict hasUnresolvedComments
2023-04-02 guangyuan zhou 403334 cmd/compile: only emit basic dwarf type info for runtime package authorReviewer authorContributor mergeConflict hasUnresolvedComments
2023-04-02 guangyuan zhou 404754 misc/cgo/testshared: add testcases for dwarf info of buildmode shared authorReviewer authorContributor mergeConflict hasUnresolvedComments
2023-03-30 Marten Seemann 480535 crypto/tls: offer only TLS 1.3 cipher suites if minimum version is TLS 1.3 authorReviewer mergeConflict
2023-03-24 Daniel Frederick Crisman 479155 tour: link to time doc for After/Tick
2023-03-22 Maciej Borsz 476155 http2: PriorityWriteScheduler use round robin for equal weight case. authorReviewer mergeConflict hasUnresolvedComments trybotsPassed
2023-03-21 Daniel Frederick Crisman 478315 tree: document sorted nature of random trees
2023-03-20 Daniel Frederick Crisman 477615 tour: handle error rather than print both
2023-03-19 Daniel Frederick Crisman 477535 tour: add blog links for generics for context
2023-03-15 Daniel Frederick Crisman 476298 tour: document modern way to start offline tour
2023-03-13 phenpessoa 476055 benchfmt: return an error in case of a non UTF-8 encoded file
2023-03-08 Daniel Frederick Crisman 474395 tour: point out using a non-struct package type
2023-03-07 Vee Zhang 471401 http2: do not flush immediately after write headers
2023-03-07 Daniel Frederick Crisman 473818 tour: type switch compares types
2023-03-06 Daniel Frederick Crisman 473575 tour: playground is always on a Tuesday
2023-03-04 Daniel Frederick Crisman 473475 tour: struct literals in same def/print order
2023-03-03 Daniel Frederick Crisman 473295 tour: more examples of literal const values
2023-03-03 Daniel Frederick Crisman 473055 tour: character removed in deference to rune
2023-02-28 Daniel Frederick Crisman 472315 tour: let reader know Walk should send in order
2023-02-27 Daniel Frederick Crisman 471655 tour: mention generic functions in generics/1
2023-02-26 Daniel Frederick Crisman 471398 tour: less confusing example in basics/7
2023-02-24 Daniel Frederick Crisman 471176 tour: Reader has method not func
2023-02-23 Daniel Frederick Crisman 470855 tour: Map literals less changes and text details
2023-02-17 Shaya Potter 465495 proxy: expand Dialer interface to expose DialContext
2023-02-17 Benjamin 428355 net: ServeContent sends 200 when content is empty and range include 0
2023-02-05 Shaya Potter 465395 internal/socks: add the ability to control socks5 resolution
2023-02-01 Sebastiaan van Stijn 459039 windows: export getProcessEntry authorContributor hasUnresolvedComments
2023-01-12 Lukáš Zapletal 460675 ssh: improve performance of FingerprintLegacyMD5
2022-12-29 Mark F. Brown 459935 cmd/asm/internal: added user interrupts support
2022-11-15 guangyuan zhou 450535 test: add a testcase for CL 334789 authorReviewer authorContributor hasUnresolvedComments trybotsFailed
2022-11-07 tenkoh 446775 go/doc/comment: correct indent of marker-mixed list on Doc comments
2022-11-06 liu-du 448216 math: improve math.Log to handle subnormal floating number on amd64
2022-11-01 Guillaume GILL 446535 windows/svc: Fix IsWindowsService() to be aligned with dotnet 6 hasUnresolvedComments trybotsPassed
2022-10-12 Maxime Soulé 415615 jsonrpc2: wireError becomes Error
2022-10-10 Sebastiaan van Stijn 441439 windows/mkwinsyscall: remove errnoERROR_IO_PENDING const authorContributor hasUnresolvedComments
2022-10-08 Saeed Dehqan 440236 scrypt: add compareHashAndPassword
2022-09-27 Raphaël Badin 172424 cmd/cover: add feature to sort packages in coverage HTML file
2022-09-23 racequite 433336 godoc: fix ineffective font colors noMaintainerReviews mergeConflict
2022-09-09 Tim Mohlmann 429775 argon2: amend parameter documentation noMaintainerReviews mergeConflict
2022-09-08 Abirdcfly 426954 benchmark/parse: gofmt authorReviewer authorContributor mergeConflict hasUnresolvedComments
2022-08-31 Ben Fiedler 363005 internal/jsonrpc2: abstract Stream from net.Conn
2022-08-18 Thomas Güttler 413994 Open file in corresponding workspace
2022-08-05 brnt-toast 421734 _content/doc/tutorial/getting-started.html: file formatting
2022-08-05 chuhao zeng 416374 x/time/rate: Implement concurrent tests for Reserve and wait
2022-07-15 marwan-at-work 351650 internal/lsp/source: Deduce KnownPackages from the go.mod file authorReviewer authorContributor mergeConflict hasUnresolvedComments
2022-07-10 Wesley Batista 416794 Add example using Kotlin + Compose + Material 3
2022-06-24 Rodrigo Queiro 414014 crypto/tls: annotate KeyLogWriter errors mergeConflict hasPlusOne
2022-06-16 Ted Painter 412834 html: improve EscapeString and UnescapeString performance using avx instructions on _amd64 noMaintainerReviews mergeConflict
2022-06-12 Lucas Bremgartner 222077 ssh: fix ssh tests pass on non standard login shells noMaintainerReviews mergeConflict
2022-05-25 Daniel Kucera 343149 net: listen on specified multicast address hasUnresolvedComments trybotsPassed
2022-05-20 Hans 392314 runtime: let sysmon sleep in netpoll if possible mergeConflict trybotsPassed
2022-05-19 Carlo Alberto Ferraris 385517 runtime: optimize concatstring* authorReviewer authorContributor mergeConflict hasUnresolvedComments
2022-05-19 LIfeng Chen 290410 runtime: improve stack memory allocation speed authorReviewer mergeConflict
2022-05-19 Cholerae Hu 246657 runtime: increase/decrease npidle counter before operate pidle list authorReviewer authorContributor mergeConflict hasUnresolvedComments
2022-04-12 realqhc 399316 gollvm: updating bridge/go-sha1.cpp to work with new version of LLVM authorReviewer mergeConflict
2022-04-10 Luo Jia 399434 compile: name X1 as RA under RISC-V in comment, other than LR
2022-03-27 David Benjamin 170702 crypto/tls: avoid cache-based side channels in extracting the remote MAC authorReviewer authorContributor mergeConflict hasUnresolvedComments
2022-03-23 hackerman 177818 bcrypt: document 72-byte password length limit mergeConflict hasPlusOne
2022-03-18 Duncan Mac-Vicar P 393661 Add refurbed case study
2022-03-14 Nicolas Lepage 392554 godoc/static: fix playground's save when URL contains query params (eg. ?gotip) noMaintainerReviews mergeConflict
2022-03-12 Johan Jansson 371275 cmd/txtar: add flag for environment variables authorContributor mergeConflict
2022-03-08 Lukas Joisten 354849 _content/doc/tutorial/greetings-multiple-people.html: Add missing Indication of changes
2022-03-03 lsa 389257 The ability to enter Cyrillic in the form
2022-02-20 Akshay Hiremath 387054 Update create-module.html to bring clarity
2022-01-12 Arun 373855 x/website: Slide headings are hidden on mobile devices
2022-01-05 syumai 375654 _content/blog: remove duplicated content element
2022-01-04 Elbek Khoshimjonov 374376 DSA - FIPS 186-3 key sizes
2021-12-30 day-dreams 330850 src/goImpl: improve goimpl implememtations (#1547) mergeConflict trybotsPassed
2021-12-15 Kévin Dunglas 250837 net/http: add a package to parse and serialize Structured Field Values authorReviewer mergeConflict
2021-12-09 Jozef Kralik 370581 crypto/tls: shrink tls Conn's rawInput with a small buffer
2021-12-05 gunadhya 369394 Fix doc url in _content/learn/quickstart.yaml
2021-11-11 jiahua wang 353769 cmd/link: fix the dwarf_test TODO authorContributor hasUnresolvedComments
2021-11-10 Olav Fosse 329734 html: add PrependChild and InsertAfter
2021-11-09 Rishi 298149 Add Scheme Locking to prevent race condition
2021-11-09 Kyle Larose 285754 webdav: only require locks when necessary noMaintainerReviews mergeConflict
2021-11-09 Kyle Larose 285753 webdav: release locks when deleting noMaintainerReviews mergeConflict
2021-11-04 koji aomatsu 361374 crypto: fix wrong formulas in comments
2021-11-02 jiahua wang 352730 internal/language: update tables.go authorContributor mergeConflict
2021-10-27 Francisco Imanol Suarez 358837 Add struct example
2021-10-15 Mark Jeffery 339292 crypto: PKITS tests noMaintainerReviews mergeConflict
2021-10-13 Jo YoHan 355496 tutorial: added further clarification
2021-09-29 jiahua wang 352929 database/sql: add nulltime to colTypeToReflectType authorContributor mergeConflict
2021-09-29 tick 350161 fix: Tmp files used by form are not destroyed
2021-09-22 Brian Cunnie 351464 test: Remove iota's unused variable
2021-09-19 Stefan Zhelyazkov 350830 crypto/x509/x509: Passing RSA public key directly to ASN.1 marshalling
2021-09-16 Antonios Chariton 341189 crypto/ocsp: Fix typo in comment
2021-09-13 Gregor Best 306269 cmd/present: Make subsections usable on slides
2021-09-13 Andy Yang 310310 cmd/goyacc: add flags for enabling debug and verbose error messages
2021-09-07 sunshineplan 333249 tiff: Add support for JPEG-based compression (TIFF compression scheme 7) mergeConflict trybotsPassed
2021-08-31 Vadim Radyushin 344129 ssh: return error if other side version not 2.0 or 1.99
2021-08-19 Tolga Ceylan 343749 ssh: add missing subsystem handling
2021-08-17 Frédéric G. MARAND 337969 x/website: adds featured international books
2021-08-07 Ben Lubar 332429 gl: use EGL to determine the version of OpenGL ES authorReviewer hasUnresolvedComments
2021-07-27 Katharine Daly 134675 internal/httpconnect: add package to dial via an HTTP CONNECT request authorReviewer hasUnresolvedComments
2021-07-27 Liu Yongchen 337689 list 'e.next' points to nil - Dev.boringcrypto.go1.16
2021-07-23 sagar23sj 328349 tour: added solution repository link on welcome page noMaintainerReviews mergeConflict
2021-07-23 sagar23sj 328250 tour: added description for imports on/off button in welcome article noMaintainerReviews mergeConflict
2021-07-23 sagar23sj 328251 tour: updated description for `if` statement in flow control article noMaintainerReviews mergeConflict
2021-07-23 sagar23sj 328255 tour: added else statement syntax description noMaintainerReviews mergeConflict
2021-07-23 sagar23sj 328589 tour: updated description for struct literals in moretypes/5 noMaintainerReviews mergeConflict
2021-07-23 sagar23sj 328710 tour: Updated description of struct and added type description in moretypes/2 noMaintainerReviews mergeConflict
2021-06-29 Satoru Kitaguchi 331311 go/callgraph: incorrect document in type Edge struct
2021-06-27 Philipp Sauter 331269 crypto/rand: buffer the entropy obtained by calling unix.GetRandom noMaintainerReviews mergeConflict
2021-06-07 Jayateertha Guruprasad 325729 Allow domain cookie to be set on ip address to replicate browser behavior
2021-05-23 Manlio Perillo 321934 cmd/dist: don't use pathf when simply joining two paths authorReviewer authorContributor mergeConflict hasUnresolvedComments
2021-05-15 Taras Tsugrii 320112 math/bits: use Wilkes-Wheeler-Gill algorithm for OnesCount64
2021-05-12 Aboubakr Gasmi 242017 net/smtp: add Client.TLSConfig field and Client.SendMail method mergeConflict trybotsPassed
2021-04-30 Eva Charlotte Mayer 281234 go/ast: improve comment associations in empty function/loop/if bodies hasUnresolvedComments trybotsPassed
2021-03-05 Ivan Kurnosov 211237 go.image/tiff: fix for decoding grayscale tiled images hasUnresolvedComments trybotsPassed
2021-02-23 Michał Derkacz 278794 cmd/compile: add some optimization rewriting rules on arm authorReviewer mergeConflict
2021-02-22 Frederik Ring 275393 argon2: improve docs for threads parameter noMaintainerReviews mergeConflict
2021-02-14 Jiajin Yin 262837 cmd/link: TestFallocate fallocate_test error #42005
2021-02-03 Aleksandar Hrusanov 288969 secretstream: add package
2021-01-28 wangdc 287512 example/cipher:aes-cbc-with-pkcs7
2021-01-17 schou 283792 crypto/salsa20/salsa: implement XORKeyStream12 and XORKeyStream8 noMaintainerReviews mergeConflict
2021-01-03 Michael Zabka 281253 Mz unicode
2020-12-29 Michael Zabka 280752 Fix wrong condition in x11key Lookup for ASCII code
2020-12-01 Kazuki Higashiguchi 271498 net/http: get rid of dot(.) from url in code document
2020-11-30 Sam Whited 37945 encoding/xml: add DOM-like API authorReviewer authorContributor mergeConflict hasUnresolvedComments
2020-11-20 oceanfish81 271457 gollvm: updating driver/ArchCpusAttrs.h, for i686 arch. support authorReviewer hasUnresolvedComments
2020-11-05 Adrian Serrano 267617 windows/mkwinsyscall: Pass 64-bit arguments in 32-bit arch correctly authorReviewer mergeConflict
2020-10-15 Toni Cárdenas 262157 reflect: ValueError: acknowledge it applies to non-receiver arguments mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2020-10-11 Horst Rutter 252037 ccitt: relax decoding for incomplete eol trailer authorReviewer hasUnresolvedComments
2020-10-09 surechen 257980 cmd/asm: add CMHI and CMHS hardware instructions for arm64 mergeConflict hasPlusOne
2020-10-06 Masahiro Matsui 195377 analysis/passes/nilarg: add nilarg to find functions that panic on nil arguments. authorReviewer hasUnresolvedComments
2020-09-17 Lars Gohr 193079 bcrypt: add easy bcrypt example hasPlusOne hasUnresolvedComments
2020-09-15 Toyohito Murooka 248700 net/http/pprof: add examples
2020-09-08 Eric Chung 253619 net: propagate server context through h2c handler authorReviewer mergeConflict
2020-08-31 Horst Rutter 183224 ccitt: implement NewWriter and Encode authorReviewer hasUnresolvedComments
2020-08-06 Sparrow Li 247117 crypto/x509: update test case for windows noMaintainerReviews mergeConflict
2020-08-02 Yu Kimura 246377 encoding/base64: fix base64 encoding when stream input comes
2020-07-31 Sparrow Li 246038 crypto/tls: simplify the process of cipher suites checking. noMaintainerReviews mergeConflict
2020-07-31 Sparrow Li 245837 crypto/tls: supprtedVersions:return rightly for nil pointer parameter and plainer noMaintainerReviews mergeConflict
2020-07-26 soya3129 244800 http2:Enable HTTP/2 CLIENTs to receive and send unknown frames noMaintainerReviews mergeConflict
2020-07-24 satya 244717 Create method.go for exmaples of go
2020-07-19 satya 243498 polymorphism.go
2020-07-08 Jiří Keresteš 241437 blake2s: Allow computing variable-length digests.
2020-06-17 Jonathan Rockway 238302 trace: avoid race between event recycling and freeTrace()
2020-06-15 Pascal de Kloe 190217 multipart: encode non-US-ASCII characters in Content-Disposition authorReviewer mergeConflict
2020-06-07 Davor Kapša 236525 godoc: replace usages of whitelist/blacklist noMaintainerReviews mergeConflict
2020-06-03 Nathan VanBenschoten 211320 benchstat: accept io.Writer in FormatHTML, not *bytes.Buffer authorReviewer mergeConflict
2020-06-03 Gabrielius Mickevičius 214037 mobile/example: provide example code for mobile/exp/audio/al pkg
2020-06-03 Jia Zhan 236237 http2: export CloseIfIdle in ClientConn noMaintainerReviews mergeConflict
2020-05-28 peter zhang 226208 present: support markdown table hasUnresolvedComments trybotsPassed
2020-05-25 surechen 235177 crypto/elliptic: optimize function p256MovCond for arm64 noMaintainerReviews mergeConflict
2020-05-22 Aleksandr Razumov 210123 net/http: rewind request body on ErrSkipAltProtocol mergeConflict hasPlusOne hasUnresolvedComments trybotsPassed
2020-05-14 Stephan Kemper 234018 ssh: known_host comments with spaces break on marker lines
2020-05-14 Jia Zhan 233938 http2: export CloseIdleConnections in client connection pool noMaintainerReviews mergeConflict
2020-05-13 David Benjamin 170703 crypto/tls: implement full Lucky 13 countermeasures for SHA-1 CBC ciphers authorReviewer authorContributor mergeConflict hasUnresolvedComments
2020-04-27 Philipp Wallrich 230359 example: Add center auto layout constraints to ios bind example
2020-04-09 A. Ekstedt (@magical) 207517 crypto/hmac: add some more benchmarks authorReviewer mergeConflict
2020-03-04 Robin Zhong 219839 dns: add TypeDNAME. noMaintainerReviews mergeConflict
2020-03-02 Vasily Vasilyev 221798 net: IPv6 network does not contain IPv4 to IPv6 translated addresses
2020-02-26 Jason Dobry 161521 maintner: correctly tombstone "transferred" issues authorReviewer mergeConflict hasPlusOne hasUnresolvedComments
2020-02-22 Colin Nelson 205598 maintner: add function to mark an Issue as Tombstoned authorReviewer hasUnresolvedComments
2020-02-22 Colin Nelson 160699 maintner: tombstone issues that are moved to a differnt repository authorReviewer hasUnresolvedComments
2020-02-21 Caleb Champlin 133941 internal/testenv: add testenv.CompilerType() to denote between host compiler type
2020-01-24 Yunchi Luo 188360 http2: discard DATA frames with higher stream IDs during graceful shutdown mergeConflict trybotsPassed
2019-12-21 Zelenko 212359 Generates a public key from existing private key.
2019-12-14 psampaz 189878 argon2: fix panic when calling IDKey or Key with keyLen == 0 noMaintainerReviews hasUnresolvedComments
2019-12-05 Phil Porada 209963 Test more OCSP ResponseStatus cases
2019-11-18 Caleb Champlin 133944 cmd/compile, cgo: add support for MSVC flags noMaintainerReviews mergeConflict
2019-11-10 Adin Scannell 34719 cmd/compile: check pointer validity on conversion authorReviewer mergeConflict
2019-11-08 Cholerae Hu 65210 runtime: fix unpaired atomic operations authorReviewer authorContributor mergeConflict hasUnresolvedComments
2019-10-15 Milan Knezevic 144099 runtime: add support for -buildmode=c-shared for GOARCH=mips{,le} noMaintainerReviews mergeConflict
2019-10-01 John Papandriopoulos 197540 cpu: fallback to using /proc/{self/auxv, cpuinfo} for ARM feature detection authorReviewer mergeConflict
2019-10-01 John Papandriopoulos 197542 cpu: add support for FreeBSD ARM feature detection authorReviewer mergeConflict
2019-09-28 Giulio Micheloni 186217 net/http/httptrace: create internal copy of ClientTrace in WithClientTrace authorReviewer mergeConflict
2019-07-31 Dave Zbarsky 188177 net: avoid allocation for trace context hasUnresolvedComments trybotsPassed
2019-06-23 Giulio Micheloni 174205 sync: add examples for Mutex and RWMutex authorReviewer mergeConflict hasPlusOne hasUnresolvedComments
2019-06-04 Takuto Ikuta 180398 syscall: allow returning thread handle from StartProcess authorReviewer authorContributor mergeConflict hasUnresolvedComments
2019-05-02 greyh4t 75050 ssh: fix invalidation of the timeout when target is not a ssh server
2019-04-17 Dmitry Matrenichev 171732 cmd/internal/obj/x86: permit new CMOVL syntax with suffix authorReviewer mergeConflict
2019-02-21 Andrii Soluk 163137 runtime/pprof: removed code duplication and changed writer for tabwriter noMaintainerReviews mergeConflict
2019-02-14 Ayan George 162378 websocket: read entire frame if provided slice is large enough authorReviewer hasUnresolvedComments
2018-11-28 Michael McLoughlin 146897 testing: add SetBenchmarkLabel authorReviewer mergeConflict
2018-10-30 Igor Zhilianin 145739 all: fix typos mergeConflict trybotsPassed
2018-10-28 Michael McLoughlin 136896 crypto/aes: optimize AES-CTR mode on amd64 authorReviewer hasUnresolvedComments
2018-10-13 Rajath Agasthya 56070 container/heap: optimize heap to reduce compares authorReviewer hasUnresolvedComments
2018-09-17 Muhammad Falak R Wani 132536 html: document Parse behaviour for invalid/unexpected nodes authorReviewer authorContributor mergeConflict hasUnresolvedComments
2018-09-04 Erik Dubbelboer 132735 encoding/json: add UseStrictNames to json.Decoder authorReviewer mergeConflict
2018-08-20 Martin Lee 122775 crypto/rand: adds examples for Int and Prime
2018-08-12 Leo Rudberg 77530 refactor/eg: Fix all imports after modifying files. authorReviewer mergeConflict
2018-06-29 meir fischer 47411 testing: add support for benchsplit flag authorReviewer authorContributor mergeConflict hasUnresolvedComments
2018-06-12 Alex Yu 113720 cmd/goyacc: add %expect command
2018-05-21 Chad Rosier 91415 cmd/compile: remove nil checks based on offsets from known non-nil pointers authorReviewer mergeConflict hasUnresolvedComments trybotsPassed
2018-05-17 Balaram Makam 105896 crypto/poly1305: add arm64 implementation using multiword arithmetic authorReviewer mergeConflict
2018-04-16 Hugues Bruant 100837 cmd/compile: optimize struct partial re-assign authorReviewer mergeConflict hasPlusOne hasUnresolvedComments
2018-04-13 Maarten Bezemer 45103 app: Support X11 mouse events
2018-03-21 Jaime Geiger 101915 Add ocsp extensions update function documentation
2018-03-07 Richard Gibson 73830 net: recognize non-LDH domain names as valid per RFC 1035 authorReviewer mergeConflict
2018-02-08 Nianzu Xu 91955 http/httpproxy: fix a mistake in doc authorReviewer authorContributor mergeConflict hasUnresolvedComments
2018-01-05 meir fischer 85855 http2: use callback to expose SETTINGS updates from the server authorReviewer authorContributor mergeConflict hasUnresolvedComments
2017-12-14 Mansour Rahimi 84095 encoding/asn1: add test of Unmarshal slice of RawValue hasUnresolvedComments trybotsPassed
2017-08-30 Simon Rawet 60210 cmd/go/internal/get: Proparly escaped . in vcs regexp authorReviewer mergeConflict
2017-07-11 Leon Klingele 43716 crypto/elliptic: use Montgomery ladder scalar multiplication authorReviewer authorContributor mergeConflict hasUnresolvedComments
2017-07-07 David R. Jenni 38191 x/tools/imports: do not consider own package as import authorReviewer authorContributor mergeConflict hasUnresolvedComments
2017-06-26 Damien Lespiau 41470 cmd/compile: let -d ssa/help breathe authorReviewer authorContributor mergeConflict hasUnresolvedComments
2017-03-03 Dave MacFarlane 37621 shiny/driver: add Plan 9 driver noMaintainerReviews mergeConflict
2026-06-13 Tyrell Curry 790461 tutorial: omit hostname from router.Run in web-service-gin hasUnresolvedComments
2026-06-13 XananasX7 790420 ssh: use errors.As for PartialSuccessError unwrapping in auth loop hasUnresolvedComments
2026-06-13 Adil Burak Şen 790422 openpgp/packet: reject too-short decrypted session key in EncryptedKey.Decrypt hasUnresolvedComments
2026-06-13 XananasX7 790421 ssh: use errors.As to detect PartialSuccessError wrapped in BannerError hasUnresolvedComments
2026-06-12 can olgun 789961 Add Go fuzz tests for OSS-Fuzz integration hasUnresolvedComments
2026-06-12 can olgun 789620 Add Go fuzz tests for OSS-Fuzz integration hasUnresolvedComments
2026-06-11 Omar Sy 789861 runtime: fix softfloat64 add/sub for normal operands cancelling to subnormal hasUnresolvedComments
2026-06-11 Abhinav Srivastava 786900 cmd/compile: lower float min/max branch idiom to MINSD/MAXSD/FCSEL hasUnresolvedComments
2026-06-10 walsoup 789420 os: fix examples to use errors.Is instead of deprecated os.IsExist/os.IsNotExist hasUnresolvedComments
2026-06-10 Arpit Jain 778440 ci: declare workflow-level `contents: read` on 3 workflows hasUnresolvedComments
2026-06-10 shigeo MITSUNARI 785960 cmd/compile: optimize 32-bit unsigned division by pre-shifted magic constant hasUnresolvedComments
2026-06-09 BiswajeetRay7 788863 http3: limit frame size to prevent unbounded memory allocation hasUnresolvedComments
2026-06-09 solos 788660 net/http/internal/http2: optimize Date header generation hasUnresolvedComments
2026-06-08 Omar Abdelsalam 772840 html/template: limit recursion depth during escaping hasUnresolvedComments
2026-06-08 John S 754101 slices: document backing array behavior in package doc hasUnresolvedComments
2026-06-07 Abhinav 787980 net/http: do not copy Proxy-Authorization on redirects hasUnresolvedComments
2026-06-06 Jah-yee 770645 net: reject non-IPv6 addresses in brackets in SplitHostPort hasUnresolvedComments
2026-06-06 Jah-yee 770646 solutions: update urfave/cli link to v3 GitHub URL hasUnresolvedComments
2026-06-05 nickgarlis 781060 unix: add Recvmmsg for linux hasUnresolvedComments
2026-06-05 Ashvin Bambhaniya 787240 internal/refactor/inline: always retain braces for binding declarations hasUnresolvedComments
2026-06-03 strimziUser 751000 internal/bytealg: add MTE-safe IndexByte implementation for ARM64 iOS hasUnresolvedComments
2026-06-02 vrv501 781820 extension/src/goTest: preserve buildFlags as array when debugging tests trybotsFailed
2026-06-01 JackDoan 742920 crypto/ed25519: don't panic on public keys with incorrect lengths hasUnresolvedComments
2026-05-31 Arpit Jain 785500 ci: declare least-privilege workflow-level contents: read hasUnresolvedComments
2026-05-29 Mat Coke 593695 _content/doc/tutorial/generics.md: fix typo hasUnresolvedComments
2026-05-29 Angelo Marletta 783006 runtime/pprof: cache stack inline expansion for mutex/block profiles hasUnresolvedComments
2026-05-29 Cyber Hamza 746960 encoding/json: add Decoder.DisallowDuplicateFields hasUnresolvedComments
2026-05-28 adv0r 784440 doc: fix doubled article in godebug.md hasUnresolvedComments
2026-05-27 Aashish Anand 673415 x/tools/imports: Check if GOROOT in environment. hasUnresolvedComments
2026-05-26 Jonathan Swinney 773328 [dev.simd] simd/archsimd/_gen/simdgen: add predicated fusion framework authorReviewer mergeConflict hasUnresolvedComments
2026-05-26 Xueqi Luo 732700 cmd/internal/obj/riscv: add assembly support of Zfa extension authorReviewer mergeConflict hasUnresolvedComments
2026-05-22 ali hashemi 781940 internal/fetch: support offline search in local module cache hasUnresolvedComments
2026-05-22 Yan Zhu 781686 unix: add listns syscall introduced in Linux 6.19 hasUnresolvedComments
2026-05-20 Alex Rios 778680 internal/cpu: detect GFNI independently of AVX-512F hasUnresolvedComments
2026-05-20 BoyaoWang 779100 cmd/compile: extend nil check elimination through pointer add ops authorReviewer mergeConflict hasUnresolvedComments
2026-05-18 Tarik Brown 773540 goInstallTools: show PATH entries when go is missing trybotsFailed
2026-05-13 kunwar-vikrant 756980 regexp/syntax: extract maxRepeat constant and document nested repetition limit hasUnresolvedComments
2026-05-06 evilgensec 774680 oauth2: stop cross-host redirects to prevent bearer token leakage hasUnresolvedComments
2026-05-05 Xie Jingyi 773740 internal/routebsd: fix offset for Flags in InterfaceAddrMessage on openbsd hasUnresolvedComments
2026-05-03 metsw24-max 773601 fix integer overflow vulnerability in UID/GID decoding hasUnresolvedComments
2026-05-03 metsw24-max 773600 fix silent integer overflow and truncation of Uid/Gid hasUnresolvedComments
2026-05-02 DhruvilK7 773420 net/http: reject control characters in Response.Write hasUnresolvedComments
2026-05-01 jmestwa-coder 773000 prevent stale unlink decision in UnixListener.Close hasUnresolvedComments
2026-05-01 metsw24-max 772900 validate Linkname for insecure paths in Reader.Next hasUnresolvedComments
2026-04-30 Konstantin Demin 571856 extension: customize build for tools hasUnresolvedComments
2026-04-28 Aman Sachan 770980 gopls: prevent crash in ExtractToNewFile when bounds are invalid hasUnresolvedComments
2026-04-27 Simon Josefsson 770940 html/atom: use predictable randomness for reproducible generated code hasUnresolvedComments
2026-04-25 Jah-yee 770301 fmt: clarify %q behavior with integers in documentation hasUnresolvedComments
2026-04-25 Tristan 768540 html: prevent text reinterpretation in rendered foreign content mergeConflict
2026-04-20 Craig Thayer 741240 acme/autocert: add support for ACME profiles and LetsEncrypt public ip certificates hasUnresolvedComments
2026-04-18 Jah-yee 767784 fmt: clarify %q verb uses rune literal not character literal hasUnresolvedComments
2026-04-12 YLChen-007 765760 gopls/internal/template: fix panic in completion when cursor is between opening braces hasUnresolvedComments
2026-04-10 Eyal Cohen 757160 cmd/compile/internal/ssa: implement optimal SIMD boolean tree fusion via VPTERNLOG mergeConflict
2026-04-09 Amirhossein Akhlaghpour 764481 cmd/go: document go mod vendor omission of non-Go dirs hasUnresolvedComments
2026-04-07 mohammadmseet-hue 762680 bmp: validate palette indices when decoding paletted images mergeConflict
2026-04-07 gucio321 655235 zip: allow packages containing non-top-level /vendor/ part hasUnresolvedComments
2026-04-07 Tobias Works Tech 751460 crypto/x509: improve error message when signature algorithm is unsupported hasUnresolvedComments
2026-04-06 Zeid Asseh 755040 crypto/hkdf: add ExpandBytes and KeyBytes hasUnresolvedComments
2026-04-06 aidar ark 659055 x/tools/gopls: show field info on hover for unkeyed literals mergeConflict
2026-04-03 Samaresh Kumar Singh 762600 runtime: handle ENOTSUP/ENOSYS from poll_oneoff in netpoll_wasip1 hasUnresolvedComments
2026-04-03 mohammadmseet-hue 760000 html: escape single quotes in writeQuoted when both quote types present mergeConflict
2026-04-03 Hu@ngD0w 762301 Add files via upload hasUnresolvedComments
2026-03-27 Qiuweihong 760020 cmd/compile/internal/ssa: optimize read-only constant load on RISCV64 authorReviewer mergeConflict hasUnresolvedComments
2026-03-26 Tristan 759701 bmp: add pixel count limit for large dimensions hasUnresolvedComments
2026-03-26 Tristan 759700 webp: validate dimensions in uncompressed alpha path hasUnresolvedComments
2026-03-19 Kevin Burke 726080 maintner, cmd/gerritbot: migrate to bartventer/httpcache hasUnresolvedComments
2026-03-19 BoyaoWang 753022 runtime, cmd/internal/obj/riscv: enable framepointer on riscv64 authorReviewer mergeConflict hasUnresolvedComments
2026-03-18 Heath Dutton🕴️ 730620 cmd/dist: detect import cycles instead of deadlocking hasUnresolvedComments
2026-03-17 John Howard 508515 cmd/go: only serialize test start events in `-json` mode authorReviewer mergeConflict hasUnresolvedComments
2026-03-17 aditya270520 685915 cmd/go: clarify that DiskPath should not contain file extension hasUnresolvedComments
2026-03-17 Ahmed Hesham 698695 ssh/server: handle repeated SSH authentication service requests mergeConflict
2026-03-16 madneal 598057 go/analysis: Add end position if present for the analysis JSON output for Diagnostics mergeConflict hasUnresolvedComments trybotsPassed
2026-03-16 Leo Rudberg 116222 refactor/eg: Fix all imports after modifying files. authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 Twacqwq 554035 cmd/go: change file url goproxy misleading messages hasUnresolvedComments
2026-03-16 Quan Tong 538738 cmd/go: return a warning if GOROOT is the same as default GOPATH hasUnresolvedComments
2026-03-16 Quan Tong 536175 cmd/go: return early when there are packages outside the main module hasPlusOne hasUnresolvedComments trybotsFailed
2026-03-16 Andrew LeFevre 536815 cmd/go: ensure specifying the buildmode does not affect reproducibility hasUnresolvedComments
2026-03-16 Zeke Lu 406848 cmd/go: improve handling of tmpdir being noexec authorContributor mergeConflict hasUnresolvedComments
2026-03-16 Nicolas Boichat 743741 cmd/go: test: Add useful support for buildmode c-shared/c-archive hasUnresolvedComments
2026-03-16 jiahua wang 620735 cmd/go: enable -x in go mod vendor authorContributor mergeConflict hasUnresolvedComments
2026-03-16 hongxu jia 653895 cmd/go: clear GOROOT for func ldShared when -trimpath is used authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 Masahiro Matsui 192857 analysis/passes/printf: emit linter message related to the index of arguments only when the number of arguments is accurate. authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 Jeff Hodges 207617 go/packages: add tests of GOPACKAGESDRIVER integration authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 Choudhary Sourya Vatsyayan 236144 go/analysis/analysistest: Ignore error if edited file can't be formatted mergeConflict
2026-03-16 Chotepud Teo Congyu 276412 cmd/go: Retain CC/CXX arg order authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 Obei Sideg 299132 module: Remove unnecessarily repetitive error hasUnresolvedComments
2026-03-16 Raghavendra Nagaraj 312950 cmd/go: add support for wildcards in 'go list -m' mergeConflict
2026-03-16 Mirolim Mirzakhmedov 218577 Identify context cancellation error in packages.loader.loadPackage hasUnresolvedComments
2026-03-16 Ehden 295749 go/packages: add mode string for NeedModule mergeConflict
2026-03-16 Eisei Ide 302509 inspect: fixed broken link mergeConflict
2026-03-16 Snaipe 574698 cmd/go/internal/test: write _testmain.go with -n flag authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 Dimitri John Ledkov 582055 cmd/go: report trimpath erasing ldflags, and allow override authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 sanposhiho 284219 go/analysis: enable change ssa.BuilderMode on buildssa Analyzer mergeConflict
2026-03-16 Andrew LeFevre 536795 cmd/go: add -ldflags to build metadata when CGO is disabled hasUnresolvedComments
2026-03-16 Jorge Troncoso 375535 cmd/go: improve documentation for relative import paths authorReviewer mergeConflict hasUnresolvedComments
2026-03-16 Kirtan Soni 658395 cmd/go: respect -n flag in 'go tool' command mergeConflict
2026-03-14 zheliu2 754663 os: fix Chtimes timestamp overflow for dates outside 1677-2262 hasUnresolvedComments
2026-03-13 zheliu2 755080 debug/macho: return FormatError for truncated or empty files hasUnresolvedComments
2026-03-13 zheliu2 755060 os/user: return UnknownUserError for ERROR_NONE_MAPPED on Windows hasUnresolvedComments
2026-03-12 Chencheng Jiang 754820 cmd/compile: preserve source positions for wasmexport wrappers authorReviewer mergeConflict hasUnresolvedComments
2026-03-12 John S 752640 net: document context.Background use in non-Context functions hasUnresolvedComments
2026-03-10 Mateusz Burzyński 753260 extension/src: add rr test code lens for record and replay debugging hasUnresolvedComments
2026-03-09 Jack Danger 752960 cmd/go/internal/modfetch/codehost: set LC_ALL=C for VCS commands hasUnresolvedComments
2026-03-06 coffeeli 749921 net: fix goroutine leak in dialPlan9 hasUnresolvedComments
2026-03-05 William Walker 751880 crypto/x509: avoid false wildcard matches for 2-label exclusions mergeConflict
2026-03-05 Carl-Philip Hänsch 751320 collate: make Collator.Compare and CompareString goroutine-safe hasUnresolvedComments
2026-03-04 Alli Price 751400 gopls: add opt-in eager diagnostic clearing for agentic workflows hasUnresolvedComments
2026-03-02 Des Kramer 749880 nil pointer deref in arm64.gensymlate fix hasUnresolvedComments
2026-02-28 coffeeli 749922 syscall: replace panic with error return in Accept4 on FreeBSD hasUnresolvedComments
2026-02-27 coffeeli 749821 multiple: fix lock management bugs and improve error handling hasUnresolvedComments
2026-02-27 delichik 743781 runtime: use fast path when chan is closed and empty hasUnresolvedComments
2026-02-26 zccold 749360 cmd/go: fix toolchain escape via PATH in covermode mergeConflict
2026-02-25 Mani Zeygham 748740 gopls/internal/golang: fall back when ( is not a dynamic function call hasUnresolvedComments
2026-02-24 Dan McArdle 604875 path/filepath: Add test to demonstrate Rel() quirk on Windows trybotsFailed
2026-02-19 Jamie Tanna 508401 debug/pe: add `Machine` type to align API with debug/elf and debug/macho hasUnresolvedComments
2026-02-17 Kevaundray Wedderburn 737121 src/unsafe: add comment on alignment assumptions for misaligned accesses hasUnresolvedComments
2026-02-17 Naoki Sega 679457 debug/pe: document ImportDirectory struct hasUnresolvedComments
2026-02-12 baizon 599916 cmd/gomobile: add golistflags flag hasUnresolvedComments
2026-02-11 Luiz Angelo Daros de Luca 238362 crypto/x509: add directory name constraints mergeConflict
2026-02-09 yikakia 743140 wiki: update Range.md for Go 1.23 for-range additions hasUnresolvedComments
2026-02-06 atennop 736580 cmd/go/internal/modload: update missing import hint to suggest 'go tool' hasUnresolvedComments
2026-02-04 sigmavirus24 670555 crypto/x509: parse certificates with compressed EC pub keys authorReviewer mergeConflict hasUnresolvedComments
2026-02-04 Garrick Gross 733000 internal/zstd: refactor huffman symbol decoding hasUnresolvedComments
2026-02-01 Qiuweihong 735560 cmd/internal/obj/riscv: add assembly support for CMO extensions on RISCV64 authorReviewer mergeConflict hasUnresolvedComments
2026-01-31 adeel26in 740940 Update urfave/cli URL to version 3 in Use Cases hasUnresolvedComments
2026-01-31 Amol Yadav 737360 net/http: add ShutdownGracePeriod to Server hasUnresolvedComments
2026-01-29 sachin ruhil 733480 testing/quick: use Generator for non-pointer types hasUnresolvedComments
2026-01-28 Swathin Sankaran 733560 Prompts to enter name of subtest of Table Driven Tests hasUnresolvedComments
2026-01-28 ò_ó 738364 net/http: clarify influence of go.mod version on ServeMux behavior hasUnresolvedComments
2026-01-26 gozeloglu 733840 strings: Update the receiver name in build() hasUnresolvedComments
2026-01-25 ibrahim yapar 739140 runtime: skip TestBigGOMAXPROCS on windows/386 hasUnresolvedComments
2026-01-24 sachin ruhil 737780 runtime: add validation check in newMarkBits() fast path hasUnresolvedComments
2026-01-24 sachin ruhil 738840 runtime: fix race condition in newMarkBits() across STW boundaries hasUnresolvedComments
2026-01-22 Rob Nichols 733700 runtime: support c-archive and c-shared on freebsd/arm and freebsd/arm64 mergeConflict
2026-01-18 Quentin Quaadgras 737123 cmd/compile: add missing usemethod checks for reflect method iterators hasUnresolvedComments
2026-01-15 atennop 736581 net: fix comment for dnsConfig.attempts hasUnresolvedComments
2026-01-13 Jacob Foshee 700575 add support for multiple test env files hasUnresolvedComments
2026-01-13 Qiuweihong 735960 cmd/internal/obj: add assembly support for the Zcb extension on riscv64 authorReviewer mergeConflict hasUnresolvedComments
2026-01-12 Qiuweihong 717980 runtime, cmd/internal/obj/riscv: support spin lock on riscv64 authorReviewer mergeConflict hasUnresolvedComments
2026-01-09 Joel Dice 729680 runtime: add a runtime.wasiOnIdle function hasUnresolvedComments
2026-01-07 Nhan Nguyen 733820 runtime: allow decimal values in GOMEMLIMIT hasUnresolvedComments
2026-01-06 wineandchord 628275 os/signal: check int type of signal using reflection hasUnresolvedComments
2025-12-30 Coia Prant 730800 crypto/tls: enhanced session resumption ticket age check authorReviewer mergeConflict hasUnresolvedComments
2025-12-29 jaap aarts 733080 cmd/go: Implement LFS for go modules mergeConflict
2025-12-29 huangkevin-apr 733020 Fix the contrast-related accessibility violations hasUnresolvedComments
2025-12-25 Heath Dutton🕴️ 732600 archive/zip: honor Modified field in CreateRaw hasUnresolvedComments
2025-12-23 JB 731400 _content/tour: correct the default for slice upper bounds mergeConflict hasUnresolvedComments trybotsPassed
2025-12-17 Ricardo Branco 730240 unix: Add O_CLOFORK & related constants hasUnresolvedComments
2025-12-15 Morten Linderud 724100 ssh/agent: support smartcard extensions hasUnresolvedComments
2025-12-15 Carlo Alberto Ferraris 729920 runtime/secret: clarify Enabled() semantics mergeConflict
2025-12-08 tshihad 724402 "tools/gopls" support indexing table-driven subtests in test discovery hasUnresolvedComments
2025-12-08 Will Faught 727740 _content/doc: fix missing word and extra period hasUnresolvedComments
2025-12-06 Konstantin Khlebnikov 724262 gopls/internal/cache: set GO111MODULE=on for go.work view hasUnresolvedComments
2025-11-25 Etienne A 720921 internal/importpath: extract shared import path validation logic hasUnresolvedComments
2025-11-21 Benjamin Baum 719100 tour: no short assignment in multiple results code hasUnresolvedComments
2025-11-17 Jamie Liu 473656 runtime: don't usleep in runqgrab mergeConflict hasUnresolvedComments trybotsPassed
2025-11-15 dangodangodango 686255 windows: Fixes windows.PSAPI_WORKING_SET_EX_INFORMATION data structure does not match the Windows api hasUnresolvedComments
2025-11-07 Wang Yaduo 718660 cmd/compile: support Zba extensions in riscv64 compiler authorReviewer mergeConflict hasUnresolvedComments
2025-11-05 groot-guo 665018 gopls: add CompiledAsmFiles in cache.Package mergeConflict
2025-11-03 Peter0x44 707375 debug/pe: add support for bigobj COFF format hasUnresolvedComments
2025-10-30 Julien Pivotto 715660 _content/doc/security/fuzz: update OSS-Fuzz documentation hasUnresolvedComments
2025-10-27 cce 715300 gopls/internal/analysis/modernize: fix a typo in deprecation warning path hasUnresolvedComments
2025-10-25 Prince Roshan 714860 cmd/go/internal/tool: include dynamically buildable tools mergeConflict
2025-10-23 Kakiki Yuta (Kakky) 712900 compress/flate: rename findMatch parameter from prevLength to initMinLength mergeConflict
2025-10-20 Aleksey Markin 677115 runtime: branchless Syscall6 for arm64 authorReviewer mergeConflict hasUnresolvedComments
2025-10-17 merdernoty 712580 cmd/go: fix TestScript/list_std_vendor expected output for golang.org/x/net mergeConflict hasPlusOne hasUnresolvedComments
2025-10-17 pohanhuangtw 712600 chore: add fix version for GO-2022-0635, GO-2022-0646 hasUnresolvedComments
2025-10-16 haturatu 711400 xsrftoken: migrate token hashing to SHA-256 hasUnresolvedComments
2025-10-07 Hayot 709695 comments: fix typos mergeConflict
2025-09-30 Anas 705316 gopls/internal/golang/completion: improve function literal inference and filtering hasUnresolvedComments
2025-09-18 Theodore Tsirpanis 681735 pbkdf2: forward to stdlib implementation on Go 1.24 mergeConflict
2025-09-14 Lokesh Kumar 677796 crypto/x509: validate certificates with unsorted SET values in RDNs mergeConflict
2025-09-10 Adam Procházka 702356 windows: add missing network notification APIs mergeConflict
2025-09-05 Eric Gusmão 676676 net/http: call requestTooLarge on unwrapped ResponseWriter in MaxBytesReader hasUnresolvedComments
2025-09-02 Florian Polster 700375 database/sql: update Rollback docstring to clarify that it's a no-op if already committed hasUnresolvedComments
2025-08-31 Juan Gonzalez 700155 cmd/go: support `-help` hasUnresolvedComments
2025-08-28 Bartek Płotka 699455 net/http: add NegotiateContent function hasUnresolvedComments
2025-08-20 Xin Wang 695655 types2: omit redundant generic type instantiation error if type is invalid hasUnresolvedComments
2025-08-14 Richard Knop 696235 ragserver: update weaviate library to v1.32.3 and client to v5 hasUnresolvedComments
2025-08-13 Alvar Penning 695356 present: document shebang and txtar for .play hasUnresolvedComments
2025-08-12 Alvar Penning 695355 playground/socket: no prog.go from whitespaces hasUnresolvedComments
2025-08-06 Shashwat 692296 golang/sys: [UPDATED FanotifyEventInfoFID] added missing types mentioned in golang/go#74811 hasUnresolvedComments
2025-07-11 Adam Talbot 685475 crypto/acme: add RetryAfter field to the Authorization, Order & Challenge objects hasUnresolvedComments
2025-07-10 Shiron Kage 687175 net/http, x/net/idna: reject malformed punycode labels ending with hyphen per UTS-46 mergeConflict
2025-07-07 gan-of-culture 685875 gopls/internal/analysis/modernize add space for fix stringscutprefix mergeConflict
2025-07-03 Disconnect3d 682615 sys/windows: update docs about secure way to load system DLLs hasUnresolvedComments
2025-07-01 Asutorufa 685216 unix: The error should not be overridden by anyToSockaddr hasUnresolvedComments
2025-06-23 Konstantin Belousov 681775 syscall, internal/routebsd: use hw.supported_arches on FreeBSD hasUnresolvedComments
2025-06-17 Charlie Vieth 680015 bytes/strings: improve IndexAny performance hasUnresolvedComments
2025-06-16 Randall Ma 681855 gopls/internal: add experimental GOPLS_DISABLE_MODULE_LOADS setting mergeConflict
2025-06-13 yincong 681415 cmd/go/internal/doc: modified `go help doc` output mergeConflict
2025-06-11 Ciaran Dillon 680815 gopls/doc: add documentation for integration with Kate editor mergeConflict
2025-06-09 danswartzendruber 306050 Initial commit for BISON-style token location tracking mergeConflict
2025-06-06 Bas Westerbaan 679555 crypto/x509: Add VerifyOptions.UnknownAlgorithmVerifier hasUnresolvedComments
2025-06-06 Keito Suwahara 679535 go/doc/codebug.md: Improved navigation in “GODEBUG History” section mergeConflict
2025-06-02 Malte Isberner 277272 Allow making raw HTTP POST requests to the authz server mergeConflict
2025-05-25 Leo Antunes 555796 mmap: implement io.WriterTo and io.ReadSeeker hasPlusOne hasUnresolvedComments trybotsFailed
2025-05-21 Iliya Lyan 674755 all: replace append with slices methods where applicable hasUnresolvedComments
2025-05-20 Clayton Clostio 674675 os: use OBJ_DONT_REPARSE for Root operations on Windows mergeConflict
2025-04-28 Robbin Ehn 565355 runtime/internal/,cmd: fix atomic mappings on RISC-V mergeConflict
2025-04-23 Han-Wen Nienhuys 665596 archive/zip: support zero-copy for CreateRaw hasUnresolvedComments
2025-04-19 Georg Reinke 332869 testing/fstest: test that ReadDirFile on a non-dir fails hasPlusOne hasUnresolvedComments trybotsFailed
2025-04-16 hitzhangjie 472815 fix/fuzz: output int32(v)/rune(q) in failing log hasUnresolvedComments
2025-04-15 weizhixiong 475676 net/dial: only request domain A record when IPv6 not support hasUnresolvedComments
2025-04-14 Gihwan Kim 592955 _content: add styles for mod table mergeConflict hasUnresolvedComments trybotsPassed
2025-04-13 Venil Noronha 133656 sync/atomic: add example for CompareAndSwapInt32 hasUnresolvedComments
2025-04-12 Bryan Boreham 644177 Extend description of GOAMD=v4 authorReviewer mergeConflict hasUnresolvedComments
2025-04-12 Geunwoo Shin 664596 golang/oauth2: retrieve token before setting ticker to avoid initial delay hasUnresolvedComments
2025-04-12 Esra Al 596097 cmd: add go mod verify -tag mergeConflict hasPlusOne hasUnresolvedComments
2025-03-20 Carlos A Becker 659715 ssh: sign and verify hasUnresolvedComments
2025-03-18 Ketan Parmar 162926 encoding/ascii85: add example for encode and decode hasUnresolvedComments
2025-03-17 Peter Schuurman 658155 Add nil checks for type values when processing objects hasUnresolvedComments
2025-03-15 zouxu 408034 bind: added pkglink flag to use gopath pkg mergeConflict
2025-03-15 Rod Morehead 234239 Preserve CGO_CFLAGS, CGO_CXXFLAGS, and CGO_LDFLAGS on iOS Builds mergeConflict
2025-03-15 Alexis Jeandeau 231681 Look up the new name for certs: Apple Development mergeConflict
2025-03-11 huyt 397534 separate traditional chinese into big5 and big5-HKSCS hasUnresolvedComments
2025-03-07 Pukki 655456 html: fix <search> tag handling to correctly close <p> tag mergeConflict
2025-03-05 Jonathan Davies 632395 arm64: Add support to disassemble BFDOT SVE instruction hasUnresolvedComments
2025-03-04 Adrian Hesketh 448035 gopls/internal/lsp: add go to implementation support for function types mergeConflict
2025-03-04 aditya270520 654516 iter: add Push function to create a Seq from pushed values hasUnresolvedComments
2025-02-20 JimBroad 650856 Darken the scrollbars in dark mode. hasUnresolvedComments
2025-02-20 JimBroad 650855 Add dark mode styling to code sample of the tour hasUnresolvedComments
2025-02-14 Igor Karatayev 574615 Fix android minsdk usage in binres hasUnresolvedComments
2025-02-12 Viktor Alenkov 648775 godoc:vfs: extracted the `vfs` subpackage into an independent package mergeConflict
2025-01-21 Ayke van Laethem 313389 go/ssa: implement position information for If authorReviewer mergeConflict hasUnresolvedComments
2025-01-11 win5do 641995 cmd/goimports: add regroup flag support regroup imports hasUnresolvedComments
2025-01-09 Alexander Lekomtsev 641415 cmd/compile/internal/ssa: use sequence of shNadd instructions instead of mul mergeConflict
2025-01-05 shaoliming 426458 encoding/xml: post process embedded fields hasUnresolvedComments
2025-01-04 pzx521521 639975 syscall/syscall_windows: add ERROR_INVALID_NAME to oserror.ErrNotExist mergeConflict
2024-12-27 Randy Deborggraeve 638156 encoding/xml: add namespace prefix support in encoder hasUnresolvedComments
2024-11-25 Utpal sarkar 631435 feat(url): handle semicolon (;) as a valid character in query parsing mergeConflict
2024-11-14 Shervin Emami 627835 cpu: Correct the description of an ARM64 flag in cpu.go hasUnresolvedComments
2024-11-13 Marcus Comstedt 475495 runtime/cgo: fix calls from C to go on linux/ppc64 mergeConflict hasUnresolvedComments trybotsPassed
2024-11-08 Timmy Welch 583257 internal/colltab: improve numeric sorting hasUnresolvedComments
2024-11-07 Ivan Kapranov 626155 internal/fuzz: add new fuzzing stopping criterion mergeConflict
2024-10-28 soh335 621195 x/oauth2: clarify that ExpiresIn is not automatically populated by the package hasUnresolvedComments
2024-10-26 Boris Nagaev 413594 crypto/aes: speedup CTR mode on AMD64 and ARM64 authorReviewer mergeConflict hasUnresolvedComments
2024-10-21 Ayke van Laethem 620535 cmd/compile/internal/ssa: optimize double register storing on arm64 authorReviewer mergeConflict hasUnresolvedComments
2024-10-14 Dennis Gloss 619995 encoding/json: fix Unmarshal of value assigned to an interface variable. hasUnresolvedComments
2024-10-14 Nuno Cruces 619975 xts: avoid redundant bounds checks hasUnresolvedComments
2024-10-12 Antonio Huete Jimenez 615656 plugin: add support for dragonfly/amd64 hasUnresolvedComments trybotsPassed trybotsFailed
2024-10-10 luoxiaohei 425835 debug: respect go test flags usage mergeConflict
2024-10-07 Arseny Samoylov 604775 runtime, cmd/internal/obj/arm64, cmd/internal/objabi, cmd/link/internal/arm64: enable conditional branches on target outside of arm64.s file authorReviewer mergeConflict hasUnresolvedComments
2024-10-01 Tom Dohrmann 617016 encoding/asn1: unmarshal enumerated values correctly into ANY mergeConflict
2024-09-24 Evan Phoenix 570835 Introduce wasm32 compiler architecture target authorReviewer mergeConflict hasUnresolvedComments
2024-09-13 Jakub Chábek 613016 runtime: fix fatal()/throw() print race mergeConflict
2024-09-09 Wang Deyu 600796 internal/gocore: support ClassLocListPtr location class authorReviewer mergeConflict hasUnresolvedComments
2024-09-09 mlsgit 610836 cmd/link: changed FreeBSD Version from 12.3 to 13.3 hasUnresolvedComments
2024-09-09 cxlearning 610541 net/http: optimization method tryDeliver hasUnresolvedComments
2024-09-03 Mathis Mauvisseau 564755 crypto/rsa: allow hash.Hash for OAEP and MGF1 to be specified independently for encryption mergeConflict
2024-08-30 Kashiwa 543835 os: fix SameFile() authorReviewer mergeConflict hasUnresolvedComments
2024-08-29 Hamza Ali 608695 gopls/internal: convert variadic arguments from string to []byte/[]rune mergeConflict hasUnresolvedComments trybotsPassed
2024-08-28 Lucas Alber 397715 gopls/doc Update Sublime Text documentation to LSP-gopls mergeConflict hasPlusOne hasUnresolvedComments
2024-08-27 Arnaud Hillen 608715 crypto/x509: fix maxConstraintComparisions typo with maxConstraintComparisons mergeConflict
2024-08-13 Will Hawkins 605095 cmd/link, compile: Remove hardcoded 'type:' symbol prefix authorReviewer mergeConflict hasUnresolvedComments
2024-08-06 Wang Deyu 593681 internal/gocore: use AttrGoRuntimeType dwarf information to match runtime type authorReviewer mergeConflict hasUnresolvedComments
2024-08-05 pgxiaolianzi 602718 mine/multipart: multipart case missing terminate chars hasUnresolvedComments
2024-07-23 winter-hu 597235 net/http: possible deadlock issues hasUnresolvedComments
2024-07-22 David Anderson 597316 spec: define how []rune conversion handles invalid UTF-8 sequences authorReviewer mergeConflict hasUnresolvedComments
2024-07-10 Yi Yang 572975 cmd/compile: greedy basic block layout authorReviewer hasUnresolvedComments trybotsFailed
2024-07-10 Ceriath 581416 encoding/base64: use correct length for unpadded buffer in Read hasUnresolvedComments
2024-07-08 Tobias Klauser 580855 html: sync changes from std mergeConflict
2024-06-24 vajexal 594215 compress/flate: read data with partial flush hasUnresolvedComments
2024-06-17 ALX99 592518 use the clear function for the clear postfix and add slices support mergeConflict
2024-05-25 Greg Leeper 567995 allow args.background parameter for go.test.* commands hasUnresolvedComments
2024-05-23 Lifubang 585019 runtime/cgo: provide backward compatibility with old glibc for cgo authorReviewer mergeConflict hasUnresolvedComments
2024-05-21 stffabi 585755 crypto/chacha20, crypto/poly1305: add MIPSLE assembly version mergeConflict
2024-05-16 Tom Freudenberg 313091 godoc/server: fix: templateDir /lib/godoc not mounted mergeConflict
2024-05-16 Tom Freudenberg 313094 godoc/server: show internal packages switch mergeConflict
2024-05-16 Tom Freudenberg 313095 godoc/server: allow customized menu and navigation mergeConflict
2024-05-15 Stavros Panakakis 583300 runtime/debug: add the options parameter to SetCrashOutput mergeConflict
2024-05-15 bin 584677 golang/image: fix https://github.com/golang/go/issues/11413 hasUnresolvedComments
2024-05-13 Branden Brown 569276 encoding/gob: handle encoding.ScalarMarshaler and encoding.ScalarUnmarshaler authorReviewer mergeConflict hasUnresolvedComments
2024-05-09 Branden Brown 568896 encoding/xml: handle encoding.ScalarMarshaler and encoding.ScalarUnmarshaler authorReviewer mergeConflict hasUnresolvedComments
2024-05-09 Branden Brown 553176 encoding/json: handle encoding.ScalarMarshaler and encoding.ScalarUnmarshaler authorReviewer mergeConflict hasUnresolvedComments
2024-05-08 Luc Talatinian 584175 static/frontend: improve color contrast of light-theme text mergeConflict
2024-05-02 Evan Phoenix 570838 Introduce runtime requirements for wasm32 authorReviewer mergeConflict hasUnresolvedComments
2024-05-01 Evan Phoenix 570836 Bind wasm32 target to linker authorReviewer mergeConflict hasUnresolvedComments
2024-04-29 Kimmo Lehto 578435 ssh/knownhosts: fix hashed hostname component count in error message hasUnresolvedComments
2024-04-27 silverwind 582155 gopls/internal/cmd: Improve help texts mergeConflict
2024-04-26 Erik Faye-Lund 555698 net/smtp: remove mention of crlf hasUnresolvedComments
2024-04-23 yang 581056 cmd/gonew: remove redundant parameter srcMod mergeConflict
2024-04-20 Wang Yaduo 579798 cmd/compile: support Zbb extensions in riscv64 compiler authorReviewer mergeConflict hasUnresolvedComments
2024-04-11 Mike Danese 508238 http2: implement support for extended CONNECT authorReviewer mergeConflict hasUnresolvedComments
2024-04-08 Nikola Jokic 450255 net/http: ResponseWriter checks for the Content-Length before writing it hasUnresolvedComments
2024-04-08 Oluwatobi Giwa 577235 gopls: added method docs to hover info mergeConflict
2024-04-08 Thomas Quarendon 576796 windows/svc/mgr: Allow perms with windows svc mgr mergeConflict
2024-03-30 Antoine GIRARD 472695 all: use error wrap when possible mergeConflict hasPlusOne trybotsFailed
2024-03-19 菅原悠太(sugawara yuuta) 572235 strconv: simplify and optimize the logic of readFloat mergeConflict hasUnresolvedComments trybotsPassed
2024-03-16 Brian Ulrich 568535 os: added support for SIS-deduplicated files on Windows hasUnresolvedComments
2024-03-11 kayos@tcp.direct 559035 net/http: wrap client errors authorReviewer mergeConflict hasUnresolvedComments
2024-03-04 ruyi789 523615 websocket: Add the Conn.FrameDataLength and NewClient2 hasUnresolvedComments
2024-03-04 lynx 507415 x/mobile: fix net.Interface() and net.InterfaceAddrs() in Android11 version hasUnresolvedComments
2024-03-03 Gayan Perera 567977 gopls/internal/golang: improve extract variable edits mergeConflict
2024-02-29 Hyuga Tsukui 568175 cmd/deadcode: return an end code. hasUnresolvedComments
2024-02-29 Thomas Güttler 557595 time: extend docs for t.UnixNano hasUnresolvedComments
2024-02-27 Leo Antunes 555855 net/http: use Copy in ServeContent if CopyN not needed mergeConflict hasUnresolvedComments trybotsPassed
2024-02-27 Ed Schouten 567475 container/heap: use sort.Interface where possible hasUnresolvedComments
2024-02-27 Let Avocado 566635 net/http: make FileServer adjust correct zoom hasUnresolvedComments
2024-02-25 Thiago Vinicius Sorio 566775 doc/add-a-test: reusing created name variable mergeConflict
2024-02-19 Nathaniel Williams 565235 gopls: Enable refactor.extract.constant/variable/function CodeActionKinds mergeConflict
2024-02-16 Faetu 564575 encoding/xml: add indent to xml.Comment hasUnresolvedComments
2024-02-14 Mina Galić 563835 syscall: enable netlink support on FreeBSD hasUnresolvedComments
2024-02-13 Kirill A. Korinsky 563135 syscall/zerrors_openbsd: add missed EBADMSG trybotsFailed
2024-02-06 Nikola Jokic 560835 x/playground: remove -mod=mod and execute go mod tidy before command mergeConflict hasPlusOne hasUnresolvedComments
2024-01-29 Wu Tianji 181497 http2: support consuming PUSH_PROMISE streams in the client mergeConflict
2024-01-16 baerwang 556035 runtime: free values change int to iota hasUnresolvedComments
2024-01-03 Ryan Berger 496095 cmd/compile: add ilp pass to help balance commutative expressions aiding in instruction level parallelism authorReviewer mergeConflict hasUnresolvedComments
2023-12-25 Arnav Bhatt 552635 windows: add missing constants and structs for DeviceIoControl for manipulating drives mergeConflict
2023-12-18 Will Forcey 550995 Add text drawing utility hasUnresolvedComments
2023-12-12 Igor Zhilianin 548997 regexp/syntax: allow extended Unicode characters in capture names mergeConflict
2023-12-05 Xin-ran Wang 541835 runtime: resolve true sharing in lock mergeConflict hasUnresolvedComments trybotsPassed
2023-12-04 Aaron Lichtman 544695 README: remove extra ` hasUnresolvedComments
2023-11-28 muhammedarifp 545435 Optimize Go section for better clarity and conciseness hasUnresolvedComments
2023-11-21 王立巍 321409 internal/imports: merge mergeable import groups mergeConflict
2023-11-21 Aaron France 544135 feat: add a variable to override where we install to hasUnresolvedComments
2023-11-20 Vladimir Kochnev 533517 proxy: Add UDP support to SOCKS5 dialer hasUnresolvedComments
2023-11-17 Sebastiaan van Stijn 541275 tidy-up go.mod authorContributor mergeConflict hasUnresolvedComments
2023-11-10 Mark Karpeles 539955 x/mobile: fix issue 62142 about reverse binding hasUnresolvedComments
2023-11-08 Stephen Wilson 540695 X509: fix codesigning on macOS Ventura mergeConflict
2023-11-02 Ville Skyttä 538638 testing: note FailNow does not prevent Cleanup functions mergeConflict
2023-10-05 Lee-Seungje 532536 website: update twitter logo mergeConflict
2023-09-28 Matt Brown 531535 document token ownership risks for Config.Client and ReuseTokenSource hasUnresolvedComments
2023-08-24 Davide Masserut 522375 _content/ref/mod.md: fix go.work grammar mergeConflict
2023-08-23 pacien 522255 ssh/knownhosts: fix bracket normalisation mergeConflict
2023-08-21 Ed Schouten 519135 cmd/link: add info.plist support via plist linker option hasUnresolvedComments
2023-08-18 Anton Kuklin 516277 cmd/asm: add x86 AMX instructions mergeConflict
2023-08-12 PlayDay 519035 goImpl: improvements mergeConflict
2023-07-25 Nandor Kracser 487255 support for building plain Java jars from Go projects mergeConflict
2023-07-24 Chris Binder 512415 added "wrap" postfix snippet to wrap an error with fmt.Errorf mergeConflict
2023-07-23 Jan-Otto Kröpke 512315 windows/src/eventlog: Support eventlog events with multiple strings mergeConflict
2023-06-30 colin arnott 334876 cmd/doc: add json flag authorReviewer mergeConflict hasUnresolvedComments
2023-06-26 Andrea Ciprietti 501895 testing: correctly handle race error detection in subtests authorReviewer mergeConflict hasUnresolvedComments
2023-06-25 Yuki Ito 505995 gopls: add `maxUnimportedPackageNames` option that makes the number of completion candidates for unimported packages configurable mergeConflict
2023-06-23 Richard Hansen 493301 internal/fuzz: propagate internal worker errors out of band mergeConflict
2023-06-22 Wu Tingfeng 504255 x/text: *Profile.process to throw labelError if verifyDNSLength = true and s ends with trailing dot. mergeConflict hasPlusOne hasUnresolvedComments
2023-06-21 K. H. 478895 net: avoid creating a new goroutine if context is canceled and lookupIPAddr isn't actually resolving mergeConflict
2023-06-18 Yuxuan Wang 502675 os/signal: communicate the signal in NotifyContext authorReviewer mergeConflict hasUnresolvedComments
2023-06-13 Piotr Wyderski 502476 runtime: added the hasAVX512 flag to allow static dispatch and memclear optimized for the AVX512-capable processors mergeConflict
2023-06-12 Raj 485575 Enable Profile-guided code specialization mergeConflict
2023-06-05 Franz Bettag 98056 ssh: add hmac-sha2-512. mergeConflict hasPlusOne hasUnresolvedComments
2023-05-16 Mitchell Foley 241179 encoding/json: Enable the json encoder to distinguish between 0, null, and empty values. mergeConflict
2023-04-29 filiprejmus 490735 Fix broken format on mobile fuzz doc page mergeConflict
2023-04-28 Ted Painter 334610 crypto/aes: Implement new and improved AES-GCM ciphers optimized with AVX-512 VAES and VPCLMULQDQ mergeConflict
2023-04-13 Christian Banse 484495 cmd/internal/codesign: Support embedding entitlements on mach-o mergeConflict
2023-04-06 Ruinan Sun 480857 cmd/asm: add SVE instructions on arm64 authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-04-04 Ruinan Sun 480856 internal/cpu: enable sve detection on linux/arm64 authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsFailed
2023-03-27 Jon Penn 479120 crypto/x509: add GenerateSerial mergeConflict
2023-03-21 Maksadbek 477235 cmd/link: add trailing padding after Go ELF note hasUnresolvedComments
2023-03-16 Brijesh Yadav 475835 [ISSUE #58991]_content/doc: add missing 'the' in sentence hasUnresolvedComments
2023-03-13 Daniel Frederick Crisman 475777 tour: absolute links so they work in offline tour mergeConflict
2023-03-13 Daniel Frederick Crisman 475776 tour: update links to go.dev mergeConflict
2023-03-10 Daniel Frederick Crisman 475216 tour: clear up source/destination slice confusion mergeConflict
2023-03-08 sslime336 468658 src/goGenerateMethod: make method generation more automatic mergeConflict
2023-03-07 Nikita Melekhin 371615 runtime: take LLC size into account for memclr_amd64 authorContributor mergeConflict hasUnresolvedComments
2023-03-04 SeongUk Cho 465535 Generic Codec mergeConflict
2023-02-28 Do Nhu Vy 471916 Add name of forders in code tags, URL can click hasUnresolvedComments
2023-02-26 Sohom Datta 471455 html/template: Recognize and escape backquoted strings mergeConflict
2023-02-18 Jufeng Zhang 469415 snippets/go.json: update structure mergeConflict
2023-02-01 kuehnelf 454055 internal/ssa: implemented CFG decomposition into SCCs to improve live range analysis. mergeConflict
2023-02-01 Paulo Lopes Estevão 464395 x/exp/apidiff:the NewSignature function was deprecated hasUnresolvedComments
2023-01-29 s3cst4rs 461085 Add Registry Standard Access Rights hasUnresolvedComments
2023-01-20 Ashish Singh 462736 Update: updated README.md mergeConflict
2023-01-18 John Papandriopoulos 358334 internal/imports: do not detach comments when merging imports authorReviewer mergeConflict hasUnresolvedComments
2023-01-14 Noah-Wagner 462037 Add Count function to slices hasUnresolvedComments
2023-01-12 Woogie 453976 ssh: expose connection algorithms mergeConflict hasPlusOne hasUnresolvedComments
2023-01-07 Cookie 460766 add hmac-sha2-512. mergeConflict
2022-11-15 zizhao zhang 420414 net/http: check dir from query parameter or form values if contains DotDot for ServeFile authorContributor mergeConflict hasUnresolvedComments
2022-11-10 siarhei 166464 net/url: reduce allocation on building URL String func mergeConflict
2022-11-08 nvx 448595 ssh: wrap errors mergeConflict
2022-10-08 Nilesh Singh 347209 src/goTest: Add command Test Current Package With Custom Run mergeConflict
2022-10-07 Byoungchan Lee 367076 runtime: add workaround for exynos CPU and enable LSE atomics in Android mergeConflict hasPlusOne hasUnresolvedComments
2022-09-27 Quentin Renard 30751 x/tools/cmd/goimports: permission denied causes imports to stop mergeConflict
2022-09-04 Hau Yang 332729 cpu: support darwin/arm64 CPU feature detection authorReviewer mergeConflict hasUnresolvedComments
2022-08-31 Francesco Renzi 357994 internal/tool: remove `[flags]` when not necessary authorReviewer mergeConflict hasUnresolvedComments
2022-08-15 Honsun Zhu 356109 runtime: add missing //go:nosplit for efaceOf hasUnresolvedComments
2022-08-15 Avi B 423894 crypto/ed25519: Add missing error message into the output of failure message. mergeConflict
2022-07-10 Cédric Luthi 413435 windows: add Global{Alloc,Free} mergeConflict hasUnresolvedComments trybotsPassed
2022-07-09 John Suh 416714 sha3: add binary marshal mergeConflict
2022-06-22 shifengbin121 413094 errorgroup: producing a better failure message for a programmer error mergeConflict
2022-06-06 Nick Revin 410495 /ref/mod: fix the GOWORK env variable html layout mergeConflict
2022-06-04 Igor Menshenin 382214 database/sql: Stmt improved for more panic-stability mergeConflict
2022-05-19 jiung han 323732 runtime/mfinal:reduce var argument for loafer mergeConflict
2022-05-17 RK 406834 slices: use dual-pivot quicksort mergeConflict
2022-05-12 Vyacheslav Pachkov 402816 cmd/compile: recursive comparison generation for small structures mergeConflict
2022-05-06 Heisenberg 243797 compress/flate: eliminate repeated judgments. mergeConflict hasUnresolvedComments trybotsPassed
2022-04-18 Silke Hofstra 352229 encoding/xml: fix 'unsupported type' error on interface{} attributes mergeConflict
2022-04-08 Peter Verraedt 399075 ssh: implement partial success in server mergeConflict
2022-03-16 Sylvain Baubeau 393476 Fix command in tutorial workspace mergeConflict
2022-03-16 Andrew Flower 393475 "module" used where it should have been "workspace" mergeConflict
2022-03-13 jiahua wang 392194 bytes: add Clone function authorContributor mergeConflict hasUnresolvedComments
2022-03-07 Anna Rosenthal 390254 Feature: allow ignoring unused modules for go mod tidy mergeConflict
2022-03-05 RenKanai 377214 cmd/file2fuzz: convert 'ioutil' to 'io','os' package hasUnresolvedComments
2022-02-27 sysadmin 388235 _content/doc/tutorial: fix non highlighted text editions mergeConflict
2022-02-27 Colton J. Provias 388175 Remove extraneous ordered list from fuzz tutorial mergeConflict
2022-02-19 TAZO . 246158 os: clarify the purpose of Process.Release method on Unix systems mergeConflict
2022-02-18 Matt Armstrong 380796 Fix the .dir-locals.el example mergeConflict
2022-02-17 mg 385874 net/http, x/net/http2: support http2requestBody.Close() being called multiple times concurrently mergeConflict
2022-02-06 Ishan Goel 383594 Add aliases for alt-right, alt-left and alt-delete mergeConflict
2022-01-21 WildCat 375134 cmd/gomobile: Use parallel build for frameworks on Apple platforms mergeConflict
2022-01-11 Praneeth 374278 go.mod: update imports to latest versions mergeConflict hasPlusOne hasUnresolvedComments
2022-01-02 Dejan Spasić 375135 Use var name consistently mergeConflict
2021-12-21 rbroggi 358835 link faq page to private repositories page information mergeConflict
2021-11-29 Timo Witte 365396 net: Add avif image type detection to content type sniffing mergeConflict
2021-11-19 Luka Krmpotić 363003 fix comment hasUnresolvedComments
2021-11-10 Banashree Gogoi 363011 Blank Space fill mergeConflict
2021-11-10 Yash sinha 363010 Improved Docs mergeConflict
2021-11-09 DQNEO 290870 spec: move comments about method types and literals authorReviewer mergeConflict hasUnresolvedComments
2021-11-09 Lars Martens 283012 wasm: include DWARF information in Wasm builds mergeConflict
2021-11-08 brent saner 362243 encoding/xml: optional Decoder field enforce mergeConflict
2021-11-01 Ruslan Andreev 314229 sync: improve sync.Pool object stealing mergeConflict
2021-10-31 Nutan Nara 360194 Fix Typo mergeConflict
2021-10-26 Pavle Lee 347210 internal/lsp/cache: improve open out of workspace file full parse. mergeConflict
2021-10-22 Chris Hoff 358036 storage/app: use an interface for DB hasUnresolvedComments
2021-09-30 Luka Krmpotić 353391 fix broken link mergeConflict
2021-09-21 luyanbo 351173 debug: respect configured build tags/flags mergeConflict
2021-09-09 Steven Johnstone 340630 [dev.fuzz] internal/fuzz: avoid corruption of minimized crashers hasUnresolvedComments
2021-09-01 Bruno Meneguello 347032 src/goEnvironmentStatus.ts: include all versions from golang.org/dl mergeConflict
2021-08-25 Wioletta Holownia 244617 acme: Allow to customize isRetriable fn on the ACME client hasUnresolvedComments
2021-08-25 180909 344849 x/website: manage-install update get to install command mergeConflict
2021-08-11 magodo 284532 cmd/digraph: `somepath` conservative memory usasge mergeConflict
2021-08-03 Nikolay Vasilyev 339412 tutorial: add updated lines highlight mergeConflict
2021-07-24 hotruong24 238119 add a comment hasUnresolvedComments
2021-07-23 Inet 324672 godoc/style.css: enable horizontal scroll on textarea mergeConflict
2021-07-17 sagar23sj 335289 tour: updated README and welcome article page-3 mergeConflict
2021-07-16 paulchenau 278252 change the download version 1.14.3 to the latest 1.15.6 mergeConflict
2021-07-12 andrew2nelson 322049 database/sql: Track and publish the number of open statements mergeConflict
2021-06-30 Iven 187478 Preventing panic when invalid network information is given mergeConflict
2021-06-23 Chen Keinan 330089 severity and cvss metrics support mergeConflict
2021-06-11 Alex Stockinger 327069 crypto: allow reloading of system cert pool mergeConflict
2021-06-02 Googol Lee 324469 encoding/json: call UnmarshalJSON() when decoding with a unamed struct. mergeConflict
2021-05-21 alpha-baby 321729 fix hpack typo mergeConflict
2021-05-21 jingrui 321369 net/http: fix hijack hang at abortPendingRead mergeConflict
2021-05-17 Karel Bilek 320390 scrypt: recommending larger values in 2021 mergeConflict
2021-05-03 Akhil Indurti 293794 internal/float: consolidate float property-checking functions authorReviewer authorContributor mergeConflict hasUnresolvedComments trybotsFailed
2021-04-25 Paul Sadac 313390 cmd/stringer: add bitmask support mergeConflict
2021-04-25 daniel.orbach 313369 fix(template(main.go)): use go:embed mergeConflict
2021-04-20 Yang Hau 285372 cmd/compile: better error msg for impossible type assertions hasUnresolvedComments
2021-04-13 Alex Useche 308249 sys: fixed potential goroutine leak that could be caused by blocked goroutine in win svc hasUnresolvedComments
2021-03-25 Kiril Vladimirov 168559 net/url: make URL.String parse and escape query mergeConflict
2021-03-15 Ted Painter 286852 crypto/aes: Implement AES-GCM ciphers optimized with AVX-512 VAES and VPCLMULQDQ mergeConflict
2021-03-12 Obei Sideg 299150 cmd/go: test new invalid version error text hasUnresolvedComments
2021-03-03 SteelPhase 298389 goyacc: reduce dependence on globals hasUnresolvedComments
2021-03-03 b0bh00d 298249 Added a needed feature to winfsnotify mergeConflict
2021-02-21 Lenni 294049 Windows: Added ReadConsoleInput functionality hasUnresolvedComments
2021-01-05 pan-sultan 281792 add few syscalls of windows log events API mergeConflict
2021-01-03 Michael Zabka 281257 Add missing dead characters into x11key table generation mergeConflict
2021-01-03 Michael Zabka 281256 Draft: Mz mods mergeConflict
2020-12-29 maiyang 279447 go/token: impl searchLineInfos and searchFiles helper func authorReviewer mergeConflict hasUnresolvedComments
2020-11-23 seasar 272406 SSH: fix return value of handshakeTransport.writePacket() mergeConflict
2020-11-17 oceanfish81 270219 gollvm: an update to cmake/modules/..., for bootstrapping i686 arch. support authorReviewer mergeConflict hasUnresolvedComments
2020-10-29 Zhu Chen 234957 math/bits: modify the sample generation rules mergeConflict
2020-10-27 laches1sm 241458 x/pkgsite: Adding function to setup server mergeConflict
2020-10-24 Nathan Johnson 216423 crypto/ocsp: Add Raw field to ocsp.Response mergeConflict hasUnresolvedComments trybotsPassed
2020-10-24 Anton Veretennikov 264797 cmd/stringer: add more control over generated String output through comment mergeConflict
2020-10-15 Heisenberg 244197 compress/flate: unify code style and modify wrong comments mergeConflict
2020-10-13 Ron Green 260998 tools: guard against nil params authorReviewer mergeConflict hasUnresolvedComments
2020-10-06 Morito Ikeda 241237 debug/macho: add SymtabCmd data to *macho.Symtab in parseSymtab hasUnresolvedComments
2020-09-25 LIfeng Chen 256477 cmd/compile: simplify typcheck1 authorReviewer mergeConflict hasUnresolvedComments
2020-09-23 Benjamin Barenblat 256937 x/exp/shiny/screen: specify scaler filtering algorithm mergeConflict
2020-09-10 铁哥 253820 Update bcrypt.go mergeConflict
2020-08-18 Kelvin Zhang 246240 archive/zip: Fix zip64 reader when file size < 4GB and zip64 field is present hasUnresolvedComments
2020-08-13 tdakkota 248357 [dev.go2go] go/types: fix endless recursion on recursive type constra… mergeConflict
2020-08-07 Yingrong Zhao 247397 net: fix shadowing for vairable name mergeConflict
2020-08-01 Felix Maurer 246337 crypto/tls: support post-handshake client authentication mergeConflict
2020-07-30 Sparrow Li 245160 crypto/tls: make checkForResumption side-effect free mergeConflict
2020-07-28 Jo Deisenhofer 245162 optimize ReadBatch by moving memory allocation outside the loop rang… mergeConflict
2020-07-23 Takashi Abe 162920 go/printer: fix newline with a comment at the end mergeConflict
2020-07-23 Witbe 244479 net: support JoinSourceSpecificGroup and LeaveSourceSpecificGroup for… mergeConflict
2020-07-18 Abhilash Gnan 243400 golang.org: fill searched value in search input after submit mergeConflict
2020-07-07 tdakkota 241037 [dev.go2go] go/types: avoid endless recursion in self-recursive newty… mergeConflict
2020-06-03 Nikita Galushko 235122 tiff: issue 20742, read XReslution, YResolution and page count tags mergeConflict
2020-06-03 Pablo Acevedo 227237 http2: Fix SETTINGS_HEADER_TABLE_SIZE handling in client mergeConflict
2020-04-03 fifthai macbook pro 192957 add two args for gomobile tool mergeConflict
2020-03-04 Norman Lancaster 185897 x/build/cmd/gopherbot: do not consider nested backport requests authorReviewer hasUnresolvedComments trybotsFailed
2020-02-22 ochan.kwon 220557 http2: add a MinConcurrentConns field to Transport for improving throughput mergeConflict
2020-02-21 Caleb Champlin 133946 cmd/compile: add support for MSVC toolchain to go build mergeConflict
2020-02-21 Caleb Champlin 133945 cmd/link: add external toolchain support for MSVC mergeConflict
2020-02-21 Caleb Champlin 133943 cmd/cgo: add support for CC_FOR_CGO environment variable mergeConflict
2020-02-21 Caleb Champlin 133939 cmd/cgo: add toolchain flag to cgo command for MSVC support mergeConflict
2020-02-21 Caleb Champlin 133937 cmd/link: add flag rlocbss to relocate .bss data to .data mergeConflict
2020-01-24 Oliver Tonnhofer 166478 font/sfnt: fix CFF2 chardata handling with 16.16 fixed point hasUnresolvedComments
2019-12-19 Lars Lehtonen 211997 ssh/agent: fix client test goroutine authorContributor mergeConflict hasUnresolvedComments
2019-12-18 张兆星 . 211857 fix missing function body: sprint mergeConflict
2019-12-14 Horst Rutter 201938 ccitt: optionally auto-detect height; handle missing EOL authorReviewer mergeConflict hasUnresolvedComments
2019-12-11 knqyf263 127927 imports: use the sibling files preferentially even when the package name mismatch the directory name mergeConflict
2019-12-06 Colin Nelson 176638 maintner: correctly tombstone "transferred" issues authorReviewer mergeConflict hasUnresolvedComments
2019-12-04 clickyotomy 204578 godoc: fix malformed links in variable definitions mergeConflict
2019-11-20 Douglas Hall 207850 encoding/xml: clarify doc on XMLName and field tags mergeConflict
2019-11-14 Eugene Dzhurinsky 174021 x/tools/cmd/guru definition: fix look up of references in the same package if modules are enabled mergeConflict
2019-11-14 Gary Miller 170920 tools/lsp: moved span, lsp/protocol and lsp/jsonrpc2 out of internal mergeConflict
2019-11-14 Reed Law 198493 add function to create custom event log under Microsoft Event Viewer hasUnresolvedComments
2019-11-05 Aditya Harindar 203722 create slice with capacity, when capacity is known hasUnresolvedComments
2019-10-15 Milan Knezevic 144097 cmd/internal/obj/mips: add support for -buildmode=c-shared for GOARCH=mips{,le} mergeConflict
2019-10-15 Milan Knezevic 144098 cmd/link, cmd/internal/objabi: add support for -buildmode=c-shared for GOARCH=mips{,le} mergeConflict
2019-10-15 Milan Knezevic 144100 cmd/go, cmd/compile, cmd/asm: add support for -buildmode=c-shared for GOARCH=mips{,le} mergeConflict
2019-10-15 Milan Knezevic 144101 cmd/dist: enable -buildmode=c-shared tests for GOARCH=mips{,le} mergeConflict
2019-10-11 Qiu 55613 net/http: Try best to reuse tcp connection when early close case. hasUnresolvedComments
2019-10-01 John Papandriopoulos 197541 cpu: protect ARM feature detection from broken device authorReviewer mergeConflict hasUnresolvedComments
2019-09-28 Giulio Micheloni 147378 net: clarify the behavior of ListenConfig.Listen{,Packet} with context authorReviewer mergeConflict hasUnresolvedComments
2019-09-27 Zach Jones 190657 cmd/compile: introduce recursive, on-demand inference in prove authorReviewer mergeConflict hasUnresolvedComments
2019-09-16 Javier Segura 195202 math/bits: Add examples for platform independent functions mergeConflict
2019-09-03 Ilya Lukyanov 190777 ssh: disable wantReply in some requests to comply with OpenSSH mergeConflict
2019-08-28 Eddie Scholtz 191962 encoding/xml: disallow unknown elements/attributes in Decoder mergeConflict
2019-08-05 Norman Lancaster 187357 archive/zip: detect and reject Better Zip Bomb authorReviewer mergeConflict hasUnresolvedComments
2019-07-27 Jerrin Shaji George 136095 cmd/present: add support for sub bullets mergeConflict
2019-07-17 Gert Cuykens 184818 wrapper: built-in wrapper interface authorReviewer mergeConflict hasUnresolvedComments
2019-07-10 Chris Liles 129759 cmd/compile: optimize integer divisions like (x%a)/b when b >= a authorReviewer mergeConflict hasUnresolvedComments
2019-07-05 Jack Kleeman 185059 http2: add Close and Shutdown functions to the Server. mergeConflict
2019-04-01 Colin Nelson 170338 maintner: support gcslog updates from master mutation source authorReviewer mergeConflict hasUnresolvedComments
2019-02-21 lucor 101795 present: add support for quote mergeConflict
2019-02-21 Olivier Poitrey 155877 http2: add SETTINGS_HEADER_TABLE_SIZE support authorReviewer mergeConflict hasUnresolvedComments
2019-02-16 Gauthier Jolly 154137 websocket: make Read reads the entire frame if the provided slice is large enough hasUnresolvedComments
2019-02-14 Adam Shannon 145658 cmd/gopherbot: freeze issues after 30 days, link to Questions wiki page authorReviewer mergeConflict hasUnresolvedComments
2019-02-09 Gauthier Jolly 161637 html: fix a segmentation fault or crash when trying to render an invalid node tree hasUnresolvedComments
2019-01-18 Denys Smirnov 146077 font/sfnt: define an initial cmap interface authorReviewer mergeConflict hasUnresolvedComments
2019-01-18 Denys Smirnov 145798 font/sfnt: parse and expose font selection flags authorReviewer mergeConflict hasUnresolvedComments
2018-12-21 Josh Varga 106975 path/filepath: TestEvalSymlinks tests with "/" prefix fail in Windows trybotsFailed
2018-11-22 Harrison Shoebridge 148737 math: Add examples for Log10, Min, Max, Mod, and Modf hasUnresolvedComments
2018-11-17 Vladimir Kuzmin 141647 cmd/compile: assign to a field of map element mergeConflict
2018-11-15 Carl Mastrangelo 47255 image: pass reader through Decode and DecodeConfig when possible authorReviewer mergeConflict hasUnresolvedComments
2018-11-10 Mark Percival 141837 crypto/x509: VerifyHost should only match IDNA encoded domains mergeConflict hasPlusOne hasUnresolvedComments
2018-11-10 Ayke van Laethem 131283 go/ssa: add associated documentation to functions authorReviewer mergeConflict hasUnresolvedComments
2018-11-08 Sébastien Portebois 87795 regexp: examples for Regexp.NumSubexp method mergeConflict
2018-11-04 Seebs 146024 fmt: clean up and slightly restructure Printf docs authorReviewer mergeConflict hasUnresolvedComments
2018-10-15 Ivan Sharavuev 142001 pprof: Replace stk[:] to stk where stk is a slice. mergeConflict hasUnresolvedComments trybotsPassed
2018-10-11 Elliot Wright 135338 godoc: add 'shallow' PageInfoMode to only show top-level directories in subdirectory listings mergeConflict
2018-10-10 Katharine Daly 111135 proxy: add HTTP CONNECT proxy support authorReviewer mergeConflict hasUnresolvedComments
2018-10-08 clickyotomy 139177 net/mail: decode RFC 2047 encoded strings within quotes hasUnresolvedComments
2018-10-03 Seth Greenstein 81275 cmd: use FC for gofmt -d on Windows mergeConflict
2018-10-03 Péter Szilágyi 60671 crypto/elliptic: reuse bigints, avoid silent allocs authorReviewer mergeConflict hasUnresolvedComments
2018-09-25 Moriyoshi Koizumi 127176 encoding/charmap: add ASCII to charmap. hasUnresolvedComments
2018-09-10 Steve Ruckdashel 64851 crypto/x509: add cgo for system keychain loading mergeConflict
2018-08-27 Chris Liles 130255 cmd/compile: optimise some small equality comparisons authorReviewer mergeConflict hasUnresolvedComments
2018-08-25 Dan Bentley 48965 unsafe: document conversion of bytes to struct hasUnresolvedComments
2018-08-21 Shivansh Rai 113855 go/types: use binary search when looking up a method in a sorted list mergeConflict
2018-08-17 Adrian Hesketh 129096 cmd/guru: support implements queries for function types authorReviewer mergeConflict hasUnresolvedComments
2018-08-16 Paddy Steed 61910 x/tools/container/intsets: use math/bits authorReviewer mergeConflict hasUnresolvedComments
2018-07-11 Stephen Sugden 40094 cmd/cover: show uncovered count in HTML dropdown mergeConflict
2018-07-11 David Benque 33394 tools/refactor/rename: Gorename also refactors the comment associated to the renamed symbol. This way the comment remains compliant with coding guideline, go lint and the documentation is updated. mergeConflict
2018-05-24 Olivier Poitrey 77091 http2: add MarkComplete, a complementary method to GetClientConn authorReviewer mergeConflict hasUnresolvedComments
2018-05-24 Olivier Poitrey 32326 http2: expose CloseIfIdle method on ClientConn authorReviewer mergeConflict hasUnresolvedComments
2018-05-17 Dušan Kasan 77750 godoc: show interface method documentation mergeConflict
2018-05-15 Geoff Berry 105255 cmd/compile: add load/store pairing optimization pass for arm64 authorReviewer mergeConflict hasUnresolvedComments
2018-04-14 Bryan Chan 79635 cmd/link: fix R_ADDROFF reloc to SDYNIMPORT syms authorReviewer mergeConflict hasUnresolvedComments
2018-04-04 Shengze Cao 104435 net/smtp: fix the bug which makes golang cannot handle smtp fail-auth mergeConflict
2018-03-28 lucor 101956 present: add support for full screen mode mergeConflict hasPlusOne hasUnresolvedComments
2018-03-08 joshua stein 38531 ssh: exit auth loop on ForceDisconnectError authorReviewer mergeConflict hasUnresolvedComments
2018-02-28 Yan Zhu 97495 runtime/pprof: change default cpu sample rate to 99 Hz. hasUnresolvedComments
2018-02-16 Yasuharu Goto 47870 http2: add way to unblock responseWriter.Write mergeConflict
2017-12-24 Karthik Karanth 85475 image: Add documentation for methods on different Images mergeConflict
2017-12-12 Dave Wyatt 83535 x/tools/cmd/goimports: support crlf line endings mergeConflict
2017-11-22 Qiu 46433 encoding/xml: Add xml attribute value normalization mergeConflict
2017-11-05 Maicon Costa 70935 godoc: switch to use html/template mergeConflict
2017-09-29 Tristan Rice 67052 gomobile: add support for CGO libraries mergeConflict
2017-08-09 Shawn Smith 38285 cmd/gopherbot: add -review flag for checking Gerrit CL for invalid authorContributor mergeConflict hasUnresolvedComments
2017-07-15 Derek Bruening 45140 doc: add GOROOT_BOOTSTRAP to the contribution guide mergeConflict
2016-04-17 Ethan Burns 21660 shiny/driver/x11driver: add double-buffering. mergeConflict
2026-06-12 waris ) 789862 crypto/tls: only set LocalCertificate when a certificate is presented hasUnresolvedComments trybotsFailed
2026-06-09 Runxi Yu 784720 internal/source: fix repo path munging hasUnresolvedComments trybotsFailed
2026-06-04 abhay1999 764120 gopls/hover: show named func type doc when hovering over func literal hasUnresolvedComments trybotsFailed
2026-06-04 Ganbold Nasanbat 786501 pkcs12: reject unsafe PBKDF iteration counts to prevent CPU exhaustion mergeConflict hasUnresolvedComments
2026-05-29 Artem V. Navrotskiy 240898 Workaround for `panic: weird mapping Exec` mergeConflict hasUnresolvedComments
2026-05-29 Marc Coury 127550 net/http: add an example for Client.Do and NewRequest mergeConflict hasUnresolvedComments
2026-05-27 Eyal Cohen 750182 [dev.simd] simd/archsimd: add AndNot, Xor, and Not operations to mask types mergeConflict hasUnresolvedComments
2026-05-12 Jan Wytze Zuidema 767120 ssh: use errors.As for error checks mergeConflict hasUnresolvedComments
2026-05-01 Amirhossein Akhlaghpour 762961 cmd/go: honor -fullpath for compiler diagnostics hasUnresolvedComments trybotsFailed
2026-04-21 Iliya Lyan 675795 codebase cleanup mergeConflict hasUnresolvedComments
2026-03-30 Ville Skyttä 761320 gopls: switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 mergeConflict hasUnresolvedComments
2026-03-27 fenghaojiang 756380 cmd/go: report importer-specific positions in go list dependency errors mergeConflict hasUnresolvedComments
2026-03-27 Ville Skyttä 760220 simd/archsimd: switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 mergeConflict hasUnresolvedComments
2026-03-27 Alex Bozhenko 606395 internal/godoc: add versioning for links to std packages mergeConflict hasUnresolvedComments
2026-03-17 Prince Roshan 714560 cmd/go/internal/tool: include dynamically buildable tools mergeConflict hasUnresolvedComments
2026-03-16 cookb7 548275 Corrected inline code comments mergeConflict hasUnresolvedComments
2026-03-16 Yuxin Wang 590497 go/analysis/passes/ctrlflow: encode more knowledge about standard library in ctrlflow analyzer mergeConflict hasUnresolvedComments
2026-03-16 Laurent Goderre 608818 cmd/go/internal/load: trim ldflags paths instead of removing them mergeConflict hasUnresolvedComments
2026-03-16 Jules Denardou 162828 regex: use step in allMatches instead of manually processing runes mergeConflict hasUnresolvedComments
2026-03-16 Charlie Vieth 404886 go/build: improve performance of Context.hasSubdir mergeConflict hasUnresolvedComments
2026-03-16 Pete Loaf 653515 cmd/go/internal/modfetch: retry failed fetches mergeConflict hasUnresolvedComments
2026-03-16 Quan Tong 541777 cmd/go: stamp VCS info when building .go files directly mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2026-03-16 Sergei Neikovich 706595 x/pkgsite: support go-import subdir mergeConflict hasUnresolvedComments
2026-03-16 Denis Isaev 194837 go/packages: go list -deps=false if no NeedDeps mergeConflict hasUnresolvedComments
2026-03-16 Jesús Espino 218757 go/analysis/passes/initflagparse: add check for avoid flag.Parse at init mergeConflict hasUnresolvedComments
2026-03-16 Steven Soroka 189346 x/text: Add Go modules support. Updates #24661 mergeConflict trybotsFailed
2026-03-16 Antoine Hedgecock 563138 cmd/go: cache coverage profile with tests mergeConflict hasUnresolvedComments
2026-03-16 Charles Duffy 394894 Hash1: Make comment more precisely describe how to emulate logic from shell mergeConflict hasUnresolvedComments
2026-03-16 Mostafa Solati 339290 modload: fix inspect go env when there is $GOPATH/go.mod exists mergeConflict hasUnresolvedComments
2026-03-16 Paweł M 318709 fix: using modules in analysistest mergeConflict hasPlusOne hasUnresolvedComments trybotsFailed
2026-03-14 zheliu2 754941 runtime: skip /proc reads when containermaxprocs=0 hasUnresolvedComments trybotsFailed
2026-02-26 AdamKorcz 741060 testing: add libFuzzer mode to native Go fuzzing mergeConflict hasUnresolvedComments
2026-02-24 Alysson Ribeiro 699235 goTest: Implement compatibility for test suite sub-tests mergeConflict hasUnresolvedComments
2026-02-17 Roman Sharkov 647835 image/jpeg: improve decoder performance by ~12% mergeConflict hasUnresolvedComments
2026-01-29 Dirk Müller 391115 cmd/link: stop forcing binutils-gold dependency on aarch64 mergeConflict hasUnresolvedComments
2026-01-27 pitiless0514 739460 cmd/internal/obj/riscv: add Zvkned extension support mergeConflict hasUnresolvedComments
2026-01-19 Alex Eaton 584115 runtime: don't fetch c-archive/c-shared os.Args on musl/uclinux mergeConflict hasUnresolvedComments
2026-01-15 Vedant Madane 736680 gopls/internal/util/typesutil: infer types from append and map index mergeConflict hasUnresolvedComments
2026-01-08 Nhan Nguyen 731360 gopls: add "Replace := with var declaration" code action mergeConflict hasUnresolvedComments
2026-01-08 Eric Hauser 734140 go/types/objectpath: reduce allocations with sync.Pool mergeConflict hasUnresolvedComments
2026-01-07 kuehnelf 731660 internal/ssa: Optimize live variable analysis with explicit acyclic fast path mergeConflict hasUnresolvedComments
2026-01-02 Michal Hruby 618036 x86: allow decoding of AVX instructions mergeConflict hasUnresolvedComments
2025-12-05 Fann22 727260 cmd/gomobile: allow arm64 host toolchain on Android (Termux) mergeConflict hasUnresolvedComments
2025-12-03 baycore 725605 Fix removeEmptyPort mergeConflict hasUnresolvedComments
2025-11-29 Cyrus Katrak 383374 ssh: add openssh controlmaster socket support mergeConflict hasUnresolvedComments
2025-11-02 David Taylor 717020 runtime: refactor goroutine profilerecord types mergeConflict hasUnresolvedComments
2025-10-09 canoriz 701555 net/http: reuse connection if entire unread body is in buffer mergeConflict hasUnresolvedComments
2025-09-28 David Morales 688455 log/slog: reduce allocs on Any value handling mergeConflict hasUnresolvedComments
2025-09-24 Andrew Psaltis 697340 cmd/link: ensure that the "--target" clang flag is considered when testing for C linker capabilities mergeConflict hasUnresolvedComments
2025-09-19 Artem Seleznev 705196 out of range panic fix mergeConflict hasUnresolvedComments
2025-08-12 Charlie Vieth 681695 unicode/utf8: improve Valid and ValidString performance with SIMD mergeConflict hasUnresolvedComments
2025-08-08 Fabrizio Castellarin 694035 js/wasm: use the correctly captured `this` in wasm_exec::_makeFuncWrapper hasUnresolvedComments trybotsFailed
2025-06-16 thepudds 509135 cmd/gerritbot: leave a CL comment on a freshly imported PR to help confirm the author has a Gerrit account mergeConflict hasUnresolvedComments
2025-06-08 nate 679436 updated vim.md regarding breaking change in neovim 0.11 mergeConflict hasUnresolvedComments
2025-05-22 Varun Raj 666535 cmd/gomobile: add -sofilename flag to customize shared object file name mergeConflict hasUnresolvedComments
2025-05-21 Iliya Lyan 674735 all: replace deprecated strings.Title mergeConflict hasUnresolvedComments
2025-05-19 Rikiya Narita 674075 cmd/go: mod edit: add -droptoolchain flag mergeConflict hasUnresolvedComments
2025-05-17 Zxilly Chou 673475 cmd/link: attach buildinfo to wasm binary authorReviewer mergeConflict hasUnresolvedComments trybotsFailed
2025-05-13 Andrew Pogrebnoi 449815 runtime: use epoll_pwait2 where available authorReviewer mergeConflict hasUnresolvedComments trybotsFailed
2025-04-21 Denis 628877 gopls: implement struct field generation quickfix mergeConflict hasUnresolvedComments
2025-04-14 Andrii Soldatenko 118895 math: add examples for functions which had none mergeConflict hasUnresolvedComments
2025-04-09 Olivier Poitrey 284852 dns/dnsmessage: add support for draft-ietf-dnsop-svcb-https-01 RR type mergeConflict hasUnresolvedComments
2025-04-03 Han-Wen Nienhuys 642736 archive/tar: support zero-copy reading/writing mergeConflict hasUnresolvedComments
2025-03-25 Tim Humphries 659815 vscode-go: add option to disable tool recompilation prompts hasUnresolvedComments trybotsFailed
2025-03-23 pavel-cpp 658576 _content/menus.yaml: replace twitter with x mergeConflict hasUnresolvedComments
2025-03-18 Shi Han Ng 221857 encoding/base64: add examples for Encode, Decode mergeConflict hasUnresolvedComments
2025-03-15 songquanpeng 633135 feat: add Feishu & Lark's OAuth Endpoints mergeConflict hasUnresolvedComments
2025-03-15 John Biggs 587776 cmd/gomobile: add support for Apple TV and XROS mergeConflict hasUnresolvedComments
2025-03-15 Kevin Wang 583196 bind: support slices of structs mergeConflict hasUnresolvedComments
2025-03-14 Nikos 632135 Use client authn on device auth request mergeConflict hasUnresolvedComments
2025-03-05 Sebastian Nickolls 630523 cmd/internal/obj/arm64: Implement SVE instruction encodings mergeConflict hasUnresolvedComments
2025-02-21 Fabian Meumertzheim 649155 os/signal: let Reset reset Ignored signals mergeConflict hasUnresolvedComments
2025-01-31 oiweiwei 645275 encoding/json: improve decoder alloc count mergeConflict hasUnresolvedComments
2025-01-22 toad 620995 gopls/codeaction: add function parameters extraction feature. mergeConflict hasUnresolvedComments
2025-01-18 Josh Harshman 641615 cmd/link: implement openbsd.randomdata ELF section mergeConflict hasUnresolvedComments
2025-01-07 Emmett Hitz 621335 ssh/knownhosts: add support for parsing known hosts key metadata mergeConflict hasUnresolvedComments
2024-12-03 Nathaniel Williams 564338 gopls: Enable refactor.extract.constant/variable/function CodeActionKinds mergeConflict hasUnresolvedComments
2024-10-24 n0owud 622435 Restart service on failure (Windows) mergeConflict hasUnresolvedComments
2024-10-24 Adrian Cable 409394 crypto/cipher: add optimized assembly xorBytes for ARM (NEON + non-NEON) mergeConflict hasUnresolvedComments
2024-10-21 Philipp Rosenkranz 621295 gopls: handle undefined struct type in undeclaredname mergeConflict hasUnresolvedComments
2024-09-16 Mikel Olasagasti Uranga 610555 cmd/viewcore: migrate from chzyer/readline to ergochat/readline mergeConflict hasUnresolvedComments
2024-09-16 Sebastian Nickolls 599315 cmd/internal/obj: Add a new handler for register printing from Addr mergeConflict hasUnresolvedComments
2024-09-03 Yi Yang 606903 cmd/internal/obj: don't panic reporting redeclared symbol error message authorReviewer mergeConflict hasUnresolvedComments trybotsFailed
2024-08-17 Taction 588595 http2: do not retry dial if request context canceled mergeConflict hasUnresolvedComments
2024-08-17 Charlie Vieth 437300 path,path/filepath: optimize Clean for clean paths mergeConflict hasUnresolvedComments
2024-07-17 Lev Shamardin 354143 crypt/md5crypt: MD5 APR1 implementation of crypt(3). hasUnresolvedComments trybotsFailed
2024-07-10 YHM404 597455 net: enable `SetFrameReuse` in server and client connections mergeConflict hasUnresolvedComments
2024-06-09 Théophane Mayaud 591515 new quote package now v4 mergeConflict hasUnresolvedComments
2024-06-03 Ihar Suvorau 550655 go/printer: add an additional newline for comments at the end of the line hasUnresolvedComments trybotsFailed
2024-06-03 Steven L 590055 testing: fix racy t.done usage by adding a separate race-canary field mergeConflict hasUnresolvedComments
2024-06-01 Theo Brigitte 589675 goimports: add capability to use go.mod module path as prefix mergeConflict hasUnresolvedComments
2024-04-10 Jonathan Perkin 577815 syscall: implement O_DIRECT on illumos mergeConflict hasUnresolvedComments
2024-04-09 Pavol Ipoth 577535 net/httpproxy: remove loopback check in useProxy func Fixes golang/go#51416 mergeConflict hasUnresolvedComments
2024-04-08 Oluwatobi Giwa 577356 gopls: added method docs to hover info mergeConflict hasUnresolvedComments
2024-04-05 Luka Zakrajšek 572696 net/http: dial should not be canceled if an idle connection is reused mergeConflict hasUnresolvedComments
2024-02-19 Andrei Matei 502117 cmd/compile: fix location lists that extend over stack growth code mergeConflict hasUnresolvedComments
2024-02-17 stffabi 301711 cmd/compile/mips: intrinsify bits.RotateLeft32 on MIPS mergeConflict hasUnresolvedComments
2024-01-06 Normandes 548155 time: improve performance of calendar algorithms and clarify its spec… mergeConflict hasUnresolvedComments
2023-11-30 Duncan Harris 318769 text/template: unify arg handling for slice, index mergeConflict hasUnresolvedComments
2023-11-17 xushiwei 536695 fix hoverPackageName mergeConflict hasUnresolvedComments
2023-09-23 Vladimir Voevodin 530716 message: fix language translation issue hasUnresolvedComments trybotsFailed
2023-08-22 Francis Laniel 521157 unix/linux: update to Linux kernel 6.4 mergeConflict hasUnresolvedComments
2023-08-20 Jille Timmermans 520936 pkgsite: allow using non-https over localhost for the index mergeConflict hasUnresolvedComments
2023-08-19 Scott Prive 521095 fixes #49134, config needs to allow native passwords. golang/go/issue… mergeConflict hasUnresolvedComments
2023-08-09 Philip Silva 503455 os: write kill to ctl instead of a note on plan9 mergeConflict hasUnresolvedComments
2023-07-07 Gregory Kalabin 457195 cmd/doc: match major module versions without needing a /vN suffix mergeConflict hasUnresolvedComments
2023-04-20 Raj 484838 cmd/compile: enable profile guided code specialization mergeConflict hasUnresolvedComments
2023-03-20 rmuzzey 477155 net: This change updates the name resolution documentation to be more concise on how the code behaves for the different platforms. Fixes #57663 mergeConflict hasUnresolvedComments
2023-02-16 Aleksey Myasnikov 468275 database/sql: use errors.Is when checking io.EOF mergeConflict hasUnresolvedComments
2022-12-22 frederickmixell 439035 _content: Slider re-design authorContributor mergeConflict hasUnresolvedComments trybotsFailed
2022-12-17 irfan sharif 387874 runtime,runtime/metrics: track on-cpu time per goroutine mergeConflict hasUnresolvedComments
2022-12-08 Andreas Deininger 448875 Fixing typos. mergeConflict hasUnresolvedComments
2022-11-10 Amr Alaa 449435 Add a soreted function to return a cloned array instead of sorting inplace. mergeConflict hasUnresolvedComments
2022-11-09 Eduard Wirch 448476 fix: reduce code duplication mergeConflict hasUnresolvedComments
2022-11-08 Hans 317932 runtime: add missing persistentalloc memstats mergeConflict hasUnresolvedComments
2022-11-04 Sparrow Li 266201 math/big: implement Schönhage–Strassen fft algorithm mergeConflict hasUnresolvedComments
2022-10-06 markusheinemann 413816 cmd/doc: handle special case for std package mergeConflict hasUnresolvedComments
2022-09-23 racequite 433337 all: replace io/ioutil with io and os package mergeConflict hasUnresolvedComments
2022-09-22 Shahriar Ahmed (Sazid) 432036 snippet/go.json: added a snippet to return error from if error block mergeConflict hasUnresolvedComments
2022-09-09 Jason Walton 287172 internal/lsp/source: Add useAutoBraces option. mergeConflict hasUnresolvedComments
2022-07-06 aeddi 273406 cmd/gomobile: add a flag to manually specify a work dir mergeConflict hasUnresolvedComments
2022-05-18 Kevin Rutkay 326729 go.dev/_content/learn: fix link to documentation mergeConflict hasUnresolvedComments
2022-05-18 Sean Harrington 276194 content/static: changes incorrect versions link to versions page link & latest package version link mergeConflict hasUnresolvedComments
2022-05-18 Sean Harrington 276233 content/static: move all keyboard scripts to keyboard.js mergeConflict hasUnresolvedComments
2022-05-12 Red Daly 400835 gopls/Suppress completion of filtered directory packages. mergeConflict hasUnresolvedComments
2022-04-28 matsuyoshi 381694 net/http: Client wraps context errors mergeConflict hasUnresolvedComments
2022-04-15 James Lamanna 383114 http2/h2c: handle request bodies during h2c connection upgrading mergeConflict hasUnresolvedComments
2022-04-01 Owen Ou 397434 Add missing bracket for go.work example mergeConflict hasUnresolvedComments
2021-11-17 Sathiya Ramesh 364277 encoding/binary: improve function signature with named result mergeConflict hasUnresolvedComments
2021-11-11 James Cook 328331 x/net: update interface message parsing for Dragonfly mergeConflict hasUnresolvedComments
2021-11-09 Erin Shepherd 234157 unix: Add Get/SetsockoptBytes mergeConflict hasUnresolvedComments
2021-11-02 Jinsu Park 317916 testing: Improve ambiguous error message about wrong value for `-benchtime` flag. mergeConflict hasUnresolvedComments
2021-11-01 Kristin Davidson 360195 ssh: add support for extension negotiation (rfc 8308) mergeConflict hasUnresolvedComments
2021-09-06 Daniel Lee 180117 playground: support error line highlighting for multi-file program mergeConflict hasUnresolvedComments
2021-08-12 Jonathan André Schweder 152297 encoding/json: created json.UnknownFieldsError mergeConflict hasUnresolvedComments
2021-08-11 Vishwa.R 341509 x/website: change Google footer link to opensource.google/projects/go mergeConflict hasUnresolvedComments
2021-08-11 Vikram 246177 x/pkgsite: Making module path a clickable link mergeConflict hasUnresolvedComments
2021-04-29 Shih-Cheng Tu 251518 net/http: add CONNECT example for http.Transport mergeConflict hasUnresolvedComments
2021-03-15 琚致远 292029 docs: improve random-greeting chapter mergeConflict hasUnresolvedComments
2021-01-26 Eric Pauley 123478 compress/lzw: optimize code hash table to reduce collisions mergeConflict hasUnresolvedComments
2020-12-01 Harshil Shah 198757 compress/flate : add a check to recognize partial flush while decompressing mergeConflict hasUnresolvedComments
2020-11-25 Tiago Queiroz 127598 message: improve documentation and examples mergeConflict hasUnresolvedComments
2020-10-23 soya3129 244478 http2:Enable HTTP/2 server to receive and send unknown frames. mergeConflict hasUnresolvedComments
2020-10-21 Dan McArdle 262237 dnsmessage: add fuzzer for Message packing/unpacking mergeConflict hasUnresolvedComments
2020-09-16 yjhmelody 252058 windows: add GetExplicitEntriesFromAcl mergeConflict hasUnresolvedComments
2020-09-10 Heisenberg 245177 compress/lzw: optimize code hash table to reduce collisions mergeConflict hasUnresolvedComments
2020-08-29 surechen 248701 cmd/compile: add support for Lsh64*64 and Mul64 to IsSliceInBounds mergeConflict hasUnresolvedComments
2020-08-27 Hannah Howard 250950 testing: fix failure using TempDir in Benchmark mergeConflict hasUnresolvedComments
2020-08-14 Daniel Fleischman 237437 sort: improve speed of HeapSort mergeConflict hasUnresolvedComments
2020-06-30 Anirudh Mendiratta 187557 context: reduce nested conditionals in propagateCancel() mergeConflict hasUnresolvedComments
2020-05-09 Jonathan Turner 85535 pbkdf2: use larger int64 iteration counts and key lengths mergeConflict hasUnresolvedComments
2020-05-07 Artem V. Navrotskiy 232460 cmd/viewcore: ignore mapped files without executable regions mergeConflict hasUnresolvedComments
2020-04-16 Cynthia Coan 214599 gollvm: add /usr/{lib,lib32} to toolchain paths mergeConflict hasUnresolvedComments
2020-02-28 Caleb Champlin 133942 tests: update various tests to prepare for MSVC compiler toolchain mergeConflict hasUnresolvedComments
2020-02-21 Caleb Champlin 133938 runtime/cgo: MSVC toolchain support in cgo native code mergeConflict hasUnresolvedComments
2020-01-27 Kirill Korotaev 216398 http2: make GoAway and INTERNAL_ERROR to implement Temporary interface mergeConflict hasUnresolvedComments
2020-01-24 Oliver Tonnhofer 166479 font/sfnt: use kernFunc for KERN and GPOS kerning mergeConflict hasUnresolvedComments
2020-01-03 zoumo 193499 internal/imports: force to repair imports group regardless of how the… mergeConflict hasUnresolvedComments
2019-11-18 Caleb Champlin 133940 misc/cgo: adjust tests to be compatible with MSVC toolchain support mergeConflict hasUnresolvedComments
2019-11-11 Hayato Kawakami 195201 cmd/doc: show documentation for explicitly-requested identifiers regardless of the `-u` flag mergeConflict hasUnresolvedComments
2019-11-08 Mateusz Arkadiusz Mierzwinski 173781 encoding/gob: Removal of panic from EncodeValue mergeConflict hasUnresolvedComments
2019-11-01 satoshi ueki 204619 misc/wasm: allow Uint8ClampedArray with copyBytesToJS/copyBytesToGo mergeConflict hasUnresolvedComments
2019-10-10 Holger Bornträger 195577 runtime: enable go programs to crash on windows mergeConflict hasUnresolvedComments
2019-09-30 ibuler 175978 ssh: add ssh partial success for ssh server 2FA mergeConflict hasUnresolvedComments
2019-09-20 Armando Faz 165877 curve25519: add faster X25519 for amd64 arch mergeConflict hasUnresolvedComments
2019-08-27 Olivier Wulveryck 179338 reflect: replace type assertion with a call to Type.common() mergeConflict hasUnresolvedComments
2019-08-02 Tristian Azuara 186978 Fix setter generation for ObjC and update golden files mergeConflict hasUnresolvedComments
2019-07-07 Joshua Strauss 182758 cmd/internal/objfile: correctly report the source file of assembly functions mergeConflict hasUnresolvedComments
2019-06-13 Trevor Prater 125138 image/jpeg: decomposes scan loops and pre-computes values mergeConflict hasUnresolvedComments
2019-05-22 Windson Yang 178120 doc: clarify relative import paths don't work with modules mergeConflict hasUnresolvedComments
2019-05-07 Kaarthik Rao Bekal Radhakrishna 132975 cmd/guru: fix misspelling in code comment mergeConflict hasUnresolvedComments
2019-02-25 John Starks 152759 cmd/link: support PIE build mode on Windows authorReviewer mergeConflict hasUnresolvedComments trybotsFailed
2019-02-21 lucor 107515 present: add footer template mergeConflict hasUnresolvedComments
2018-12-20 Oryan Moshe 125261 os: remove read-only directories on windows mergeConflict hasUnresolvedComments
2018-11-16 Vikram 129756 encoding/json, encoding/xml: updated the documentation to use embedded fields instead of anonymous fields. mergeConflict hasUnresolvedComments
2018-10-26 Patrick Walker 144106 cmd/go/internal/modcmd: warn when no version supplied to go mod download mergeConflict hasUnresolvedComments
2018-10-19 Miyachi Katsuya 131575 crypto/x509: validate HostName with VerifyHostname function mergeConflict hasUnresolvedComments
2018-10-04 Vladimir Kuzmin 139101 runtime: use wrappers for op= map operations mergeConflict hasUnresolvedComments
2018-07-12 Peter Sanford 85155 ssh: remove arcfour{128,256} from default cipher list mergeConflict hasUnresolvedComments
2018-06-17 Ingo Krabbe 119316 cmd/go: better quote the cfg.GOROOT output mergeConflict hasUnresolvedComments
2018-05-09 Antonin Amand 112215 cmd/link: add option to omit go DWARF user attributes mergeConflict hasUnresolvedComments
2018-04-19 Dev Ojha 104576 sha3,md4,ripemd160: implement BinaryMarshaler, BinaryUnmarshaler mergeConflict hasUnresolvedComments
2018-01-12 Frank Rehwinkel 37856 guru: support cgo mergeConflict hasUnresolvedComments
2017-12-27 Zachary Madigan 85316 windows, windows/svc/mgr: add new service constants and ability to add service recovery settings mergeConflict hasUnresolvedComments
2017-07-18 Arthur Mello 49410 mail: improve ParseAddress error for badly quoted display name mergeConflict hasUnresolvedComments
2017-03-30 Cosmos Nicolaou 35254 vendor/golang.org/x/toold/godoc: support for vendor and ?m=all-pkgs as the default mergeConflict hasUnresolvedComments
2017-03-22 Menghan Li 37995 x/net/proxy: support HTTP CONNECT in x/net/proxy mergeConflict hasUnresolvedComments
2026-04-02 Bobby Powers 724560 runtime: unregister LSAN root regions before freeing reserved memory mergeConflict hasUnresolvedComments trybotsFailed
2026-03-16 Ali Yousefi Sabzevar 450057 src/: replace golang.org with go.dev mergeConflict hasUnresolvedComments trybotsFailed
2025-08-18 Ole André Vadla Ravnås 678795 cmd/link: sort .pdata by function start address mergeConflict hasUnresolvedComments trybotsFailed
2025-07-23 GSmithApps 643516 gopls: render package documentation when hovering over imported package name identifiers mergeConflict hasUnresolvedComments trybotsFailed
2024-11-28 miton18 625315 strings: improve equality check on simple cases mergeConflict hasUnresolvedComments trybotsFailed
2024-11-09 lennonchan 626757 runtime: delete the function and code related to maxObjsPerSpan mergeConflict hasUnresolvedComments trybotsFailed
2024-09-20 Lars Meyer 490135 windows: use cgo.Handle for service object mergeConflict hasUnresolvedComments trybotsFailed
2024-06-24 nikzayn 593636 Fixes golang/go #67920 #66861 mergeConflict hasUnresolvedComments trybotsFailed
2024-03-18 Unmoveable Breeze 382754 image/jpeg: improve handling of JPEG restart markers in non-ideal cases mergeConflict hasUnresolvedComments trybotsFailed
2023-11-17 Matthew Rothenberg 515055 internal/sysinfo: fallback to syscall for CPU detection on darwin mergeConflict hasUnresolvedComments trybotsFailed
2023-11-05 Daniel Frederick Crisman 483315 godoc/static: Update subrepo tour links mergeConflict hasUnresolvedComments trybotsFailed
2023-10-12 evank28 277454 added insert tag for handle-errors tutorial mergeConflict hasUnresolvedComments trybotsFailed
2023-04-25 kevherro 477495 testing: log the call site file name of t.Helper() when called in a goroutine mergeConflict hasUnresolvedComments trybotsFailed
2021-12-07 Mark Skilbeck 314189 Newline to separate text from previous item in settings.md mergeConflict hasUnresolvedComments trybotsFailed
2021-04-05 Sparrow Li 246877 crypto: check the Key Usage extension mergeConflict hasUnresolvedComments trybotsFailed
2019-04-08 louis 171077 xsrftoken: correct semantics of time vs now variable mergeConflict hasUnresolvedComments trybotsFailed
2018-08-27 Zachary Romero 87658 os: add example for os.PathError mergeConflict hasUnresolvedComments trybotsFailed
2017-07-17 Alexis H 42818 x/tools/present: add support to mark text as inserted (+) or deleted (~) mergeConflict hasUnresolvedComments trybotsFailed