rust/compiler/rustc_middle/src
Scott McMurray 54408f0963 short-circuit the easy cases in is_copy_modulo_regions
This change is somewhat extensive, since it affects MIR -- since this is called to determine Copy vs Move -- so any test that's `no_core` needs to actually have the normal `impl`s it uses.
2022-03-10 01:19:02 -08:00
..
dep_graph Adopt let_else in even more places 2022-02-16 22:43:39 +01:00
hir resolve: Fix incorrect results of opt_def_kind query for some built-in macros 2022-02-24 22:54:36 +03:00
infer Inline UnifyKey::index and UnifyKey::from_index 2022-02-15 19:07:06 +01:00
middle Remove useless map. 2022-03-03 18:14:34 +01:00
mir mir-opt: Replace clone on primitives with copy 2022-03-10 01:19:02 -08:00
query rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
thir mention ignored fields of ExprKind::StaticRef 2022-03-08 15:44:06 +01:00
traits rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
ty short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
util
arena.rs Clarify Layout interning. 2022-03-07 13:41:47 +11:00
lib.rs add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
lint.rs Use Vec for expectations to have a constant order (RFC-2383) 2022-03-02 18:10:07 +01:00
macros.rs
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs
thir.rs treat literals in ExprKind::StaticRef as mir::ConstantKind::Val 2022-03-08 10:04:28 +01:00