about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-24/+14
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-24/+14
2018-08-01Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebankPietro Albini-1/+1
2018-07-30Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obkbors-1/+1
2018-07-29update commenttoidiu-1/+1
2018-07-26feature gate for inferring 'static lifetimestoidiu-0/+9
2018-07-26Tweak the raw_identifiers lints in 2018Alex Crichton-1/+1
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-1/+2
2018-07-22Auto merge of #52394 - estebank:println, r=oli-obkbors-0/+4
2018-07-21Gate `format_args_nll` behind feature flagEsteban Küber-0/+4
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-1/+2
2018-07-20Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddybbors-7/+0
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-0/+21
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-7/+0
2018-07-18Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkovkennytm-1/+1
2018-07-18Implement existential typesOliver Schneider-0/+21
2018-07-18Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddybbors-8/+0
2018-07-17rustc: Enable `use_extern_macros` in 2018 editionAlex Crichton-1/+1
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-8/+0
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-26/+11
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-6/+8
2018-07-13Add the `amdgpu-kernel` ABI.Richard Diamond-0/+6
2018-07-09Implement #[alloc_error_handler]Simon Sapin-0/+8
2018-07-06Auto merge of #52018 - flip1995:rfc2103, r=oli-obkbors-0/+2
2018-07-05rustc: Update tracking issue for wasm_import_moduleAlex Crichton-1/+1
2018-07-04Implementation of tool lintsflip1995-0/+2
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-1/+1
2018-06-28Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-mkennytm-4/+4
2018-06-27Generate `DefId`s for the impl trait of `async` functionsOliver Schneider-1/+1
2018-06-26lower case some feature gate messagesmark-4/+4
2018-06-26inclusive range syntax lint (`...` → `..=`)Zack M. Davis-1/+2
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-0/+3
2018-06-21async await desugaring and testsTaylor Cramer-3/+9
2018-06-21Parse async fn header.Without Boats-18/+23
2018-06-20Remove methods from ast::GenericParam and ast::Genericsvarkor-2/+2
2018-06-17Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch...bors-1/+1
2018-06-14create multiple HIR items for a use statementQuietMisdreavus-1/+1
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-8/+2
2018-06-11Stabilize the #[global_allocator] attributeSimon Sapin-7/+3
2018-06-08Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakisMark Rousskov-3/+2
2018-06-08rename `irrefutable_let_pattern` to `irrefutable_let_patterns`Niko Matsakis-1/+1
2018-06-08Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance...kennytm-1/+1
2018-06-05flag changed to nonedylan_DPC-1/+1
2018-06-05Implementation of RFC 2086 - Allow Irrefutable Let patternsSebastian Malton-0/+3
2018-06-04Put doc keyword behind feature flagGuillaume Gomez-0/+8
2018-06-04Merge branch 'master' into stabilise/termination-testDylan DPC-0/+8
2018-06-03implement #[panic_implementation]Jorge Aparicio-0/+9
2018-06-02fixed feature gate to right placedylan_DPC-2/+2
2018-06-02Stabilize unit tests with non-`()` return typedylan_DPC-3/+3
2018-06-02Deny #[cfg] and #[cfg_attr] on generic parameters.kennytm-1/+1