| Age | Commit message (Expand) | Author | Lines |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -152/+49 |
| 2019-01-13 | Address review comments | Vadim Petrochenkov | -8/+8 |
| 2019-01-13 | Auto merge of #57568 - Centril:rollup, r=Centril | bors | -49/+147 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -1199/+1065 |
| 2019-01-13 | Account for 2 removed lines in src/librustdoc/test.rs | Igor Matuszewski | -2/+2 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -1/+1 |
| 2019-01-13 | stabilize transpose_result in 1.33 | Mazdak Farrokhzad | -2/+0 |
| 2019-01-13 | Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-01-13 | Rollup merge of #57560 - petrochenkov:selfinmac, r=alexreg | Mazdak Farrokhzad | -0/+21 |
| 2019-01-13 | Rollup merge of #57557 - petrochenkov:ecused, r=varkor | Mazdak Farrokhzad | -0/+66 |
| 2019-01-13 | Rollup merge of #57508 - DebugSteven:inline-extern, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+11 |
| 2019-01-13 | Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor | Mazdak Farrokhzad | -45/+45 |
| 2019-01-12 | Don't add label to the match expr when the type is not fully realized | Esteban Küber | -13/+1 |
| 2019-01-12 | Reword label as per review comment | Esteban Küber | -25/+25 |
| 2019-01-12 | Point at the match discriminant when arm pattern has a type mismatch | Esteban Küber | -2/+54 |
| 2019-01-12 | Suggest correct location for lifetime parameters in use | Esteban Küber | -38/+39 |
| 2019-01-13 | const stabilize . | Mazdak Farrokhzad | -2/+0 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -4/+4 |
| 2019-01-12 | Remove unrelated errors from parse stderr tests | Esteban Küber | -105/+35 |
| 2019-01-13 | hygiene: Do not treat `Self` ctor as a local variable | Vadim Petrochenkov | -0/+21 |
| 2019-01-13 | resolve: Mark extern crate items as used in more cases | Vadim Petrochenkov | -0/+66 |
| 2019-01-13 | privacy: Fix private-in-public check for existential types | Vadim Petrochenkov | -0/+15 |
| 2019-01-13 | resolve: Add a test for issue #57539 | Vadim Petrochenkov | -0/+26 |
| 2019-01-12 | Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis | bors | -236/+158 |
| 2019-01-12 | Fix a hole in generic parameter import future-proofing | Vadim Petrochenkov | -7/+42 |
| 2019-01-12 | Stabilize `uniform_paths` | Vadim Petrochenkov | -191/+48 |
| 2019-01-12 | resolve: Prohibit use of imported tool modules | Vadim Petrochenkov | -6/+44 |
| 2019-01-12 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -4/+23 |
| 2019-01-12 | resolve: Prohibit use of uniform paths in macros originating from 2015 edition | Vadim Petrochenkov | -1/+1 |
| 2019-01-12 | resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` items | Vadim Petrochenkov | -40/+13 |
| 2019-01-12 | Auto merge of #57542 - Centril:rollup, r=Centril | bors | -951/+537 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -168/+155 |
| 2019-01-12 | Rollup merge of #57522 - euclio:format-ice, r=varkor | Mazdak Farrokhzad | -4/+11 |
| 2019-01-12 | Rollup merge of #57493 - euclio:deref-suggest, r=oli-obk | Mazdak Farrokhzad | -21/+12 |
| 2019-01-12 | Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -752/+353 |
| 2019-01-12 | const_let: --bless with --compare-mode=nll | Mazdak Farrokhzad | -77/+74 |
| 2019-01-12 | Auto merge of #57532 - Centril:stabilize-2175, r=varkor | bors | -32/+12 |
| 2019-01-12 | bless ui/while-let | Mazdak Farrokhzad | -0/+1 |
| 2019-01-11 | Add label for invalid literal suffix | Esteban Küber | -8/+8 |
| 2019-01-11 | Tweak incorrect discriminator value variant error | Esteban Küber | -19/+40 |
| 2019-01-11 | Small tweaks to parser errors | Esteban Küber | -17/+19 |
| 2019-01-11 | Tweak type argument after assoc type error | Esteban Küber | -1/+1 |
| 2019-01-11 | Continue evaluating after finding incorrect .. in pattern | Esteban Küber | -8/+32 |
| 2019-01-11 | fix test | Esteban Küber | -0/+1 |
| 2019-01-11 | Continue evaluating after incorrect float literal | Esteban Küber | -11/+49 |
| 2019-01-11 | fix tests | Esteban Küber | -2/+3 |
| 2019-01-11 | Continue evaluating after type argument in where clause | Esteban Küber | -2/+10 |
| 2019-01-11 | Continue evaluating after missing `for` in `impl Trait for Foo` | Esteban Küber | -7/+28 |
| 2019-01-11 | Continue evaluating after parsing incorrect binary literal | Esteban Küber | -5/+18 |