rust/compiler/rustc_mir/src
bors 152f660924 Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomez
Rollup of 11 pull requests

Successful merges:

 - #79981 (Add 'consider using' message to overflowing_literals)
 - #82094 (To digit simplification)
 - #82105 (Don't fail to remove files if they are missing)
 - #82136 (Fix ICE: Use delay_span_bug for mismatched subst/hir arg)
 - #82169 (Document that `assert!` format arguments are evaluated lazily)
 - #82174 (Replace File::create and write_all with fs::write)
 - #82196 (Add caveat to Path::display() about lossiness)
 - #82198 (Use internal iteration in Iterator::is_sorted_by)
 - #82204 (Update books)
 - #82207 (rustdoc: treat edition 2021 as unstable)
 - #82231 (Add long explanation for E0543)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-02-17 19:39:58 +00:00
..
borrow_check Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnr 2021-02-17 20:37:58 +01:00
const_eval Reduce size of InterpErrorInfo to 8 bytes 2021-02-17 08:57:06 +01:00
dataflow Remove RCs from Borrows 2021-02-08 20:37:16 +01:00
interpret Reduce size of InterpErrorInfo to 8 bytes 2021-02-17 08:57:06 +01:00
monomorphize Only store a LocalDefId in hir::ImplItem. 2021-02-15 19:32:29 +01:00
transform Reduce size of InterpErrorInfo to 8 bytes 2021-02-17 08:57:06 +01:00
util Fix MIR pretty printer for non-local DefIds 2021-02-13 20:23:27 +03:00
lib.rs Prevent query cycles during inlining 2021-01-23 16:51:22 +00:00
shim.rs Replace let Some(..) = with .is_some() 2021-01-17 19:06:12 -05:00