cmd
Issues and changes for 352 package(s) matching "cmd":
- cmd
- cmd/addr2line
- cmd/api
- cmd/asm
- cmd/asm/internal
- cmd/asm/internal/arch
- cmd/asm/internal/asm
- cmd/asm/internal/flags
- cmd/asm/internal/lex
- cmd/buildid
- ... (342 more)
#64638 opened 10 hours ago by stapelberg
cmd/compile: internal compiler error: 'UpdateByQueryRequest.Do': panic during regalloc while compiling UpdateByQueryRequest.Do:WaitingForInfocompiler/runtime
#64631 opened 1 day ago by harshavardhana
cmd/cgo/internal/testsanitizers: TestLibFuzzer and TestMSAN fail with CC=clang CGO_ENABLED=0NeedsFixcompiler/runtime
#64626 opened 2 days ago by ttttcrngyblflpp
#64621 opened 2 days ago by monoidic
cmd/cgo/internal/testsanitizers: test fail in wsl2 with clang16.0.6NeedsInvestigationcompiler/runtime
#64616 opened 2 days ago by qiulaidongfeng
#64595 opened 3 days ago by dsnet
cmd/go: cached artifacts are silently reused if we can't identify the C compiler's versionGoCommandNeedsFix
#64589 opened 4 days ago by bcmills
cmd/go: spurious "v1.x.y is not a tag" error when a tag's commit was previously download without the tag [1.21 backport]CherryPickCandidateGoCommand
#64586 opened 4 days ago by gopherbot
cmd/go: spurious "v1.x.y is not a tag" error when a tag's commit was previously download without the tag [1.20 backport]CherryPickCandidateGoCommand
#64585 opened 4 days ago by gopherbot
#64580 opened 4 days ago by bcmills
#64576 opened 4 days ago by bep
#64535 opened 6 days ago by gopherbot
cmd/go: change go test to FAIL if `-run` is specified but no tests matchGoCommandNeedsInvestigationProposal
#64500 opened 1 week ago by hyangah
cmd/go: flag modcacherw does not take effect in the target package [1.21 backport]CherryPickApprovedGoCommand
#64497 opened 1 week ago by gopherbot
cmd/compile: pgo support for external Linux perf profiles and perf_data_converterNeedsInvestigationcompiler/runtimehelp wanted
#64489 opened 1 week ago by zamazan4ik
#64487 opened 1 week ago by zamazan4ik
cmd/compile: fatal error: checkptr: pointer arithmetic computed bad pointer valueWaitingForInfocompiler/runtime
#64467 opened 1 week ago by gucio321
cmd/cgo/internal/test: consistently failing with `segmentation fault` on `linux-arm-aws` since CL 545277NeedsInvestigationOS-Linuxarch-armcompiler/runtime
#64447 opened 1 week ago by bcmills
cmd/cgo/internal/testtls: `signal arrived during external code execution` on Windows with clang 14.0.6NeedsInvestigationOS-Windowscompiler/runtimehelp wanted
#64400 opened 1 week ago by qiulaidongfeng
#64397 opened 1 week ago by zhangfannie
#64345 opened 2 weeks ago by mauri870
#64328 opened 2 weeks ago by go101
cmd/go/internal/test: Documentation about "package's source root" is imprecise.DocumentationGoCommandNeedsFixhelp wanted
#64303 opened 2 weeks ago by your-diary
#64293 opened 2 weeks ago by timothy-king
cmd/go/internal/test: compile error for `go test` on package with no test files does not output package-level "FAIL" errorGoCommandNeedsFix
#64286 opened 2 weeks ago by joyzheng
#64282 opened 2 weeks ago by marjus45
#64272 opened 2 weeks ago by go101
cmd/compile: can't override variable with ldflags when initial value is a funcNeedsInvestigationcompiler/runtime
#64246 opened 3 weeks ago by sethvargo
#64222 opened 3 weeks ago by qiulaidongfeng
cmd/compile: implement support for Alias types nodes in export data formatNeedsFixcompiler/runtimeearly-in-cycle
#64208 opened 3 weeks ago by griesemer
#64193 opened 3 weeks ago by bcmills
#64179 opened 3 weeks ago by powellnorma
#64162 opened 3 weeks ago by flimzy
#64134 opened 3 weeks ago by gopherbot
#64127 opened 3 weeks ago by griesemer
#64116 opened 3 weeks ago by justpretending
cmd/go: failing to resolve nested modules in tagged fossil reposGoCommandNeedsInvestigationWaitingForInfomodules
#64104 opened 3 weeks ago by LordPraslea
cmd/go: error from fetching go.mod checksum not diagnosed by `go list -mod=mod`GoCommandNeedsInvestigation
#64022 opened 1 month ago by bcmills
#64019 opened 1 month ago by bcmills
cmd/go: failures in TestScript/cover_statements due to unexpected linker invocationsGoCommandNeedsInvestigationcompiler/runtime
#64014 opened 1 month ago by bcmills
#64008 opened 1 month ago by bcmills
#64007 opened 1 month ago by lpar
cmd/compile: FuncForPC on a generic struct method is different from a non-generic structNeedsInvestigationcompiler/runtime
#63945 opened 1 month ago by mitar
#63939 opened 1 month ago by hyangah
cmd/link: -B gobuildid doesn't work when building the toolchain itselfNeedsInvestigationcompiler/runtime
#63934 opened 1 month ago by znkr
cmd/pprof: If the file under the current path contains a colon, go tool pprof will parse it into a url and will not work properly. NeedsInvestigationWaitingForInfocompiler/runtime
#63924 opened 1 month ago by cuishuang
#63901 opened 1 month ago by rogpeppe
cmd/vet, cmd/compile: failures with `not a Go object file`NeedsInvestigationcompiler/runtimehelp wanted
#63866 opened 1 month ago by gopherbot
#63827 opened 1 month ago by nevkontakte
#63782 opened 1 month ago by cherrymui
cmd/dist: SIGSEGV during `Building packages and commands` on freebsd-arm-paulzholNeedsInvestigationOS-FreeBSDarch-armcompiler/runtime
#63762 opened 1 month ago by gopherbot
cmd/go, cmd/link: "go build" doesn't rebuild the binary after build flags changedGoCommandWaitingForInfocompiler/runtime
#63760 opened 1 month ago by sandy-lcq
cmd/go: downloading dependencies stuck when git tag signature is enable with an interactive editorGoCommandNeedsInvestigationhelp wantedmodules
#63758 opened 1 month ago by Fryuni
cmd/compile: tighten moves loads into different blocks away from their nilcheck, preventing nilcheck eliminationNeedsInvestigationPerformancecompiler/runtime
#63726 opened 1 month ago by laboger
#63696 opened 1 month ago by adonovan
#63689 opened 1 month ago by 1f604
cmd/compile: some case can be inlined before unified ir(go1.19-), but can't be inilned after unified ir(go1.20+) NeedsInvestigationcompiler/runtime
#63687 opened 1 month ago by peter-xiao
#63670 opened 1 month ago by y1yang0
cmd/compile: missing error reports for program with large stack frameNeedsInvestigationcompiler/runtime
#63616 opened 1 month ago by cuonglm
cmd/go: value of -buildmode in buildinfo can differ from what is used in build IDGoCommandNeedsFixhelp wanted
#63559 opened 1 month ago by capnspacehook
#63532 opened 1 month ago by mharbison72
cmd/compile: error message for misuse of < in generic refers confusingly to comparableNeedsFixcompiler/runtimehelp wanted
#63524 opened 1 month ago by ianlancetaylor
cmd/go: using go get go@{version} in a module without a go directive can print a misleading "downgraded" messageGoCommandNeedsFixmodules
#63507 opened 2 months ago by dmitshur
cmd/cgo: document that code should only examine errno in case of errorDocumentationNeedsFixhelp wanted
#63485 opened 2 months ago by EtienneMiret
#63457 opened 2 months ago by mitar
cmd/link: ld consumes infinite memory when linking cgo appNeedsInvestigationWaitingForInfocompiler/runtime
#63437 opened 2 months ago by Elemecca
cmd/go: using `--trimpath` in `go build` removes `-ldflags` from `go version -m` outputGoCommandNeedsFix
#63432 opened 2 months ago by wallyqs
cmd/trace: give more context to "Scheduler wait" table column on /goroutine pageNeedsInvestigationcompiler/runtime
#63430 opened 2 months ago by rhysh
#63395 opened 2 months ago by rsc
#63372 opened 2 months ago by metux
cmd/compile: `internal compiler error` compiling `net` on `darwin-amd64-11_0`NeedsInvestigationOS-Darwincompiler/runtime
#63296 opened 2 months ago by gopherbot
#63285 opened 2 months ago by findleyr
#63275 opened 2 months ago by thesilentg
#63250 opened 2 months ago by dolmen
cmd/internal/objabi, cmd/link: direct calls not correctly identified on riscv64 [1.21 backport]CherryPickApprovedWaitingForInfo
#63167 opened 2 months ago by gopherbot
#63136 opened 2 months ago by goto1134
#63131 opened 2 months ago by johanbrandhorst
cmd/compile: flashing optimization indexing into arrays bounded by a modulo bellow or equal to the length only works if the modulo is a sub expression of the indexingNeedsFixcompiler/runtime
#63110 opened 2 months ago by Jorropo
cmd/go: TestListTemplateContextFunction failuresNeedsInvestigation
#63102 opened 2 months ago by gopherbot
cmd/go: unrecognized failuresNeedsInvestigation
#63100 opened 2 months ago by gopherbot
cmd/link/internal/ld: TestStaticTmp failuresNeedsInvestigation
#63098 opened 2 months ago by gopherbot
cmd/compile/internal/test: TestIssue38068 failuresNeedsInvestigation
#63094 opened 2 months ago by gopherbot
#63092 opened 2 months ago by gopherbot
cmd/link/internal/ld: TestMemProfileCheck failuresNeedsInvestigation
#63079 opened 2 months ago by gopherbot
#63077 opened 2 months ago by gopherbot
#63074 opened 2 months ago by gopherbot
#63068 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestThreeGopathShlibs failuresNeedsInvestigation
#63063 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestImplicitInclusion failuresNeedsInvestigation
#63061 opened 2 months ago by gopherbot
#63050 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestInterface failuresNeedsInvestigation
#63047 opened 2 months ago by gopherbot
cmd/vet: TestTags failuresNeedsInvestigation
#63041 opened 2 months ago by gopherbot
cmd/compile/internal/test: TestIssue16214 failuresNeedsInvestigation
#63032 opened 2 months ago by gopherbot
cmd/cgo/internal/testcarchive: TestManyCalls failuresNeedsInvestigation
#63030 opened 2 months ago by gopherbot
cmd/dist: unrecognized failuresNeedsInvestigation
#63024 opened 2 months ago by gopherbot
cmd/cgo/internal/test: unrecognized failuresNeedsInvestigation
#63018 opened 2 months ago by gopherbot
#63008 opened 2 months ago by gopherbot
cmd/cgo/internal/test: TestThreadLock failuresNeedsInvestigation
#63001 opened 2 months ago by gopherbot
cmd/go/internal/modfetch: TestLatest failuresNeedsInvestigation
#62994 opened 2 months ago by gopherbot
#62993 opened 2 months ago by gopherbot
#62987 opened 2 months ago by gopherbot
cmd/cgo/internal/testsanitizers: TestASAN failuresNeedsInvestigation
#62985 opened 2 months ago by gopherbot
cmd/go: unrecognized failuresNeedsInvestigation
#62984 opened 2 months ago by gopherbot
cmd/link/internal/ld: TestStaticTmp failuresNeedsInvestigation
#62982 opened 2 months ago by gopherbot
cmd/compile/internal/test: TestIssue38068 failuresNeedsInvestigation
#62978 opened 2 months ago by gopherbot
#62976 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestInterface failuresNeedsInvestigation
#62964 opened 2 months ago by gopherbot
cmd/link/internal/ld: TestMemProfileCheck failuresNeedsInvestigation
#62962 opened 2 months ago by gopherbot
#62961 opened 2 months ago by gopherbot
#62958 opened 2 months ago by gopherbot
#62952 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestThreeGopathShlibs failuresNeedsInvestigation
#62946 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestImplicitInclusion failuresNeedsInvestigation
#62944 opened 2 months ago by gopherbot
cmd/cgo/internal/testsanitizers: TestASANLinkerX failuresNeedsInvestigation
#62938 opened 2 months ago by gopherbot
#62926 opened 2 months ago by gopherbot
cmd/go/internal/modload: TestQueryImport failuresNeedsInvestigation
#62910 opened 2 months ago by gopherbot
cmd/cgo/internal/testsanitizers: TestTSAN failuresNeedsInvestigation
#62908 opened 2 months ago by gopherbot
cmd/internal/cov: TestIssue58411 failuresNeedsInvestigation
#62905 opened 2 months ago by gopherbot
#62901 opened 2 months ago by gopherbot
cmd/internal/obj/ppc64: TestPCalign failuresNeedsInvestigation
#62899 opened 2 months ago by gopherbot
cmd/cgo/internal/testsanitizers: TestMSAN failuresNeedsInvestigation
#62896 opened 2 months ago by gopherbot
cmd/go/internal/modfetch: unrecognized failuresNeedsInvestigation
#62894 opened 2 months ago by gopherbot
#62891 opened 2 months ago by gopherbot
cmd/link: misc/cgo/test suite crashes on Windows when linked against UCRT with `-linkmode=internal`NeedsInvestigationOS-Windowscompiler/runtime
#62887 opened 2 months ago by corhere
cmd/link/internal/ld: TestDeadcode failuresNeedsInvestigation
#62884 opened 2 months ago by gopherbot
#62875 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestIssue47873 failuresNeedsInvestigation
#62866 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestGeneratedHash failuresNeedsInvestigation
#62858 opened 2 months ago by gopherbot
cmd/compile/internal/importer: TestIssue13566 failuresNeedsInvestigation
#62840 opened 2 months ago by gopherbot
cmd/cgo/internal/testplugin: TestForkExec failuresNeedsInvestigation
#62839 opened 2 months ago by gopherbot
cmd/cover: TestCoverWithToolExec failuresNeedsInvestigation
#62836 opened 2 months ago by gopherbot
cmd/compile/internal/test: TestPGOIntendedInliningShiftedLines failuresNeedsInvestigation
#62832 opened 2 months ago by gopherbot
#62827 opened 2 months ago by gopherbot
cmd/cgo/internal/test: TestCallbackStack failuresNeedsInvestigation
#62813 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestIssue44031 failuresNeedsInvestigation
#62809 opened 2 months ago by gopherbot
cmd/go/internal/par: TestWork failuresNeedsInvestigation
#62800 opened 2 months ago by gopherbot
#62796 opened 2 months ago by gopherbot
cmd/go: TestScript failuresNeedsInvestigation
#62788 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestTestInstalledShared failuresNeedsInvestigation
#62780 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestGCData failuresNeedsInvestigation
#62779 opened 2 months ago by gopherbot
cmd/link/internal/ld: TestRuntimeTypeAttrExternal failuresNeedsInvestigation
#62771 opened 2 months ago by gopherbot
#62765 opened 2 months ago by gopherbot
cmd/compile/internal/test: TestIntendedInlining failuresNeedsInvestigation
#62757 opened 2 months ago by gopherbot
#62753 opened 2 months ago by gopherbot
cmd/cgo/internal/testshared: TestABIChecking failuresNeedsInvestigation
#62743 opened 2 months ago by gopherbot
cmd/cgo/internal/testcarchive: TestCompileWithoutShared failuresNeedsInvestigation
#62741 opened 2 months ago by gopherbot
cmd/cgo/internal/testcarchive: TestEarlySignalHandler failuresNeedsInvestigation
#62740 opened 2 months ago by gopherbot
#62737 opened 2 months ago by mknyszek
#62729 opened 2 months ago by Deleplace
#62663 opened 2 months ago by gbrlsnchs
#62653 opened 2 months ago by thepudds
cmd/fix: invalid -go=go1.21.0NeedsFix
#62584 opened 2 months ago by alexbozhenko
cmd/link, cmd/go: emit split DWARF on darwinDebuggingOS-DarwinProposalProposal-Acceptedcompiler/runtime
#62577 opened 3 months ago by cherrymui
#62507 opened 3 months ago by bradfitz
#62501 opened 3 months ago by mdempsky
#62463 opened 3 months ago by aclements
#62454 opened 3 months ago by dbuteyn
#62446 opened 3 months ago by cespare
#62407 opened 3 months ago by mdempsky
cmd/go: don't compile native code(c, c++) to objects when running go command in list and vet modeGoCommandToolSpeedgopls
#62362 opened 3 months ago by zhuah
cmd/link: panic with `index out of range` in `cmd/link/internal/loader.(*Loader).resolve`NeedsInvestigationcompiler/runtime
#62355 opened 3 months ago by gopherbot
cmd/go/internal/work: panic for a repeated //go:debug directive for the same settingGoCommandNeedsFix
#62346 opened 3 months ago by AndrewWPhillips
x/build, cmd/go: `unexpected stale targets` on `linux-loong64-3a5000`BuildersGoCommandNeedsInvestigationarch-loong64
#62336 opened 3 months ago by gopherbot
cmd/go: mod tidy reports toolchain not available with 'go 1.21'DocumentationGoCommandNeedsInvestigation
#62278 opened 3 months ago by matthewhughes-uw
#62250 opened 3 months ago by aclements
cmd/compile/internal/devirtualize: PGO devirtualization lost when inlining function containing devirtualized callNeedsInvestigationcompiler/runtime
#62245 opened 3 months ago by korniltsev
#62244 opened 3 months ago by bradfitz
cmd/compile: dead code-elimination should work for sync.OnceValueFeatureRequestNeedsInvestigationbinary-sizecompiler/runtime
#62202 opened 3 months ago by dsnet
#62130 opened 3 months ago by dunglas
cmd/cgo/internal/testsanitizers: TestTSAN failures with SIGSEGVNeedsInvestigationWaitingForInfocompiler/runtime
#62125 opened 3 months ago by gopherbot
cmd/cgo/internal/testsanitizers: TestMSAN failuresNeedsInvestigation
#62109 opened 3 months ago by gopherbot
#62077 opened 3 months ago by jinlin-bayarea
#62067 opened 3 months ago by aclements
cmd/compile: treat bool-to-int conversion as a constant for optimization for more complex patternsFeatureRequestNeedsInvestigationPerformancecompiler/runtime
#62049 opened 3 months ago by dsnet
#62047 opened 3 months ago by bcmills
runtime, cmd/compile: redesign PCDATA encodingFeatureRequestNeedsFixPerformancebinary-sizecompiler/runtime
#61984 opened 4 months ago by aclements
cmd/go/internal/test: default pgo=auto results in surprising slow behaviourGoCommandNeedsFixToolSpeedcompiler/runtime
#61983 opened 4 months ago by lizthegrey
cmd/dist: tools built with `GOROOT_FINAL` cannot locate it when copied to another locationNeedsDecisionUnfortunate
#61921 opened 4 months ago by g4s8
#61888 opened 4 months ago by dominikh
cmd/compile: 16 bit-width, short branch too far ICE on loong64NeedsInvestigationarch-loong64compiler/runtime
#61819 opened 4 months ago by ALTree
#61767 opened 4 months ago by hugelgupf
#61730 opened 4 months ago by wildoranges
#61725 opened 4 months ago by dsnet
#61717 opened 4 months ago by rsc
cmd/compile: missing DWARF location list for function arg; stack spill not used for loclistNeedsInvestigationcompiler/runtime
#61703 opened 4 months ago by andreimatei
cmd/compile: nonsensical DWARF location lists produced for function argumentNeedsInvestigationcompiler/runtime
#61700 opened 4 months ago by andreimatei
cmd/compile: allow some calls to generic functions in pre-go1.18 codeNeedsInvestigationcompiler/runtimegenerics
#61689 opened 4 months ago by rogpeppe
cmd/compile/internal/ir: panic in `IsSynthetic` on `openbsd/arm64`NeedsInvestigationOS-OpenBSDarch-arm64compiler/runtimehelp wanted
#61686 opened 4 months ago by gopherbot
cmd/compile: unhelpful error message with recursive constraintNeedsInvestigationTypeInferencecompiler/runtimegenerics
#61685 opened 4 months ago by rogpeppe
cmd/dist: fails with buildvcs=false errors if invalid .git exists in parent of GOROOT_BOOTSTRAPNeedsInvestigation
#61620 opened 4 months ago by paralin
cmd/go: in go 1.21 module, go mod tidy and 'go list -m -u all' disagree over which go.sum lines are needed GoCommandNeedsInvestigation
#61605 opened 4 months ago by dmitshur
#61577 opened 4 months ago by prattmic
cmd/compile: panic in `cmd/compile/internal/types.(*Type).Size` via `cmd/compile/internal/ssa.(*slotCanonicalizer).lookup`compiler/runtime
#61570 opened 4 months ago by bcmills
cmd/go: -compiler=gccgo: -buildmode=c-archive can't produce an archive with statically linked libgoGoCommandNeedsInvestigationhelp wanted
#61549 opened 4 months ago by andreybokhanko
#61502 opened 4 months ago by aclements
#61455 opened 4 months ago by prattmic
#61397 opened 4 months ago by goto1134
cmd/go, x/website: `GOPROXY=direct go list -versions -m go` is missing most versionsGoCommandNeedsFixSuggestedwebsite
#61359 opened 4 months ago by bcmills
cmd/compile: DWARF duplicated DW_TAG_formal_parameter for some functionsDebuggingNeedsInvestigationcompiler/runtime
#61357 opened 4 months ago by dev747368
#61333 opened 5 months ago by KaurkerDevourer
#61318 opened 5 months ago by howardjohn
cmd/go/internal/test: test concurrency limited by sequential printingGoCommandNeedsInvestigationToolSpeed
#61233 opened 5 months ago by howardjohn
#61199 opened 5 months ago by howardjohn
#61192 opened 5 months ago by drhpc
#61183 opened 5 months ago by yz89122
#61149 opened 5 months ago by fumin
cmd/asm: support Advanced Matrix Extensions (AMX) in Go AssemblerNeedsInvestigationcompiler/runtimehelp wanted
#61079 opened 5 months ago by henkjan-sneller
cmd/dist: problems with module zips may not be caught until release timeNeedsInvestigation
#61078 opened 5 months ago by heschi
#61069 opened 5 months ago by bcmills
cmd/compile/internal/types2: TestIssue43124 fails randomly in go1.21rc2NeedsInvestigationcompiler/runtime
#61064 opened 5 months ago by zhsj
#60980 opened 5 months ago by hyangah
cmd/go: `-help` and `go version` are broken when go.mod contains non-standard versionGoCommandNeedsInvestigation
#60956 opened 5 months ago by thaJeztah
cmd/go/internal/modload: possible to import vendored package not existing in moduleGoCommandNeedsFixmodules
#60922 opened 5 months ago by matloob
cmd/compile, runtime: speed up heap allocations in loopsFeatureRequestNeedsInvestigationPerformancecompiler/runtime
#60879 opened 5 months ago by CAFxX
cmd/dist: `Bus error` while bootstrapping on `freebsd-arm-paulzhol`NeedsInvestigationOS-FreeBSDarch-arm
#60850 opened 5 months ago by gopherbot
cmd/cgo/internal/testshared: gccgo tests fail on some linux/ppc64le gccgo compilers GoCommandNeedsInvestigationarch-ppc64x
#60798 opened 5 months ago by pmur
cmd/go: `go list` has confusing/inconsistent semantics for Match and DepOnlyGoCommandNeedsInvestigation
#60794 opened 5 months ago by aclements
#60748 opened 6 months ago by bcmills
cmd/cgo: compiler accepts invalid declaration of methods on aliases to C typesNeedsFixcompiler/runtimehelp wanted
#60725 opened 6 months ago by eliasnaur
cmd/go, crypto/x509: go mod tidy reports certificate expired on a non-expired certificateNeedsInvestigation
#60653 opened 6 months ago by ysmilda
cmd/doc: `go doc <Symbol>` shows "." as package import pathNeedsInvestigation
#60645 opened 6 months ago by hyangah
#60594 opened 6 months ago by richgrov
cmd/go: document process for tagging and deleting a package from a moduleDocumentationNeedsFixmodules
#60557 opened 6 months ago by adonovan
cmd/compile: failing type inference produces unclear error messageNeedsFixTypeInferencecompiler/runtime
#60542 opened 6 months ago by griesemer
cmd/vet: printf: report calls to printf(format) with variable format and no argumentsAnalysisNeedsInvestigationgopls/analysishelp wanted
#60529 opened 6 months ago by adonovan
cmd/compile: invalid DWARF location list for local var - erroneously extends to function epilogueNeedsInvestigationcompiler/runtimehelp wanted
#60493 opened 6 months ago by andreimatei
cmd/compile: regression in DWARF location lists caused by "issue VarDef only for pointer-ful types" NeedsInvestigationcompiler/runtime
#60479 opened 6 months ago by andreimatei
cmd/compile: var _ = f prevents f from being dead-code eliminatedFeatureRequestNeedsInvestigationbinary-sizecompiler/runtime
#60464 opened 6 months ago by neild
cmd/go: import paths can contain the `.test` suffix, breaking the toolchainGoCommandNeedsInvestigationhelp wanted
#60454 opened 6 months ago by dominikh
#60453 opened 6 months ago by mvdan
cmd/go: go test -fullpath should include full paths for build errors tooGoCommandProposalProposal-Acceptedhelp wanted
#60451 opened 6 months ago by rogpeppe
cmd/go, x/tools/gopls: confusing behavior of go mod when go.work is in playNeedsInvestigationgoplsgopls/metadata
#60430 opened 6 months ago by frankli0324
cmd/go: go build either looks for go.mod in the directory specified by -C or doesn't depending on where -C appears relative to -gcflagsGoCommandNeedsInvestigation
#60392 opened 6 months ago by aarzilli
#60338 opened 6 months ago by Jorropo
#60324 opened 6 months ago by rsc
#60318 opened 6 months ago by nrvnrvn
cmd/go: should packages with paths that contain "/testdata/" be importable?DocumentationGoCommandNeedsInvestigation
#60296 opened 6 months ago by adg
#60261 opened 6 months ago by gopherbot
cmd/compile, x/build/cmd/relui: update compiler's PGO profile as part of rc1 relui flowBuildersNeedsFixrecurring
#60234 opened 6 months ago by cherrymui
cmd/go: `list -m -u all` does not output deprecation or retraction notices if dependency is replacedGoCommandNeedsInvestigation
#60210 opened 6 months ago by goto1134
#60180 opened 7 months ago by sandler31
cmd/compile: build failures with `signal: killed`BuildersNeedsInvestigationToolSpeedcompiler/runtime
#60151 opened 7 months ago by bcmills
cmd/go: implement lazy module loading in workspace mode to avoid `ambiguous import` errorsGoCommandNeedsFixmodules
#60126 opened 7 months ago by pellared
#60113 opened 7 months ago by gopherbot
#60076 opened 7 months ago by millerresearch
#60072 opened 7 months ago by HeliC829
cmd/go: decouple cmd/cover action from build action for "go {build,test} -cover"FeatureRequestGoCommandNeedsInvestigationToolSpeed
#60006 opened 7 months ago by thanm
cmd/go/internal/envcmd: double check plan 9 behavior in PrintEnv when null byte present in valueExpertNeededNeedsInvestigationOS-Plan9
#59979 opened 7 months ago by matloob
cmd/compile: DWARF DW_TAG_subroutine_type doesn't mark return value's formal parameters as DW_AT_variable_parameterNeedsInvestigationcompiler/runtime
#59977 opened 7 months ago by dev747368
cmd/cgo: building fully statically linked executable for Android fails when cgo is enabledNeedsInvestigationOS-Androidcompiler/runtime
#59942 opened 7 months ago by leleliu008
cmd/go/internal/load: (Optionally) follow symlinks referenced by //go:embedGoCommandNeedsInvestigation
#59924 opened 7 months ago by fmeum
#59866 opened 7 months ago by catinello
cmd/compile, os: Go code in shared library under Android can't read env variablesNeedsInvestigationOS-Androidmobile
#59843 opened 7 months ago by awsong
cmd/compile: generic code behaves differently from non-generic codeNeedsInvestigationcompiler/runtime
#59827 opened 7 months ago by go101
#59785 opened 7 months ago by frankli0324
cmd/go: confusing error message when `go list` is missing checksums for patterns outside the main moduleGoCommandNeedsFixhelp wantedmodules
#59755 opened 7 months ago by biohazduck
#59735 opened 7 months ago by motiejus
cmd/doc: doc links in doc of a method in an interface are not expandedNeedsInvestigation
#59728 opened 7 months ago by dolmen
#59714 opened 7 months ago by abhinav
#59708 opened 7 months ago by adonovan
cmd/compile: range loop with large element has a significant costNeedsInvestigationPerformancecompiler/runtime
#59706 opened 7 months ago by egonelbre
#59683 opened 7 months ago by paralin
runtime, cmd/compile: share more constantscompiler/runtime
#59670 opened 7 months ago by aclements
cmd/go: subprocess (linker, cgo command) does not use the value of GOTMPDIR variableGoCommandNeedsInvestigation
#59636 opened 8 months ago by vault-thirteen
cmd/compile: go:linkname causes "internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference"NeedsInvestigationcompiler/runtime
#59621 opened 8 months ago by mandriota
#59616 opened 8 months ago by prattmic
cmd/asm: arm64 assembler generates code that is not execute-only compatibleFeatureRequestNeedsInvestigationarch-arm64compiler/runtime
#59615 opened 8 months ago by 4a6f656c
#59612 opened 8 months ago by prattmic
cmd/compile: better optimization of type switches in instantiated generic functionsFeatureRequestNeedsInvestigationPerformancecompiler/runtime
#59591 opened 8 months ago by ianlancetaylor
cmd/compile: buildmode c-archive not supported on linux/mips64leFeatureRequestNeedsFixarch-mipscompiler/runtime
#59561 opened 8 months ago by 23083940
cmd/doc: Blank lines inserted into doc output in place of "directive" lines NeedsInvestigation
#59529 opened 8 months ago by thockin
#59523 opened 8 months ago by mohamedattahri
#59522 opened 8 months ago by oxisto
cmd/compile: redundant loads in strconv not eliminatedFeatureRequestNeedsInvestigationPerformancecompiler/runtime
#59478 opened 8 months ago by nngffhj
cmd/go: add GOSUMDBDIR to configure the location of downloaded checksum database filesGoCommandProposalmodules
#59456 opened 8 months ago by bcmills
cmd/go, x/tools/gopls: misleading errors for invalid importGoCommandNeedsInvestigationToolsgoplsgopls/incrementalgopls/metadata
#59433 opened 8 months ago by findleyr
#59406 opened 8 months ago by mejedi
#59297 opened 8 months ago by randall77
#59230 opened 8 months ago by seankhliao
cmd/link: cross compile from MacOS to Windows with CGO_ENABLED=1 and -buildmode=c-archive not workingNeedsFixcompiler/runtime
#59221 opened 8 months ago by awsong
#59186 opened 8 months ago by cherrymui
#59161 opened 8 months ago by gopherbot
#59120 opened 8 months ago by xen0n
cmd/compile: mod operator is very slow on intel hardware with int64NeedsInvestigationPerformancecompiler/runtimehelp wanted
#59089 opened 8 months ago by rcsaquino
#59076 opened 8 months ago by rolandshoemaker
cmd/compile: does not inline method of generic type across packages when there are multiple instantiationsNeedsInvestigationcompiler/runtime
#59070 opened 8 months ago by 578559967
cmd/compile: small struct initialization code is suboptimal because of redundant zeroingNeedsInvestigationPerformancecompiler/runtime
#59021 opened 9 months ago by tdakkota
#58884 opened 9 months ago by rsc
#58866 opened 9 months ago by WojciechMula
cmd/go: replace use of "main module" in help docs & error messages DocumentationGoCommandNeedsInvestigationhelp wantedmodules
#58830 opened 9 months ago by natefinch
#58813 opened 9 months ago by aarzilli
cmd/link/internal/ld, cmd/nm: tests fail on android/arm64NeedsInvestigationOS-Androidarch-arm64compiler/runtimemobile
#58807 opened 9 months ago by bcmills
cmd/link, cmd/pack: tests fail with `missing Go type information for global symbol .dynsym` on android/arm64NeedsInvestigationOS-Androidarch-arm64compiler/runtimemobile
#58806 opened 9 months ago by bcmills
#58722 opened 9 months ago by nguyen-phillip
cmd/go: incompatible module path check doesn't apply for gopkg.in/yaml.v2GoCommandNeedsInvestigation
#58721 opened 9 months ago by hyangah
cmd/go: `go install` should warn or error if none of its arguments have install targetsGoCommandNeedsFix
#58666 opened 9 months ago by zamicol
cmd/go: document required fields needed by -reuse flag and add tests to that effectDocumentationGoCommandNeedsFix
#58665 opened 9 months ago by hyangah
#58612 opened 9 months ago by griesemer
cmd/go: test cache hash inputs include ModTime, often causing cache misses on CIGoCommandNeedsInvestigationToolSpeed
#58571 opened 9 months ago by mvdan
#58567 opened 9 months ago by eh-steve
cmd/compile: mips/mips64 floating point negation does not handle NaN correctlyNeedsDecisionarch-mipscompiler/runtimehelp wanted
#58466 opened 10 months ago by ianlancetaylor
cmd/go: awkward "list -json" error reporting for a `vendor` subdirectory that does not contain a Go packageGoCommandNeedsInvestigation
#58418 opened 10 months ago by nmiyake
#58408 opened 10 months ago by adob
cmd/link: buildmode=shared -linkshared - makeslice: cap out of rangeNeedsInvestigationcompiler/runtime
#58405 opened 10 months ago by GouthamBanala
cmd/compile: typechecker Go version and build-constraints Go version disagreeNeedsInvestigationcompiler/runtime
#58342 opened 10 months ago by LukeShu
#58340 opened 10 months ago by fkollmann
#58298 opened 10 months ago by Deleplace
x/build, cmd/link: darwin/amd64 builders unexpectedly skipping `cmd/link.TestBuildForTvOS`BuildersNeedsInvestigationOS-Darwincompiler/runtimemobile
#58231 opened 10 months ago by bcmills
cmd/go: binary does not contain VCS information when compiled in git worktree dirGoCommandNeedsInvestigation
#58218 opened 10 months ago by rogpeppe
cmd/compile: multiple performance regressions due to CL 270940, 448036, or 454036NeedsInvestigationcompiler/runtime
#58166 opened 10 months ago by prattmic
#58153 opened 10 months ago by prattmic
#58102 opened 10 months ago by prattmic
cmd/compile: add test for PGO profiles merged from profiles with different source versionsNeedsDecisionTestingcompiler/runtime
#58101 opened 10 months ago by prattmic
cmd/link: wrong program header offset when cross-compile to riscv64 when setting -T text alignmentNeedsInvestigationarch-riscvcompiler/runtime
#57983 opened 10 months ago by CN-GuoZiyang
cmd/vet: stdmethods should not complain about `Unwrap() []error` on go 1.19AnalysisNeedsInvestigation
#57978 opened 10 months ago by fishy
#57963 opened 10 months ago by mvdan
#57916 opened 10 months ago by mdempsky
#57782 opened 11 months ago by seankhliao
cmd/go: `go build -mod=mod` with no go.mod erroneously resolves dependenciesGoCommandNeedsFixhelp wantedmodules
#57768 opened 11 months ago by craig65535
cmd/compile: os.Stdout.Write causes its argument to escape on WindowsNeedsInvestigationOS-WindowsPerformancecompiler/runtime
#57740 opened 11 months ago by ALTree
cmd/pprof: macOS 12.6.1 profile overcounts system calls (again)NeedsInvestigationOS-Darwincompiler/runtime
#57722 opened 11 months ago by felixge
cmd/gofmt: -r strips some comments in array typesNeedsInvestigation
#57680 opened 11 months ago by rillig
#57655 opened 11 months ago by rogpeppe
cmd/gofmt: -r strips some comments when pattern matchingNeedsInvestigation
#57574 opened 11 months ago by rski
cmd/go: document that go mod vendor ignores directories that do not contain Go filesDocumentationGoCommandNeedsFixhelp wanted
#57529 opened 11 months ago by urandom2
#57505 opened 11 months ago by changkun
cmd/asm: add Intel architecture ISA extension for user interruptsFeatureRequestNeedsInvestigationcompiler/runtime
#57502 opened 11 months ago by markbrown314
cmd/compile: shouldn't report argument mismatch errors for using unexported functionsNeedsInvestigationcompiler/runtime
#57489 opened 11 months ago by ross-spencer
cmd/go: allow to install cross-compiled binaries when GOBIN is setFeatureRequestGoCommandNeedsInvestigation
#57485 opened 11 months ago by hyangah
cmd/vet: asmdecl parameter checking doesn't play well with arm64 LDPAnalysisNeedsInvestigationUnfortunate
#57451 opened 11 months ago by cespare
cmd/cgo: does not compile for iOS simulator arm64FeatureRequestNeedsInvestigationcompiler/runtimehelp wanted
#57442 opened 11 months ago by CaptainDario
#57397 opened 11 months ago by bradfitz
cmd/go: TestTestCache failuresNeedsInvestigation
#57374 opened 11 months ago by gopherbot
cmd/go: make cache keys for libraries in GOROOT insensitive to `-trimpath`GoCommandNeedsInvestigationhelp wanted
#57346 opened 1 year ago by bcmills
cmd/go: update "GOPATH environment variable" section to be module-mode firstDocumentationGoCommandNeedsFix
#57335 opened 1 year ago by hyangah
#57315 opened 1 year ago by felixge
cmd/internal/test2json: test timeout panic trace is attributed to the running test, even if the test just passedNeedsInvestigationhelp wanted
#57305 opened 1 year ago by mafredri
#57254 opened 1 year ago by Sunshine40
cmd/vet: analyze 'loopclosure' func literals that preceed some well-understood statementsAnalysisNeedsInvestigation
#57173 opened 1 year ago by thepudds
#57159 opened 1 year ago by aktau
cmd/compile: avoid memclr for provable overwritten slicesNeedsInvestigationPerformancecompiler/runtime
#57153 opened 1 year ago by dsnet
#57118 opened 1 year ago by tzachshabtay
cmd/compile: statically remove type switch in instantiated generic codeNeedsInvestigationPerformancecompiler/runtime
#57072 opened 1 year ago by dsnet
#57063 opened 1 year ago by rsc
cmd/compile: optimize reflect.Value.Set with short-lived ValuesNeedsInvestigationPerformancecompiler/runtime
#57060 opened 1 year ago by dsnet
cmd/vet: don't complain about innocent newlines.NeedsDecision
#57059 opened 1 year ago by robpike
cmd/go: 'build output "...." already exists and is not an object file' error after interrupted compilationGoCommandNeedsInvestigation
#57039 opened 1 year ago by woody77
cmd/compile: For some sizes, zeroing memory through OpZero could be faster (AMD64)NeedsDecisioncompiler/runtime
#56997 opened 1 year ago by jake-ciolek
cmd/cgo: __declspec(dllexport) generated in header file while building shared-c lib on windowsNeedsInvestigationOS-Windowscompiler/runtime
#56994 opened 1 year ago by Marco-LIU
#56955 opened 1 year ago by gopherbot
#56886 opened 1 year ago by bcmills
cmd/go/internal/modfetch/codehost: TestStat/gitrepo1 failures due to missing `v1.2.3` tagNeedsInvestigationmodules
#56881 opened 1 year ago by gopherbot
cmd/go: support a -C flag value to not use any current directoryGoCommandProposalProposal-AcceptedToolshelp wanted
#56868 opened 1 year ago by mvdan
#56862 opened 1 year ago by horacimacias
#56853 opened 1 year ago by HinTak
cmd/api: api checker should check types for change in comparabilityFeatureRequestNeedsInvestigationcompiler/runtime
#56773 opened 1 year ago by griesemer
cmd/compile: AMD64 and i386 conditional suffixes of Ops are inconsistent NeedsInvestigationcompiler/runtime
#56722 opened 1 year ago by Jorropo
#56718 opened 1 year ago by rsc
cmd/compile: the Go compiler uses a hack to pretend it has a large startup heapNeedsInvestigationcompiler/runtime
#56546 opened 1 year ago by dr2chase
#56487 opened 1 year ago by hajimehoshi
cmd/go: mod tidy should join "require" sections if there are more than twoGoCommandNeedsDecisionmodules
#56471 opened 1 year ago by mvdan
#56442 opened 1 year ago by dsnet
#56378 opened 1 year ago by doujiang24
cmd/go: Docs for `go mod vendor` does not include any information about vendoring a module for making changesDocumentationGoCommandNeedsDecision
#56330 opened 1 year ago by iastewar
cmd/go: confusing error message when flags come before package pathsGoCommandNeedsInvestigationUnfortunate
#56310 opened 1 year ago by josharian
#56163 opened 1 year ago by bcmills
cmd/compile: "internal compiler error: NewBulk too big" while running a program with dlvNeedsInvestigationcompiler/runtime
#56120 opened 1 year ago by sufiyan-techp
cmd/go: go generate fails silently when run on a package in a nested workspace moduleGoCommandNeedsInvestigationhelp wantedmodules
#56098 opened 1 year ago by findleyr
#56046 opened 1 year ago by griesemer
#56045 opened 1 year ago by griesemer
cmd/go: go list fails with "no non-test Go files" but succeeds upon re-runningGoCommandNeedsInvestigation
#56018 opened 1 year ago by findleyr
cmd/gofmt: nested list reformatting removes explicitly-written hierarchies in existing commentsNeedsInvestigation
#55990 opened 1 year ago by bjwrk
cmd/go: go doc -h is inconsistent and slightly brokenNeedsInvestigation
#55985 opened 1 year ago by mvdan
#55980 opened 1 year ago by cuonglm
cmd/link: inlinedCall entries missing FuncInfo-based fields (FuncID) in -linkshared modeNeedsInvestigationcompiler/runtime
#55954 opened 1 year ago by prattmic
#55936 opened 1 year ago by piotr-sneller
cmd/go/internal/modfetch: TestLatest failuresNeedsInvestigation
#55289 opened 1 year ago by gopherbot
#55260 opened 1 year ago by gopherbot
cmd/go: flaky test timeoutNeedsInvestigation
#55252 opened 1 year ago by gopherbot
cmd/go: test failures due to networkNeedsInvestigation
#55164 opened 1 year ago by rsc
#55136 opened 1 year ago by willhughes-au
cmd/link: support for zstd-compressed DWARF sectionsFeatureRequestNeedsInvestigationcompiler/runtime
#55107 opened 1 year ago by stapelberg
cmd/go: tidy behavior regarding ignore tag is hard to findDocumentationGoCommandNeedsDecisionhelp wanted
#54993 opened 1 year ago by mem
#54869 opened 1 year ago by zhangyunhao116
#54868 opened 1 year ago by croepha
#54800 opened 1 year ago by findleyr
#54745 opened 1 year ago by MaerF0x0
cmd/go: unclear diagnostic when fetching requirements for other versions of workspace modulesGoCommandNeedsInvestigationmodules
#54680 opened 1 year ago by mbrancato
cmd/api: fallback to context-free definitions fails for cgo targetsNeedsInvestigation
#54657 opened 1 year ago by mdempsky
cmd/go: `expected 'package', found 'EOF'` errors with module indexing enabled on WSL2GoCommandNeedsInvestigationmodules
#54651 opened 1 year ago by jhaumont
cmd/compile: OpInlMark can get removed by SSA dead code elimination, resulting in invalid inlining treesNeedsFixcompiler/runtimehelp wanted
#54625 opened 1 year ago by mdempsky
#54613 opened 1 year ago by dominikh
cmd/compile: missed optimization when using verbose array initializationNeedsInvestigationPerformancecompiler/runtime
#54612 opened 1 year ago by dominikh
#54608 opened 1 year ago by bcmills
#54577 opened 1 year ago by bep
cmd/compile: windows/amd64 invalid binary when allocating array near symbol size limitNeedsInvestigationOS-Windowscompiler/runtime
#54564 opened 1 year ago by argusdusty
cmd/compile: possible append inside a method escape analysis optimizationNeedsInvestigationcompiler/runtime
#54563 opened 1 year ago by mateusz834
cmd/test2json: CGO_ENABLED is set, when running tests from prebuilt binary NeedsInvestigation
#54545 opened 1 year ago by cardil
#54544 opened 1 year ago by mvdan
cmd/compile: internal compiler error on import on mismatch between -p and package nameNeedsFixcompiler/runtime
#54542 opened 1 year ago by ALTree
cmd/compile: design doc explaining unified IR implementationcompiler/runtime
#54534 opened 1 year ago by mdempsky
#54530 opened 1 year ago by willfaught
#54503 opened 1 year ago by bcmills
#54489 opened 1 year ago by bjwrk
cmd/compile: generic method values behave differently than specific onesNeedsInvestigationcompiler/runtime
#54447 opened 1 year ago by mdempsky
#54419 opened 1 year ago by zephyrtronium
cmd/go: go test -json should only print JSON to stdoutNeedsInvestigation
#54378 opened 1 year ago by rsc
#54371 opened 1 year ago by oakad
cmd/go: problems with PIE builds on alpine builder NeedsInvestigation
#54354 opened 1 year ago by thanm
cmd/go: go.work: `go build` requires versioned replace directive when replacing a used module with a local pathGoCommandNeedsInvestigationThinkingmodules
#54264 opened 1 year ago by mlaventure
cmd/go: `go list -json -m` does not provide `Replace.Path` relative to current directory when using workspacesGoCommandNeedsInvestigationWaitingForInfo
#54263 opened 1 year ago by mlaventure
#54221 opened 1 year ago by p-kraszewski
#54029 opened 1 year ago by randall77
cmd/go: no compilation error for invalid filenames in subdirectories with embed.FSNeedsInvestigation
#54003 opened 1 year ago by dwrz
#53968 opened 1 year ago by Abirdcfly
#53938 opened 1 year ago by thockin
#53905 opened 1 year ago by Justin-W
cmd/go: work sync and mod vendor don't use other main modules in workspaceGoCommandNeedsInvestigation
#53904 opened 1 year ago by pantsmann
#53804 opened 1 year ago by stapelberg
#53737 opened 1 year ago by josharian
#53703 opened 1 year ago by Snaipe
cmd/compile: suboptimal cloning/optimization in slices.CloneNeedsDecisionPerformancecompiler/runtime
#53643 opened 1 year ago by ainar-g
#53609 opened 1 year ago by cherrymui
cmd/compile: reduce unnecessary register copies in regallocNeedsInvestigationPerformancecompiler/runtime
#53599 opened 1 year ago by erifan
#53576 opened 1 year ago by bcmills
#53535 opened 1 year ago by Snaipe
cmd/go: `go build` fails to read vcs info when .git is owned by a different userGoCommandNeedsFixhelp wanted
#53532 opened 1 year ago by ultrabear
cmd/compile: inlining confuses escape analysis with interface{} paramsNeedsInvestigationPerformancecompiler/runtime
#53465 opened 1 year ago by mvdan
#53448 opened 1 year ago by darkfeline
#53446 opened 2 years ago by ronaldpetty
cmd/go: go work causes go build to error when symlinks are involvedGoCommandNeedsInvestigationhelp wanted
#53343 opened 2 years ago by yalon
cmd/compile: jump tables perform much worse on AMD zen3?NeedsInvestigationPerformancecompiler/runtime
#53331 opened 2 years ago by dsnet
#53327 opened 2 years ago by rsc
#53300 opened 2 years ago by Jorropo
cmd/dist: per-developer scheduling of tests based on past failure rateFeatureRequestNeedsInvestigation
#53213 opened 2 years ago by mdempsky
cmd/api: run api check on all portsNeedsDecision
#53205 opened 2 years ago by prattmic
#53117 opened 2 years ago by kevinGC
cmd/dist: GOHOSTARCH defaults to kernel arch even when it does not match userspace archGoCommandNeedsInvestigation
#53103 opened 2 years ago by jefferyto
cmd/compile, runtime: SIGILL on `linux-loong64-3a5000`NeedsInvestigationarch-loong64compiler/runtime
#53093 opened 2 years ago by bcmills
#53090 opened 2 years ago by seankhliao
cmd/go: test cache not invalidated when modifying testdata subdirectoryNeedsInvestigationUnfortunate
#53053 opened 2 years ago by fmeum
#53014 opened 2 years ago by jwebb
#53007 opened 2 years ago by drpaneas
cmd/gofmt: inconsistent whitespace after map value typeNeedsInvestigation
#53001 opened 2 years ago by dsnet
cmd/go: go clean does not remove .exe file for main built by "go build sub/pkg"DocumentationNeedsInvestigation
#52979 opened 2 years ago by plastikfan
cmd/compile: slowdown in location list generation, possible remediesNeedsDecisionToolSpeedcompiler/runtime
#52975 opened 2 years ago by dr2chase
#52941 opened 2 years ago by daenney
#52924 opened 2 years ago by bcmills
cmd/go: `go list -e -m -json all` to start displaying hashes of modulesGoCommandProposalProposal-Acceptedhelp wantedmodules
#52792 opened 2 years ago by HakanSunay
#52767 opened 2 years ago by ddaa2000
cmd/compile: replace uses of ir.Node with ir.Expr or ir.Stmt where appropriateNeedsDecisioncompiler/runtime
#52731 opened 2 years ago by mdempsky
#52721 opened 2 years ago by rogpeppe
#52717 opened 2 years ago by zhouguangyuan0718
runtime, cmd/compile: SIGSEGV on netbsd-arm64-bsiegert during bootstrappingNeedsInvestigationOS-NetBSDarch-arm64compiler/runtime
#52678 opened 2 years ago by bcmills
runtime, cmd/link: "found pointer to free object" during asyncPreempt2 on ios-arm64-corelliumNeedsInvestigationOS-Darwinarch-arm64compiler/runtimemobile
#52657 opened 2 years ago by bcmills
cmd/compile: SIGILL when cross-compiling from netbsd/arm64 to linux/mipsNeedsInvestigationOS-NetBSDarch-arm64compiler/runtime
#52651 opened 2 years ago by bcmills
#52604 opened 2 years ago by johnwmstevens
cmd/link, embed: store only one copy of an embedded []byteNeedsInvestigation
#52533 opened 2 years ago by pjebs
#52445 opened 2 years ago by fishy
cmd/go: the .Deps field is used to determine whether test-variant packages have import cyclesGoCommandNeedsInvestigation
#52443 opened 2 years ago by matloob
cmd/compile: Support `make jobserver` for dynamic negotiable concurreny during compilationNeedsInvestigationcompiler/runtimehelp wanted
#52387 opened 2 years ago by kunaltyagi
#52373 opened 2 years ago by dsnet
cmd/compile: under what circumstances does 1.18 generate significantly larger binaries than 1.17 when compiling the same source code?NeedsInvestigationcompiler/runtime
#52270 opened 2 years ago by adriancable
cmd/go: misleading `fatal:` log message when working in a git repo with no commitsGoCommandNeedsInvestigationhelp wanted
#52263 opened 2 years ago by mdevan
cmd/compile, cmd/link: generate dwarf type info in compilerNeedsInvestigation
#52209 opened 2 years ago by zhouguangyuan0718
#52171 opened 2 years ago by randall77
#52145 opened 2 years ago by skeeto
#52098 opened 2 years ago by ericlagergren
cmd/go: go.work outside `/src` directory is not respected in `/src`GoCommandNeedsInvestigationmodules
#52084 opened 2 years ago by hyangah
#52078 opened 2 years ago by findleyr
#52025 opened 2 years ago by ianlancetaylor
#52000 opened 2 years ago by fumin
#51965 opened 2 years ago by ansidev
cmd/go: workspace recursive add should skip malformed module definitionsFeatureRequestGoCommandNeedsDecisionmodules
#51959 opened 2 years ago by sding3
#51957 opened 2 years ago by seborama
cmd/compile: confusing error when trying to instantiate type parameter on other-package constraint with unexported fieldsNeedsDecisioncompiler/runtime
#51942 opened 2 years ago by ALTree
#51941 opened 2 years ago by samherrmann
cmd/link: stack check too deep when compiling deep call graph with -gcflags=-lNeedsInvestigationcompiler/runtime
#51814 opened 2 years ago by maruel
#51781 opened 2 years ago by QuLogic
cmd/compile: global vars initialized with func calls like net.IPv4 allocate at init timeNeedsInvestigationPerformancecompiler/runtime
#51773 opened 2 years ago by mvdan
cmd/internal/obj/x86: Ym is used as the prefix of AMULPSNeedsInvestigation
#51768 opened 2 years ago by tianxiaogu
#51760 opened 2 years ago by prattmic
#51757 opened 2 years ago by mvdan
#51714 opened 2 years ago by algonzalez
#51710 opened 2 years ago by hyangah
cmd/link: generate external DWARF debuginfo archives directlyProposalProposal-Acceptedcompiler/runtime
#51692 opened 2 years ago by ringerc
#51678 opened 2 years ago by sb10
cmd/go: consider erroring if `go list -f` requests a field that can't be availableGoCommandNeedsDecision
#51638 opened 2 years ago by mvdan
cmd/gofmt: align struct tag of embedded type with surrounding fieldsNeedsInvestigation
#51598 opened 2 years ago by dolmen
#51561 opened 2 years ago by mvdan
#51554 opened 2 years ago by CAFxX
#51553 opened 2 years ago by CAFxX
#51551 opened 2 years ago by leitzler
cmd/compile: suggest clearer error regarding when a non-pointer type cannot be used as type parameterNeedsInvestigationcompiler/runtime
#51515 opened 2 years ago by changkun
#51504 opened 2 years ago by dmitshur
#51500 opened 2 years ago by inkeliz
#51462 opened 2 years ago by dsnet
#51446 opened 2 years ago by rittneje
#51430 opened 2 years ago by thanm
#51349 opened 2 years ago by prattmic
#51348 opened 2 years ago by inkeliz
cmd/compile: better escape analysis for net.SyscallConnNeedsInvestigation
#51334 opened 2 years ago by rsc
#51302 opened 2 years ago by vpachkov
#51300 opened 2 years ago by robpike
cmd/go: in module root, go list {module-root}/... behaves differently than go list ./..., yet go mod tidy removes go.sum entry needed for formerDocumentationGoCommandNeedsInvestigationThinkingmodules
#51283 opened 2 years ago by dmitshur
cmd/go: vcs info not stamped when built listing .go files directlyGoCommandNeedsInvestigationhelp wantedmodules
#51279 opened 2 years ago by mlcdf
cmd/compile, go/types: improve error messages when go version is too low NeedsInvestigationcompiler/runtime
#51270 opened 2 years ago by feliixx
#51261 opened 2 years ago by josharian
#51254 opened 2 years ago by mvdan
#51244 opened 2 years ago by mdempsky
cmd/go: Go build doesn't disable import path checking in vendor trees when using GOPATHGoCommandNeedsInvestigation
#51243 opened 2 years ago by simifalaye
#51225 opened 2 years ago by mdempsky
cmd/go: fail if the user tries to modify the GOMOD environment variableGoCommandNeedsFixhelp wantedmodules
#51217 opened 2 years ago by mvdan
cmd/go: import cycles in tests lead to too harsh and confusing errorsGoCommandNeedsInvestigationTools
#51180 opened 2 years ago by dominikh
#51174 opened 2 years ago by ForestJohnson
#51160 opened 2 years ago by bryndin
cmd/compile: optimize convI2I, assertI2I, assertE2I for statically known typesNeedsInvestigationPerformancecompiler/runtime
#51133 opened 2 years ago by quasilyte
cmd/go: document .lock files in the module cacheDocumentationGoCommandNeedsInvestigationhelp wantedmodules
#51121 opened 2 years ago by kasvtv
#51051 opened 2 years ago by bcmills
cmd/go: "Access is denied." errors for .partial files in 'go mod download' on WindowsNeedsInvestigationOS-Windows
#51003 opened 2 years ago by bcmills
cmd/compile/internal/types2: runtime.mapassign1 throws in (*Checker.recordScope) during bootstrappingNeedsInvestigationcompiler/runtime
#50999 opened 2 years ago by bcmills
#50990 opened 2 years ago by michael-obermueller
#50934 opened 2 years ago by findleyr
cmd/asm: amd64 MOVBQZX instructions referring to upper-byte registers are not rejectedNeedsInvestigationcompiler/runtime
#50882 opened 2 years ago by WojciechMula
cmd/go, x/tools/go/packages: doesn't propagate permission errors (missing from go list -e)NeedsInvestigationTools
#50869 opened 2 years ago by dominikh
cmd/compile: consider to add move-like optimization for some string<->[]byte operationsFeatureRequestNeedsInvestigationcompiler/runtime
#50846 opened 2 years ago by quasilyte
cmd/compile/internal/amd64: huge performance degradation (register allocation issue?)NeedsInvestigationcompiler/runtime
#50821 opened 2 years ago by ikravets
cmd/compile: adjustment needed for conversion rules for pointer conversions (?)NeedsDecisionearly-in-cyclegenerics
#50815 opened 2 years ago by keep94
#50750 opened 2 years ago by bozaro
cmd/go: provide a convenient way to iterate all packages in go.work workspaceFeatureRequestNeedsDecisionmodules
#50745 opened 2 years ago by hyangah
#50713 opened 2 years ago by seankhliao
cmd/go, os: build cache checksum errors in x/tools/cmd/callgraph.TestCallgraph on windows/arm64NeedsInvestigationOS-WindowsToolsarch-arm64
#50706 opened 2 years ago by bcmills
cmd/go: invalid flag in #cgo LDFLAGS: -zcommon-page-size=2097152NeedsInvestigation
#50680 opened 2 years ago by hailingluo
#50603 opened 2 years ago by 4ad
#50581 opened 2 years ago by bcmills
cmd/compile: SIGSEGV on openbsd-arm64-jsing builderNeedsInvestigationOS-OpenBSDarch-arm64compiler/runtime
#50452 opened 2 years ago by bcmills
cmd/go: `GORACE`, `GOGC`, `GOMAXPROCS`, `GOTRACEBACK` are not documented in `go help environment`DocumentationNeedsInvestigation
#50444 opened 2 years ago by AlekSi
cmd/compile: object file much larger than final executableNeedsInvestigationcompiler/runtimegenerics
#50438 opened 2 years ago by csgura
cmd/go: `go test -fuzz='^FuzzName$'` uses default value of -run flag and runs all regular tests as wellGoCommandNeedsInvestigationfuzz
#50432 opened 2 years ago by dnwe
#50409 opened 2 years ago by tamalsaha
cmd/link: add internal linking support for pie build mode on armFeatureRequestNeedsInvestigationarch-armcompiler/runtime
#50405 opened 2 years ago by hollowaykeanho
cmd/compile: some subsequent bounds checks are not eliminatedNeedsInvestigationPerformancecompiler/runtime
#50365 opened 2 years ago by tdakkota
#50325 opened 2 years ago by katsusan
#50278 opened 2 years ago by mitar
#50261 opened 2 years ago by georgettica
#50228 opened 2 years ago by mvdan
#50204 opened 2 years ago by csgura
#50192 opened 2 years ago by katiehockman
#50158 opened 2 years ago by myitcv
cmd/go: import of vendored package error "cannot find package" from testdata packageGoCommandNeedsInvestigation
#50143 opened 2 years ago by prattmic
cmd/compile/internal/logopt: occasional timeouts on netbsd-amd64-9_0 buildersNeedsInvestigationOS-NetBSD
#50141 opened 2 years ago by bcmills
#50133 opened 2 years ago by go101
#50126 opened 2 years ago by Jacalz
cmd/cover: display method receiver (when any) in `go tool cover` outputNeedsInvestigationcompiler/runtime
#50094 opened 2 years ago by geoffroy-perso
#50040 opened 2 years ago by dsnet
#49997 opened 2 years ago by ainar-g
cmd/go: occasional network and server errors in tests that connect to rsc.ioNeedsInvestigationTesting
#49954 opened 2 years ago by bcmills
cmd/doc: args are treated case-insensitive in some casesNeedsInvestigation
#49928 opened 2 years ago by kanata2
cmd/objdump: TestDisasmCode failures with "No such file or directory" during linking on AIXNeedsInvestigationOS-AIXcompiler/runtime
#49907 opened 2 years ago by bcmills
cmd/compile: strange performance difference between two implementationsNeedsInvestigationPerformancecompiler/runtime
#49785 opened 2 years ago by go101
cmd/go: improve error messages for race detector link failures when cross-compilingNeedsInvestigation
#49760 opened 2 years ago by DryHumour
cmd/compile: better error messages from types2 (Go 1.18) for unexported fields/methodsBadErrorMessageNeedsFix
#49736 opened 2 years ago by danscales
cmd/cgo: missing documentation about "dllexport" redeclaration problem on windows/arm64DocumentationNeedsFixcompiler/runtime
#49721 opened 2 years ago by bcmills
cmd/compile: defer wrapper has more instructions than hand-written wrapperNeedsDecisioncompiler/runtime
#49656 opened 2 years ago by codefromthecrypt
cmd/compile: compiler/inliner leads to suboptimal register usageNeedsInvestigationPerformancecompiler/runtime
#49634 opened 2 years ago by holiman
cmd/go: error from 'go mod vendor' missing import stack for unmatched 'go:embed' patternGoCommandNeedsInvestigationhelp wanted
#49534 opened 2 years ago by thanm
cmd/go: document how to fetch private repos with Yubikey SSH authenticationDocumentationNeedsFixmodules
#49515 opened 2 years ago by ckcr4lyf
#49480 opened 2 years ago by quasilyte
cmd/cgo: static C functions with the same names are not called correctlyNeedsInvestigationcompiler/runtime
#49476 opened 2 years ago by hajimehoshi
cmd/compile/internal/ssa: TestStmtLines fails due to auto-generated crypto codeNeedsInvestigationcompiler/runtime
#49372 opened 2 years ago by FiloSottile
#49332 opened 2 years ago by josharian
cmd/compile: reorganize associative computation to allow superscalar executionNeedsInvestigationPerformancecompiler/runtime
#49331 opened 2 years ago by josharian
#49319 opened 2 years ago by bcmills
#49294 opened 2 years ago by katiehockman
cmd/go: add helpful suggestion to run `go mod tidy` with `-e` in cases where it fails looking for missing source packagesGoCommandNeedsInvestigationmodules
#49292 opened 2 years ago by Qix-
#49290 opened 2 years ago by katiehockman
#49274 opened 2 years ago by misberner
#49267 opened 2 years ago by bcmills
#49228 opened 2 years ago by matloob
cmd/compile, runtime: initialization order within a file appears to have changedNeedsInvestigationcompiler/runtime
#49150 opened 2 years ago by cosnicolaou
#49137 opened 2 years ago by noerw
#49118 opened 2 years ago by wkaluza
cmd/compile: Get rid of redundant TEST instructions by using the ZF flag of DEC/INCNeedsInvestigationPerformancecompiler/runtime
#49113 opened 2 years ago by jake-ciolek
cmd/go: get: can't query version "patch" of module X: no existing version is requiredGoCommandNeedsInvestigation
#49111 opened 2 years ago by anacrolix
#49031 opened 2 years ago by hailingluo
cmd/compile: fuzzing triggers various crashes or internal compiler errors on tipNeedsFixcompiler/runtime
#49019 opened 2 years ago by thepudds
#48912 opened 2 years ago by matloob
#48901 opened 2 years ago by AlekSi
#48882 opened 2 years ago by flypig
cmd/go: test with `-run /something` prints "no tests to run" inconsistentlyGoCommandNeedsFixhelp wanted
#48851 opened 2 years ago by katiehockman
cmd/compile: generic function argument causes escape to heapNeedsInvestigationPerformancecompiler/runtimegenerics
#48849 opened 2 years ago by bboreham
#48780 opened 2 years ago by ianlancetaylor
cmd/compile, unicode/utf8: utf8.EncodeRune has different performance from the equivalent string conversionNeedsInvestigationPerformancecompiler/runtime
#48684 opened 2 years ago by bcmills
cmd/compile: worse performance looping through arrays identifiable at compile timeNeedsInvestigationPerformancecompiler/runtime
#48637 opened 2 years ago by seebs
cmd/go: consider making "tool pprof" work with the module cacheNeedsInvestigation
#48601 opened 2 years ago by mvdan
#48596 opened 2 years ago by auzhva
#48585 opened 2 years ago by griesemer
cmd/objdump: new GOAMD64=v3 instructions don't disassemble properlyNeedsFixcompiler/runtimehelp wanted
#48584 opened 2 years ago by randall77
cmd/go: "RLock …: Function not implemented" when the main module is in a filesystem that does not support lockingNeedsFixmodules
#48572 opened 2 years ago by ayush-dedhia25
cmd/go: confusing error for non-existent go source filesNeedsInvestigation
#48559 opened 2 years ago by rsc
cmd/gofmt: formatting should sort and cluster imports in a standard wayNeedsInvestigation
#48552 opened 2 years ago by jsgoupil
cmd/compile: bad line number assigned to instruction loading value into argument registerNeedsFixcompiler/runtime
#48546 opened 2 years ago by aarzilli
#48526 opened 2 years ago by jayconrod
cmd/compile: inline-able function with named results performs worseNeedsInvestigationPerformancecompiler/runtime
#48507 opened 2 years ago by go101
cmd/go, cmd/compile: let cmd/compile choose how much concurrency to useNeedsInvestigationToolSpeedcompiler/runtime
#48497 opened 2 years ago by bcmills
cmd/go: "help test" caching paragraph is out-of-date and potentially misleadingDocumentationGoCommandNeedsInvestigation
#48484 opened 2 years ago by jwebb
#48469 opened 2 years ago by JAicewizard
#48429 opened 2 years ago by mtibben
#48405 opened 2 years ago by mahdi-hm
cmd/vet: add test for use of constraints package in way that is not forward compatibleNeedsFixToolsgenerics
#48365 opened 2 years ago by ianlancetaylor
cmd/go: fortran modules in go mod cache fail to compile (permission denied)NeedsFixhelp wantedmodules
#48349 opened 2 years ago by idavydov
#48245 opened 2 years ago by CAFxX
#48222 opened 2 years ago by klauspost
cmd/compile: cannot elim binary search typeHash on a type switch for a known typeNeedsInvestigationPerformancecompiler/runtime
#48220 opened 2 years ago by wdvxdr1123
#48213 opened 2 years ago by JAicewizard
#48199 opened 2 years ago by ericlagergren
cmd/compile: inline functions with only an error wrapperNeedsInvestigationPerformancecompiler/runtime
#48192 opened 2 years ago by dsnet
cmd/compile: parser rejects unambiguous unparenthesized TypeName composite literals in Condition expression of ForClauseNeedsDecisioncompiler/runtime
#48159 opened 2 years ago by mdempsky
#48157 opened 2 years ago by rsc
cmd/cover: lines that are unreached (due to panic() ) appear as covered by testNeedsInvestigationcompiler/runtime
#48147 opened 2 years ago by holubond
#48127 opened 2 years ago by rsc
#48117 opened 2 years ago by korzhao
cmd/go: avoid using the term "work space" to refer to a GOPATH in documentationDocumentationNeedsFixhelp wanted
#48034 opened 2 years ago by vdepabk2t
#48027 opened 2 years ago by jayconrod
cmd/link: trying to get a C function pointer from Go breaks if the function is stdcallNeedsInvestigationOS-Windowscompiler/runtimehelp wanted
#47992 opened 2 years ago by Keithcat1
#47981 opened 2 years ago by stevemk14ebr
cmd/compile: reduce binary space used for register spillingNeedsInvestigationbinary-sizecompiler/runtime
#47970 opened 2 years ago by martisch
cmd/compile: shorter slicing instruction sequence on x86/amd64NeedsInvestigationPerformancebinary-sizecompiler/runtime
#47969 opened 2 years ago by martisch
cmd/link: Support buildmode=pie with internal linking on Linux 386NeedsInvestigationcompiler/runtime
#47949 opened 2 years ago by subsr97
#47908 opened 2 years ago by vpachkov
cmd/compile: deduplicate alg and noalg type descriptors to allow binary space optimizationsNeedsDecisionbinary-sizecompiler/runtime
#47904 opened 2 years ago by martisch
#47889 opened 2 years ago by mitar
#47866 opened 2 years ago by mattn
#47850 opened 2 years ago by mahdi-hm
cmd/go: using newer standard library APIs with an incompatible go version in go.mod does not produce error GoCommandNeedsInvestigation
#47802 opened 2 years ago by bmon
cmd/link: invalid relocation: R_DWARFSECREF when building as c-shared on windows/arm64NeedsInvestigationcompiler/runtime
#47791 opened 2 years ago by zx2c4
#47752 opened 2 years ago by jayconrod
cmd/go: `go get` on a pseudo-version of a package not at the repo root fails with `preceding tag (…) not found` when fetching from gitFixPendingGoCommandNeedsFixmodules
#47650 opened 2 years ago by bcmills
cmd/go: 1.17 `go mod tidy` produces go.mod files that cannot be used with `go mod graph` to understand the source of dependenciesGoCommandNeedsInvestigation
#47648 opened 2 years ago by liggitt