| Age | Commit message (Expand) | Author | Lines |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -1/+1 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -1/+1 |
| 2019-10-28 | suggest `const_in_array_repeat_expression` flag | David Wood | -1/+9 |
| 2019-10-25 | Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk | Mazdak Farrokhzad | -421/+359 |
| 2019-10-25 | Rollup merge of #65775 - matthewjasper:reempty, r=pnkfelix | Mazdak Farrokhzad | -0/+6 |
| 2019-10-24 | Fix more `ReEmpty` ICEs | Matthew Jasper | -0/+6 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -3/+9 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -418/+350 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -3/+3 |
| 2019-10-21 | Remove unnecessary `Hash` bounds from various types. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -8/+8 |
| 2019-10-21 | Rollup merge of #65460 - sinkuu:contains_insert, r=varkor | Yuki Okushi | -3/+1 |
| 2019-10-18 | Rollup merge of #65197 - spastorino:place-mut-visitor-adjusts2, r=oli-obk | Tyler Mandry | -1/+16 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -4/+8 |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -18/+10 |
| 2019-10-17 | Prepare renumber MutVisitor to have projections interned | Santiago Pastorino | -2/+21 |
| 2019-10-16 | Auto merge of #65172 - tanriol:explain_borrow-use-context-dominators, r=nagisa | bors | -1/+1 |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -3/+1 |
| 2019-10-13 | Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisa | bors | -0/+3 |
| 2019-10-10 | query generator kind for error reporting | csmoe | -25/+50 |
| 2019-10-09 | Rollup merge of #65166 - csmoe:async-move, r=estebank | Mazdak Farrokhzad | -1/+28 |
| 2019-10-08 | suggest to add move keyword for generator | csmoe | -1/+28 |
| 2019-10-07 | use precalculated dominators in explain_borrow | Denis Lisov | -1/+1 |
| 2019-10-05 | Rollup merge of #65100 - csmoe:generator, r=nikomatsakis | Tyler Mandry | -37/+16 |
| 2019-10-05 | Rollup merge of #65011 - estebank:ice-o-matic, r=zackmdavis | Tyler Mandry | -5/+7 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -37/+16 |
| 2019-10-04 | Add some missing normalization calls to fix #63154 | Felix S. Klock II | -0/+3 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -36/+20 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -50/+118 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -39/+22 |
| 2019-10-03 | Rollup merge of #63678 - Aaron1011:fix/hrtb-leak, r=nikomatsakis | Mazdak Farrokhzad | -21/+101 |
| 2019-10-02 | Make lifetimes in constants live at the point of use | Matthew Jasper | -23/+41 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -27/+77 |
| 2019-10-02 | Do not ICE when dereferencing non-Copy raw pointer | Esteban Küber | -5/+7 |
| 2019-10-01 | Rollup merge of #64801 - nnethercote:improve-find_constraint_paths_between_re... | Tyler Mandry | -18/+21 |
| 2019-10-01 | Add comments, rename variable | Aaron Hill | -5/+40 |
| 2019-10-01 | Rename to `was_placeholder` to `from_forall` | Aaron Hill | -7/+7 |
| 2019-10-01 | Improve HRTB error span when -Zno-leak-check is used | Aaron Hill | -21/+66 |
| 2019-09-30 | Avoid `chain()` in `find_constraint_paths_between_regions()`. | Nicholas Nethercote | -18/+21 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -27/+27 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -2/+3 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -6/+6 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -23/+32 |
| 2019-09-28 | Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb | Mazdak Farrokhzad | -8/+6 |
| 2019-09-27 | Remove AccessKind::Move. | Mazdak Farrokhzad | -8/+0 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -39/+17 |
| 2019-09-27 | Remove lift_to_global | Mark Rousskov | -1/+1 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -8/+6 |