| Age | Commit message (Expand) | Author | Lines |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -394/+448 |
| 2024-08-24 | Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errors | Trevor Gross | -132/+134 |
| 2024-08-24 | Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillot | Trevor Gross | -6/+126 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -41/+28 |
| 2024-08-24 | Rollup merge of #128467 - estebank:unsized-args, r=cjgillot | Trevor Gross | -0/+139 |
| 2024-08-24 | Rollup merge of #129500 - fee1-dead-contrib:fxrel, r=compiler-errors | Matthias Krüger | -2/+13 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -169/+376 |
| 2024-08-24 | Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil... | Matthias Krüger | -52/+11 |
| 2024-08-24 | Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet... | Matthias Krüger | -171/+48 |
| 2024-08-24 | remove invalid `TyCompat` relation for effects | Deadbeef | -2/+13 |
| 2024-08-23 | Print the generic parameter along with the variance in dumps. | Camille GILLOT | -132/+134 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -0/+45 |
| 2024-08-23 | Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errors | Guillaume Gomez | -0/+45 |
| 2024-08-22 | Don't trigger refinement lint if predicates reference errors | Michael Goulet | -19/+24 |
| 2024-08-22 | Fix handling of macro arguments within the `dropping_copy_types lint | Urgau | -0/+45 |
| 2024-08-22 | Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgr | bors | -38/+61 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -171/+48 |
| 2024-08-22 | Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors | Matthias Krüger | -19/+46 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -0/+45 |
| 2024-08-22 | Pretty-print own args of existential projections | León Orell Valerian Liehr | -19/+46 |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -19/+15 |
| 2024-08-21 | Rollup merge of #129364 - jswrenn:transmute-layout-errs, r=compiler-errors | Matthias Krüger | -28/+111 |
| 2024-08-21 | Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnr | Matthias Krüger | -0/+61 |
| 2024-08-21 | safe transmute: gracefully bubble-up layout errors | Jack Wrenn | -28/+111 |
| 2024-08-21 | Rollup merge of #129070 - estebank:static-trait, r=davidtwco | Matthias Krüger | -0/+45 |
| 2024-08-21 | Point at explicit `'static` obligations on a trait | Esteban Küber | -0/+45 |
| 2024-08-21 | Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebank | Matthias Krüger | -652/+702 |
| 2024-08-21 | Rollup merge of #129179 - compiler-errors:cfi-erase-transparent, r=davidtwco | Matthias Krüger | -0/+18 |
| 2024-08-20 | Rollup merge of #129270 - compiler-errors:inner-generics-shadowing, r=petroch... | Matthias Krüger | -0/+8 |
| 2024-08-20 | Rollup merge of #128932 - bvanjoi:issue-128813, r=petrochenkov | Matthias Krüger | -10/+165 |
| 2024-08-20 | Move the "matches no value" note to be a span label | Nadrieril | -284/+142 |
| 2024-08-21 | lint on tail expr drop order change in Edition 2024 | Ding Xiang Fei | -0/+148 |
| 2024-08-20 | skip updating when external binding is existed | bohan | -10/+165 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -288/+187 |
| 2024-08-19 | Don't consider RibKind::Module's bindings when checking generics shadowing | Michael Goulet | -0/+8 |
| 2024-08-19 | Cap the number of patterns pointed to by the lint | Nadrieril | -9/+52 |
| 2024-08-19 | Add a note with a link to explain empty types | Nadrieril | -17/+166 |
| 2024-08-19 | Reword the "unreachable pattern" explanations | Nadrieril | -491/+491 |
| 2024-08-19 | Rollup merge of #129235 - GoldsteinE:check-may-dangle, r=compiler-errors | Matthias Krüger | -4/+107 |
| 2024-08-19 | Rollup merge of #129223 - wafarm:fix-129215, r=compiler-errors | Matthias Krüger | -2/+48 |
| 2024-08-19 | Rollup merge of #129217 - jswrenn:transmute-lifetimes, r=compiler-errors | Matthias Krüger | -0/+328 |
| 2024-08-18 | Rollup merge of #129208 - veluca93:adt_const_fix, r=BoxyUwU | Trevor Gross | -0/+25 |
| 2024-08-18 | Rollup merge of #128084 - surechen:fix_125997_v1, r=cjgillot | Trevor Gross | -2/+75 |
| 2024-08-18 | Rollup merge of #127679 - RalfJung:raw_ref_op, r=jieyouxu | Trevor Gross | -204/+82 |
| 2024-08-19 | Fix wrong argument for `get_fn_decl` | Wafarm | -2/+48 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -169/+376 |
| 2024-08-18 | Auto merge of #125854 - beetrees:zst-arg-abi, r=estebank | bors | -0/+704 |
| 2024-08-18 | safe transmute: forbid reference lifetime extension | Jack Wrenn | -0/+328 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -204/+82 |
| 2024-08-18 | Fix wording of misapplied `must_not_suspend` error | Goldstein | -4/+4 |