| Age | Commit message (Expand) | Author | Lines |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -3/+3 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -9/+9 |
| 2018-08-12 | Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2018-08-10 | Consider changing assert! to debug_assert! when it calls visit_with | ljedrz | -1/+1 |
| 2018-08-09 | Make SnapshotMap::{commit, rollback_to} take references | ljedrz | -3/+3 |
| 2018-07-25 | Fix associated existentials for generic traits | Oliver Schneider | -1/+2 |
| 2018-07-23 | Implement associated existential types | Oliver Schneider | -3/+9 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -2/+2 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -2/+2 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -7/+6 |
| 2018-06-28 | Use `Ident`s for associated type bindings in HIR | Vadim Petrochenkov | -2/+3 |
| 2018-06-02 | Fix typos of 'ambiguous' | Jon Purdy | -4/+4 |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -6/+25 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -55/+90 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -3/+3 |
| 2018-05-17 | Avoid allocations in `opt_normalize_projection_type`. | Nicholas Nethercote | -54/+72 |
| 2018-05-17 | Avoid repeated HashMap lookups in `opt_normalize_projection_type`. | Nicholas Nethercote | -1/+18 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -1/+1 |
| 2018-05-02 | track skol levels in the InferCtxt rather than via counter | Sean Griffin | -1/+1 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -1/+1 |
| 2018-04-26 | improved debug output | Niko Matsakis | -2/+8 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -35/+34 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -3/+3 |
| 2018-03-23 | Revert "add universes to type inference variables" | Sean Griffin | -2/+0 |
| 2018-03-08 | Prepare for using miri in trans | Alexander Regueiro | -16/+24 |
| 2018-03-01 | add universes to type inference variables | Niko Matsakis | -0/+2 |
| 2018-02-27 | Bring back ParamEnv deduplication | Tatsuyuki Ishi | -2/+5 |
| 2018-02-24 | Rollup merge of #48296 - ishitatsuyuki:exp-unblow, r=nikomatsakis | Manish Goregaokar | -109/+112 |
| 2018-02-22 | Fix exponential blowup on nested types | Tatsuyuki Ishi | -98/+111 |
| 2018-02-22 | Remove needless dedup from projection | Tatsuyuki Ishi | -10/+0 |
| 2018-02-22 | Revert "Implement Ord as necessary" | Tatsuyuki Ishi | -1/+1 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -0/+4 |
| 2018-01-25 | Rollup merge of #47656 - ishitatsuyuki:patch-1, r=nikomatsakis | Alex Crichton | -16/+7 |
| 2018-01-23 | Implement Ord as necessary | Tatsuyuki Ishi | -1/+1 |
| 2018-01-22 | Use std based dedup in projection | Tatsuyuki Ishi | -15/+6 |
| 2018-01-17 | track recursion limit when expanding existential impl trait | Niko Matsakis | -1/+15 |
| 2017-12-07 | replace `InferCtxt::fn_sig` with `closure_sig` | Niko Matsakis | -8/+9 |
| 2017-12-04 | make `no_late_bound_regions` a method on `Binder<T>` | Niko Matsakis | -1/+1 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -2/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-10-06 | Auto merge of #45065 - arielb1:not-correct, r=nikomatsakis | bors | -1/+1 |
| 2017-10-06 | fix logic error in #44269's `prune_cache_value_obligations` | Ariel Ben-Yehuda | -1/+1 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -8/+7 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -3/+37 |
| 2017-09-08 | Auto merge of #44269 - nikomatsakis:issue-43613-limit-cache-obligations, r=ar... | bors | -7/+102 |
| 2017-09-07 | update comment | Niko Matsakis | -7/+18 |
| 2017-09-06 | add in a "paranoid" trait bound | Niko Matsakis | -0/+34 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -2/+2 |
| 2017-09-02 | limit and clear cache obligations opportunistically | Niko Matsakis | -7/+57 |