Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fixes: typo in 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.
std::cmp::Ord trait docs
S-waiting-on-review
#117506
opened Nov 2, 2023 by
massivebird
Loading…
Fix incorrect trait bound restriction 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.
#117505
opened Nov 2, 2023 by
estebank
Loading…
Remove obsolete support for linking unwinder on Android
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#117504
opened Nov 2, 2023 by
pcc
Loading…
Hint optimizer about try-reserved capacity
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.
#117503
opened Nov 2, 2023 by
kornelski
Loading…
Delete storage markers that don't help LLVM
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.
Ensure sanity of all computed ABIs
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.
#117500
opened Nov 1, 2023 by
RalfJung
Loading…
Clarify 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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Unsize documentation
S-waiting-on-review
#117495
opened Nov 1, 2023 by
compiler-errors
Loading…
Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods
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.
#117494
opened Nov 1, 2023 by
clarfonthey
Loading…
coverage: Unify Area: Source-based code coverage (-Cinstrument-coverage)
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)
tests/coverage-map and tests/run-coverage into tests/coverage
A-code-coverage
#117484
opened Nov 1, 2023 by
Zalathar
Loading…
[slice] Document slice DSTs, including size guarantees
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.
#117474
opened Nov 1, 2023 by
joshlf
Loading…
Move alignment checks to codegen
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-opsem
Relevant to the opsem team
Stabilize C string literals
I-lang-nominated
Indicates that an issue has been nominated for discussion during a lang team meeting.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
#117472
opened Nov 1, 2023 by
jmillikin
Loading…
bootstrap: do not purge docs on CI environment
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)
#117471
opened Oct 31, 2023 by
onur-ozkan
Loading…
Add FileCheck annotations to a few MIR opt tests
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#117469
opened Oct 31, 2023 by
cjgillot
Loading…
Stabilize Wasm relaxed SIMD
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
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.
#117468
opened Oct 31, 2023 by
daxpedda
Loading…
Don't check for alias bounds in liveness when aliases have escaping bound vars
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.
#117466
opened Oct 31, 2023 by
compiler-errors
Loading…
Add -Z small-data-threshold
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.
#117465
opened Oct 31, 2023 by
paulmenage
Loading…
Embedded linker: Alternative approach to the current ptx-linker
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-NVPTX
Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#117458
opened Oct 31, 2023 by
kjetilkjeka
•
Draft
Stabilize Wasm target features that are in phase 4 and 5
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-nominated
Indicates that an issue has been nominated for discussion during a lang team meeting.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
#117457
opened Oct 31, 2023 by
daxpedda
Loading…
Run tests in CI for aarch64-apple-darwin
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#117454
opened Oct 31, 2023 by
shepmaster
•
Draft
Avoid silencing relevant follow-up errors
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.
#117449
opened Oct 31, 2023 by
oli-obk
Loading…
enable parallel rustc front end in nightly builds
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#117435
opened Oct 31, 2023 by
SparrowLii
Loading…
delegate 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.
<Box<E> as Error>::provide to <E as Error>::provide
S-waiting-on-review
#117434
opened Oct 31, 2023 by
BugenZhao
Loading…
Improve 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.
print_tts by making space_between smarter
S-waiting-on-author
#117433
opened Oct 31, 2023 by
nnethercote
Loading…
Null terminate 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.
core::panic::Location file strings
S-waiting-on-review
#117431
opened Oct 31, 2023 by
Nilstrieb
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.