| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -1/+23 |
| 2018-10-02 | abolish ICE when pretty-printing async block | Zack M. Davis | -0/+3 |
| 2018-10-02 | Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg... | jeb | -17/+19 |
| 2018-10-01 | Extra proc macro gates are now at #54727 | Alex Crichton | -5/+5 |
| 2018-09-29 | Add a sentence before rustc errors | Guillaume Gomez | -1/+3 |
| 2018-09-29 | Improve error display for codeblocks in rustdoc | Guillaume Gomez | -0/+11 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-27 | Auto merge of #52319 - tinco:issue_12590, r=pnkfelix | bors | -12/+40 |
| 2018-09-27 | Auto merge of #54581 - petrochenkov:cfgattr, r=alexcrichton | bors | -0/+1 |
| 2018-09-26 | Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoerister | bors | -95/+108 |
| 2018-09-26 | Remove OneVector | ljedrz | -95/+108 |
| 2018-09-26 | Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakis | bors | -130/+195 |
| 2018-09-26 | Accept trailing comma in `cfg_attr` | Vadim Petrochenkov | -0/+1 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -2/+5 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+9 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -2/+5 |
| 2018-09-23 | Fixed off-by-one span. | David Wood | -1/+1 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -0/+6 |
| 2018-09-22 | stabilize pattern_parentheses feature | Alex Stokes | -7/+2 |
| 2018-09-22 | fix typo in comment | Alex Stokes | -123/+193 |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -47/+55 |
| 2018-09-22 | Rollup merge of #54415 - petrochenkov:norollback, r=estebank | Pietro Albini | -36/+26 |