Skip to content

Issues: rust-lang/rustc-dev-guide

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

description of rustdoc test suites is scattered A-test-suite Area: rust-lang/rust test suites I-confusing Issue: info is confusing to readers I-terse Issue: info is very terse T-rustdoc Relevant to rustdoc team
#2260 opened Feb 24, 2025 by lolbinarycat
Talk about the async machinery, the key concepts, analysis, representations, etc. A-async Area: async A-HIR Area: high-level intermediate representation (HIR) A-MIR Area: mid-level intermediate representation (MIR) A-THIR Area: typed high-level intermediate representation (THIR) A-types Area: types (e.g. how they are represented) C-enhancement Category: enhancement I-terse Issue: info is very terse T-compiler Relevant to compiler team WG-async Working group: async
#2144 opened Nov 21, 2024 by jieyouxu
Flesh out HIR chapter to go more in depth about how hir is structured and all its IDs A-HIR Area: high-level intermediate representation (HIR) C-enhancement Category: enhancement E-medium Difficulty: might require some prior knowledge or code reading I-terse Issue: info is very terse T-compiler Relevant to compiler team
#2143 opened Nov 21, 2024 by jieyouxu
In macro expansion section, explains why import and collections must be redone A-macros Area: macros (general sense) E-hard Difficulty: might require advanced knowledge I-terse Issue: info is very terse T-compiler Relevant to compiler team
#1873 opened Jan 28, 2024 by Arthur-Milchior
explain generalization when talking about type inference A-inference Area: type inference E-hard Difficulty: might require advanced knowledge I-terse Issue: info is very terse T-types Relevant to types team
#1820 opened Nov 3, 2023 by lcnr
Appendix B: Glossary, Update A-glossary Area: glossary C-enhancement Category: enhancement E-medium Difficulty: might require some prior knowledge or code reading I-terse Issue: info is very terse
#1796 opened Sep 18, 2023 by blyxyas
Example of using rustc_interface to generate the HIR for a file referencing dependent crates? A-custom-driver Area: custom driver C-discussion Category: discussion E-hard Difficulty: might require advanced knowledge I-terse Issue: info is very terse T-compiler Relevant to compiler team
#1720 opened Jul 3, 2023 by maackle
Running tests manually for check-pass? A-compiletest Area: src/tools/compiletest A-test-suite Area: rust-lang/rust test suites E-hard Difficulty: might require advanced knowledge I-terse Issue: info is very terse T-bootstrap Relevant to bootstrap team T-compiler Relevant to compiler team
#1318 opened Feb 26, 2022 by RalfJung
Instructions for adding a new query A-incr-comp Area: incremental compilation A-query-system Area: query system E-hard Difficulty: might require advanced knowledge I-terse Issue: info is very terse T-compiler Relevant to compiler team
#1299 opened Feb 17, 2022 by pierwill
Document more of how to debug HIR A-contributor-onboarding Area: contributor on-boarding advice (e.g. for new contributors) A-HIR Area: high-level intermediate representation (HIR) E-medium Difficulty: might require some prior knowledge or code reading I-terse Issue: info is very terse T-compiler Relevant to compiler team
#1159 opened Jul 1, 2021 by rylev
Document feature gate checking A-feature-gate Area: feature gates and its infrastructure C-enhancement Category: enhancement E-medium Difficulty: might require some prior knowledge or code reading I-terse Issue: info is very terse T-compiler Relevant to compiler team
#1158 opened Jul 1, 2021 by rylev
Ambiguous macro call A-macros Area: macros (general sense) C-bug Category: bug E-hard Difficulty: might require advanced knowledge I-incorrect Issue: info is incorrect or misleading I-terse Issue: info is very terse
#395 opened Jul 21, 2019 by iluuu1994
ProTip! Exclude everything labeled bug with -label:bug.