| Age | Commit message (Expand) | Author | Lines |
| 2019-09-01 | Account for arbitrary self types in E0599 | Esteban Küber | -0/+18 |
| 2019-09-01 | review comment | Esteban Küber | -2/+1 |
| 2019-08-31 | Reorder AllocationDefinedness members | Andreas Molzer | -2/+3 |
| 2019-08-31 | Improve documentation around allocation accessors | Andreas Molzer | -8/+13 |
| 2019-08-31 | Check impl trait substs when checking for recursive types | Matthew Jasper | -2/+4 |
| 2019-08-31 | fix rebase | Esteban Küber | -1/+1 |
| 2019-08-31 | review comments: reword comment | Esteban Küber | -4/+4 |
| 2019-08-31 | Suggest call fn ctor passed as arg to fn with type param bounds | Esteban Küber | -7/+61 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -14/+23 |
| 2019-08-30 | Move librustc panic handler into the new one | Jonas Schievink | -39/+0 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -2/+6 |
| 2019-08-30 | Move relocation range copies into allocation | Andreas Molzer | -0/+50 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -14/+175 |
| 2019-08-29 | Add `Place::is_indirect` | Dylan MacKenzie | -0/+25 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -4/+9 |
| 2019-08-29 | Rollup merge of #63914 - hvenev:repr-fields, r=eddyb | Mazdak Farrokhzad | -41/+36 |
| 2019-08-29 | Auto merge of #63990 - Centril:rollup-q1nt0b0, r=Centril | bors | -14/+25 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -14/+18 |
| 2019-08-29 | Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-08-29 | Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov | bors | -7/+11 |
| 2019-08-28 | Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebank | bors | -2/+23 |
| 2019-08-28 | Add some comments to `mir::Static` and `mir::StaticKind` | Wesley Wiser | -0/+7 |
| 2019-08-28 | Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakis | bors | -71/+3 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -4/+4 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -14/+18 |
| 2019-08-27 | Add default serialization for `Ident`s | Matthew Jasper | -2/+23 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -4/+4 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -181/+182 |
| 2019-08-26 | Rollup merge of #63317 - estebank:dead-code, r=matthewjasper | Mazdak Farrokhzad | -6/+20 |
| 2019-08-26 | Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis | bors | -7/+32 |
| 2019-08-26 | ty: use Align for ReprOptions pack and align. | Hristo Venev | -41/+36 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -24/+103 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -7/+32 |
| 2019-08-25 | HirIdify hir::Crate.modules | ljedrz | -11/+11 |
| 2019-08-25 | Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centril | bors | -10/+7 |
| 2019-08-24 | Join arms patterns, body is empty in all arms | Santiago Pastorino | -7/+4 |
| 2019-08-24 | Allow lifetime parameters to be inferred | Santiago Pastorino | -3/+3 |
| 2019-08-25 | Rollup merge of #63854 - c410-f3r:attrs-visit, r=petrochenkov | Mazdak Farrokhzad | -52/+26 |
| 2019-08-25 | Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-08-24 | review comment | Esteban Küber | -1/+0 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -7/+11 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -52/+26 |
| 2019-08-23 | Suggest calling closure with resolved return type when appropriate | Esteban Küber | -1/+2 |
| 2019-08-23 | Remove default macro transparencies | Vadim Petrochenkov | -1/+0 |
| 2019-08-23 | Simplify eager normalization of constants | Oliver Scherer | -71/+3 |
| 2019-08-23 | incremental: Do not rely on default transparency when decoding syntax contexts | Vadim Petrochenkov | -10/+10 |
| 2019-08-22 | Rollup merge of #63796 - estebank:opaque_future, r=Centril | Mazdak Farrokhzad | -6/+18 |
| 2019-08-22 | Handle statics in `Subst::subst()` by implementing `TypeFoldable` | Wesley Wiser | -4/+54 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -1/+5 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -8/+12 |