| Age | Commit message (Expand) | Author | Lines |
| 2019-08-28 | Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebank | bors | -2/+23 |
| 2019-08-28 | Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakis | bors | -71/+3 |
| 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 | 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 | 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 | 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 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -12/+33 |
| 2019-08-21 | review comments: reword and add test | Esteban Küber | -2/+2 |
| 2019-08-21 | Do not complain about unused code when used in `impl` `Self` type | Esteban Küber | -6/+20 |
| 2019-08-21 | review comments | Esteban Küber | -7/+13 |
| 2019-08-21 | When declaring a declarative macro in an item it's only accessible inside it | Esteban Küber | -5/+8 |
| 2019-08-21 | Add clarification on E0308 about opaque types | Esteban Küber | -0/+1 |
| 2019-08-21 | Fix typo in E0308 if/else label | Esteban Küber | -6/+17 |
| 2019-08-21 | Rollup merge of #63766 - oli-obk:const_eval_dedup, r=zackmdavis | Mazdak Farrokhzad | -28/+20 |
| 2019-08-21 | Remove some duplication when resolving constants | Oliver Scherer | -28/+20 |
| 2019-08-20 | Stabilize 'async_await'. | Mazdak Farrokhzad | -2/+0 |
| 2019-08-19 | Rollup merge of #63620 - estebank:assoc-type-span, r=Centril | Mazdak Farrokhzad | -23/+28 |
| 2019-08-19 | review comments | Esteban Küber | -13/+14 |
| 2019-08-19 | Use constraint span when lowering associated types | Esteban Küber | -12/+16 |
| 2019-08-19 | use static as object-lifetime default for type XX in `Foo<Item=XX>` | Niko Matsakis | -1/+70 |
| 2019-08-19 | distinguish object-lifetime-default elision from other elision | Niko Matsakis | -3/+55 |
| 2019-08-19 | add debug logs | Niko Matsakis | -2/+46 |
| 2019-08-19 | Auto merge of #63670 - Dante-Broggi:patch-2, r=Centril | bors | -1/+1 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -133/+89 |
| 2019-08-18 | Pre intern the `Self` parameter type | Matthew Jasper | -38/+26 |
| 2019-08-18 | Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov | bors | -45/+0 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -0/+23 |
| 2019-08-17 | Rollup merge of #63669 - Dante-Broggi:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-08-17 | size has a zero | Dante-Broggi | -1/+1 |
| 2019-08-17 | fix typos | Dante-Broggi | -1/+1 |
| 2019-08-17 | resolve: Properly integrate derives and `macro_rules` scopes | Vadim Petrochenkov | -1/+1 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -45/+0 |