Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 4 pull requests
A-testsuite
Area: The testsuite used to check the correctness of rustc
rollup
A PR which is a rollup
S-waiting-on-bors
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)
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.
#114506
opened Aug 5, 2023 by
matthiaskrgr
Loading…
Add documentation to has_deref
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.
#114505
opened Aug 5, 2023 by
ouz-a
Loading…
Make ANON/DEPTH_LIMIT/FEEDABLE dynamic.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
Remove invalid lint when there is a generic argument in prefix path
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.
#114503
opened Aug 5, 2023 by
chenyukang
Loading…
Steal MIR for CTFE when possible.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
Remove arm crypto target feature
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.
#114500
opened Aug 5, 2023 by
taiki-e
Loading…
Pass +forced-atomics feature for riscv32{i,im,imc}-unknown-none-elf
S-blocked
Status: marked as 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.
Print tidy command with bless tidy check failure
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#114498
opened Aug 5, 2023 by
chenyukang
Loading…
Revert #98333 "Re-enable atomic loads and stores for all RISC-V targets"
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.
#114497
opened Aug 5, 2023 by
taiki-e
Loading…
Set max_atomic_width for sparc-unknown-linux-gnu to 32
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.
#114496
opened Aug 5, 2023 by
taiki-e
Loading…
Set max_atomic_width for AVR to 16
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.
#114495
opened Aug 5, 2023 by
taiki-e
Loading…
Make useless_ptr_null_checks smarter about some std functions
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.
#114494
opened Aug 5, 2023 by
est31
Loading…
Make RPITITs capture all in-scope lifetimes
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.
#114489
opened Aug 5, 2023 by
compiler-errors
•
Draft
Consolidate opaque ty and async fn lowering code
perf-regression
Performance regressions
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.
#114487
opened Aug 4, 2023 by
compiler-errors
Loading…
Avoid invalid NaN lint machine-applicable suggestion in const context
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.
#114486
opened Aug 4, 2023 by
Urgau
Loading…
Add trait decls to SMIR
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.
#114485
opened Aug 4, 2023 by
spastorino
Loading…
interpret: fix projecting into an unsized field of a local
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.
#114483
opened Aug 4, 2023 by
RalfJung
Loading…
copy the correct version of LLVM into the stage0 sysroot
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)
#114480
opened Aug 4, 2023 by
ozkanonur
Loading…
Fix missing dependency file with 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.
-Zunpretty
S-waiting-on-review
#114476
opened Aug 4, 2023 by
Urgau
Loading…
Detect missing 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.
; that parses as function call
S-waiting-on-review
#114474
opened Aug 4, 2023 by
estebank
Loading…
Restrict linker version script of proc-macro crates to just its two symbols
A-linkage
Area: linking into static, shared libraries and binaries
beta-nominated
Nominated for backporting to the compiler in the beta channel.
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.
#114470
opened Aug 4, 2023 by
pnkfelix
Loading…
Detect method not found on arbitrary self type with different mutability
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.
#114469
opened Aug 4, 2023 by
estebank
Loading…
Use 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.
unstable_target_features when checking inline assembly
S-waiting-on-review
#114467
opened Aug 4, 2023 by
Amanieu
Loading…
Add Allocation to SMIR
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.
#114466
opened Aug 4, 2023 by
ouz-a
Loading…
Do not run ConstProp on mir_for_ctfe.
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.
#114459
opened Aug 4, 2023 by
cjgillot
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.