| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -16/+13 |
| 2018-11-20 | Stabilize `extern_crate_item_prelude` | Vadim Petrochenkov | -3/+2 |
| 2018-11-20 | Fix stability hole with `static _` | Oliver Scherer | -0/+1 |
| 2018-11-20 | squashed form of #54145 | Nick Cameron | -5/+13 |
| 2018-11-17 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -0/+7 |
| 2018-10-29 | Fix ordering of nested modules in non-mod.rs mods | Taylor Cramer | -0/+11 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -5/+4 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -1/+1 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -2/+2 |
| 2018-10-25 | Rollup merge of #54977 - estebank:macro-arg-parse, r=pnkfelix | Pietro Albini | -1/+2 |
| 2018-10-24 | Feature gate extern prelude additions from `extern crate` items | Vadim Petrochenkov | -0/+3 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -2/+2 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -7/+9 |
| 2018-10-21 | Fix a few tests with target-specific output | Vadim Petrochenkov | -1/+1 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -4/+5 |
| 2018-10-19 | Add a stub feature so we can still test E0705 | Scott McMurray | -4/+7 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -4/+3 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -8/+3 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -3/+3 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -4/+5 |
| 2018-10-15 | Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkov | Manish Goregaokar | -5/+6 |
| 2018-10-14 | Support underscore as constant name | Donato Sciarra | -1/+17 |
| 2018-10-12 | Add missing lifetime fragment specifier to error message. | Eric Huss | -5/+6 |
| 2018-10-12 | Rollup merge of #54967 - holmgr:master, r=estebank | kennytm | -0/+5 |
| 2018-10-12 | Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavus | bors | -0/+13 |
| 2018-10-11 | Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomats... | bors | -0/+17 |
| 2018-10-10 | Accept `Option<Box<$t:ty>>` in macro argument | Esteban Küber | -1/+2 |
| 2018-10-10 | Rollup merge of #54893 - dsciarra:issue-54379, r=pnkfelix | Manish Goregaokar | -0/+3 |
| 2018-10-10 | Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=Manishearth | Manish Goregaokar | -3/+2 |
| 2018-10-10 | Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkov | Manish Goregaokar | -18/+82 |
| 2018-10-10 | Remove incorrect span for second label inner macro invocation | holmgr | -0/+5 |
| 2018-10-09 | Update feature-gate listing | flip1995 | -3/+2 |
| 2018-10-08 | parse_trait_item_ now handles interpolated blocks as function body decls | Matthew Russo | -0/+17 |
| 2018-10-07 | cfg-attr-multi: Change issue number to actual tracking issue | Havvy (Ryan Scheel) | -1/+1 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -23/+4 |
| 2018-10-07 | Fix internal compiler error on malformed match arm pattern. | Donato Sciarra | -0/+3 |
| 2018-10-07 | cfg_attr_multi: Feature gate | Havvy (Ryan Scheel) | -1/+38 |
| 2018-10-05 | cfg_attr_multi: Basic implementation | Havvy (Ryan Scheel) | -17/+44 |
| 2018-10-05 | Rollup merge of #54833 - abonander:issue-54441, r=petrochenkov | Pietro Albini | -15/+12 |
| 2018-10-05 | Rollup merge of #54804 - euclio:inverted-parameters, r=estebank | Pietro Albini | -1/+20 |
| 2018-10-05 | add suggestion for inverted function parameters | Andy Russell | -1/+20 |
| 2018-10-05 | Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton | bors | -47/+30 |
| 2018-10-05 | Stabilize min_const_fn feature gate | Oliver Scherer | -13/+2 |
| 2018-10-05 | Auto merge of #52121 - jebrosen:macros2_feature, r=petrochenkov | bors | -17/+19 |
| 2018-10-05 | make `Parser::parse_foreign_item()` return a foreign item or error | Austin Bonander | -15/+12 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -10/+2 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -47/+30 |
| 2018-10-04 | Rollup merge of #54777 - zackmdavis:async_pretty_ice, r=cramertj | Pietro Albini | -0/+3 |
| 2018-10-03 | Update error id to an unused one | Oliver Schneider | -2/+2 |