about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2025-02-21Auto merge of #137348 - compiler-errors:span-trim, r=estebankbors-3/+2
2025-02-21More sophisticated span trimmingMichael Goulet-3/+2
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-1/+1
2025-02-17Rename `pattern_complexity` attr as `pattern_complexity_limit`.Nicholas Nethercote-10/+10
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-1/+1
2025-02-14Consider add-prefix replacements tooMichael Goulet-3/+2
2025-02-13Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhprattbors-0/+20
2025-02-13Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c...Jacob Pratt-0/+20
2025-02-13Implement RFC 3624 supertrait_item_shadowingMichael Goulet-0/+79
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-0/+20
2025-02-12Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errorsJacob Pratt-9/+9
2025-02-11Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhprattbors-24/+2
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ...Oli Scherer-9/+9
2025-02-11Rollup merge of #136835 - compiler-errors:contracts-span-hack, r=celinvalJacob Pratt-24/+2
2025-02-11Auto merge of #136845 - matthiaskrgr:rollup-ol4np4z, r=matthiaskrgrbors-180/+180
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-17/+26
2025-02-10Stop using span hack for contracts feature gatingMichael Goulet-24/+2
2025-02-10Add ui test for ensuring that users cannot use `literal-escaper` crate for th...Guillaume Gomez-0/+16
2025-02-09tests: error strings for ABI stability now matchJubilee Young-180/+180
2025-02-07Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler...Matthias Krüger-27/+0
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-27/+0
2025-02-06Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errorsMatthias Krüger-1/+16
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-0/+72
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-0/+58
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-1/+1
2025-02-04Rollup merge of #134814 - sayantn:keylocker, r=oli-obkMatthias Krüger-0/+19
2025-02-03Rename rustc_contract to contractCelina G. Val-55/+55
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-0/+54
2025-02-03Contracts core intrinsics.Felix S. Klock II-0/+18
2025-02-03Enable more tests on WindowsBen Kimock-1/+1
2025-02-02Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o...Matthias Krüger-82/+0
2025-01-30implement unstable `new_range` featurePeter Jaszkowiak-0/+58
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-10/+10
2025-01-25Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukangMatthias Krüger-184/+161
2025-01-25Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkinbors-2/+15
2025-01-23Implement `optimize(none)` attributeclubby789-2/+15
2025-01-23Bless and add testsBoxy-12/+9
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-47/+57
2025-01-21remove long-deprecated no-op attributes no_start and crate_idRalf Jung-184/+161
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-118/+36
2025-01-21remove support for the #[start] attributeRalf Jung-118/+36
2025-01-18Provide suggestion for `#![feature(default_field_values)]`Esteban Küber-10/+40
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-0/+159
2025-01-16Rollup merge of #134754 - frank-king:feature/import_trait_associated_function...Matthias Krüger-0/+116
2025-01-16Implement `use` associated items of traitsFrank King-0/+116
2025-01-16Add gpu-kernel calling conventionFlakebi-0/+159
2025-01-14make rustc_encodable_decodable feature properly unstableRalf Jung-82/+0
2025-01-08Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errorsJacob Pratt-5/+51
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-29/+10
2025-01-07warn about broken simd not only on structs but also enums and unions when we ...Matthias Krüger-5/+51