rust/src/librustc_traits
Pietro Albini 97d0d8964e
Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb
Wrap some query results in `Lrc`.

So that the frequent clones in `try_get` are cheaper.
2018-11-15 11:04:36 +01:00
..
chalk_context Instantiate all bound vars existentially 2018-11-13 12:28:43 +01:00
lowering Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
Cargo.toml Provide program clauses for builtin types 2018-11-13 12:28:43 +01:00
dropck_outlives.rs Move `BoundTy` to `ty::TyKind` 2018-11-03 11:33:14 +01:00
evaluate_obligation.rs pacify the mercilous tidy with rustfmt 2018-10-15 11:42:07 -04:00
implied_outlives_bounds.rs Use `SmallVec` outparams in several functions. 2018-11-08 19:10:53 +11:00
lib.rs Provide program clauses for builtin types 2018-11-13 12:28:43 +01:00
normalize_erasing_regions.rs move into `provide` methods 2018-06-27 09:42:21 -04:00
normalize_projection_ty.rs rename `QueryResult` to `QueryResponse` 2018-10-15 08:57:22 -04:00
type_op.rs If we encounter `_` ascribed to structural pattern like `(a, b)`, just skip relate_types. 2018-11-03 01:53:57 +01:00