-
Notifications
You must be signed in to change notification settings - Fork 14k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
refactor: remove Ord bound from BinaryHeap::new etc
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.
#149408
opened Nov 28, 2025 by
aatifsyed
Loading…
Recover on misspelled item keyword
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.
#149405
opened Nov 27, 2025 by
scrabsha
Loading…
3 tasks
Fix 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.
name() functions for local defs in rustc_public
S-waiting-on-review
#149401
opened Nov 27, 2025 by
celinval
Loading…
unstable proc_macro tracked::* rename/restructure
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#149400
opened Nov 27, 2025 by
Skgland
Loading…
add regression test for issue #143987
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#149398
opened Nov 27, 2025 by
Aditya-PS-05
Loading…
Remove outdated comment
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.
#149396
opened Nov 27, 2025 by
yotamofek
Loading…
float::minimum/maximum: say which exact IEEE operation this corresponds to
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.
#149395
opened Nov 27, 2025 by
RalfJung
Loading…
add regression test for guard patterns liveness ICE
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#149394
opened Nov 27, 2025 by
Aditya-PS-05
Loading…
expand valid edition range for use-path-segment-kw.rs
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.
#149393
opened Nov 27, 2025 by
tshepang
Loading…
WF check lifetime bounds for locals with type params
S-waiting-on-crater
Status: Waiting on a crater run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#149389
opened Nov 27, 2025 by
ShoyuVanilla
•
Draft
Display funding link in the github overview
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
#149386
opened Nov 27, 2025 by
WaffleLapkin
•
Draft
Don't delegate to default implementations of 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.
ExactSizeIterator
S-waiting-on-review
#149384
opened Nov 27, 2025 by
yotamofek
Loading…
Use 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.
usize::div_ceil instead of open-coding it
S-waiting-on-review
#149383
opened Nov 27, 2025 by
yotamofek
Loading…
Run Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
eval_config_entry on all branches so we always emit lints
S-waiting-on-bors
#149380
opened Nov 27, 2025 by
JonathanBrouwer
Loading…
Do not trust bootstrap about git hash availability
A-CI
Area: Our Github Actions CI
A-compiletest
Area: The compiletest test runner
A-rustc-dev-guide
Area: rustc-dev-guide
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Perform many const checks in typeck
perf-regression
Performance regression.
PG-const-traits
Project group: Const traits
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.
#149375
opened Nov 27, 2025 by
oli-obk
Loading…
Issue 149164 fix
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-autodiff
`#![feature(autodiff)]`
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
GVN: consider constants of primitive types as deterministic
perf-regression
Performance regression.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustdoc-json: Make Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
A-rustdoc-json
Area: Rustdoc JSON backend
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
-o/--output control file, not directory
A-compiletest
#149365
opened Nov 26, 2025 by
aDotInTheVoid
•
Draft
2 tasks
Add Command::get_resolved_envs
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.
#149362
opened Nov 26, 2025 by
schneems
Loading…
fix(parse): Limit frontmatter fences to 255 dashes
F-frontmatter
`#![feature(frontmatter)]`
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.
#149358
opened Nov 26, 2025 by
epage
Loading…
Implement 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.
-Z allow-partial-mitigations (RFC 3855)
S-waiting-on-review
#149357
opened Nov 26, 2025 by
arielb1
Loading…
[PERF] update to specific stringdex rev
A-tidy
Area: The tidy tool
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Bootstrap config: libgccjit libs dir
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)
Mark method receivers in builtin derives as being from the derive.
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.
#149350
opened Nov 26, 2025 by
Jarcho
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.