about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2021-03-24resolve late lifetimes by itemJack Huey-84/+84
2021-03-23Update testskadmin-2/+2
2021-03-22rename :pat2018 -> :pat215mark-5/+5
2021-03-15Only allow tait defining uses in function and method return positionOli Scherer-14/+19
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-134/+244
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-97/+97
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-36/+0
2021-03-09Bless tests.Camille GILLOT-97/+97
2021-02-25Add feature gate for inherent associate types.Olivier FAURE-0/+22
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-0/+49
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-36/+0
2021-02-15Add long explanation for E0545Jesus Rubio-0/+1
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-6/+17
2021-02-06path trimming: ignore type aliasesDan Aloni-1/+1
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+24
2021-01-30Remove const_in_array_rep_exprkadmin-42/+0
2021-01-24Replace version_check dependency with own version parsing codeest31-30/+110
2021-01-17Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+63
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+63
2021-01-16Rollup merge of #80971 - camelid:feature-gate-testsuite-organization, r=Mark-...Mara Bos-0/+41
2021-01-13Update tests for extern block lintingMark Rousskov-31/+28
2021-01-12Put all feature gate tests under `feature-gates/`Camelid-0/+41
2021-01-09resolve/expand: Improve attribute expansion on macro definitions and callsVadim Petrochenkov-12/+12
2021-01-05fixed feature gate stderrJake Vossen-1/+1
2021-01-01Auto merge of #80547 - lqd:const_generics_defaults, r=varkorbors-0/+30
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-10/+15
2021-01-01add test for the `const_generics_defaults` feature gateRémy Rakic-0/+25
2021-01-01Move feature gate-related testsYuki Okushi-0/+3475
2020-12-26update testsBastian Kauschke-18/+8
2020-12-26delete no longer relevant testsBastian Kauschke-42/+0
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+47
2020-12-07Validate naked functions definitionsTomasz Miąsko-5/+9
2020-11-29Update tests to remove old numeric constantsbstrie-4/+2
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-4/+4
2020-11-24Auto merge of #79294 - petrochenkov:determ, r=varkorbors-64/+64
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-4/+4
2020-11-22Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkorbors-10/+15
2020-11-22resolve: Do not put macros into `module.unexpanded_invocations` unless necessaryVadim Petrochenkov-64/+64
2020-11-21Improve integer range testsNadrieril-10/+15
2020-11-19Rollup merge of #78961 - CraftSpider:22565, r=oli-obkDylan DPC-12/+12
2020-11-11Missing feature-gate-abi fileRune Tynan-6/+6
2020-11-11Add a sane error for rust-call functions not taking tuples during type checki...Rune Tynan-6/+6
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+32
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-0/+18
2020-10-27Make tidy happySantiago Pastorino-2/+2
2020-10-27Add unsized_fn_params featureSantiago Pastorino-3/+55
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-1/+29
2020-10-21validate allow_internal_unstable targetFlorian Warzecha-1/+11
2020-10-21add rustc_allow_const_fn_unstable attributeFlorian Warzecha-0/+18
2020-10-20review commentsEsteban Küber-5/+5