about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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
2018-05-27Ensure every unstable feature has a tracking issue.kennytm-22/+24
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-1/+1
2018-05-26Point to the current box syntax tracking issueest31-1/+1
2018-05-26Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkovbors-0/+3
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-0/+6
2018-05-24restore emplacement syntax (obsolete)Niko Matsakis-0/+3
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+3
2018-05-21Remove rustc_serialize_exclude_nullManish Goregaokar-5/+0
2018-05-20Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkovbors-0/+1
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-0/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-2/+2
2018-05-16Add feature gate label_break_valueest31-0/+9
2018-05-15Feature gate trivial boundsMatthew Jasper-0/+3
2018-05-13stabilize :lifetimeAlex Burka-6/+2
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-0/+6
2018-05-12rustc: Allow an edition's feature on that editionAlex Crichton-41/+46
2018-05-10Remove `nll` from `rust_2018_preview`Alex Crichton-1/+1
2018-05-04Make extern_absolute_paths only work on the new editionManish Goregaokar-2/+4
2018-05-04Make --edition imply the preview flagManish Goregaokar-0/+6
2018-05-04Add catch and proc macros to the edition (fixes #50443)Manish Goregaokar-2/+2
2018-05-02fix testsflip1995-2/+2
2018-05-02make it compile againflip1995-8/+24