rust/src/librustc_driver
bors 1e8350387c Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakis
`TypeFoldable`s can currently be visited inefficiently with an identity folder that is run only for its side effects. This creates a more efficient visitor for `TypeFoldable`s and uses it to implement `RegionEscape` and `HasProjectionTypes`, fixing cleanup issue #20298.
This is a pure refactoring.
2016-01-07 11:48:35 +00:00
..
driver.rs Annotate the compiler with information about what it is doing when. 2016-01-05 21:05:50 -05:00
lib.rs std::cmp::max -> max 2016-01-06 00:42:19 -06:00
pretty.rs Annotate the compiler with information about what it is doing when. 2016-01-05 21:05:50 -05:00
target_features.rs Rustfmting librustc_driver. 2015-11-10 20:48:44 +00:00
test.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00