Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pull requests: rust-lang/rustc-dev-guide

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
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Update incrcomp-debugging.md A-contributor-devex Area: contributor developer experience A-contributor-onboarding Area: contributor on-boarding advice (e.g. for new contributors) A-incr-comp Area: incremental compilation S-stale Status: this PR is stale, maybe it can be salvaged/revived? T-compiler Relevant to compiler team WG-incr-comp Working group: incremental compilation
#1905 by Tbkhi was closed Sep 24, 2025 Loading... updated Sep 24, 2025
Update incremental-compilation-in-detail.md A-incr-comp Area: incremental compilation S-stale Status: this PR is stale, maybe it can be salvaged/revived? T-compiler Relevant to compiler team
#1904 by Tbkhi was closed Sep 24, 2025 Loading... updated Sep 24, 2025
Update incremental-compilation.md A-incr-comp Area: incremental compilation S-stale Status: this PR is stale, maybe it can be salvaged/revived? T-compiler Relevant to compiler team
#1903 by Tbkhi was closed Sep 24, 2025 Loading... updated Sep 24, 2025
Update query-evaluation-model-in-detail.md A-incr-comp Area: incremental compilation A-query-system Area: query system S-stale Status: this PR is stale, maybe it can be salvaged/revived? T-compiler Relevant to compiler team
#1902 by Tbkhi was closed Sep 24, 2025 Loading... updated Sep 24, 2025
Update query.md A-query-system Area: query system S-stale Status: this PR is stale, maybe it can be salvaged/revived? T-compiler Relevant to compiler team
#1901 by Tbkhi was closed Sep 24, 2025 Loading... updated Sep 24, 2025
Clarify eager macro explanation A-macro-expansion Area: macro expansion A-macros Area: macros (general sense) S-stale Status: this PR is stale, maybe it can be salvaged/revived? T-compiler Relevant to compiler team
#1872 by Arthur-Milchior was closed Sep 24, 2025 Loading... updated Sep 24, 2025
Add overview.drawio.svg A-compiler-architecture Area: high-level compiler architecture A-visualizations Area: visualizations S-stale Status: this PR is stale, maybe it can be salvaged/revived? T-compiler Relevant to compiler team
#1725 by sslime336 was closed Sep 24, 2025 Loading... updated Sep 24, 2025
documentation for Enzyme Type Trees F-autodiff Feature: autodiff T-compiler Relevant to compiler team
#2385 by KMJ-007 was merged Sep 11, 2025 Loading... updated Sep 11, 2025
stabilization template, docs T-compiler Relevant to compiler team T-lang Relevant to lang team T-rust-analyzer Relevant to rust-analyzer team T-types Relevant to types team
#2219 by nikomatsakis was merged Jul 25, 2025 Loading... updated Jul 26, 2025
Update rustc_on_unimplemented docs S-waiting-on-author Status: this PR is waiting for additional action by the OP T-compiler Relevant to compiler team
#2357 by mejrs was merged May 24, 2025 Loading... updated May 24, 2025
~? annotation type is special A-compiletest Area: src/tools/compiletest A-test-suite Area: rust-lang/rust test suites S-waiting-on-author Status: this PR is waiting for additional action by the OP T-compiler Relevant to compiler team
#2403 by tshepang was merged May 23, 2025 Loading... updated May 23, 2025
Add git command quick reference for git.md S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-compiler Relevant to compiler team WG-rustc-dev-guide Working group: rustc-dev-guide
#2384 by xizheyin was closed May 15, 2025 Loading... updated May 15, 2025
Align advice to discourage issue-number-only names A-test-suite Area: rust-lang/rust test suites S-waiting-on-author Status: this PR is waiting for additional action by the OP T-compiler Relevant to compiler team
#2323 by smanilov was merged May 8, 2025 Loading... updated May 8, 2025
Document -A {unused,internal_features} ui test mode presets A-compiletest Area: src/tools/compiletest A-test-suite Area: rust-lang/rust test suites S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-bootstrap Relevant to bootstrap team T-compiler Relevant to compiler team
#2321 by jieyouxu was merged Apr 13, 2025 Loading... updated Apr 13, 2025
Fix compile errors of all the examples A-custom-driver Area: custom driver S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-compiler Relevant to compiler team
#2289 by y1lan was merged Mar 29, 2025 Loading... updated Mar 29, 2025
Fix rib example A-resolve Area: name resolution S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-compiler Relevant to compiler team
#2199 by sagudev was merged Mar 20, 2025 Loading... updated Mar 20, 2025
Add issue link for explaining that why rustc_private linker fails S-waiting-on-author Status: this PR is waiting for additional action by the OP T-compiler Relevant to compiler team
#2268 by xizheyin was merged Mar 18, 2025 Loading... updated Mar 18, 2025
Fix examples to work with nightly-2025年02月13日 A-custom-driver Area: custom driver A-driver Area: rustc driver S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-compiler Relevant to compiler team
#2256 by torfsen was merged Feb 19, 2025 Loading... updated Feb 19, 2025
Only keep issue triage docs in Forge docs S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-compiler Relevant to compiler team T-release Relevant to release team WG-triage Working group: triage
#2194 by jieyouxu was merged Jan 6, 2025 Loading... updated Jan 6, 2025
Add missing link for [Node] A-HIR Area: high-level intermediate representation (HIR) A-linkcheck Area: linkcheck T-compiler Relevant to compiler team
#2177 by marxin was merged Dec 29, 2024 Loading... updated Dec 29, 2024
Rework the driver docs A-custom-driver Area: custom driver A-driver Area: rustc driver S-waiting-on-author Status: this PR is waiting for additional action by the OP T-compiler Relevant to compiler team
#2162 by bjorn3 was merged Dec 27, 2024 Loading... updated Dec 27, 2024
Document forbid-output for UI tests A-compiletest Area: src/tools/compiletest A-test-suite Area: rust-lang/rust test suites S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-bootstrap Relevant to bootstrap team T-compiler Relevant to compiler team
#2171 by clubby789 was merged Dec 27, 2024 Loading... updated Dec 27, 2024
region-outlives propagation A-borrow-checker Area: borrow checker S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-compiler Relevant to compiler team
#2169 by lcnr was merged Dec 23, 2024 Loading... updated Dec 23, 2024
Remove //@ compare-output-lines-by-subset directive A-compiletest Area: src/tools/compiletest A-test-suite Area: rust-lang/rust test suites T-bootstrap Relevant to bootstrap team T-compiler Relevant to compiler team
#2151 by jieyouxu was merged Dec 5, 2024 Loading... updated Dec 5, 2024
Document needs-target-has-atomic directive A-compiletest Area: src/tools/compiletest A-test-suite Area: rust-lang/rust test suites T-bootstrap Relevant to bootstrap team T-compiler Relevant to compiler team
#2154 by jieyouxu was merged Dec 5, 2024 Loading... updated Dec 5, 2024
Previous 1
Previous
ProTip! Follow long discussions with comments:>50.

AltStyle によって変換されたページ (->オリジナル) /