| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -216/+114 |
| 2024-07-18 | Rollup merge of #127929 - estebank:addr_of, r=compiler-errors | Matthias Krüger | -39/+39 |
| 2024-07-18 | Rollup merge of #127871 - compiler-errors:recursive, r=estebank | Matthias Krüger | -22/+63 |
| 2024-07-18 | Rollup merge of #127835 - estebank:issue-127823, r=compiler-errors | Matthias Krüger | -6/+31 |
| 2024-07-18 | Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandry | Matthias Krüger | -5/+3 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -39/+39 |
| 2024-07-18 | Fix ICE in suggestion caused by `⩵` being recovered as `==` | Esteban Küber | -6/+31 |
| 2024-07-18 | Rollup merge of #127656 - RalfJung:pub_use_of_private_extern_crate, r=petroch... | Matthias Krüger | -1/+16 |
| 2024-07-18 | Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr | bors | -14/+464 |
| 2024-07-18 | make pub_use_of_private_extern_crate show up in future breakage reports | Ralf Jung | -1/+16 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -63/+43 |
| 2024-07-18 | const_to_pat: cleanup leftovers from when we had to deal with non-structural ... | Ralf Jung | -45/+27 |
| 2024-07-18 | Rollup merge of #127889 - estebank:anon-arg-sugg, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-07-18 | Rollup merge of #127888 - estebank:type-param-sugg, r=compiler-errors | Matthias Krüger | -12/+18 |
| 2024-07-18 | Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errors | Matthias Krüger | -37/+37 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -48/+72 |
| 2024-07-18 | Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-dead | Matthias Krüger | -6/+109 |
| 2024-07-17 | Account for structs that have unused params in nested types in fields | Michael Goulet | -14/+32 |
| 2024-07-17 | Rollup merge of #127664 - compiler-errors:precise-capturing-better-sugg-apit,... | Trevor Gross | -1/+55 |
| 2024-07-17 | Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkov | Trevor Gross | -14/+265 |
| 2024-07-18 | More accurate span for anonymous argument suggestion | Esteban Küber | -4/+4 |
| 2024-07-18 | More accurate span for type parameter suggestion | Esteban Küber | -12/+18 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -37/+37 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -48/+72 |
| 2024-07-17 | Account for self ty alias | Michael Goulet | -9/+23 |
| 2024-07-17 | Add support for literals | Caio | -14/+265 |
| 2024-07-17 | Mention that type parameters are used recursively | Michael Goulet | -28/+37 |
| 2024-07-17 | Put the dots back | Michael Goulet | -6/+109 |
| 2024-07-17 | Fix precise capturing suggestion for hidden type when APITs are involved | Michael Goulet | -1/+55 |
| 2024-07-17 | Rollup merge of #127844 - chenyukang:yukang-fix-type-bound-127555, r=jieyouxu | Matthias Krüger | -33/+56 |
| 2024-07-17 | Rollup merge of #127579 - surechen:fix_127285, r=lcnr | Matthias Krüger | -12/+55 |
| 2024-07-17 | Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease | Matthias Krüger | -135/+134 |
| 2024-07-17 | Remove invalid further restricting for type bound | yukang | -33/+56 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -216/+114 |
| 2024-07-17 | If the moved value is a mut reference, it is used in a generic function and i... | surechen | -12/+55 |
| 2024-07-16 | Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister | Trevor Gross | -10/+53 |
| 2024-07-16 | Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errors | Trevor Gross | -17/+158 |
| 2024-07-16 | Deny keyword lifetimes pre-expansion | Michael Goulet | -10/+53 |
| 2024-07-16 | Delegation: support coercion for target expression | Bryanskiy | -17/+158 |
| 2024-07-16 | Fix the issue of invalid suggestion for a reference of iterator | yukang | -8/+0 |
| 2024-07-16 | add test for issue 127590 | yukang | -0/+87 |
| 2024-07-16 | Rollup merge of #127780 - compiler-errors:zip-args, r=jieyouxu | Trevor Gross | -0/+97 |
| 2024-07-16 | Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obk | Trevor Gross | -0/+189 |
| 2024-07-15 | Auto merge of #127629 - tesuji:suggest-option-ref-unwrap_or, r=estebank | bors | -1/+85 |
| 2024-07-15 | Update name of Windows abort constant to match platform documentation | Charles Celerier | -2/+0 |
| 2024-07-15 | Add match arm for Fuchsia status code upon an abort in a test | Charles Celerier | -3/+3 |
| 2024-07-15 | Make sure trait def ids match before zipping args in note_function_argument_o... | Michael Goulet | -0/+97 |
| 2024-07-15 | Rollup merge of #127684 - RalfJung:unleashed-mutable-refs, r=oli-obk | Matthias Krüger | -427/+399 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -576/+2676 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -25/+30 |