| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | Rollup merge of #127889 - estebank:anon-arg-sugg, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2024-07-18 | Rollup merge of #127888 - estebank:type-param-sugg, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2024-07-18 | Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errors | Matthias Krüger | -8/+10 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -8/+6 |
| 2024-07-18 | Rollup merge of #127810 - compiler-errors:less-tcx, r=lcnr | Matthias Krüger | -188/+185 |
| 2024-07-18 | Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-dead | Matthias Krüger | -2/+5 |
| 2024-07-17 | Rollup merge of #127806 - nnethercote:parser-improvements, r=spastorino | Trevor Gross | -122/+92 |
| 2024-07-17 | Rollup merge of #127664 - compiler-errors:precise-capturing-better-sugg-apit,... | Trevor Gross | -16/+115 |
| 2024-07-17 | Rollup merge of #127652 - GuillaumeGomez:cg-gcc-fmt, r=Urgau | Trevor Gross | -54/+20 |
| 2024-07-17 | Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkov | Trevor Gross | -24/+37 |
| 2024-07-18 | More accurate span for anonymous argument suggestion | Esteban Küber | -6/+6 |
| 2024-07-18 | More accurate span for type parameter suggestion | Esteban Küber | -3/+5 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -8/+10 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -8/+6 |
| 2024-07-17 | Add support for literals | Caio | -24/+37 |
| 2024-07-17 | Format cg_gcc with same formatting parameters | Guillaume Gomez | -54/+18 |
| 2024-07-17 | Align cg_gcc rustfmt.toml with rust's | Guillaume Gomez | -0/+2 |
| 2024-07-17 | Put the dots back | Michael Goulet | -2/+5 |
| 2024-07-17 | Fix precise capturing suggestion for hidden type when APITs are involved | Michael Goulet | -16/+115 |
| 2024-07-17 | Fix relations | Michael Goulet | -25/+25 |
| 2024-07-17 | tcx -> cx in rustc_type_ir | Michael Goulet | -152/+149 |
| 2024-07-17 | lift_to_tcx -> lift_to_interner | Michael Goulet | -17/+17 |
| 2024-07-17 | Rollup merge of #127844 - chenyukang:yukang-fix-type-bound-127555, r=jieyouxu | Matthias Krüger | -0/+14 |
| 2024-07-17 | Rollup merge of #127769 - compiler-errors:ed-2024-dep, r=oli-obk | Matthias Krüger | -33/+42 |
| 2024-07-17 | Rollup merge of #127579 - surechen:fix_127285, r=lcnr | Matthias Krüger | -29/+73 |
| 2024-07-17 | Rollup merge of #127472 - Zalathar:block-and-unit, r=fmease | Matthias Krüger | -73/+86 |
| 2024-07-17 | Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease | Matthias Krüger | -2/+17 |
| 2024-07-17 | Remove invalid further restricting for type bound | yukang | -0/+14 |
| 2024-07-17 | If the moved value is a mut reference, it is used in a generic function and i... | surechen | -29/+73 |
| 2024-07-16 | Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler... | Trevor Gross | -1/+1 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -5/+2 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -5/+2 |
| 2024-07-16 | Rollup merge of #127816 - oli-obk:misnomer, r=compiler-errors | Trevor Gross | -3/+3 |
| 2024-07-16 | Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=... | Trevor Gross | -85/+506 |
| 2024-07-16 | Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister | Trevor Gross | -60/+46 |
| 2024-07-16 | Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errors | Trevor Gross | -20/+106 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -91/+193 |
| 2024-07-16 | Rollup merge of #127818 - oli-obk:ast_validation_simplifications, r=petrochenkov | Matthias Krüger | -71/+27 |
| 2024-07-16 | Rollup merge of #127817 - oli-obk:mut_visitor_fix, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-07-16 | Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercote | Matthias Krüger | -32/+38 |
| 2024-07-16 | Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkov | Matthias Krüger | -350/+431 |
| 2024-07-16 | Rollup merge of #127707 - Zalathar:expand-until, r=Nadrieril | Matthias Krüger | -14/+19 |
| 2024-07-16 | Deny keyword lifetimes pre-expansion | Michael Goulet | -60/+46 |
| 2024-07-16 | Fix a bunch of sites that were walking instead of visiting, making it impossi... | Oli Scherer | -3/+3 |
| 2024-07-16 | Remove a boilerplaty abstraction | Oli Scherer | -61/+17 |
| 2024-07-16 | Remove a needless borrow | Oli Scherer | -7/+7 |
| 2024-07-16 | Just store a span instead of the whole item | Oli Scherer | -3/+3 |
| 2024-07-16 | Update method name to reflect changes to its internals | Oli Scherer | -3/+3 |
| 2024-07-16 | Delegation: support coercion for target expression | Bryanskiy | -20/+106 |
| 2024-07-16 | Remove an unnecessary impl | Oli Scherer | -6/+9 |