about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-394/+448
2024-08-24Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errorsTrevor Gross-132/+134
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-6/+126
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-41/+28
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-0/+139
2024-08-24Rollup merge of #129500 - fee1-dead-contrib:fxrel, r=compiler-errorsMatthias Krüger-2/+13
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-169/+376
2024-08-24Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil...Matthias Krüger-52/+11
2024-08-24Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet...Matthias Krüger-171/+48
2024-08-24remove invalid `TyCompat` relation for effectsDeadbeef-2/+13
2024-08-23Print the generic parameter along with the variance in dumps.Camille GILLOT-132/+134
2024-08-23Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomezbors-0/+45
2024-08-23Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errorsGuillaume Gomez-0/+45
2024-08-22Don't trigger refinement lint if predicates reference errorsMichael Goulet-19/+24
2024-08-22Fix handling of macro arguments within the `dropping_copy_types lintUrgau-0/+45
2024-08-22Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgrbors-38/+61
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-171/+48
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-19Retroactively feature gate `ConstArgKind::Path`Boxy-169/+376
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