about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
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
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-21/+0
2024-08-17Bless test falloutMichael Goulet-3/+3
2024-08-17Stabilize opaque type precise capturingMichael Goulet-17/+0
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-12/+1
2024-08-13stabilize `asm_const`Folkert-39/+0
2024-08-13derive(SmartPointer): register helper attributesDing Xiang Fei-12/+1
2024-08-12Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercoteGuillaume Gomez-2/+0
2024-08-10rustc_ast_lowering: make "yield syntax is experimental" translatablePavel Grigorenko-2/+0
2024-08-10Update testsNadrieril-6/+6
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-21/+0
2024-08-06bump conflicting_repr_hints lint to be shown in dependenciesRalf Jung-0/+14
2024-08-05Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errorsMatthias Krüger-33/+0
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-36/+0
2024-08-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-0/+19
2024-07-30Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiserbors-0/+17
2024-07-30Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, tooOli Scherer-1/+1
2024-07-30Test RUSTC_OVERRIDE_VERSION_STRINGOli Scherer-0/+17
2024-07-29Stabilize offset_of_nestedGeorge Bateman-94/+4
2024-07-28stabilize `is_sorted`Slanterns-56/+0
2024-07-26Forbid `?Trait` bounds repetitionsBryanskiy-1/+26
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-0/+70
2024-07-24Do not use question as labelEsteban Küber-3/+3
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-36/+0