about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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-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
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-0/+16
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-0/+16
2025-01-02Unconditionally lower generic_arg_inferMichael Goulet-17/+3
2024-12-31allow irrefutable let patterns in feature gate testMax Niederman-29/+10
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-2/+2
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-12/+23
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-2/+2
2024-12-18Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errorsJacob Pratt-24/+24
2024-12-18Point at lint name instead of whole attr for gated lintsEsteban Küber-24/+24
2024-12-16Stabilize #[coverage] attributeltdk-23/+12
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-0/+18
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-5/+44
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+18
2024-12-14Rollup merge of #134271 - adetaylor:feature-gate-test, r=wesleywiserMatthias Krüger-3/+42
2024-12-14Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errorsMatthias Krüger-2/+2
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-18/+0
2024-12-13Arbitrary self types v2: better feature gate testAdrian Taylor-3/+42
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+20
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-2/+2
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-12/+1
2024-12-13Stabilize async closuresMichael Goulet-12/+1
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-10/+0
2024-12-12Tweak multispan renderingEsteban Küber-8/+0
2024-12-12Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile...bors-11/+11
2024-12-12Add testsMichael Goulet-0/+20
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-11/+11
2024-12-10Add feature gate, not working yetMichael Goulet-0/+62
2024-12-09review comments: rewordingsEsteban Küber-22/+22
2024-12-09Introduce `default_field_values` featureEsteban Küber-0/+424
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-0/+165
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-16/+0
2024-12-03Remove generic_associated_types_extended feature gateMichael Goulet-16/+0
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-0/+31
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-3/+1