| Age | Commit message (Expand) | Author | Lines |
| 2018-06-07 | Inline `process_obligation`. | Nicholas Nethercote | -0/+4 |
| 2018-06-07 | Inline and remove `process_predicate`. | Nicholas Nethercote | -242/+235 |
| 2018-06-07 | Simplify `process_obligation`. | Nicholas Nethercote | -9/+12 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -2/+1 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -3/+6 |
| 2018-06-04 | Refactor the chalkify lowering process | scalexm | -47/+102 |
| 2018-06-02 | Fix typos of 'ambiguous' | Jon Purdy | -5/+5 |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -6/+25 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -13/+22 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-24 | implement the chalk traits, albeit with many placeholders | Niko Matsakis | -145/+275 |
| 2018-05-23 | Rollup merge of #50932 - nnethercote:seen-Predicates, r=eddyb | kennytm | -3/+18 |
| 2018-05-22 | Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakis | bors | -0/+5 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-21 | rustc: don't call Kind::from directly, use .into() instead. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-05-21 | rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. | Eduard-Mihai Burtescu | -18/+14 |
| 2018-05-21 | Optimize seen Predicate filtering. | Nicholas Nethercote | -3/+18 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -13/+22 |
| 2018-05-18 | Filter global bounds from ParamEnv again. | Matthew Jasper | -0/+5 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -72/+108 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -16/+16 |
| 2018-05-17 | Avoid allocations in `opt_normalize_projection_type`. | Nicholas Nethercote | -71/+90 |
| 2018-05-17 | Avoid repeated HashMap lookups in `opt_normalize_projection_type`. | Nicholas Nethercote | -1/+18 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -47/+41 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -24/+41 |
| 2018-05-15 | Make is_global true for latebound regions | Matthew Jasper | -1/+1 |
| 2018-05-15 | Add mk_param_from_def | varkor | -1/+1 |
| 2018-05-15 | Use Kind instead of UnpackedKind in Substs methods | varkor | -5/+3 |
| 2018-05-15 | Refactor Substs methods on generic parameters | varkor | -6/+12 |
| 2018-05-15 | Clean up generic param handling | varkor | -4/+3 |
| 2018-05-15 | Review refactoring | varkor | -6/+7 |
| 2018-05-15 | Rename param_counts to own_counts | varkor | -1/+1 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -3/+3 |
| 2018-05-15 | Refactor generic params loops | varkor | -16/+18 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -14/+16 |
| 2018-05-15 | Inline get_type | varkor | -10/+15 |
| 2018-05-15 | Refactor to address comments | varkor | -2/+1 |
| 2018-05-15 | Use GenericParamCount instead of FxHashMap | varkor | -2/+2 |
| 2018-05-15 | Eliminate ty::Generics::types() | varkor | -4/+8 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -4/+4 |
| 2018-05-15 | Generalise cases of explicit iteration of specific kinds | varkor | -8/+9 |
| 2018-05-15 | Prefer iterator to vec | varkor | -5/+5 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -4/+4 |
| 2018-05-15 | Rollup merge of #50712 - leodasvacas:improve-eager-resolution-error-message, ... | Guillaume Gomez | -5/+5 |
| 2018-05-15 | Feature gate trivial bounds | Matthew Jasper | -0/+12 |
| 2018-05-15 | Implement RFC 2056 - trivial constraints | Matthew Jasper | -46/+28 |
| 2018-05-13 | Improve eager type resolution error message | leonardo.yvens | -5/+5 |
| 2018-05-12 | Better error reporting in Copy derive | leonardo.yvens | -33/+4 |
| 2018-05-10 | Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister | bors | -25/+25 |
| 2018-05-09 | Auto merge of #49834 - Zoxc:sync-trait-cache, r=nikomatsakis | bors | -10/+17 |