Skip to content

Issues: rust-lang/rust

Draft release notes for 1.88.0
#141598 opened May 26, 2025 by Mark-Simulacrum
Open 9
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

no-op remap_path_prefix change invalidates incremental cache A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-incr-comp Area: Incremental compilation A-path-remapping Area: path remapping, --remap-path-prefix, --remap-cwd-prefix, --remap-diagnostics-scope etc. C-feature-request Category: A feature request, i.e: not implemented / a PR. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#132132 opened Oct 25, 2024 by ashi009
make incremental ICEs more informative A-diagnostics Area: Messages for errors, warnings, and lints A-incr-comp Area: Incremental compilation T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#119317 opened Dec 26, 2023 by matthiaskrgr
ICE 'called Option::unwrap() on a None value', compiler/rustc_metadata/src/rmeta/decoder.rs:975:64 A-incr-comp Area: Incremental compilation A-metadata Area: Crate metadata A-visibility Area: Visibility / privacy C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-medium Medium priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#78236 opened Oct 22, 2020 by SimonSapin
Hard-linking incremental files can be expensive. A-incr-comp Area: Incremental compilation C-enhancement Category: An issue proposing an enhancement or a PR with one. I-compiletime Issue: Problems and improvements with respect to compile times. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#64291 opened Sep 8, 2019 by ehuss
LNK1189 "library limit of 65535 obj exceeded" building rustc A-codegen Area: Code generation A-incr-comp Area: Incremental compilation A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. E-needs-design This issue needs exploration and design to see how and if we can fix/implement it O-windows-msvc Toolchain: MSVC, Operating system: Windows P-high High priority P-medium Medium priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#53014 opened Aug 3, 2018 by scottmcm
Dropping unused and unreferenced external crate should not trigger recompile A-incr-comp Area: Incremental compilation C-enhancement Category: An issue proposing an enhancement or a PR with one. I-compiletime Issue: Problems and improvements with respect to compile times. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#52365 opened Jul 14, 2018 by mqudsi
Use hash of compilation unit expression tree to prevent needless recompiles after formatting changes A-incr-comp Area: Incremental compilation C-enhancement Category: An issue proposing an enhancement or a PR with one. C-feature-request Category: A feature request, i.e: not implemented / a PR. I-compiletime Issue: Problems and improvements with respect to compile times. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#52122 opened Jul 7, 2018 by mqudsi
incr.comp.: Make sure cargo check is compatible with incremental compilation. A-incr-comp Area: Incremental compilation C-enhancement Category: An issue proposing an enhancement or a PR with one. E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. T-cargo Relevant to the cargo team, which will review and decide on the PR/issue. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-incr-comp Working group: Incremental compilation
#46058 opened Nov 17, 2017 by michaelwoerister
ProTip! Type g i on any issue or pull request to go back to the issue listing page.