-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix typos in comments across layout.rs and lib.rs files
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134993
opened Jan 1, 2025 by
xosnrdev
Loading…
Lower Guard Patterns to HIR.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134989
opened Jan 1, 2025 by
max-niederman
Loading…
Remove qualification of Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
std::cmp::Ordering
in Ord
doc
S-waiting-on-bors
#134985
opened Dec 31, 2024 by
mgsloan
Loading…
ObligationCause
construction tweaks in typeck
S-waiting-on-review
#134984
opened Dec 31, 2024 by
compiler-errors
Loading…
Explain that in paths generics belong on the enum, not the variant
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134981
opened Dec 31, 2024 by
estebank
Loading…
Location-sensitive polonius prototype: endgame
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Detect Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
mut arg: &Ty
meant to be arg: &mut Ty
and provide structured suggestion
S-waiting-on-review
#134977
opened Dec 31, 2024 by
estebank
Loading…
Improve Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
select_nth_unstable
documentation clarity
S-waiting-on-review
#134976
opened Dec 31, 2024 by
mgsloan
Loading…
Fix typos
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134973
opened Dec 31, 2024 by
ericlehong
Loading…
handle submodules automatically on Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
doc
steps
S-waiting-on-bors
#134967
opened Dec 31, 2024 by
onur-ozkan
Loading…
Make Boxy UwU
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#134965
opened Dec 31, 2024 by
Noratrieb
Loading…
Run Python formatting check in tidy on CI
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#134964
opened Dec 31, 2024 by
Kobzol
Loading…
Redo the swap code for better tail & padding handling
perf-regression
Performance regression.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Suppress host effect predicates if underlying trait doesn't hold
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134951
opened Dec 31, 2024 by
compiler-errors
Loading…
Add FileCheck annotations to mir-opt/issues
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134943
opened Dec 31, 2024 by
Shunpoco
Loading…
Reapply stabilisation of the Status: Blocked on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#[coverage(..)]
attribute
S-blocked
#134942
opened Dec 30, 2024 by
clarfonthey
Loading…
Make sure to scrape region constraints from deeply normalizing type outlives assumptions in borrowck
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#134940
opened Dec 30, 2024 by
compiler-errors
Loading…
Include arguments to the precondition check in failure messages
perf-regression
Performance regression.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Account for type parameters in bound suggestion
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134937
opened Dec 30, 2024 by
estebank
Loading…
deny usage of special FileCheck prefixes as revision names
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134925
opened Dec 30, 2024 by
DavisRayM
Loading…
Convert typeck constraints in location-sensitive polonius
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134920
opened Dec 30, 2024 by
lqd
Loading…
bootstrap: do not rely on LIBRARY_PATH env variable
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134913
opened Dec 30, 2024 by
rhelmot
Loading…
Fix doc for pointer's validity in zst operation
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134912
opened Dec 30, 2024 by
DiuDiu777
Loading…
Fix Area: Documentation for any part of the project, including the compiler, standard library, and tools
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
ptr::from_ref
documentation example comment
A-docs
#134908
opened Dec 29, 2024 by
madsmtm
Loading…
Turn rustc-dev-guide into a Josh subtree
has-merge-commits
PR has merge commits, merge with caution.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134907
opened Dec 29, 2024 by
Kobzol
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2024-12-29.