rust/compiler/rustc_mir/src
2021-01-11 17:24:41 +00:00
..
borrow_check reduce borrowing and (de)referencing around match patterns (clippy::match_ref_pats) 2021-01-02 20:09:17 +01:00
const_eval Move MIR body loading to a machine function 2021-01-04 21:40:38 +00:00
dataflow Switch compiler/ to intra-doc links 2020-12-18 15:22:51 -05:00
interpret Move MIR body loading to a machine function 2021-01-04 21:40:38 +00:00
monomorphize Adjust imports 2021-01-04 21:40:38 +00:00
transform Do not run const prop on the mir_for_ctfe of const fn 2021-01-04 22:29:45 +00:00
util --emit=mir now emits both mir_for_ctfe and optimized_mir for const fn 2021-01-11 17:24:41 +00:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00
shim.rs Support building clone shims for arrays with generic size 2020-11-21 00:00:00 +00:00