| Age | Commit message (Expand) | Author | Lines |
| 2018-08-10 | Rollup merge of #53183 - estebank:println-comma, r=oli-obk | kennytm | -15/+37 |
| 2018-08-10 | Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton | kennytm | -0/+1 |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -1/+1 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -103/+45 |
| 2018-08-07 | Suggest comma when missing in macro call | Esteban Küber | -15/+37 |
| 2018-08-08 | add wasm_target_feature feature gate | gnzlbg | -0/+1 |
| 2018-08-07 | Auto merge of #52397 - estebank:println-comma, r=oli-obk | bors | -1/+51 |
| 2018-08-07 | Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakis | bors | -0/+12 |
| 2018-08-07 | Also put comparing raw pointers behind a feature gate | Oliver Schneider | -0/+3 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -0/+9 |
| 2018-08-07 | Rollup merge of #53135 - joshtriplett:remove-catch-from-2018-preview, r=Mark-... | kennytm | -1/+1 |
| 2018-08-07 | Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkov | kennytm | -0/+4 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-08-06 | fix typo | Esteban Küber | -1/+1 |
| 2018-08-06 | Suggest comma when writing `println!("{}" a);` | Esteban Küber | -1/+51 |
| 2018-08-06 | Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakis | bors | -1/+5 |
| 2018-08-06 | Rust 2018: Disable catch_expr, not targeted for 2018 edition | Josh Triplett | -1/+1 |
| 2018-08-06 | Address review comments | Vadim Petrochenkov | -30/+12 |
| 2018-08-06 | Enable macro modularization implicitly if one of "advanced" macro features is... | Vadim Petrochenkov | -4/+8 |
| 2018-08-06 | Support custom attributes when macro modularization is enabled | Vadim Petrochenkov | -54/+27 |
| 2018-08-06 | Avoid modifying invocations in place for derive helper attributes | Vadim Petrochenkov | -21/+4 |
| 2018-08-05 | Fix diagnostic_list error | varkor | -1/+1 |
| 2018-08-05 | Enable macros to pass $:literal to another macro | Matthew Tran | -0/+4 |
| 2018-08-05 | Change feature edition error into a warning | varkor | -1/+1 |
| 2018-08-05 | Fix 2018 edition tests | varkor | -1/+1 |
| 2018-08-05 | Add an error when declaring features that are stable in the current Rust edition | varkor | -22/+52 |
| 2018-08-05 | Add special support for libc | varkor | -1/+0 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -13/+0 |
| 2018-08-05 | Add duplicity lint for lang features | varkor | -9/+7 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -0/+12 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -1/+0 |
| 2018-08-04 | Remove in-band lifetimes from the 2018 edition | Scott McMurray | -1/+1 |
| 2018-08-03 | Extract impl_header_lifetime_elision out of in_band_lifetimes | Scott McMurray | -0/+4 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -41/+41 |
| 2018-08-02 | Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov | bors | -5/+62 |
| 2018-08-01 | Rollup merge of #52954 - cramertj:async-parse, r=petrochenkov | Pietro Albini | -0/+1 |
| 2018-08-01 | Use the correct allow | John Renner | -3/+3 |
| 2018-08-01 | Allow test imports to go unused | John Renner | -1/+15 |
| 2018-08-01 | async can begin expressions | Taylor Cramer | -0/+1 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -2/+2 |
| 2018-08-01 | Switch syntax attribute tracking to BitVector | Mark Rousskov | -33/+23 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -41/+41 |
| 2018-08-01 | Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebank | Pietro Albini | -1/+1 |
| 2018-07-31 | Address code review | John Renner | -5/+10 |
| 2018-07-31 | Allow unnameable tests | John Renner | -8/+28 |
| 2018-07-30 | Reexport tests without polluting namespaces | John Renner | -1/+19 |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -1/+1 |
| 2018-07-29 | update comment | toidiu | -1/+1 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -11/+3 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -11/+3 |