| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-18 | Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddyb | bors | -8/+0 |
| 2018-07-17 | rustc: Enable `use_extern_macros` in 2018 edition | Alex Crichton | -1/+1 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -8/+0 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -26/+11 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -6/+8 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -0/+6 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -0/+8 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+2 |
| 2018-07-05 | rustc: Update tracking issue for wasm_import_module | Alex Crichton | -1/+1 |
| 2018-07-04 | Implementation of tool lints | flip1995 | -0/+2 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -1/+1 |
| 2018-06-28 | Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-m | kennytm | -4/+4 |
| 2018-06-27 | Generate `DefId`s for the impl trait of `async` functions | Oliver Schneider | -1/+1 |
| 2018-06-26 | lower case some feature gate messages | mark | -4/+4 |
| 2018-06-26 | inclusive range syntax lint (`...` → `..=`) | Zack M. Davis | -1/+2 |
| 2018-06-26 | Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis | bors | -0/+3 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -3/+9 |
| 2018-06-21 | Parse async fn header. | Without Boats | -18/+23 |
| 2018-06-20 | Remove methods from ast::GenericParam and ast::Generics | varkor | -2/+2 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -1/+1 |