1
Fork 0
rust/compiler/rustc_const_eval/src
2023-01-30 12:26:26 +00:00
..
const_eval Replace enum ==s with matches where it makes sense 2023-01-30 12:26:26 +00:00
interpret Use Mutability::{is_mut, is_not} 2023-01-30 12:26:26 +00:00
transform Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
util Introduce GeneratorWitnessMIR. 2023-01-27 18:58:44 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot 2023-01-26 03:10:52 +00:00