-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 9 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-test-infra-minicore
Area: `minicore` test auxiliary and `//@ add-core-stubs`
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-infra
Relevant to the infrastructure 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.
#143840
opened Jul 12, 2025 by
matthiaskrgr
Loading…
Closes report doctest line numbers in a clickable format
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
std: net: uefi: Add support to query connection data
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.
#143838
opened Jul 12, 2025 by
Ayush1325
Loading…
Adjust Area: port run-make Makefiles to rmake.rs
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.
run-make-support::symbols
helpers
A-run-make
#143837
opened Jul 12, 2025 by
jieyouxu
Loading…
Ban projecting into SIMD types [MCP838]
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.
Trim 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.
BorrowedCursor
API
S-waiting-on-review
#143829
opened Jul 12, 2025 by
a1phyr
Loading…
Fix command trace
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)
#143826
opened Jul 12, 2025 by
Shourya742
Loading…
clippy: fix test filtering when TESTNAME is empty
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)
#143825
opened Jul 12, 2025 by
RalfJung
Loading…
[COMPILETEST-UNTANGLE 5/N] Test mode adjustments and other assorted cleanups
A-compiletest
Area: The compiletest test runner
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)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143823
opened Jul 12, 2025 by
jieyouxu
Loading…
./x test miri: fix cleaning the miri_ui directory
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)
#143822
opened Jul 12, 2025 by
RalfJung
Loading…
Fixed a core crate compilation failure when enabling the 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.
optimize_for_size
feature on some targets
S-waiting-on-review
#143820
opened Jul 12, 2025 by
nazo6
Loading…
Access 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)
wasi_sdk_path
instead of reading environment variable in bootstrap
S-waiting-on-bors
#143817
opened Jul 11, 2025 by
Kobzol
Loading…
Implement 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)
check
for compiletest and RA using tool macro
A-testsuite
htmldocck: better error messages for negative raw directives
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143814
opened Jul 11, 2025 by
lolbinarycat
Loading…
Docs: Adding document to push method in string.rs
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.
#143811
opened Jul 11, 2025 by
JasonHonKL
Loading…
Port Area: Attributes (`#[…]`, `#![…]`)
S-blocked
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.
#[should_panic]
to the new attribute parsing infrastructure
A-attributes
#143808
opened Jul 11, 2025 by
JonathanBrouwer
Loading…
Pass -Werror when building the LLVM wrapper
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related 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.
#143807
opened Jul 11, 2025 by
rperier
Loading…
New tracking issues for const_ops and const_cmp
S-waiting-on-bors
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.
#143803
opened Jul 11, 2025 by
RalfJung
Loading…
Remove format short command trait
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)
#143798
opened Jul 11, 2025 by
Shourya742
Loading…
Fix ICE for parsed attributes with longer path not handled by CheckAttribute
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#143796
opened Jul 11, 2025 by
JonathanBrouwer
Loading…
rust-analyzer
backports
beta-accepted
#143794
opened Jul 11, 2025 by
lnicola
Loading…
Opaque type collection: Guard against endlessly recursing free alias types
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.
#143793
opened Jul 11, 2025 by
fmease
Loading…
Fix RISC-V Test Failures in ./x test for Multiple Codegen and Assembly Cases
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.
#143792
opened Jul 11, 2025 by
CaiWeiran
Loading…
Update sysinfo version to 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)
0.36.0
S-waiting-on-bors
#143791
opened Jul 11, 2025 by
GuillaumeGomez
Loading…
Fix fallback for CI_JOB_NAME
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.
#143786
opened Jul 11, 2025 by
nikic
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.