-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Clarify WTF-8 docs and private os_str::Slice type name
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.
#140936
opened May 12, 2025 by
teor2345
Loading…
update llvm-tools logic for 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)
dist
and install
steps
S-waiting-on-review
#140932
opened May 12, 2025 by
onur-ozkan
Loading…
Return value of coroutine_layout fn changed to Result with LayoutError
F-async_drop
`#![feature(async_drop)]`
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.
#140926
opened May 11, 2025 by
azhogin
Loading…
Make some 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.
f32
/f64
tests also run in const-context
S-waiting-on-review
#140924
opened May 11, 2025 by
Urgau
Loading…
Extract some shared code from codegen backend target feature handling
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#140920
opened May 11, 2025 by
RalfJung
Loading…
checktools.sh: fix bashism
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#140917
opened May 11, 2025 by
RalfJung
Loading…
Fix unuseful span in type error in some format_args!() invocations
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.
#140916
opened May 11, 2025 by
moatom
Loading…
Weekly Status: Awaiting review from the assignee but also interested parties.
cargo update
S-waiting-on-review
#140911
opened May 11, 2025 by
github-actions
bot
Loading…
Remove Operating system: Wasi, Webassembly System Interface
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
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.
stable
attribute from wasi fs (read_exact|write_all)_at
O-wasi
#140910
opened May 10, 2025 by
paolobarbolini
Loading…
Add an issue template for future-incompatible lints
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#140904
opened May 10, 2025 by
ehuss
Loading…
minor improvements on running miri
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)
#140898
opened May 10, 2025 by
onur-ozkan
Loading…
Make check-cfg diagnostics work in Area: Attributes (`#[…]`, `#![…]`)
F-check-cfg
--check-cfg
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.
#[doc(cfg(..))]
A-attributes
#140894
opened May 10, 2025 by
Urgau
Loading…
make Area: Attributes (`#[…]`, `#![…]`)
A-rustdoc-json
Area: Rustdoc JSON backend
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
rustc_attr_parsing
less dominant in the rustc crate graph
A-attributes
#140874
opened May 9, 2025 by
mejrs
Loading…
Make #[used(linker)] the default on ELF too
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-linkage
Area: linking into static, shared libraries and binaries
F-used_with_arg
`#![feature(used_with_arg)]`
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.
#140872
opened May 9, 2025 by
bjorn3
Loading…
Don't lint against named labels in 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.
naked_asm!
S-waiting-on-author
#140871
opened May 9, 2025 by
Amanieu
Loading…
rustdoc: Fix links with inline code in trait impl docs
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140868
opened May 9, 2025 by
SpecificProtagonist
Loading…
[rustdoc] Unify type aliases rendering with other ADT
A-rustdoc-json
Area: Rustdoc JSON backend
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140863
opened May 9, 2025 by
GuillaumeGomez
Loading…
Merge mir query analysis invocations
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.
#140856
opened May 9, 2025 by
oli-obk
Loading…
coverage: Detect unused local file IDs to avoid an LLVM assertion
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
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.
#140847
opened May 9, 2025 by
Zalathar
Loading…
Disallow Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
export_name
starting with "llvm."
A-attributes
#140837
opened May 9, 2025 by
moxian
Loading…
move (or remove) some impl Trait tests
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140834
opened May 9, 2025 by
lcnr
Loading…
aarch64-linux: Default to FramePointer::NonLeaf
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.
#140832
opened May 8, 2025 by
workingjubilee
•
Draft
make path_statements lint machine applicable for statements with no effect
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.
#140830
opened May 8, 2025 by
yaahc
Loading…
Do not ICE when reassigning in GatherLocalsVisitor on the bad path
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.
#140827
opened May 8, 2025 by
compiler-errors
Loading…
Add Range parameter to 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.
BTreeMap::extract_if
and BTreeSet::extract_if
S-waiting-on-review
#140825
opened May 8, 2025 by
rs-sac
Loading…
ProTip!
Mix and match filters to narrow down what you’re looking for.