est31
1418df5888
Adopt let_else across the compiler
...
This performs a substitution of code following the pattern:
let <id> = if let <pat> = ... { identity } else { ... : ! };
To simplify it to:
let <pat> = ... { identity } else { ... : ! };
By adopting the let_else feature.
2021-10-16 07:18:05 +02:00
Jacob Pratt
bce8621983
Stabilize const_panic
2021-10-04 02:33:33 -04:00
Guillaume Gomez
759eba0a08
Fix clippy lints
2021-10-01 23:17:19 +02:00
Oli Scherer
9b5aa063d8
More tracing instrumentation
2021-09-28 12:28:22 +00:00
Gary Guo
c38da2e0a3
Introduce Rvalue::ShallowInitBox
2021-09-25 01:08:41 +01:00
Will Crichton
47104a34a6
Allow call to get_body_with_borrowck_facts without -Z polonius
2021-09-15 11:45:31 -07:00
Camille GILLOT
924dbc36c9
Rebase fallout.
2021-09-08 20:40:30 +02:00
Camille GILLOT
fd9c04fe32
Move the dataflow framework to its own crate.
2021-09-07 19:57:07 +02:00
Camille GILLOT
31a61ccc38
Move rustc_mir::borrow_check to new crate rustc_borrowck.
2021-09-07 00:29:22 +02:00