summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2021-12-23update feature gate testlcnr-3/+44
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-18/+0
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-49/+11
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-30/+0
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-49/+11
2021-12-11Tweak assoc type obligation spansEsteban Kuber-2/+2
2021-12-10bless testsEllen-30/+0
2021-12-06Implement concat_bytes!Smitty-0/+16
2021-12-05Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-seMatthias Krüger-17/+0
2021-12-04Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkovMatthias Krüger-4/+56
2021-12-03fix feature-gate test for may_unwindcynecx-1/+3
2021-12-03add `unwind_asm` feature gate for `may_unwind` optioncynecx-0/+20
2021-12-03Update invalid crate attributes, add help messageTom Farmer-4/+56
2021-11-29std: Stabilize the `thread_local_const_init` featureAlex Crichton-17/+0
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-17/+17
2021-11-24Update error message for doc(keyword)Guillaume Gomez-2/+2
2021-11-24Add feature gate test for "rustdoc_internal" featureGuillaume Gomez-0/+17
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-17/+0
2021-11-23Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-0/+16
2021-11-22Split inline const to two feature gatesGary Guo-0/+16
2021-11-22Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkovbors-118/+167
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-7/+0
2021-11-18Add checks for more empty attributes.Eric Huss-118/+167
2021-11-17Rollup merge of #90901 - rukai:improve_manuallydrop_help, r=estebankMatthias Krüger-8/+6
2021-11-17Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebankMatthias Krüger-48/+28
2021-11-15feedbackLucas Kent-2/+2
2021-11-14Move some tests to more reasonable directoriesCaio-0/+78
2021-11-15Improve ManuallyDrop suggestionLucas Kent-8/+6
2021-11-14Fix span for non-satisfied trivial trait boundsNilstrieb-48/+28
2021-11-09Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726Matthias Krüger-38/+0
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-0/+77
2021-10-30stabilize `relaxed_struct_unsize`lcnr-24/+0
2021-10-28implement type-changing-struct-updateSparrowLii-38/+0
2021-10-24Always sort suggestions before emitting themEsteban Kuber-2/+2
2021-10-23Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726Matthias Krüger-0/+38
2021-10-22add feature flag for `type_changing_struct_update`Charles Lew-0/+38
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-6/+6
2021-10-15Bless testsCameron Steffen-6/+6
2021-10-14add long explanation for E0183cameron1024-3/+4
2021-10-08Add feature gate to non_exhaustive_omitted_patterns lintDevin Ragotzy-0/+124
2021-10-04Stabilize try_reserveKornel-16/+0
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-0/+28
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-2/+2
2021-09-16Rollup merge of #88892 - estebank:trait-objects, r=petrochenkovManish Goregaokar-2/+2
2021-09-16Point at argument when evaluating `Path`'s boundsEsteban Kuber-2/+2
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-2/+2
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-138/+0
2021-09-01Auto merge of #87688 - camsteffen:let-else, r=cjgillotbors-0/+19
2021-08-31Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebankbors-2/+4
2021-08-30Add let_else feature gateCameron Steffen-0/+19