| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | Rollup merge of #127854 - fmease:glob-import-type_ir_inherent-lint, r=compile... | Matthias Krüger | -2/+62 |
| 2024-07-18 | Rollup merge of #127656 - RalfJung:pub_use_of_private_extern_crate, r=petroch... | Matthias Krüger | -4/+4 |
| 2024-07-18 | Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr | bors | -22/+56 |
| 2024-07-18 | make pub_use_of_private_extern_crate show up in future breakage reports | Ralf Jung | -4/+4 |
| 2024-07-18 | Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent` | León Orell Valerian Liehr | -2/+62 |
| 2024-07-18 | Rollup merge of #127864 - durin42:farewell-3dnow, r=nikic | Trevor Gross | -3/+1 |
| 2024-07-18 | Rollup merge of #127842 - nnethercote:rm-TrailingToken, r=petrochenkov | Trevor Gross | -89/+45 |
| 2024-07-18 | remove saw_const_match_error; check if pattern contains an Error instead | Ralf Jung | -14/+3 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -50/+11 |
| 2024-07-18 | pattern lowering: make sure we never call user-defined PartialEq instances | Ralf Jung | -39/+35 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -415/+146 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -34/+36 |
| 2024-07-18 | Remove `TrailingToken`. | Nicholas Nethercote | -89/+45 |
| 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 | cleanup: remove support for 3DNow! cpu features | Augie Fackler | -3/+1 |
| 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 |