| Age | Commit message (Expand) | Author | Lines |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -78/+21 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -11/+48 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+1 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -0/+1 |
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=Centril | Yuki Okushi | -3/+3 |
| 2020-01-07 | Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwco | Yuki Okushi | -3/+8 |
| 2020-01-06 | Account for `type X = impl Trait;` in lifetime suggestion | Esteban Küber | -3/+8 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -3/+3 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -26/+27 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+2 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -5/+5 |
| 2020-01-03 | Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es... | Yuki Okushi | -2/+43 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -18/+18 |
| 2019-12-31 | Change wording for lifetime suggestion for opaque types from `constraint` to ... | Ohad Ravid | -2/+2 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -1/+1 |
| 2019-12-30 | Suggest adding a lifetime constraint when opaque type is responsible for "doe... | Ohad Ravid | -1/+42 |
| 2019-12-30 | Auto merge of #67474 - mark-i-m:simplify-borrow_check-4, r=matthewjasper | bors | -239/+119 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -1/+1 |
| 2019-12-30 | Rollup merge of #67687 - estebank:issue-67634, r=matthewjasper | Yuki Okushi | -2/+20 |
| 2019-12-29 | fix review comment | mark | -5/+6 |
| 2019-12-29 | Get rid of ErrorReportingCtx | mark | -243/+122 |
| 2019-12-29 | Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxc | bors | -8/+8 |
| 2019-12-28 | Do not ICE on lifetime error involving closures | Esteban Küber | -2/+20 |
| 2019-12-28 | Change "be returning" to "return" | Matthew Kraai | -1/+1 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -8/+8 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -567/+414 |
| 2019-12-24 | Auto merge of #67241 - mark-i-m:simplify-borrow_check-3, r=matthewjasper | bors | -284/+339 |
| 2019-12-23 | Yield is an expression form, not a statement. | Donough Liu | -2/+2 |
| 2019-12-23 | Refactor region error handling to be done by mirborrowckctx | Mark Mansi | -284/+339 |
| 2019-12-22 | Format the world | Mark Rousskov | -2228/+1293 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -22/+20 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -22/+20 |
| 2019-12-20 | Rollup merge of #67404 - mark-i-m:split-1, r=matthewjasper | Mazdak Farrokhzad | -88/+96 |
| 2019-12-20 | Better comment | Who? Me?! | -1/+1 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -38/+54 |
| 2019-12-18 | Separate region inference logic from error handling better | Mark Mansi | -88/+96 |
| 2019-12-13 | Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebank | Mazdak Farrokhzad | -4/+12 |
| 2019-12-11 | fix imports after rebase | Mark Mansi | -3/+2 |
| 2019-12-11 | more private | Mark Mansi | -11/+14 |
| 2019-12-11 | fix imports | Mark Mansi | -21/+0 |
| 2019-12-11 | tidy | Mark Mansi | -1/+0 |
| 2019-12-11 | fix imports | Mark Mansi | -123/+179 |
| 2019-12-11 | get rid of nll submod | Mark Mansi | -0/+0 |
| 2019-12-12 | Don't suggest wrong snippet in closure | Yuki Okushi | -4/+12 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -43/+115 |
| 2019-12-10 | add polonius activities to -Z self-profile | Remy Rakic | -2/+14 |
| 2019-12-10 | cleanup polonius liveness fact generation: refactor some type names | Remy Rakic | -5/+5 |