LegionMammal978
fed881aafc
Remove in_band_lifetimes
from rustc_mir_dataflow
...
See #91867 for more information.
2021-12-16 14:29:43 -05:00
PFPoitras
304ede6bcc
Stabilize iter::zip.
2021-12-14 18:50:31 -04:00
Amanieu d'Antras
940b2eabad
Add initial AST and MIR support for unwinding from inline assembly
2021-12-03 23:51:46 +01:00
Pietro Albini
b63ab8005a
update cfg(bootstrap)
2021-10-23 21:55:57 -04:00
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
Will Crichton
4fd39dd8a6
Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass public
2021-09-15 11:41:37 -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