| Age | Commit message (Expand) | Author | Lines |
| 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 | Reattach all grandchildren when constructing specialization graph. | Masaki Hara | -8/+19 |
| 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 |
| 2018-09-30 | Typos and style fixes. | Diogo Sousa | -16/+17 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -50/+51 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -12/+11 |
| 2018-09-26 | Auto merge of #54453 - nikomatsakis:nll-issue-53121-shred-outlives, r=pnkfelix | bors | -72/+61 |
| 2018-09-26 | convert from an `UnlessNll` flag to a `SuppressRegionErrors` flag | Niko Matsakis | -2/+2 |
| 2018-09-26 | apply `process_registered_region_obligations` at the end of regionck | Niko Matsakis | -7/+4 |
| 2018-09-26 | use `RegionBoundPairs` type alias | Niko Matsakis | -1/+1 |
| 2018-09-26 | auto_trait.rs: rustfmt | Niko Matsakis | -34/+30 |
| 2018-09-26 | change `RegionObligation` to store a `SubregionOrigin` | Niko Matsakis | -30/+20 |
| 2018-09-26 | use a `UnlessNll` flag to consolidate error reporting paths | Niko Matsakis | -1/+7 |
| 2018-09-26 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -10/+29 |
| 2018-09-22 | Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakis | Pietro Albini | -2/+2 |
| 2018-09-20 | Rollup merge of #54346 - eddyb:constant-horror, r=nikomatsakis | kennytm | -1/+5 |
| 2018-09-20 | Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakis | kennytm | -465/+404 |
| 2018-09-20 | Improve handling of type bounds in `bit_set.rs`. | Nicholas Nethercote | -2/+2 |
| 2018-09-19 | rustc: future-proof error reporting for polymorphic constants in types. | Eduard-Mihai Burtescu | -1/+5 |
| 2018-09-18 | A few cleanups and minor improvements to rustc/traits | ljedrz | -465/+404 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -2/+2 |
| 2018-09-13 | expose `evaluate_obligation` that captures overflow, use in rustdoc | Niko Matsakis | -7/+16 |
| 2018-09-13 | don't cache overflow results globally | Niko Matsakis | -1/+4 |
| 2018-09-13 | give a more informative failure in this case | Niko Matsakis | -1/+8 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -1/+1 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -12/+12 |
| 2018-08-30 | Rollup merge of #53513 - nnethercote:inline-shallow_resolve, r=varkor | Pietro Albini | -1/+2 |