summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-0/+6
2018-02-08Use the right tracking issueMark Mansi-3/+1
2018-02-08Add `rustc_args_required_const` to the feature whitelistAlex Crichton-0/+5
2018-02-05Stabilize use_nested_groupsPietro Albini-26/+2
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-8/+2
2018-01-30stabilize match_beginning_vertJonathan Goodman-8/+2
2018-01-30Add feature gate + testsMark Mansi-0/+8
2018-01-29Add internal-only rustc_serialize_exclude_null attribute for making the field...Manish Goregaokar-0/+5
2018-01-28Auto merge of #47800 - Pulkit07:issue47755, r=sfacklerbors-3/+1
2018-01-27don't mention tasks in stability warnings of #[thread_local] #47755Pulkit Goyal-3/+1
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-2/+2
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-13/+17
2018-01-22Auto merge of #47158 - rkruppe:repr-transparent, r=eddybbors-0/+8
2018-01-16Implement repr(transparent)Robin Kruppe-0/+8
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-1/+1
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-1/+3
2018-01-13Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkovbors-7/+0
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-7/+0
2018-01-13Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddybbors-10/+2
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-0/+7
2018-01-07Remove deprecated unstable attribute `#[simd]`Robin Kruppe-10/+2
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-0/+7
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