-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Dummy PR to test coverage test changes in CI
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
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.
Split marking and visit to compute live_symbols.
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Implement Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
From<&'a &'static str>
for Arguments<'a>
S-waiting-on-author
tidy watcher
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-tidy
Area: The tidy tool
O-unix
Operating system: Unix-like
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.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#114209
opened Jul 29, 2023 by
klensy
Loading…
Add more syscall doc aliases to std docs
O-wasi
Operating system: Wasi, Webassembly System Interface
O-windows
Operating system: Windows
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#113891
opened Jul 20, 2023 by
SabrinaJewson
Loading…
[perf] test MCP510
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
typeck: taint if errors found during writeback
perf-regression
Performance regression.
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.
#113125
opened Jun 28, 2023 by
davidtwco
Loading…
Document Status: Blocked on something else such as an RFC or other implementation work.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
become
keyword
S-blocked
#113095
opened Jun 27, 2023 by
WaffleLapkin
Loading…
Make This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std::mem::transmute_copy
accept ?Sized
inputs
needs-fcp
#112457
opened Jun 9, 2023 by
nvzqz
Loading…
Report allocation errors as panics, second attempt
S-waiting-on-ACP
Status: PR has an ACP and is waiting for the ACP to complete.
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.
#112331
opened Jun 5, 2023 by
Amanieu
Loading…
Added traits implemented by FnPtr to fn docs with example function
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-libs
Relevant to the library 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.
#112106
opened May 30, 2023 by
mj10021
Loading…
[do not merge] CI experiments
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
[perf] Enable some more MIR optimizations
A-mir-opt
Area: MIR optimizations
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Use &dyn Any rather than &(dyn Any + Send) for PanicInfo::payload()
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Only use the new DepNode hashmap for anonymous nodes.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
#109050
opened Mar 12, 2023 by
cjgillot
Loading…
Make typeck aware of uninhabited types
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Implement Area: The testsuite used to check the correctness of rustc
O-hermit
Operating System: Hermit
O-SGX
Target: SGX
O-solid
Operating System: SOLID
O-unix
Operating system: Unix-like
O-wasi
Operating system: Wasi, Webassembly System Interface
O-windows
Operating system: Windows
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
fs_native_path
A-testsuite
#108981
opened Mar 10, 2023 by
ChrisDenton
Loading…
Clarify drop_in_place safety
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-opsem
Relevant to the opsem team
#108684
opened Mar 3, 2023 by
Manishearth
Loading…
Implement flatten for Status: PR has an ACP and is waiting for the ACP to complete.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Option<&Option<T>>
and Option<&mut Option<T>>
S-waiting-on-ACP
#108671
opened Mar 2, 2023 by
Coca162
Loading…
Change Wasm's Target: WASM (WebAssembly), http://webassembly.org/
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.
cdylib
etc. to be a "reactor".
O-wasm
#108097
opened Feb 15, 2023 by
sunfishcode
Loading…
Add lint to check if non-inlined local reexports have documentation
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.
#108001
opened Feb 13, 2023 by
GuillaumeGomez
•
Draft
rustdoc: Add support for local resources
needs-rfc
This change is large or controversial enough that it should have an RFC accepted before doing it.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#107640
opened Feb 3, 2023 by
GuillaumeGomez
Loading…
Mark Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std
integral modules as deprecated (std::u32
, std::i16
, etc.)
S-waiting-on-author
#107587
opened Feb 2, 2023 by
tgross35
Loading…
WIP: Remove 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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
ResumeTy
from async lowering
S-blocked
Allow impl on projection
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#107263
opened Jan 24, 2023 by
GuillaumeGomez
Loading…
ProTip!
Filter pull requests by the default branch with base:master.