summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2020-10-20Tweak "object unsafe" errorsEsteban Küber-23/+39
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-36/+22
2020-10-09Auto merge of #77578 - euclio:max-suggestion, r=davidtwcobors-1/+4
2020-10-08suggest `MAX` constant if -1 is assigned to unsigned typeAndy Russell-1/+4
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-13/+14
2020-10-06Fix tests from rebaseMatthew Jasper-29/+28
2020-10-06Fix rebaseMatthew Jasper-5/+18
2020-10-06Fix tests and bootstrapMatthew Jasper-17/+18
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-18/+35
2020-09-25Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obkJonas Schievink-37/+46
2020-09-24Bless testsDylan MacKenzie-37/+46
2020-09-21Add feature gate ui test for cfg(target_has_atomic_equal_alignment).Mara Bos-1/+67
2020-09-21Add feature gate ui test for cfg(target_has_atomic_load_store).Mara Bos-1/+67
2020-09-14Stabilize doc_alias featureGuillaume Gomez-16/+0