about summary refs log tree commit diff
path: root/tests/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-0/+28
2024-07-15make invalid_type_param_default lint show up in cargo future-compat reportsRalf Jung-33/+0
2024-07-12Added the `xop` target feature and `xop_target_feature` gatesayantn-0/+19
2024-07-11Add the feature gate and target-featuressayantn-0/+19
2024-07-11Remove extern "wasm" ABINikita Popov-99/+0
2024-07-06show fnsig's output when there is differenceyukang-2/+2
2024-07-05Rollup merge of #127392 - estebank:arg-type, r=jieyouxuJubilee-8/+10
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber-8/+10
2024-07-05Tweak `-1 as usize` suggestionEsteban Küber-4/+5
2024-07-04reject SmartPointer constructions not serving the purposeDing Xiang Fei-1/+2
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-41/+12
2024-06-28Add feature diagnostic for unsafe_extern_blocksSantiago Pastorino-0/+4
2024-06-28Change RTN to use .. againMichael Goulet-41/+12
2024-06-28Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,...Matthias Krüger-0/+16
2024-06-25Updated code for changes to RFC, added additional error handling, addedFlorian Schmiderer-4/+5
2024-06-25Support `#[patchable_function_entries]`Matthew Maurer-0/+15
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-29/+0
2024-06-25Auto merge of #125741 - petrochenkov:atvisord, r=davidtwcobors-58/+58
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-16/+3
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-45/+58
2024-06-24SmartPointer derive-macroXiangfei Ding-0/+42
2024-06-21Fix remaining casesMichael Goulet-2/+2
2024-06-20Properly gate `safe` keyword in pre-expansionMichael Goulet-1/+20
2024-06-19Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban...许杰友 Jieyou Xu (Joe)-0/+34
2024-06-17Rework precise capturing syntaxMichael Goulet-4/+4
2024-06-18tail expression behind terminating scopeDing Xiang Fei-0/+34
2024-06-13Add a new concat metavar exprCaio-0/+22
2024-06-09Rollup merge of #126155 - Zalathar:run-make-fulldeps, r=onur-ozkanMatthias Krüger-9/+0
2024-06-09Remove useless feature gate test for `#[feature(extern_prelude)]`Zalathar-9/+0
2024-06-08offset_of: allow (unstably) taking the offset of slice tail fieldsRalf Jung-0/+61
2024-06-06Parse unsafe attributescarbotaniuman-0/+21
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-0/+13
2024-06-06Rollup merge of #125168 - Jules-Bertholet:match-ergonomics-2024-align-with-rf...Matthias Krüger-63/+0
2024-06-05Add unsafe_extern_blocks feature flagSantiago Pastorino-0/+13
2024-06-04Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss许杰友 Jieyou Xu (Joe)-0/+7
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-2/+2
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-3/+3
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-3/+3
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-05-29ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-22/+22
2024-05-29Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+5
2024-05-21Auto merge of #124417 - Xiretza:translate-early-lints, r=fmeasebors-2/+2
2024-05-21Make early lints translatableXiretza-2/+2
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+234
2024-05-21Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDentonMatthias Krüger-3/+3
2024-05-20Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn...Matthias Krüger-0/+16
2024-05-20Fix feature-gates/rustc-private.rsBen Kimock-3/+3
2024-05-20add todo test for feature gatejdonszelmann-1/+16
2024-05-17Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errorsMatthias Krüger-1/+34
2024-05-15Remove `ref_pat_everywhere`Jules Bertholet-63/+0