rust/src/librustc/middle/traits
2014-11-03 15:29:17 -08:00
..
coherence.rs Remove ty_bot from the type system 2014-10-28 17:54:16 +01:00
doc.rs Use type-safe wrapper for TypeFlags 2014-10-24 10:20:02 -04:00
fulfill.rs Avoid O(n^2) performance by reconsidering the full set of obligations only when we are about to report an error (#18208). I found it is still important to consider the full set in order to make tests like let x: Vec<_> = obligations.iter().collect() work. 2014-10-28 08:18:21 -04:00
mod.rs Implement "method matching". Similar to trait matching, but with the twist that we 2014-10-21 11:49:38 -04:00
select.rs rollup merge of #18447 : nick29581/dst-impl3 2014-11-03 15:29:17 -08:00
util.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00