rust/compiler/rustc_mir/src
2021-02-18 14:13:38 +02: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 remove useless ?s (clippy::needless_question_marks) 2021-02-17 23:23:57 +01:00
monomorphize Only store a LocalDefId in hir::ImplItem. 2021-02-15 19:32:29 +01:00
transform Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. 2021-02-18 14:13:38 +02:00
util Remove redundant rustc_data_structures path component 2021-02-17 09:30:08 +01: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