rust/compiler/rustc_trait_selection/src/traits
2021-01-02 20:09:17 +01:00
..
error_reporting reduce borrowing and (de)referencing around match patterns (clippy::match_ref_pats) 2021-01-02 20:09:17 +01:00
query remove redundant clones 2020-12-05 12:59:54 +01:00
select reduce borrowing and (de)referencing around match patterns (clippy::match_ref_pats) 2021-01-02 20:09:17 +01:00
specialize Thread Constness through selection 2020-11-22 02:13:53 +01:00
auto_trait.rs reduce borrowing and (de)referencing around match patterns (clippy::match_ref_pats) 2021-01-02 20:09:17 +01:00
chalk_fulfill.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
codegen.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
coherence.rs use matches!() macro in more places 2020-12-24 13:35:12 +01:00
const_evaluatable.rs Introduce TypeVisitor::BreakTy 2020-11-14 20:25:27 +01:00
engine.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
fulfill.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
misc.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
mod.rs use matches!() macro in more places 2020-12-24 13:35:12 +01:00
object_safety.rs More rebinds 2020-12-19 04:26:35 -05:00
on_unimplemented.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
project.rs Prevent caching projections in the case of cycles 2020-12-20 21:47:51 +00:00
structural_match.rs Use TypeVisitor::BreakTy in structural_match::Search 2020-11-14 21:15:32 +01:00
util.rs More rebinds 2020-12-19 04:26:35 -05:00
wf.rs Move binder for dyn to each list item 2020-12-11 15:02:46 -05:00