about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2019-10-13Rollup merge of #65248 - estebank:mention-if-let, r=cramertjMazdak Farrokhzad-0/+23
2019-10-11Rollup merge of #65283 - petrochenkov:softstab2, r=estebankTyler Mandry-2/+15
2019-10-11Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkorTyler Mandry-0/+48
2019-10-10stability: Do not use `buffer_lint` after lowering to HIRVadim Petrochenkov-2/+15
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-0/+23
2019-10-09Update ui testsben-4/+4
2019-10-09Gate use of raw and function pointers in const generics behindben-0/+48
2019-10-07track_caller run-pass test, lint cleanup, PR review.Adam Perry-2/+1
2019-10-07[RFC 2091] Add #[track_caller] attribute.Ayose-0/+18
2019-10-06Update ui testsGuillaume Gomez-1/+2
2019-10-03plugin_registrary: use normal deprecation instead of hard coded warning.Mazdak Farrokhzad-11/+23
2019-10-03Deprecate `#![plugin]` and `#[plugin_registrar]`.Mazdak Farrokhzad-2/+19
2019-09-30Stabilize macros in `extern` blocksVadim Petrochenkov-57/+0
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-2/+3
2019-09-27Update ui testsGuillaume Gomez-2/+3
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-26/+8
2019-09-22Point at correct span for parenthesized typesEsteban Küber-2/+2
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-62/+62
2019-09-14Rollup merge of #64462 - petrochenkov:remattr, r=CentrilMazdak Farrokhzad-8/+8
2019-09-14feature_gate: Merge various attribute gating functionsVadim Petrochenkov-8/+8
2019-09-14Ban non-extern rust intrinsicsMark Rousskov-81/+125
2019-09-09Rollup merge of #63468 - c410-f3r:attrs, r=petrochenkovMazdak Farrokhzad-136/+84
2019-09-09Resolve attributes in several placesCaio-136/+84
2019-09-08Rollup merge of #64263 - crlf0710:improve_wording, r=petrochenkovMazdak Farrokhzad-7/+7
2019-09-08Improve wording.Charles Lew-7/+7
2019-09-08Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasperMazdak Farrokhzad-0/+17
2019-09-07Turn `soft_unstable` into a future-compatibility lintVadim Petrochenkov-0/+3
2019-09-07Support "soft" feature-gating using a lintVadim Petrochenkov-0/+14
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-33/+0
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