about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2019-08-23`--bless` some tests due to message format change.Mazdak Farrokhzad-14/+14
2019-08-20Remove async_await feature gate tests.Mazdak Farrokhzad-103/+0
2019-08-16Feature gate 'yield ?' pre-expansion.Mazdak Farrokhzad-1/+25
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-6/+6
2019-08-05Don't recommend `extern crate` syntaxKornel-3/+3
2019-08-02Replace "existential" by "opaque"varkor-4/+4
2019-08-02Switch existential_type to type_alias_impl_traitvarkor-38/+36
2019-07-29Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkorMazdak Farrokhzad-2/+2
2019-07-29Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkovMazdak Farrokhzad-13/+6
2019-07-29Update existential_type + impl_trait_in_bindings issue numbers.Mazdak Farrokhzad-2/+2
2019-07-28cleanup: Remove some language features related to built-in macrosVadim Petrochenkov-13/+6
2019-07-28--bless tests due to new subslice syntax.Mazdak Farrokhzad-18/+18
2019-07-28Use new 'p @ ..' syntax in tests.Mazdak Farrokhzad-3/+3
2019-07-27Fix issues with git converting CRLF to CRVadim Petrochenkov-2/+5
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-1/+5
2019-07-25Rollup merge of #62736 - lqd:polonius_tests3, r=matthewjasperMazdak Farrokhzad-2/+3
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-11/+11
2019-07-22Ignore feature-gate-nll.rs in Polonius compare modelqd-2/+3
2019-07-21normalize use of backticks in compiler messages for librustc/hirSamy Kacimi-5/+5
2019-07-19Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwcobors-91/+43
2019-07-18Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddybbors-0/+24
2019-07-18Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-1/+1
2019-07-18Rollup merge of #62712 - limira:self-type-help, r=estebankMark Rousskov-6/+6
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-91/+43
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-16Update the help message on error for self typeLimira-6/+6
2019-07-13review commentsEsteban Küber-14/+14
2019-07-13Tweak wording in feature gate errorsEsteban Küber-50/+50
2019-07-11Remove feature gate `dropck_parametricity` completelyLzu Tao-75/+0
2019-07-11Fix failing testsVadim Petrochenkov-2/+2
2019-07-11resolve: Divide macro path resolution into speculative and error reporting partsVadim Petrochenkov-12/+12
2019-07-11resolve/expand: Catch macro kind mismatches early in resolveVadim Petrochenkov-8/+8
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-318/+318
2019-07-08Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-2/+2
2019-07-07syntax: Add feature gate.David Wood-0/+24
2019-07-07normalize use of backticks in compiler messages for librustc_typecheckSamy Kacimi-2/+2
2019-07-07Address review comments + Fix rebaseVadim Petrochenkov-1/+13
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-12/+12
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-7/+72
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-11/+1
2019-07-04Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=CentrilMazdak Farrokhzad-1/+1
2019-07-03Adjust tests wrt. 'async_closure' feature gate.Mazdak Farrokhzad-11/+1
2019-07-03Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkorMark Rousskov-6/+6
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-0/+19
2019-07-01Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...bors-53/+0
2019-06-30Switch tracking issue for 'slice_patterns'.Mazdak Farrokhzad-6/+6
2019-06-30Feature gate `rustc` attributes harderVadim Petrochenkov-3/+68
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-6/+6
2019-06-19Rollup merge of #61748 - estebank:transparent-span, r=CentrilMazdak Farrokhzad-9/+4