| Age | Commit message (Expand) | Author | Lines |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Add #![feature(unsized_locals)]. | Masaki Hara | -0/+3 |
| 2018-08-18 | Auto merge of #53324 - alexreg:self_in_typedefs, r=eddyb | bors | -15/+21 |
| 2018-08-18 | Added feature gate. | Alexander Regueiro | -15/+21 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -14/+4 |
| 2018-08-17 | Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor | Corey Farwell | -23/+56 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -14/+4 |
| 2018-08-17 | Rollup merge of #53364 - varkor:gat-warn-broken, r=pnkfelix | kennytm | -0/+15 |
| 2018-08-16 | syntax: also warn about edition "umbrella" features being implied by --edition. | Eduard-Mihai Burtescu | -13/+22 |
| 2018-08-16 | syntax: process all edition features before other features. | Eduard-Mihai Burtescu | -10/+34 |
| 2018-08-15 | Warn when `generic_associated_types` feature gate is enabled | varkor | -0/+15 |
| 2018-08-15 | syntax: Enforce attribute grammar in the parser | Vadim Petrochenkov | -18/+20 |
| 2018-08-14 | syntax: add `uniform_paths` feature-gate. | Eduard-Mihai Burtescu | -0/+3 |
| 2018-08-11 | Feature gate arbitrary tokens in non-macro attributes with a separate gate | Vadim Petrochenkov | -21/+25 |
| 2018-08-10 | Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton | kennytm | -0/+1 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -51/+10 |
| 2018-08-08 | add wasm_target_feature feature gate | gnzlbg | -0/+1 |
| 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-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 | -8/+0 |
| 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 | -42/+5 |
| 2018-08-05 | Change feature edition error into a warning | varkor | -1/+1 |
| 2018-08-05 | Add an error when declaring features that are stable in the current Rust edition | varkor | -22/+38 |
| 2018-08-05 | Add special support for libc | varkor | -1/+0 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -1/+0 |
| 2018-08-05 | Add duplicity lint for lang features | varkor | -9/+7 |
| 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 | -24/+14 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -24/+14 |
| 2018-08-01 | Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebank | Pietro Albini | -1/+1 |
| 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-26 | feature gate for inferring 'static lifetimes | toidiu | -0/+9 |
| 2018-07-26 | Tweak the raw_identifiers lints in 2018 | Alex Crichton | -1/+1 |
| 2018-07-23 | Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton | kennytm | -1/+2 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -0/+4 |
| 2018-07-21 | Gate `format_args_nll` behind feature flag | Esteban Küber | -0/+4 |
| 2018-07-21 | Avoid using `#[macro_export]` for documenting builtin macros | Vadim Petrochenkov | -1/+2 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -7/+0 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+21 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -7/+0 |
| 2018-07-18 | Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkov | kennytm | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+21 |