rust/src/librustc_typeck
Manish Goregaokar b20f427391 Rollup merge of #30368 - arielb1:region-unification-2, r=nikomatsakis
Turns out that calling `resolve_type_variables_if_possible` in a O(n^2)
loop is a bad idea. Now we just resolve each copy of the region variable
to its lowest name each time (we resolve the region variable to its lowest
name, rather than to its unify-table name to avoid the risk of
the unify-table name changing infinitely many times. That may be
not a problem in practice, but I am not sure of it).
2015-12-16 17:46:29 +05:30
..
check Rollup merge of #30368 - arielb1:region-unification-2, r=nikomatsakis 2015-12-16 17:46:29 +05:30
coherence Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
astconv.rs Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
collect.rs Remove some unnecessary indirection from HIR structures 2015-12-07 17:17:41 +03:00
constrained_type_params.rs constrained_type_params: make projections depend on their trait-ref 2015-11-19 20:53:59 +02:00
diagnostics.rs
lib.rs Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
rscope.rs
variance.rs s/isize/i32 2015-12-02 09:06:28 +00:00