Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Rollup of 9 pull requests rollup S-waiting-on-review T-compiler T-libs T-rustdoc
#99023 opened Jul 7, 2022 by matthiaskrgr Loading…
MIR dataflow: Rename function to 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 T-compiler
#99020 opened Jul 7, 2022 by fee1-dead Loading…
Add doc comments in rustc_middle::mir S-waiting-on-review T-compiler
#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 S-waiting-on-bors T-rustdoc
#99017 opened Jul 7, 2022 by GuillaumeGomez Loading…
Make functions part of alloc_layout_extra (#55724) const. S-waiting-on-review T-libs-api
#99016 opened Jul 7, 2022 by Raekye Loading…
stop using FnCtxt outside of hir typeck S-waiting-on-perf S-waiting-on-review T-compiler
#99015 opened Jul 7, 2022 by lcnr Loading…
interpret: get rid of MemPlaceMeta::Poison S-waiting-on-perf S-waiting-on-review T-compiler
#99013 opened Jul 7, 2022 by RalfJung Loading…
UnsafeCell blocks niches inside its nested type from being available outside S-waiting-on-review T-compiler T-libs
#99011 opened Jul 7, 2022 by oli-obk Loading…
[NOT INTENDED TO BE SUBMITTED] Revert 0a7f2c3a025c8bab1e10ccec6208a4c19b057b26 S-experimental
#99009 opened Jul 7, 2022 by krasimirgg Draft
Adding suggestion for E0530 S-waiting-on-author T-compiler
#99008 opened Jul 7, 2022 by obeis Loading…
Add risc-v based Android compile target S-waiting-on-review T-compiler T-libs
#99005 opened Jul 7, 2022 by MaoHan001 Loading…
Add a test for #70408 S-waiting-on-bors T-compiler
#99004 opened Jul 7, 2022 by TaKO8Ki Loading…
suggest adding a derive for #[default] applied to variants S-waiting-on-bors T-compiler
#99002 opened Jul 7, 2022 by fee1-dead Loading…
Move abstract const to middle S-waiting-on-review T-compiler
#99000 opened Jul 7, 2022 by JulianKnodt Loading…
Remove branch target prologues from #[naked] fn S-waiting-on-review T-compiler
#98998 opened Jul 7, 2022 by workingjubilee Loading…
Add a test for #80471 S-waiting-on-bors T-compiler
#98995 opened Jul 7, 2022 by TaKO8Ki Loading…
replace process exit with more detailed exit in src/bootstrap/*.rs S-waiting-on-bors
#98994 opened Jul 7, 2022 by kons-9 Loading…
Apply deprecation lint to trait method overrides. S-waiting-on-review T-compiler
#98991 opened Jul 6, 2022 by m-ou-se Draft
Enable raw-dylib for bin crates S-waiting-on-review T-compiler
#98989 opened Jul 6, 2022 by dpaoliello Loading…
Fix missing word in comment S-waiting-on-bors T-compiler
#98986 opened Jul 6, 2022 by pierwill Loading…
fix ICE in ConstProp S-waiting-on-perf S-waiting-on-review T-compiler
#98980 opened Jul 6, 2022 by RalfJung Loading…
interpret: use AllocRange in UninitByteAccess S-waiting-on-bors T-compiler
#98979 opened Jul 6, 2022 by RalfJung Loading…
Rename debugging_opts to unstable_opts S-waiting-on-review T-compiler
#98975 opened Jul 6, 2022 by jyn514 Loading…
Suggest adding a missing zero to a floating point number S-waiting-on-review T-compiler
#98972 opened Jul 6, 2022 by TaKO8Ki Loading…
ProTip! Exclude everything labeled bug with -label:bug.