about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-22Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgrbors-38/+61
2024-08-22Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errorsMatthias Krüger-19/+46
2024-08-22Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgrbors-0/+45
2024-08-22Pretty-print own args of existential projectionsLeón Orell Valerian Liehr-19/+46
2024-08-22Do not rely on names to find lifetimes.Camille GILLOT-19/+15
2024-08-21Rollup merge of #129364 - jswrenn:transmute-layout-errs, r=compiler-errorsMatthias Krüger-28/+111
2024-08-21Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnrMatthias Krüger-0/+61
2024-08-21safe transmute: gracefully bubble-up layout errorsJack Wrenn-28/+111
2024-08-21Rollup merge of #129070 - estebank:static-trait, r=davidtwcoMatthias Krüger-0/+45
2024-08-21Point at explicit `'static` obligations on a traitEsteban Küber-0/+45
2024-08-21Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebankMatthias Krüger-652/+702
2024-08-21Rollup merge of #129179 - compiler-errors:cfi-erase-transparent, r=davidtwcoMatthias Krüger-0/+18
2024-08-20Rollup merge of #129270 - compiler-errors:inner-generics-shadowing, r=petroch...Matthias Krüger-0/+8
2024-08-20Rollup merge of #128932 - bvanjoi:issue-128813, r=petrochenkovMatthias Krüger-10/+165
2024-08-20Move the "matches no value" note to be a span labelNadrieril-284/+142
2024-08-21lint on tail expr drop order change in Edition 2024Ding Xiang Fei-0/+148
2024-08-20skip updating when external binding is existedbohan-10/+165
2024-08-20Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorinobors-288/+187
2024-08-19Don't consider RibKind::Module's bindings when checking generics shadowingMichael Goulet-0/+8
2024-08-19Cap the number of patterns pointed to by the lintNadrieril-9/+52
2024-08-19Add a note with a link to explain empty typesNadrieril-17/+166
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-491/+491
2024-08-19Rollup merge of #129235 - GoldsteinE:check-may-dangle, r=compiler-errorsMatthias Krüger-4/+107
2024-08-19Rollup merge of #129223 - wafarm:fix-129215, r=compiler-errorsMatthias Krüger-2/+48
2024-08-19Rollup merge of #129217 - jswrenn:transmute-lifetimes, r=compiler-errorsMatthias Krüger-0/+328
2024-08-18Rollup merge of #129208 - veluca93:adt_const_fix, r=BoxyUwUTrevor Gross-0/+25
2024-08-18Rollup merge of #128084 - surechen:fix_125997_v1, r=cjgillotTrevor Gross-2/+75
2024-08-18Rollup merge of #127679 - RalfJung:raw_ref_op, r=jieyouxuTrevor Gross-204/+82
2024-08-19Fix wrong argument for `get_fn_decl`Wafarm-2/+48
2024-08-18Auto merge of #125854 - beetrees:zst-arg-abi, r=estebankbors-0/+704
2024-08-18safe transmute: forbid reference lifetime extensionJack Wrenn-0/+328
2024-08-18stabilize raw_ref_opRalf Jung-204/+82
2024-08-18Fix wording of misapplied `must_not_suspend` errorGoldstein-4/+4
2024-08-18Check that `#[may_dangle]` is properly appliedGoldstein-0/+103
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-83/+44
2024-08-18Fix order of normalization and recursion in const folding.Luca Versari-0/+25
2024-08-17Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorinobors-48/+105
2024-08-17Bless test falloutMichael Goulet-168/+120
2024-08-17Stabilize opaque type precise capturingMichael Goulet-120/+67
2024-08-17Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errorsMatthias Krüger-0/+172
2024-08-17Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkovMatthias Krüger-0/+97
2024-08-17Auto merge of #128598 - RalfJung:float-comments, r=workingjubileebors-183/+31
2024-08-17more clear NAN names and fix broken_floats logicRalf Jung-12/+14
2024-08-17disable problematic float-conv tests in i586 targetsRalf Jung-6/+13
2024-08-17Emit an error for invalid use of the linkage attributeShina-0/+97
2024-08-16CFI: Erase regions when projecting ADT to its transparent non-1zst fieldMichael Goulet-0/+18
2024-08-16Rewrite `get_fn_id_for_return_block`Boxy-0/+172
2024-08-16Simplify cleaning foreign fns in rustdocMichael Goulet-2/+2
2024-08-16Don't ICE on Fn trait error for foreign fnMichael Goulet-0/+57
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-46/+46