| Age | Commit message (Expand) | Author | Lines |
| 2018-11-20 | Fix Rustdoc ICE when checking blanket impls | Aaron Hill | -0/+35 |
| 2018-11-19 | improve debug output related to bound calculation | Niko Matsakis | -1/+6 |
| 2018-11-10 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+1 |
| 2018-10-29 | add user_ty.projs support to `AscribeUserType`. | Felix S. Klock II | -4/+7 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -3/+3 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -2/+2 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -1/+1 |
| 2018-10-24 | port the relate-types code from NLL type-check into a type-op | Niko Matsakis | -7/+10 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -0/+78 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-20 | Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type | Fabian Drinck | -3/+3 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -4/+4 |
| 2018-10-19 | Free some memory instead of just dropping elements | Oliver Scherer | -2/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -46/+9 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -13/+13 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -4/+4 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -3/+95 |
| 2018-10-18 | Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis | bors | -0/+3 |
| 2018-10-17 | Categorize chalk clauses | scalexm | -3/+28 |
| 2018-10-17 | Implement the `environment` query | scalexm | -6/+7 |
| 2018-10-17 | Use `Environment` instead of `ty::ParamEnv` in chalk context | scalexm | -1/+67 |
| 2018-10-17 | Auto merge of #54946 - estebank:iterator, r=varkor | bors | -3/+34 |
| 2018-10-16 | Change Scalar to numeric cast | Esteban Küber | -1/+2 |
| 2018-10-16 | Auto merge of #55067 - ljedrz:generic_iterator_related_improvements, r=petroc... | bors | -7/+4 |
| 2018-10-15 | hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct | Niko Matsakis | -11/+11 |
| 2018-10-15 | type_op/mod.rs: rustfmt | Niko Matsakis | -2/+3 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -68/+68 |
| 2018-10-14 | create only one vector when winnowing candidates | ljedrz | -7/+4 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -27/+10 |
| 2018-10-11 | review comments | Esteban Küber | -1/+1 |
| 2018-10-10 | Custom E0277 diagnostic for `Path` | Esteban Küber | -0/+3 |
| 2018-10-09 | Add more targetting filters for arrays to rustc_on_unimplemented | Esteban Küber | -4/+34 |
| 2018-10-08 | Pass around interned refs to goals and not goals | scalexm | -27/+29 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -5/+17 |
| 2018-10-04 | s/skol_predicate/placeholder_predicate | Niko Matsakis | -2/+2 |
| 2018-10-04 | remove occurences of `skolemization` | Niko Matsakis | -4/+3 |
| 2018-10-04 | remove all occurences of `skolemize` | Niko Matsakis | -1/+1 |
| 2018-10-04 | extend NLL universe code to have >1 placeholder within one universe | Niko Matsakis | -4/+5 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -57/+62 |
| 2018-10-04 | select.rs: rustfmt | Niko Matsakis | -1107/+1347 |
| 2018-10-04 | Ignore desugarings when comparing duplicate trait error messages | varkor | -5/+17 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -1/+8 |
| 2018-10-04 | Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis | bors | -5/+89 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -1/+8 |
| 2018-10-01 | add a special case for literal `'static: 'a` where-clauses | Ariel Ben-Yehuda | -15/+31 |
| 2018-10-01 | enable using the evaluation cache on predicates with LBRs | Ariel Ben-Yehuda | -1/+1 |
| 2018-10-01 | handle outlives predicates in trait evaluation | Ariel Ben-Yehuda | -4/+72 |
| 2018-10-01 | normalize param-env type-outlives predicates last | Ariel Ben-Yehuda | -56/+117 |
| 2018-09-30 | Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1 | bors | -16/+17 |