rust/compiler/rustc_trait_selection/src/traits
bors aadd6189ad Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa
more clippy::complexity fixes

(also a couple of clippy::perf fixes)
2021-08-01 09:15:15 +00:00
..
error_reporting Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
query Improve caching during trait evaluation 2021-07-21 17:54:05 -05:00
select Implement trait upcasting coercion type-checking. 2021-07-31 00:51:39 +08:00
specialize Remove trailing : from E0119 message 2021-04-06 18:16:11 -07:00
auto_trait.rs Cleanups and comments 2021-03-31 10:16:37 -04:00
chalk_fulfill.rs Add initial implementation of HIR-based WF checking for diagnostics 2021-07-16 16:29:02 -05:00
codegen.rs Use debug log level for developer oriented logs 2021-02-13 00:00:00 +00:00
coherence.rs Do not ICE when closure is involved in TAIT 2021-04-06 18:17:50 -07:00
const_evaluatable.rs support as _ and add tests 2021-06-10 14:53:44 +01:00
engine.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
fulfill.rs Improve caching during trait evaluation 2021-07-21 17:54:05 -05:00
misc.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
mod.rs Switch to store Instance directly within VtblEntry, fix TraitVPtr representation. 2021-07-20 22:53:02 +08:00
object_safety.rs Add more tests + visit_ty in some places 2021-06-09 19:28:41 +01:00
on_unimplemented.rs Add has_default to GenericParamDefKind::Const 2021-03-23 17:16:20 +00:00
project.rs Add needs_normalization 2021-07-17 16:09:22 -04:00
structural_match.rs Revert "structural_match: non-structural-match ty closures" 2021-07-18 09:30:10 -03:00
util.rs Add tcx lifetime to Binder 2021-03-31 10:13:57 -04:00
wf.rs Some perf optimizations and logging 2021-07-17 16:09:17 -04:00