rust/src/librustc_traits
Mazdak Farrokhzad f23c9f4565
Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor
fix bug in folding for constants

These was a bug in the folding for constants that caused it to overlook bound regions. This branch includes some other little things that I did while trying to track the bug down.

r? @oli-obk
2019-10-08 05:02:43 +02: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 clean up GeneratorSubsts 2019-10-04 20:47:43 +08: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