summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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-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-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
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-7/+7
2024-09-23Allow reborrowing pinned self methodsEric Holk-3/+52
2024-09-23add unqualified_local_imports lintRalf Jung-0/+19
2024-09-22fix rustc_nonnull_optimization_guaranteed docsRalf Jung-2/+3
2024-09-20Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errorsGuillaume Gomez-0/+36
2024-09-18Rollup merge of #129422 - compiler-errors:repr-rust, r=fmeaseJubilee-1/+64
2024-09-18Begin experimental support for pin reborrowingEric Holk-0/+36
2024-09-15also stabilize const_refs_to_cellRalf Jung-49/+0
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-8/+45
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-0/+45
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-5/+0
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-2/+0
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-0/+45
2024-09-09Ban non-array SIMDScott McMurray-7/+4
2024-09-06Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errorsbors-0/+2
2024-09-05stabilize `-Znext-solver=coherence`lcnr-0/+2
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-6/+57
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-14/+0
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-0/+18
2024-08-28fmt-debug optionKornel-0/+18
2024-08-28Implement RFC 3525.Luca Versari-0/+14
2024-08-27Arbitrary self types v2: pointers feature gate.Adrian Taylor-6/+57
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-0/+5
2024-08-22Gate repr(Rust) correctly on non-ADT itemsMichael Goulet-1/+64
2024-08-21Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnrMatthias Krüger-0/+14
2024-08-20Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorinobors-20/+3
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-0/+5