-
Notifications
You must be signed in to change notification settings - Fork 18k
Insights: golang/go
Overview
-
- 0 Merged pull requests
- 4 Open pull requests
- 123 Closed issues
- 52 New issues
Could not load contribution data
Please try again later
4 Pull requests opened by 3 people
-
text/template: use sync.OnceValue for builtinFuncs
#73689 opened
May 13, 2025 -
internal/filepathlite: fix comment
#73725 opened
May 14, 2025 -
cmd/link: attach buildinfo to wasm binary
#73742 opened
May 16, 2025 -
all: replace HasPrefix and slicing with CutPrefix
#73756 opened
May 17, 2025
123 Issues closed by 21 people
-
runtime: found bad pointer in Go heap
#73755 closed
May 17, 2025 -
text/template: consider adding recursion depth limit for deeply nested expressions
#71201 closed
May 17, 2025 -
x/build: bot linux-riscv64-mengzhuo--megrez-1 reported as broken
#73745 closed
May 16, 2025 -
x/tools/gopls: prefill new go files with package statement
#72930 closed
May 16, 2025 -
x/tools/gopls: modernize slices.Delete suggestion not considering uint type
#73663 closed
May 16, 2025 -
cmd/go/internal/modget: avoid queries for workspace modules and verify module using workspace graph
#73654 closed
May 16, 2025 -
runtime: fpTracebackPCs SIGSEGV
#73750 closed
May 16, 2025 -
x/tools/gopls/internal/analysis/modernize: slices.Delete modernizer is unsound (clears out s[len:cap])
#73686 closed
May 16, 2025 -
sync:mayMoreStackPreempt: TestPoolGC failures
#73728 closed
May 16, 2025 -
cmd/go: add global ignore mechanism for Go tooling ecosystem
#42965 closed
May 16, 2025 -
sync:cpu10: TestPoolGC failures
#73642 closed
May 16, 2025 -
cmd/compile: confusing error messages when a type is repeated
#8853 closed
May 16, 2025 -
syscall: use Windows FILE_FLAG_BACKUP_SEMANTICS in remaining places (Open)
#23312 closed
May 16, 2025 -
x/tools/internal/diff/lcs: TestRandOld is flaky (and relies on obsolete behavior of rand.SetSeed)
#73714 closed
May 16, 2025 -
x/tools/gopls: Package.Path called on nil Package in AddTestForFunc
#73687 closed
May 15, 2025 -
cmd/compile: unnamed functions missing FuncInfo
#73716 closed
May 15, 2025 -
x/tools/gopls/internal/test/marker: "signal: killed" failure on x_tools-gotip-linux-ppc64_power8
#73276 closed
May 15, 2025 -
cmd/go: go test should be more explicit about test failures
#13106 closed
May 15, 2025 -
x/perf/cmd/benchstat: wrong number of header columns in CSV output
#67760 closed
May 15, 2025 -
x/crypto/ssh: support server-side Diffie-Hellman Group Exchange
#54743 closed
May 15, 2025 -
proposal: x/crypto/ssh: expose client/sever supported algorithms
#46638 closed
May 15, 2025 -
x/crypto/ssh: expose negotiated algorithms
#58523 closed
May 15, 2025 -
x/crypto/ssh: export supported algorithms
#61537 closed
May 15, 2025 -
x/tools/go/packages: TestRmdirAfterGoList_Runner failures
#73503 closed
May 15, 2025 -
proposal: go/types: add HasTypeName interface
#66890 closed
May 15, 2025 -
runtime/pprof: TestMutexBlockFullAggregation failures
#73641 closed
May 15, 2025 -
x/build/cmd/relui: bypass trybots for VERSION file CLs
#73614 closed
May 15, 2025 -
x/build/cmd/relui: consider failing to add a reviewer a soft failure
#68276 closed
May 15, 2025 -
net: TestCloseWrite/unix failures
#73140 closed
May 15, 2025 -
net: TestFilePacketConn failures
#73698 closed
May 15, 2025 -
net: TestFileConn failures
#73683 closed
May 15, 2025 -
x/sync/errgroup: no trace info is shown when nil pointer dereference occurs
#73710 closed
May 14, 2025 -
cmd/go: no compilation error for invalid filenames in subdirectories with embed.FS
#54003 closed
May 14, 2025 -
cmd/go: env -changed misses CGO_LDFLAGS, others
#69994 closed
May 14, 2025 -
runtime/pprof: TestGoroutineProfileConcurrency/overlapping_profile_requests failures
#73600 closed
May 14, 2025 -
x/build: trybots and CI outage due to crash loop in VMs
#73715 closed
May 14, 2025 -
x/tools/cmd/deadcode: Deadcode not reported with different argument order in workspace
#73652 closed
May 14, 2025 -
proposal: sync: Add MarshalJSON() ([]byte, error) and UnmarshalJSON([]byte) error to sync.Map
#73717 closed
May 14, 2025 -
govulncheck-action: suggestion allow specifying cache-dependency-path
#70027 closed
May 14, 2025 -
cmd/link test fails on Windows without symlinks
#73692 closed
May 14, 2025 -
runtime: canonical 48-bit address bug in lfstack
#49405 closed
May 14, 2025 -
proposal: go/types: add Basic.Obj
#71886 closed
May 14, 2025 -
No packages found for open file
#73712 closed
May 14, 2025 -
proposal: log/slog: Add LogDepth
#73707 closed
May 14, 2025 -
map loop count error
#73708 closed
May 14, 2025 -
x/mobile: poco Nfc 3
#73705 closed
May 14, 2025 -
crypto/x509: ExtKeyUsageAny bypasses policy validation
#73612 closed
May 13, 2025 -
x/tools/gopls: imports.ApplyFixes panics with "invalid line number %d (should be < %d)"
#73587 closed
May 13, 2025 -
cmd/go: 'go list -m all' fails when offline after 'go mod tidy' due to missing .info files
#42723 closed
May 13, 2025 -
proposal: cmd/go: allow versioned go doc commands
#73489 closed
May 13, 2025 -
cmd/go: `go test` hides the exit status of the test binary
#45508 closed
May 13, 2025 -
x/tools/go/packages: Alias type not being parsed as types.Alias with packages.Load
#73699 closed
May 13, 2025 -
cmd/go: poor error message for misseting GOENV on windows
#73695 closed
May 13, 2025 -
proposal: net/http: return an error instead of panicking on http.ServeMux registration errors
#55942 closed
May 13, 2025 -
x/website, x/pkgsite: net/http.ServeMux.Handle example reads poorly if shown as a complete program
#40103 closed
May 13, 2025 -
net/http: ServeMux excess locking
#28785 closed
May 13, 2025 -
runtime/pprof: pprof.Profile `WriteTo` does not check for the error, and return success on errors
#73107 closed
May 13, 2025 -
x/pkgsite: source file links for unknown hosts should not link to self
#73333 closed
May 13, 2025 -
x/website: url to github cli repo is wrong
#73621 closed
May 13, 2025 -
net/http: routing enhancements issue parsing `{foo}:method`
#73693 closed
May 13, 2025 -
cmd/go: `-json` flag for `go version -m`
#69712 closed
May 13, 2025 -
sync: reduce contention between Map operations with new-but-disjoint keys
#21035 closed
May 13, 2025 -
sync: reduce pointer overhead in Map
#21031 closed
May 13, 2025 -
crypto/{sha256, md5, ...}: bound work in non-preemptible assembly loops
#64417 closed
May 13, 2025 -
testing: Add T.Output() etc
#59928 closed
May 13, 2025 -
riscv64: can't build on FreeBSD with cgo
#73516 closed
May 13, 2025 -
text/template: Clone() does not clone options like it does for funcs
#43022 closed
May 12, 2025 -
x/net/http2: optimize typeFrameParser using an array
#73613 closed
May 12, 2025 -
govulncheck-action: using old action/setup-go results in no caching
#73616 closed
May 12, 2025 -
testing: t.TempDir() failing if test name exceeds 255 chars
#71742 closed
May 12, 2025 -
net: TestDialGoogle uses IPv4 address with leading zeros
#73378 closed
May 12, 2025 -
x/build: add LUCI linux-s390x builder
#67307 closed
May 12, 2025 -
x/crypto: Feature Request: Expose Negotiated Cipher
#73679 closed
May 12, 2025 -
os: TestRacyRead/named_overlapped_pipe failures
#73630 closed
May 12, 2025 -
go/version: doesn't handle devel toolchain versions
#73369 closed
May 12, 2025 -
runtime: inlining in bgsweep leads to livelock
#73499 closed
May 12, 2025 -
os/exec: `(*Cmd).Run` doesn't return when TCP connection attached to I/O
#73675 closed
May 12, 2025 -
os: Root.Mkdir creates directories with zero permissions on OpenBSD [1.24 backport]
#73570 closed
May 12, 2025 -
x/tools/go/ast/inspector: add Cursor, to enable partial and multi-level traversals
#70859 closed
May 12, 2025 -
runtime: /usr/local/go/src/runtime/mpagealloc.go:496 index out of range
#73671 closed
May 12, 2025 -
runtime: Memory leaks caused by circular references
#73674 closed
May 12, 2025 -
proposal: slices: add Intersect and IntersectFunc
#64539 closed
May 11, 2025 -
x/pkgsite: shows the escape character in sidebar index
#65119 closed
May 11, 2025 -
proposal: cmp: Add Cond[T any](cond bool, ifval, elseval T) T
#66062 closed
May 11, 2025 -
proposal: string: add HasAnyOfPrefixes, HasAnyOfSuffixes
#66191 closed
May 11, 2025 -
x/playground: playground times out when executing simple snippet
#66741 closed
May 11, 2025 -
proposal: time: allow scientific notation in ParseDuration
#67076 closed
May 11, 2025 -
proposal: go/doc: ITU-T URL support
#67217 closed
May 11, 2025 -
proposal: testing: add TB.SetStdout
#68810 closed
May 11, 2025 -
proposal: path/filepath: Deprecate Walk
#69604 closed
May 11, 2025 -
proposal: net/http: support slash (/) in path variable
#70601 closed
May 11, 2025 -
all: replace reflect.DeepEqual for error comparisons in test files
#71197 closed
May 11, 2025 -
crypto/x509: Verify allows serialNumber larger than 20 octets
#72076 closed
May 11, 2025 -
testing/synctest: GOEXPERIMENT=synctest blocks indefinitely with context.WithTimeout in tight loop
#73130 closed
May 11, 2025 -
proposal: testing: add WithValue and Value methods to testing.T (and others)
#73288 closed
May 11, 2025 -
crypto/x509: redundant UnknownExtKeyUsage check in verify.go
#73289 closed
May 11, 2025 -
internal/fuzzing, cmd/go: compiling fuzz-tests do not include coverage instrumentation
#73465 closed
May 11, 2025 -
x/crypto/acme: WaitOrder returns an order without a URI
#73504 closed
May 11, 2025 -
proposal: net/http/httptest: ResponseRecorder.Reset
#73544 closed
May 11, 2025 -
proposal: slices: add AllMatch
#68532 closed
May 11, 2025 -
proposal: slices: add functions MinNFunc and MaxNFunc
#67376 closed
May 11, 2025 -
proposal: slices: add Cut, CutPrefix and CutSuffix
#64095 closed
May 11, 2025 -
strconv: allocation in the error case dominates the runtime
#43241 closed
May 11, 2025 -
proposal: strings: add First/Last function
#63197 closed
May 11, 2025 -
text/template: JSEscape generates invalid JSON
#37634 closed
May 11, 2025 -
proposal: unicode: improvement of rune-checking funcs
#68064 closed
May 11, 2025 -
unicode: does not document that ZERO WIDTH NO-BREAK SPACE (\uFEFF) is not considered whitespace
#42274 closed
May 11, 2025 -
proposal: encoding: add interface BinaryWriter to reduce pressure on GC
#72915 closed
May 11, 2025 -
proposal: context: functional interfaces
#62017 closed
May 11, 2025 -
proposal: context: add iterator for values
#69562 closed
May 11, 2025 -
proposal: context: add method like WithoutCancel but preserve context deadline
#67135 closed
May 11, 2025 -
context: TestLayersCancel flake
#19459 closed
May 11, 2025 -
path: build failures
#68439 closed
May 11, 2025 -
x/blog: test times out on aix-ppc64 builder
#33940 closed
May 11, 2025 -
x/exp/slog: TestTextHandlerSource failures
#56212 closed
May 11, 2025 -
x/review: use alternative remote repository
#31046 closed
May 11, 2025 -
proposal: ship packaged debian bianaries along with tarballs
#73668 closed
May 11, 2025 -
feature request: failing a build that must have only a single version of a package
#73665 closed
May 11, 2025
52 Issues opened by 26 people
-
proposal: net/http: support Unwrap() in http.MaxBytesReader for requestTooLarge detection
#73754 opened
May 17, 2025 -
cmd/compile: play better with perf
#73753 opened
May 16, 2025 -
proposal: debug/dwarf: define Go-specific attributes
#73752 opened
May 16, 2025 -
cmd/compile: TestScript/dwarf5_gen_assembly_and_go failures
#73751 opened
May 16, 2025 -
access: please add new email to existing account
#73749 opened
May 16, 2025 -
runtime: bad frame pointer during panic during duffcopy
#73748 opened
May 16, 2025 -
runtime: autogenerated frames not being skipped in CallersFrames
#73747 opened
May 16, 2025 -
cmd/go: mod edit: missing -droptoolchain flag
#73744 opened
May 16, 2025 -
crypto/x509: ParseCertificate allows unsorted `SET` values in RDNs
#73743 opened
May 16, 2025 -
cmd/link: `go:buildinfo` was not written in `wasm`
#73741 opened
May 16, 2025 -
os/signal: TestNohup/uncaught/1 failures
#73740 opened
May 16, 2025 -
testing: TestTRun/output_with_chatty failures
#73739 opened
May 16, 2025 -
runtime:mayMoreStackMove: TestFinalizerOrCleanupDeadlock/PprofProto#01 failures
#73738 opened
May 15, 2025 -
testing: TestTRun/output_with_chatty_and_json failures
#73737 opened
May 15, 2025 -
x/tools/internal/gocommand: TestRmdirAfterGoList_Runner failures
#73736 opened
May 15, 2025 -
x/tools/imports: Command fails in sandbox when "go" is not on PATH
#73734 opened
May 15, 2025 -
testing/synctest: isolation failure in encoding/json
#73733 opened
May 15, 2025 -
cmd/link: `buildinfo` was saved twice
#73731 opened
May 15, 2025 -
os: new test TestOpenFileCreateExclDanglingSymlink fails on Plan 9
#73729 opened
May 15, 2025 -
cmd/go: C source files not allowed when not using cgo or SWIG
#73727 opened
May 15, 2025 -
os: TestFileAssociatedWithExternalIOCP failures
#73726 opened
May 15, 2025 -
x/tools/gopls: imports.(*ProcessEnv).GetResolver stuck waiting for go list
#73724 opened
May 14, 2025 -
testing: TestTRun/buffered_output_gets_flushed_at_test_end failures
#73723 opened
May 14, 2025 -
runtime/pprof: unrecognized failures
#73722 opened
May 14, 2025 -
cmd/compile/internal/types2: unrecognized failures
#73721 opened
May 14, 2025 -
os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows [1.24 backport]
#73720 opened
May 14, 2025 -
os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows [1.23 backport]
#73719 opened
May 14, 2025 -
x/tools/gopls: completion: rank 'struct' higher than imported symbols
#73713 opened
May 14, 2025 -
x/tools/gopls: high memory consumption on 19MLoC input
#73709 opened
May 14, 2025 -
cmd/cgo/internal/test:static: unrecognized failures
#73706 opened
May 13, 2025 -
cmd/go/internal/vcweb/vcstest: TestScripts/git/gitrepo-sha256.txt failures [consistent failure]
#73704 opened
May 13, 2025 -
os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows
#73702 opened
May 13, 2025 -
os: CopyFS fails with ErrClosed
#73701 opened
May 13, 2025 -
crypto/x509: ExtKeyUsageAny bypasses policy validation [1.24 backport]
#73700 opened
May 13, 2025 -
cmd/cgo/internal/testsanitizers: TestLSAN/lsan2 failures
#73697 opened
May 13, 2025 -
net: TestFileListener failures
#73696 opened
May 13, 2025 -
cmd/go: TestScript/test_fuzz_chatty failures
#73694 opened
May 13, 2025 -
x/crypto/x509roots/fallback: high, unskippable, init cost
#73691 opened
May 13, 2025 -
x/tools/gopls: completion: rank 'continue' higher inside a loop
#73690 opened
May 13, 2025 -
net/http: ServeMux.Handler returns wrong pattern with trailing-slash redirection handler
#73688 opened
May 13, 2025 -
cmd/link: increase section limit to 4 GiB or more
#73684 opened
May 13, 2025 -
x/arch/riscv64/riscv64asm: TestObjdumpRISCV64TestDecodeGNUSyntaxdata stalls on linux/s390x
#73682 opened
May 12, 2025 -
x/crypto/sha3: TestMarshalUnmarshal/SHA3-224 fails on linux/s390x
#73681 opened
May 12, 2025 -
unique: string arguments do not need to escape
#73680 opened
May 12, 2025 -
x/tools/gopls: FoldingRange: no fold option for functions (there is a comment at the end of the line)
#73735 opened
May 12, 2025 -
runtime/debug: BuildSetting does not document DefaultGODEBUG [1.23 backport]
#73677 opened
May 12, 2025 -
runtime/debug: BuildSetting does not document DefaultGODEBUG [1.24 backport]
#73678 opened
May 12, 2025 -
proposal: os: add O_NONBLOCK
#73676 opened
May 12, 2025 -
unicode: IsPrint and IsGraphic return true on variation selectors characters
#73673 opened
May 12, 2025 -
hash/maphash: hashing channels with purego impl. of maphash.Comparable panics [1.24 backport]
#73669 opened
May 11, 2025 -
proposal: sync: add M-local storage
#73667 opened
May 11, 2025
170 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
runtime: map[int64]struct{} requires 16 bytes per slot
#71368 commented on
May 11, 2025 • 0 new comments -
x/tools/gopls: support Go assembly files
#71754 commented on
May 11, 2025 • 0 new comments -
proposal: x/crypto/ssh: verified public key callback and arbitrary data in Permissions
#70795 commented on
May 11, 2025 • 0 new comments -
x/oauth2: TestExchangeRequest_JSONResponse failures
#66862 commented on
May 11, 2025 • 0 new comments -
x/website/_content/blog: pprof example doesn't trigger reallocation
#43963 commented on
May 11, 2025 • 0 new comments -
testing/iotest: add ZeroNilReader, CorruptingReader
#9466 commented on
May 11, 2025 • 0 new comments -
proposal: slices: add Push
#64090 commented on
May 11, 2025 • 0 new comments -
proposal: cmd/fix: remove all functionality
#73605 commented on
May 11, 2025 • 0 new comments -
runtime: plugin has empty pluginpath
#73541 commented on
May 11, 2025 • 0 new comments -
cmd/go: compile error for "toolchain default" in go.mod, removed by mod tidy
#73127 commented on
May 11, 2025 • 0 new comments -
proposal: x/crypto/acme: support for acme profiles
#73101 commented on
May 11, 2025 • 0 new comments -
proposal: cmd/vet: add check for using %q with integer types
#72850 commented on
May 11, 2025 • 0 new comments -
proposal: time: add Time.AppendText
#66972 commented on
May 11, 2025 • 0 new comments -
runtime/coverage: confusing go test -cover + GOCOVERDIR behavior
#66225 commented on
May 12, 2025 • 0 new comments -
proposal: crypto/mlkem: support derandomized encapsulation in tests
#73627 commented on
May 12, 2025 • 0 new comments -
x/tools/internal/jsonrpc2: TestIdleTimeout failures
#55179 commented on
May 12, 2025 • 0 new comments -
cmd/go/internal/workcmd/sync: investigate cases where sync doesn't work correctly with unreleased workspace modules
#73655 commented on
May 12, 2025 • 0 new comments -
hash/maphash: hashing channels with purego impl. of maphash.Comparable panics
#73657 commented on
May 12, 2025 • 0 new comments -
cmd/go/internal/work: wrong arch detection for s390x
#73382 commented on
May 12, 2025 • 0 new comments -
proposal: slices: document behavior w.r.t. nil
#73604 commented on
May 12, 2025 • 0 new comments -
go/ast: establish File.FileStart <= Node.Pos <= Node.End <= File.FileEnd for all Nodes in a File
#73438 commented on
May 12, 2025 • 0 new comments -
x/tools/gopls: crash due to fixed ast.Node.End beyond EOF
#66790 commented on
May 12, 2025 • 0 new comments -
go/parser: StructType.End() can underflow the File
#66683 commented on
May 12, 2025 • 0 new comments -
x/tools/gopls: panic after failed PosRange in xrefs.Index
#67704 commented on
May 12, 2025 • 0 new comments -
x/mobile: does not work with Go 1.22 if a vendor folder is present, even with the `GO111MODULE=off` workaround
#67927 commented on
May 12, 2025 • 0 new comments -
x/tools/cmd/auth: tag and delete
#70872 commented on
May 12, 2025 • 0 new comments -
x/crypto/ssh/test: TestDialUnix failures
#66378 commented on
May 12, 2025 • 0 new comments -
runtime: "some test left a core file behind" failure
#69457 commented on
May 12, 2025 • 0 new comments -
x/net/http2: TestTransportFailureErrorForHTTP1Response/with_enough_frame_size_to_start_reading failures
#72979 commented on
May 12, 2025 • 0 new comments -
x/build/cmd/racebuild: migrate to LUCI
#72767 commented on
May 12, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/1ms failures
#71181 commented on
May 12, 2025 • 0 new comments -
runtime:cpu1: TestPreemptionAfterSyscall/10µs failures
#72138 commented on
May 12, 2025 • 0 new comments -
x/net/http2: TestTransportFailureErrorForHTTP1Response/with_default_max_frame_size failures
#72981 commented on
May 12, 2025 • 0 new comments -
internal/coverage/cfile: TestCoverageApis/emitWithCounterClear failures
#68423 commented on
May 12, 2025 • 0 new comments -
build: build failure on gotip-linux-arm64_c4ah72-perf_vs_release
#70308 commented on
May 12, 2025 • 0 new comments -
runtime: use runtime.AddCleanup in the standard library
#70907 commented on
May 12, 2025 • 0 new comments -
proposal: testing: custom mutator support for fuzzing
#48815 commented on
May 12, 2025 • 0 new comments -
proposal: x/tools/go/analysis: add -category=... filter flag to driver commands
#72008 commented on
May 13, 2025 • 0 new comments -
x/build: timeout on LUCI openbsd-amd64 builder
#65311 commented on
May 13, 2025 • 0 new comments -
proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation
#69559 commented on
May 13, 2025 • 0 new comments -
proposal: go/types: add Hasher{,IgnoreTags} types
#69420 commented on
May 13, 2025 • 0 new comments -
x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures
#70649 commented on
May 13, 2025 • 0 new comments -
unique: optimize interning of string([]byte)
#71926 commented on
May 13, 2025 • 0 new comments -
proposal: all: add bare metal support
#73608 commented on
May 13, 2025 • 0 new comments -
x/build: `darwin-amd64` LUCI builders are sometimes too slow
#65040 commented on
May 13, 2025 • 0 new comments -
x/build: create LUCI GCE host images
#60468 commented on
May 13, 2025 • 0 new comments -
net: TestCloseWrite failures with "i/o timeout" on darwin/arm64
#49352 commented on
May 13, 2025 • 0 new comments -
x/tools/gopls: extract function on `if err != nil` is unidiomatic
#66289 commented on
May 13, 2025 • 0 new comments -
runtime:cpu2: TestChanSendBarrier failures
#73467 commented on
May 13, 2025 • 0 new comments -
net/http: ServeMux.Handler does not populate named path wildcards
#69623 commented on
May 13, 2025 • 0 new comments -
cmd/go, testing: go test 4-5x slower on Windows when test caching is used; -count=1 is fast
#72992 commented on
May 13, 2025 • 0 new comments -
x/website,x/pkgsite: add support for syntax highlighting
#56081 commented on
May 13, 2025 • 0 new comments -
internal/trace: TestTraceStress/AllocFree failures
#70838 commented on
May 13, 2025 • 0 new comments -
cmd/go: "go get" fails when GOFIPS140=v1.0.0 is set
#73649 commented on
May 13, 2025 • 0 new comments -
x/tools/gopls/internal/test/integration/workspace: TestCreateModule_Interdependent/default failures
#73651 commented on
May 13, 2025 • 0 new comments -
proposal: syscall/js: remove Func.Release()
#57435 commented on
May 13, 2025 • 0 new comments -
crypto: post-quantum support roadmap
#64537 commented on
May 13, 2025 • 0 new comments -
x/build: build and test failures on openbsd-amd64 builders
#66474 commented on
May 13, 2025 • 0 new comments -
proposal: encoding/xml: add RawXML token
#26756 commented on
May 13, 2025 • 0 new comments -
proposal: spec: direct reference to embedded fields in struct literals
#9859 commented on
May 13, 2025 • 0 new comments -
spec: language change review meeting minutes
#33892 commented on
May 13, 2025 • 0 new comments -
meta: intermittent `unexpected disconnect while reading sideband packet` when fetching golang.org/x repos since 2022-03-25
#52490 commented on
May 14, 2025 • 0 new comments -
runtime/pprof: TestVMInfo failures
#73475 commented on
May 14, 2025 • 0 new comments -
cmd/compile: loop invariant code motion
#63670 commented on
May 14, 2025 • 0 new comments -
runtime: implement WASM-GC
#63904 commented on
May 14, 2025 • 0 new comments -
proposal: spec: add support for int128 and uint128
#9455 commented on
May 14, 2025 • 0 new comments -
x/tools/astutil: use goimports import path to import name heuristic in UsesImport
#30331 commented on
May 14, 2025 • 0 new comments -
proposal: x/sys/unix: add methods to convert between time.Time and unix.PtpClockTime on Linux
#70032 commented on
May 14, 2025 • 0 new comments -
Go compiler and runtime meeting notes
#43930 commented on
May 14, 2025 • 0 new comments -
x/tools/gopls: regtest flakes due to hanging go commands
#54461 commented on
May 14, 2025 • 0 new comments -
cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen
#73617 commented on
May 14, 2025 • 0 new comments -
proposal: x/exp/xiter: new package with iterator adapters
#61898 commented on
May 14, 2025 • 0 new comments -
x/build/cmd/coordinator: TestFindWork failures
#55190 commented on
May 14, 2025 • 0 new comments -
proposal: crypto: ignore rand io.Reader where behavior is not specified
#70942 commented on
May 14, 2025 • 0 new comments -
proposal: x/exp/xiter: add Nop, Nop2, Value, Value2
#68947 commented on
May 14, 2025 • 0 new comments -
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
#72883 commented on
May 14, 2025 • 0 new comments -
proposal: os: add Root.ReadFile & Root.WriteFile
#73126 commented on
May 14, 2025 • 0 new comments -
proposal: os: convenience function for one-off Root operations
#73168 commented on
May 14, 2025 • 0 new comments -
proposal: os: extend Root FS with interface io/fs.SubFS
#72054 commented on
May 14, 2025 • 0 new comments -
proposal: go/ast: deprecate MergePackageFiles (it's not used, and buggy)
#7124 commented on
May 14, 2025 • 0 new comments -
proposal: review meeting minutes
#33502 commented on
May 14, 2025 • 0 new comments -
proposal: go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles
#73088 commented on
May 14, 2025 • 0 new comments -
go/token: add (*FileSet).AddFiles method to add files out of order
#73205 commented on
May 14, 2025 • 0 new comments -
encoding/csv: skipping of empty rows leads to loss of data in single-column datasets
#39119 commented on
May 14, 2025 • 0 new comments -
cmd/compile: non-escaping pointer operations block register lifting of values
#73589 commented on
May 14, 2025 • 0 new comments -
cmd/compile: stronger constant propagation around closures
#73601 commented on
May 14, 2025 • 0 new comments -
runtime: TestMemoryLimit failures
#73631 commented on
May 14, 2025 • 0 new comments -
cmd/compile/internal/pgo: error parsing profile (for pgo) after scaling
#73640 commented on
May 14, 2025 • 0 new comments -
cmd/compile: segfault on netbsd-arm
#73635 commented on
May 14, 2025 • 0 new comments -
crypto: drop pre-AVX2 amd64 assembly
#69587 commented on
May 14, 2025 • 0 new comments -
go/ast: add PreorderStack, a wrapper around ast.Inspect that maintains a stack
#73319 commented on
May 14, 2025 • 0 new comments -
proposal: log/slog: GroupAttrs(key, attrs....Attr) Attr
#66365 commented on
May 14, 2025 • 0 new comments -
os/user: Current() crashes on arm64 with sigabrt signal arrived during cgo execution
#72946 commented on
May 14, 2025 • 0 new comments -
cmd/compile: assertion failed: cmd/compile/internal/noder/reader.go:765
#72873 commented on
May 14, 2025 • 0 new comments -
internal/trace: failure to parse due to inconsistent status for proc
#71110 commented on
May 14, 2025 • 0 new comments -
sync: Map: internal/sync.HashTrieMap: ran out of hash bits while inserting
#73427 commented on
May 14, 2025 • 0 new comments -
runtime: deductSweepCredit bad symbol table
#73519 commented on
May 14, 2025 • 0 new comments -
proposal: sync/v2: new package
#71076 commented on
May 14, 2025 • 0 new comments -
cmd/link: dumpdep output is missing 'from'
#73625 commented on
May 14, 2025 • 0 new comments -
cmd/internal/testdir: Test/rangegen.go failures
#67556 commented on
May 14, 2025 • 0 new comments -
cmd/go: TestScript/test_fuzz_fuzztime failures
#72104 commented on
May 14, 2025 • 0 new comments -
proposal: os: add (*Process).WithHandle
#70352 commented on
May 14, 2025 • 0 new comments -
x/tools/gopls/internal/test/integration/misc: midnight flakes of TestTelemetryPrompt_Response
#68659 commented on
May 15, 2025 • 0 new comments -
proposal: spec: lightweight anonymous function syntax
#21498 commented on
May 15, 2025 • 0 new comments -
proposal: crypto/tls: add GetEncryptedClientHelloKeys callback
#71920 commented on
May 15, 2025 • 0 new comments -
proposal: spec: allow explicit conversion from function to 1-method interface
#47487 commented on
May 15, 2025 • 0 new comments -
runtime: append can write out of bounds during data races
#73563 commented on
May 15, 2025 • 0 new comments -
crypto: obtain a FIPS 140-3 validation
#69536 commented on
May 15, 2025 • 0 new comments -
crypto/tls: TLS 1.3 unable to disable non-NIST approved ChaCha20 Cipher Suite
#54072 commented on
May 15, 2025 • 0 new comments -
compress/zstd: add new package
#62513 commented on
May 15, 2025 • 0 new comments -
hash: add Clone
#69521 commented on
May 15, 2025 • 0 new comments -
cmd/go: TestScript/gotoolchain_local failures
#66329 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: DidModifyFiles: "non-abs file path %q" bug in port.matches
#70603 commented on
May 15, 2025 • 0 new comments -
x/tools/internal/gocommand: TestRmdirAfterGoList failures
#73481 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: Completion: SEGV in deepSearch (cand slice has invalid data pointer)
#73263 commented on
May 15, 2025 • 0 new comments -
cmd/run: error hint for "no required module provides package" is not helpful
#60944 commented on
May 15, 2025 • 0 new comments -
testing: implement b.Loop keepalive without preventing inlining, which can lead to heap allocs
#73137 commented on
May 15, 2025 • 0 new comments -
testing/synctest: receive on synctest channel from outside bubble when not using synctest
#73648 commented on
May 15, 2025 • 0 new comments -
runtime: green tea garbage collector
#73581 commented on
May 15, 2025 • 0 new comments -
cmd/vet: don't complain about innocent newlines.
#57059 commented on
May 15, 2025 • 0 new comments -
cmd/go: improve error message for mismatched major versions
#41512 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: expose an off-by-default MCP server from gopls
#73580 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: SEGV updating non-nil map in analysis.Validate
#73437 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: modernize slices.Clone suggestion wrong when copying between aliased types
#73661 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: crash in append (invalid string data pointer)
#73586 commented on
May 15, 2025 • 0 new comments -
x/tools/gopls: SEGV accessing map[string]...
#73387 commented on
May 15, 2025 • 0 new comments -
proposal: hash: standardize the hash function
#70471 commented on
May 15, 2025 • 0 new comments -
x/pkgsite: detect cgo (feature request)
#73375 commented on
May 15, 2025 • 0 new comments -
runtime/pprof: TestEmptyCallStack failures
#68684 commented on
May 15, 2025 • 0 new comments -
runtime/pprof: hang in TestProfilerStackDepth
#73639 commented on
May 15, 2025 • 0 new comments -
x/build: LUCI builders fail to fetch dependencies for subrepos
#65482 commented on
May 15, 2025 • 0 new comments -
iter: add more examples
#73292 commented on
May 16, 2025 • 0 new comments -
cmd/internal/testdir: Test/fixedbugs/issue21576.go failures
#67559 commented on
May 16, 2025 • 0 new comments -
net/http: make Transport return a net.Conn Response.Body on successful CONNECT
#32273 commented on
May 16, 2025 • 0 new comments -
cmd/vet: spurious "context leak" due to imprecise 'defer' control-flow analysis in lostcancel
#25720 commented on
May 16, 2025 • 0 new comments -
proposal: testing/synctest: new package for testing concurrent code
#67434 commented on
May 16, 2025 • 0 new comments -
x/tools/gopls/internal/analysis/modernize: document that B.Loop() prevents unwanted inlining (vs. range b.N), changing benchmarks
#73579 commented on
May 16, 2025 • 0 new comments -
x/build/cmd/gerritbot: leave a CL comment on a freshly imported PR to help confirm the author has a Gerrit account
#61316 commented on
May 16, 2025 • 0 new comments -
proposal: runtime: CPU limit-aware GOMAXPROCS default
#73193 commented on
May 16, 2025 • 0 new comments -
cmd/compile: poor escape analysis of `strings.SplitSeq`
#73524 commented on
May 16, 2025 • 0 new comments -
proposal: testing/synctest: replace Run with Test
#73567 commented on
May 16, 2025 • 0 new comments -
cmd/go: command (perhaps 'go fix') to apply all safe fixes
#73623 commented on
May 16, 2025 • 0 new comments -
runtime: fpTracebackPartialExpand SIGSEGV under high panic load
#73664 commented on
May 16, 2025 • 0 new comments -
cmd/cgo/internal/testsanitizers: TestASANFuzz does not take into account subprocess hungs
#72766 commented on
May 16, 2025 • 0 new comments -
doc: second return value of syscall.Syscall needs to be documented
#29842 commented on
May 16, 2025 • 0 new comments -
all: test failures with `EBADF` from fork/exec on NetBSD
#63444 commented on
May 16, 2025 • 0 new comments -
x/build: time out on LUCI Linux/PPC64x builder
#65171 commented on
May 16, 2025 • 0 new comments -
make.bash: unrecognized failures
#70119 commented on
May 16, 2025 • 0 new comments -
proposal: net/http: add CrossOriginForgeryHandler
#73626 commented on
May 16, 2025 • 0 new comments -
proposal: crypto/tls: dynamically reload root certificate authorities
#64796 commented on
May 16, 2025 • 0 new comments -
x/tools/gopls: add refactor.inline.variable and variable-all code actions
#70085 commented on
May 16, 2025 • 0 new comments -
runtime/trace: "preempted" StateTransition sometimes has Stack of single zeroed StackFrame
#68090 commented on
May 16, 2025 • 0 new comments -
cmd/go: TestScript/test_fuzz_deadline failures
#72088 commented on
May 16, 2025 • 0 new comments -
cmd/go, cmd/distpack: build and run tools that are not necessary for builds as needed and don't include in binary distribution
#71867 commented on
May 17, 2025 • 0 new comments -
x/tools/go/packages: overlay does not work properly with external module files
#71075 commented on
May 17, 2025 • 0 new comments -
cmd/go: test failures due to network
#55164 commented on
May 17, 2025 • 0 new comments -
x/tools/internal/mcp: TestCmdTransport failures [consistent failure]
#73571 commented on
May 17, 2025 • 0 new comments -
crypto/ecdsa: add NewPublicKey and PublicKey.Bytes
#63963 commented on
May 17, 2025 • 0 new comments -
cmd/internal/testdir: Test/fixedbugs/issue46234.go failures
#67558 commented on
May 17, 2025 • 0 new comments -
proposal: crypto/tls: implement Session IDs resumption
#25228 commented on
May 17, 2025 • 0 new comments -
crypto/tls: extend coverage of BoGo test suite
#72006 commented on
May 17, 2025 • 0 new comments -
all: test failures on `linux/s390x`
#58901 commented on
May 17, 2025 • 0 new comments -
runtime: linux/s390x test timeout
#60413 commented on
May 17, 2025 • 0 new comments -
all: unrecognized failures on `plan9/386`
#60255 commented on
May 17, 2025 • 0 new comments -
cmd/compile: avoid allocs by better tracking of literals for interface conversions and make
#71359 commented on
May 17, 2025 • 0 new comments -
all: plan9-arm builder failing frequently with a variety of errors
#49338 commented on
May 17, 2025 • 0 new comments -
reflect: add TypeAssert[T]
#71639 commented on
May 17, 2025 • 0 new comments -
cmd/compile/internal/devirtualize: improve concrete type analysis
#71935 commented on
May 15, 2025 • 0 new comments -
cmd/go/internal/modload: don't infer a /v1 suffix module path
#73146 commented on
May 14, 2025 • 0 new comments -
hash/maphash: hash channels in purego version of maphash.Comparable
#73660 commented on
May 12, 2025 • 0 new comments