| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 | bors | -153/+508 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -281/+617 |
| 2024-07-19 | Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,Urgau | Trevor Gross | -21/+45 |
| 2024-07-19 | Rollup merge of #127902 - nnethercote:collect_tokens_trailing_token-cleanups,... | Trevor Gross | -98/+155 |
| 2024-07-19 | Rollup merge of #127891 - estebank:enum-type-sugg, r=estebank | Trevor Gross | -25/+272 |
| 2024-07-19 | Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote | Trevor Gross | -9/+36 |
| 2024-07-19 | Update the `binary_asm_label` documentation | Trevor Gross | -9/+23 |
| 2024-07-19 | Overhaul comments in `collect_tokens_trailing_token`. | Nicholas Nethercote | -75/+129 |
| 2024-07-19 | Make `Parser::num_bump_calls` 0-indexed. | Nicholas Nethercote | -6/+11 |
| 2024-07-19 | Move `inner_attr` code downwards. | Nicholas Nethercote | -10/+10 |
| 2024-07-19 | Remove `final_attrs` local variable. | Nicholas Nethercote | -4/+2 |
| 2024-07-19 | Simplify `CaptureState::inner_attr_ranges`. | Nicholas Nethercote | -5/+5 |
| 2024-07-18 | Rollup merge of #127929 - estebank:addr_of, r=compiler-errors | Matthias Krüger | -52/+35 |
| 2024-07-18 | Rollup merge of #127925 - compiler-errors:tag, r=lcnr | Matthias Krüger | -62/+34 |
| 2024-07-18 | Rollup merge of #127871 - compiler-errors:recursive, r=estebank | Matthias Krüger | -9/+148 |
| 2024-07-18 | Rollup merge of #127858 - Zalathar:pair-tree, r=Nadrieril | Matthias Krüger | -39/+46 |
| 2024-07-18 | Rollup merge of #127835 - estebank:issue-127823, r=compiler-errors | Matthias Krüger | -6/+2 |
| 2024-07-18 | Update the `binary_asm_label` message | Trevor Gross | -3/+6 |
| 2024-07-18 | Change `binary_asm_labels` to only fire on x86 and x86_64 | Trevor Gross | -9/+16 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -52/+35 |
| 2024-07-18 | Remove tag field from relations | Michael Goulet | -62/+34 |
| 2024-07-18 | Tweak "field not found" suggestion when giving struct literal for tuple struc... | Esteban Küber | -9/+25 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -16/+247 |
| 2024-07-18 | Fix ICE in suggestion caused by `⩵` being recovered as `==` | Esteban Küber | -6/+2 |
| 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 | Remove some unintended changes to imports | Noah Lev | -7/+8 |
| 2024-07-17 | Clarify docs explaining purpose of `ConstArg` | Noah Lev | -7/+6 |
| 2024-07-17 | Account for structs that have unused params in nested types in fields | Michael Goulet | -24/+97 |
| 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 |