rust/src/librustc_traits
Mark Rousskov 8de7fd884a Keep allocated vectors during dropck
Previously we'd frequently throw away vectors which is bad for
performance
2019-10-12 08:32:51 -04:00
..
chalk_context Rollup merge of #64817 - csmoe:closure, r=nikomatsakis 2019-10-04 07:24:34 +02:00
lowering Rename ForeignItem.node to ForeignItem.kind 2019-09-26 18:21:48 +01:00
Cargo.toml Remove unused dependencies 2019-09-23 15:25:00 +09:00
dropck_outlives.rs Keep allocated vectors during dropck 2019-10-12 08:32:51 -04:00
evaluate_obligation.rs add debug! to evaluate_obligation 2019-10-07 11:00:09 -04:00
generic_types.rs clean up GeneratorSubsts 2019-10-04 20:47:43 +08:00
implied_outlives_bounds.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
normalize_erasing_regions.rs Remove unnecessary lift calls 2019-06-14 21:11:50 +02:00
normalize_projection_ty.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
type_op.rs Rename subst::Kind to subst::GenericArg 2019-09-26 11:48:05 +01:00