about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2018-10-24Prohibit macro-expanded `extern crate` items shadowing crates passed with `--...Vadim Petrochenkov-1/+16
2018-10-24Feature gate extern prelude additions from `extern crate` itemsVadim Petrochenkov-0/+106
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-98/+17
2018-10-17Auto merge of #54946 - estebank:iterator, r=varkorbors-2/+3
2018-10-11review commentsEsteban Küber-1/+1
2018-10-10Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=ManishearthManish Goregaokar-49/+0
2018-10-10Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkovManish Goregaokar-0/+46
2018-10-09Reword `rustc_on_unimplemented` errors for `Iterator`Esteban Küber-2/+3
2018-10-09Remove feature-gate testsflip1995-49/+0
2018-10-07cfg-attr-multi: Change issue number to actual tracking issueHavvy (Ryan Scheel)-2/+2
2018-10-07cfg_attr_multi: Feature gateHavvy (Ryan Scheel)-0/+46
2018-10-05Stabilize `min_const_fn`Oliver Schneider-38/+11
2018-09-30Added help message for `impl_trait_in_bindings` feature gate.Alexander Regueiro-0/+4
2018-09-27Updated stderr test files.Alexander Regueiro-0/+2
2018-09-26Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakisbors-26/+0
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-1/+39
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-0/+30
2018-09-25Handle impl trait in MIR type checked for assignments.Matthew Jasper-1/+39
2018-09-22stabilize pattern_parentheses featureAlex Stokes-26/+0
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-26/+0
2018-09-19Parse, feature-gate, and validate the #[marker] attributeScott McMurray-0/+30
2018-09-17libsyntax: add optional help message for deprecated featuresAlva Snædís-1/+1
2018-09-17libsyntax: fix casing in error messageAlva Snædís-3/+3
2018-09-13introduce SelfCtorF001-39/+41
2018-09-13implement feature tuple_struct_self_ctorF001-0/+39
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-35/+0
2018-09-09update ui testsJorge Aparicio-32/+2
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-32/+0
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-36/+121
2018-08-30Made std::intrinsics::transmute() const fn.thedarkula-0/+30
2018-08-26Auto merge of #53619 - japaric:panic-handler, r=SimonSapinbors-3/+35
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+1
2018-08-23fix tidyJorge Aparicio-0/+32
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-12/+12
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-17/+19
2018-08-23Auto merge of #53459 - petrochenkov:stabmore, r=nrcbors-26/+0
2018-08-23Auto merge of #53235 - varkor:gat_impl_where, r=estebankbors-4/+17
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-26/+0
2018-08-22Rollup merge of #53431 - alexreg:move-feature-gate-tests, r=cramertjGuillaume Gomez-0/+105
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-32/+32
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-30/+0
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-25/+0
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-32/+32
2018-08-19Rename `catch_expr` feature to `try_blocks`Scott McMurray-2/+2
2018-08-19Parse try blocks with the try keyword instead of do catch placeholderScott McMurray-6/+8
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-30/+0
2018-08-18Auto merge of #53324 - alexreg:self_in_typedefs, r=eddybbors-0/+27
2018-08-18Added feature gate.Alexander Regueiro-0/+27
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-3/+1
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-3/+1