| Age | Commit message (Expand) | Author | Lines |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+5 |
| 2018-06-16 | Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis | bors | -2/+2 |
| 2018-06-16 | Auto merge of #51411 - nnethercote:process_predicate, r=nikomatsakis | bors | -249/+253 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-06-09 | Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakis | bors | -16/+61 |
| 2018-06-08 | Rollup merge of #51412 - nnethercote:pending_obligations, r=estebank | Mark Rousskov | -4/+4 |
| 2018-06-08 | Reenable trivial bounds | Matthew Jasper | -16/+61 |
| 2018-06-08 | Avoid useless Vec clones in pending_obligations(). | Nicholas Nethercote | -4/+4 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+5 |
| 2018-06-07 | Introduce `ProcessResult`. | Nicholas Nethercote | -37/+41 |
| 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-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 |