about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-01-03Support `extern` in pathsVadim Petrochenkov-0/+6
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-2/+2
2017-12-28CleanupMatt Peterson-1/+1
2017-12-28Add feature gate macro_lifetime_matcherMatt Peterson-1/+7
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-0/+3
2017-12-27Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkovbors-1/+3
2017-12-26Adds termination_trait feature gateBastian Köcher-0/+3
2017-12-24Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakisbors-2/+70
2017-12-21Add a feature gate for nested uses of `impl Trait`Taylor Cramer-2/+70
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-14/+11
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-2/+32
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-0/+9
2017-12-19Implement non-mod.rs mod statementsTaylor Cramer-2/+32
2017-12-17Use def span for non-ascii ident feature gate errorEsteban Küber-1/+3
2017-12-14feature gate trait aliasesAlex Burka-0/+8
2017-12-13Resolve absolute paths as extern under a feature flagVadim Petrochenkov-0/+3
2017-12-07add closure requirement tests, improve debugging outputNiko Matsakis-0/+6
2017-12-06Stabilize abi_sysv64CensoredUsername-8/+4
2017-12-01Preventing moving out of the trait item kindSunjay Varma-1/+1
2017-12-01Specifically gating generic_associated_types feature on associated Type decla...Sunjay Varma-8/+12
2017-12-01Fixed tidy errorsSunjay Varma-2/+4
2017-12-01Adding feature gateSunjay Varma-0/+9
2017-12-01Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkovbors-0/+26
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-0/+26
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-12/+0
2017-11-22Implement in-band lifetime bindingsTaylor Cramer-0/+3
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+10
2017-11-21Auto merge of #45771 - petrochenkov:crate, r=nikomatsakisbors-1/+15
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+6
2017-11-21Support `::crate` in pathsVadim Petrochenkov-1/+15
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+8
2017-11-17update links and tracking issue for doc_spotlightQuietMisdreavus-1/+1
2017-11-17add doc_highlight feature flag and testsQuietMisdreavus-0/+6
2017-11-15Add universal_impl_trait feature gateChristopher Vittal-4/+3
2017-11-07initial implementation of arbitrary_self_typesMichael Hewson-0/+3
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-1/+0
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-0/+6
2017-11-04Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors-0/+9
2017-11-03Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt-1/+0
2017-11-03Added feature gate for RFC 2008.David Wood-0/+9
2017-11-03Add tests for `auto trait`, fix parsing bugleonardo.yvens-1/+1
2017-11-03Feature gate `auto trait` and ignore it in rustdocleonardo.yvens-0/+6
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-2/+2
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-7/+20
2017-10-24Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko...bors-0/+11
2017-10-22`crate` shorthand visibility modifierZack M. Davis-0/+11
2017-10-17Removed Generics from FnKind::ItemFn in libsyntaxSunjay Varma-2/+2
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-0/+7
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+3
2017-10-05Rollup merge of #45024 - QuietMisdreavus:doc-masked-issue-num, r=pnkfelixkennytm-1/+1