about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2022-02-07add tests and fix commentscynecx-0/+26
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-80/+4
2022-02-01Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obkbors-8/+1
2022-01-31Add ValuePairs::Terms & Fix compile errorkadmin-8/+1
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-0/+20
2022-01-28remove allow_fail test flagyuhaixin.hx-20/+0
2022-01-26Update tracking issue numbers for inline assembly sub-featuresAmanieu d'Antras-4/+4
2022-01-18Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoeristerMatthias Krüger-29/+2
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-0/+34
2022-01-18Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasperMatthias Krüger-161/+327
2022-01-17Add term to ExistentialProjectionkadmin-0/+34
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-44/+0
2022-01-17Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011bors-9/+11
2022-01-12Bless tests.Camille GILLOT-84/+84
2022-01-12Err about fn traits in a single place.Camille GILLOT-30/+30
2022-01-12Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.Richard Cobbe-29/+2
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-44/+0
2022-01-10expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributesVadim Petrochenkov-9/+11
2022-01-09Mark windows_subsytem and no_builtins as crate-only attributes.Eric Huss-37/+121
2022-01-09Add validation for `link` attribute position.Eric Huss-161/+243
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