Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 9 pull requests
rollup
A PR which is a rollup
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#99023
opened Jul 7, 2022 by
matthiaskrgr
Loading…
MIR dataflow: Rename function to Relevant to the compiler team, which will review and decide on the PR/issue.
always_storage_live_locals
T-compiler
#99022
opened Jul 7, 2022 by
pierwill
Loading…
check non_exhaustive attr and private fields for transparent 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.
#99020
opened Jul 7, 2022 by
fee1-dead
Loading…
Add doc comments in 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.
rustc_middle::mir
S-waiting-on-review
#99019
opened Jul 7, 2022 by
pierwill
Loading…
Replace boolean argument for print_where_clause with an enum to make code more clear
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#99017
opened Jul 7, 2022 by
GuillaumeGomez
Loading…
Make functions part of Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
alloc_layout_extra
(#55724) const.
S-waiting-on-review
#99016
opened Jul 7, 2022 by
Raekye
Loading…
stop using 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.
FnCtxt
outside of hir typeck
S-waiting-on-perf
#99015
opened Jul 7, 2022 by
lcnr
Loading…
interpret: get rid of MemPlaceMeta::Poison
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.
#99013
opened Jul 7, 2022 by
RalfJung
Loading…
UnsafeCell
blocks niches inside its nested type from being available outside
S-waiting-on-review
#99011
opened Jul 7, 2022 by
oli-obk
Loading…
[NOT INTENDED TO BE SUBMITTED] Revert 0a7f2c3a025c8bab1e10ccec6208a4c19b057b26
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
#99009
opened Jul 7, 2022 by
krasimirgg
•
Draft
Adding suggestion for E0530
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.
#99008
opened Jul 7, 2022 by
obeis
Loading…
Add risc-v based Android compile target
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.
#99005
opened Jul 7, 2022 by
MaoHan001
Loading…
Add a test for #70408
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.
#99004
opened Jul 7, 2022 by
TaKO8Ki
Loading…
suggest adding a derive for #[default] applied to variants
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.
#99002
opened Jul 7, 2022 by
fee1-dead
Loading…
Move abstract const to middle
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.
#99000
opened Jul 7, 2022 by
JulianKnodt
Loading…
Remove branch target prologues from 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.
#[naked] fn
S-waiting-on-review
#98998
opened Jul 7, 2022 by
workingjubilee
Loading…
Add a test for #80471
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.
#98995
opened Jul 7, 2022 by
TaKO8Ki
Loading…
replace process exit with more detailed exit in src/bootstrap/*.rs
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#98994
opened Jul 7, 2022 by
kons-9
Loading…
Apply deprecation lint to trait method overrides.
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.
Enable raw-dylib for bin crates
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.
#98989
opened Jul 6, 2022 by
dpaoliello
Loading…
Fix missing word in comment
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.
#98986
opened Jul 6, 2022 by
pierwill
Loading…
fix ICE in ConstProp
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.
#98980
opened Jul 6, 2022 by
RalfJung
Loading…
interpret: use AllocRange in UninitByteAccess
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.
#98979
opened Jul 6, 2022 by
RalfJung
Loading…
Rename 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.
debugging_opts
to unstable_opts
S-waiting-on-review
#98975
opened Jul 6, 2022 by
jyn514
Loading…
Suggest adding a missing zero to a floating point number
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.
#98972
opened Jul 6, 2022 by
TaKO8Ki
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.