about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-11/+11
2024-11-12Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwcoMatthias Krüger-5/+45
2024-11-11Feature gate yield expressions not in 2024Eric Huss-5/+45
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-1/+14
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-11/+11
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-67/+67
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-1/+14
2024-10-29Rollup merge of #132157 - estebank:long-types-3, r=jieyouxuMatthias Krüger-2/+2
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-45/+0
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-2/+2
2024-10-27Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,...bors-32/+32
2024-10-25Re-do recursive const stability checksRalf Jung-11/+11
2024-10-24stabilize if_let_rescopeDing Xiang Fei-45/+0
2024-10-24s/SmartPointer/CoerceReferent/gDing Xiang Fei-32/+32
2024-10-22Auto merge of #131321 - RalfJung:feature-activation, r=nnethercotebors-4/+4
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-4/+4
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-6/+6
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-6/+6
2024-10-21Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf...bors-448/+0
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-31/+5
2024-10-19compiler: Fully stabilize `result_ffi_guarantees`Jubilee Young-448/+0
2024-10-15stabilize `-Znext-solver=coherence`lcnr-0/+2
2024-10-15Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgrbors-10/+46
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-10/+46
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+107
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+41
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+41
2024-10-11Add pretty, ui, and feature-gate tests for the enzyme/autodiff frontendManuel Drehwald-0/+107
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-92/+0
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-125/+125
2024-10-10Add gate for precise capturing in traitsMichael Goulet-0/+19
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-17/+17
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-76/+76
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-10/+46
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-6/+6
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-2/+2
2024-10-06use `naked_asm!` in feature-gate-naked_functions testFolkert-12/+45
2024-10-06use `naked_asm!` in naked-function testsFolkert-2/+2
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-8/+8
2024-10-04Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errorsJubilee-3/+33
2024-10-04Bless ui tests.Camille GILLOT-8/+8
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-0/+53
2024-10-04Feature gate boolean lit support in cfg predicatesUrgau-0/+53
2024-10-01Split out method receivers in feature gate testEric Holk-25/+6
2024-10-01Remove unnamed field featureMichael Goulet-92/+0
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-2/+2
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-7/+7
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-8/+8
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-8/+8
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-38/+0