| Age | Commit message (Expand) | Author | Lines |
| 2019-11-30 | rustc: move MIR source_scope_local_data's ClearCrossCrate to be around elements. | Eduard-Mihai Burtescu | -33/+34 |
| 2019-11-29 | minor fix | Mark Mansi | -5/+1 |
| 2019-11-29 | remove get_named_span | Mark Mansi | -39/+5 |
| 2019-11-29 | rename to AnonRegionFromAsyncFn | Mark Mansi | -10/+9 |
| 2019-11-29 | improve lifetime errors with implicit trait object lifetimes | Mark Mansi | -18/+33 |
| 2019-11-28 | review comments | Esteban Küber | -1/+3 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -57/+7 |
| 2019-11-28 | Use structured suggestion when requiring `Copy` constraint in type param | Esteban Küber | -6/+58 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-27 | Rollup merge of #66222 - Aaron1011:fix/opaque-closure, r=pnkfelix | Tyler Mandry | -4/+16 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -61/+158 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -19/+8 |
| 2019-11-25 | Various cleanups | Esteban Küber | -12/+6 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -7/+2 |
| 2019-11-23 | drive-by cleanup in region naming | Mark Mansi | -22/+21 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -197/+173 |
| 2019-11-22 | Auto merge of #66537 - nnethercote:delay-is_local_ever_initialized, r=spastorino | bors | -12/+12 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -197/+173 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-11-19 | Delay an `is_local_ever_initialized` call. | Nicholas Nethercote | -12/+12 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -5/+351 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -1/+1 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -1/+1 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -2/+2 |
| 2019-11-12 | Rename in librustc_mir. | Camille GILLOT | -2/+2 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -53/+101 |
| 2019-11-11 | suggest to add a constraint except asyn-fn without explicit output | csmoe | -2/+2 |
| 2019-11-10 | Fix tidy. | Camille GILLOT | -1/+3 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -2/+2 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -20/+20 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -54/+108 |
| 2019-11-08 | Use `eq_opaque_type_and_type` when type-checking closure signatures | Aaron Hill | -4/+16 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -1/+1 |
| 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-27 | hack around '_ named regions | Mark Mansi | -2/+9 |
| 2019-10-27 | add and use struct_help | Mark Mansi | -21/+16 |
| 2019-10-27 | implement outlive suggestions | Mark Mansi | -5/+349 |
| 2019-10-25 | Don't cast directly from `&[T; N]` to `*const T` | Matthew Jasper | -54/+108 |
| 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 |