rust/src/librustc_trait_selection/traits
Oliver Scherer 26edcee093 Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
..
codegen Detect mistyped associated consts in `Instance::resolve`. 2020-04-18 18:39:59 +03:00
error_reporting Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries 2020-04-27 21:50:17 +01:00
query Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
specialize Use the query system to allocate. 2020-04-28 11:34:17 +02:00
auto_trait.rs Remove some allocations in predicate evaluation 2020-04-20 10:42:25 -07:00
coherence.rs ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. 2020-04-06 21:55:51 +03:00
engine.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
fulfill.rs don't clone types that are copy (clippy::clone_on_copy) 2020-04-16 00:17:38 +02:00
misc.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
mod.rs Use more `Iterator`s instead of `Vec`s 2020-04-20 10:42:25 -07:00
object_safety.rs Remove some `Vec` allocations in an effort to improve perf 2020-04-20 10:42:25 -07:00
on_unimplemented.rs use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
project.rs Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
select.rs Prevent stack overflow for deeply recursive code 2020-05-02 16:37:57 +02:00
structural_match.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
util.rs remove obsolete comment 2020-05-01 11:45:05 +02:00
wf.rs wf: {Int,Float}Var can only infer to always-WF ints/floats. 2020-04-30 23:01:26 +03:00