Skip to content

Issues: rust-lang/rust

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
Sort

Issues list

macro!(); statements sometimes don't seem to include ; in stmt.span (HIR) A-diagnostics Area: Messages for errors, warnings, and lints A-HIR Area: The high-level intermediate representation (HIR) C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133845 opened Dec 4, 2024 by jieyouxu
Delay def creation for expression-like nodes A-HIR Area: The high-level intermediate representation (HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#129247 opened Aug 18, 2024 by camelid
ICE: body_owned_by: HirId(DefId...) (trait method 'line_stream' in X::line_stream) has no associated body A-HIR Area: The high-level intermediate representation (HIR) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-bug-has-test Status: This bug is tracked inside the repo by a `known-bug` test. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#122552 opened Mar 15, 2024 by matthiaskrgr
Cannot call by reference to &mut F: FnMut A-HIR Area: The high-level intermediate representation (HIR) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#112808 opened Jun 19, 2023 by AngelicosPhosphoros
Investigate mutating the AST during late resolution A-HIR Area: The high-level intermediate representation (HIR) A-resolve Area: Name/path resolution done by `rustc_resolve` specifically E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. E-help-wanted Call for participation: Help is requested to fix this issue. E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#99669 opened Jul 24, 2022 by cjgillot
4 tasks
Audit accesses to the source_map A-diagnostics Area: Messages for errors, warnings, and lints A-HIR Area: The high-level intermediate representation (HIR) A-incr-comp Area: Incremental compilation E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#97417 opened May 26, 2022 by cjgillot
unpretty=hir,typed output confusing for futures::select! macro A-HIR Area: The high-level intermediate representation (HIR) C-bug Category: This is a bug. requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#97090 opened May 16, 2022 by pnkfelix
Only determine impl-trait desugaring kind once A-ast Area: AST A-HIR Area: The high-level intermediate representation (HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96529 opened Apr 28, 2022 by cjgillot
5 tasks
InstrumentCoverage requires information from HIR that might need to be available via MIR A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) A-HIR Area: The high-level intermediate representation (HIR) A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#79625 opened Dec 2, 2020 by richkadel
Remove HirId from MIR A-HIR Area: The high-level intermediate representation (HIR) A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#67692 opened Dec 29, 2019 by oli-obk
HIR printing of async fn is broken A-async-await Area: Async & Await A-HIR Area: The high-level intermediate representation (HIR) A-pretty Area: Pretty printing (including `-Z unpretty`) AsyncAwait-Triaged Async-await issues that have been triaged during a working group meeting. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#60661 opened May 9, 2019 by oli-obk
Separate the Res::Local case from hir::ExprKind::Path. A-HIR Area: The high-level intermediate representation (HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#53591 opened Aug 22, 2018 by eddyb
ProTip! Adding no:label will show everything without a label.