about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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-06Add `kl` and `widekl` target features, and the feature gateSayantan Chakraborty-0/+19
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-13de-stabilize bench attributeRalf Jung-32/+10
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-05fix issue 132391Folkert de Vries-1/+16
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
2024-11-25Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=AmanieuMatthias Krüger-0/+46
2024-11-24parse guard patternsNadrieril-0/+165
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-0/+26
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-0/+46
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-0/+69
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-11-21Implement the unsafe-fields RFC.Luca Versari-0/+69
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-0/+22
2024-11-18Rollup merge of #133171 - binchengqu:master, r=jieyouxuGuillaume Gomez-1/+1
2024-11-18Add the missing quotation mark in commentbinchengqu-1/+1
2024-11-18Overhaul the `-l` option parser (for linking to native libs)Zalathar-1/+1
2024-11-18Modify some feature-gate tests to also check command-line handlingZalathar-4/+16