rust/compiler/rustc_mir_build/src
Nadrieril 273cbb7304 Separate PatStack and MatrixRow
This disentangles the row-specific tracking of `parent_row` etc from the
logical operation of specialization. This means `wildcard_row` doesn't
need to provide dummy values for `parent_row` etc anymore.
2023-11-22 03:25:15 +01:00
..
build Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
thir Separate PatStack and MatrixRow 2023-11-22 03:25:15 +01:00
check_unsafety.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
errors.rs Add suggestion to THIR unsafe_op_in_unsafe_fn lint 2023-11-06 16:23:09 +00:00
lib.rs Make THIR unused_unsafe lint consistent with MIR 2023-10-25 10:10:13 +00:00
lints.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00