rust/compiler/rustc_trait_selection/src/traits
Nicholas Nethercote 8d32578fe1 Rename and reorder lots of lifetimes.
- Replace non-standard names like 's, 'p, 'rg, 'ck, 'parent, 'this, and
  'me with vanilla 'a. These are cases where the original name isn't
  really any more informative than 'a.
- Replace names like 'cx, 'mir, and 'body with vanilla 'a when the lifetime
  applies to multiple fields and so the original lifetime name isn't
  really accurate.
- Put 'tcx last in lifetime lists, and 'a before 'b.
2024-09-13 15:46:20 +10:00
..
query Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
select Also fix if in else 2024-09-11 17:24:01 -04:00
specialize Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr 2024-09-06 19:50:48 +00:00
auto_trait.rs Remove #[macro_use] extern crate tracing from rustc_trait_selection. 2024-08-30 17:14:59 +10:00
coherence.rs Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr 2024-09-06 19:50:48 +00:00
const_evaluatable.rs Remove #[macro_use] extern crate tracing from rustc_trait_selection. 2024-08-30 17:14:59 +10:00
engine.rs Revert 'Stabilize -Znext-solver=coherence' 2024-09-11 17:57:04 -04:00
fulfill.rs chore: Fix typos in 'compiler' (batch 3) 2024-09-02 07:33:41 +02:00
misc.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
mod.rs Remove #[macro_use] extern crate tracing from rustc_trait_selection. 2024-08-30 17:14:59 +10:00
normalize.rs Remove #[macro_use] extern crate tracing from rustc_trait_selection. 2024-08-30 17:14:59 +10:00
object_safety.rs Add warn(unreachable_pub) to rustc_trait_selection. 2024-09-03 08:49:54 +10:00
outlives_bounds.rs Remove #[macro_use] extern crate tracing from rustc_trait_selection. 2024-08-30 17:14:59 +10:00
project.rs clippy::useless_conversion 2024-09-11 17:52:53 -04:00
structural_normalize.rs Nits and formatting 2024-06-03 10:02:08 -04:00
util.rs Rename and reorder lots of lifetimes. 2024-09-13 15:46:20 +10:00
vtable.rs Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu 2024-08-31 14:46:11 +02:00
wf.rs Remove #[macro_use] extern crate tracing from rustc_trait_selection. 2024-08-30 17:14:59 +10:00