| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | Rearrange sidebar modnav builder to more logical order | Michael Howell | -2/+2 |
| 2024-07-18 | rustdoc: fix `current` class on sidebar modnav | Michael Howell | -3/+9 |
| 2024-07-18 | Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr | bors | -47/+522 |
| 2024-07-18 | Auto merge of #127906 - tgross35:rollup-41bhgce, r=tgross35 | bors | -831/+551 |
| 2024-07-18 | Rollup merge of #127901 - Kobzol:llvm-bitcode-linker-gha-group, r=onur-ozkan | Trevor Gross | -0/+9 |
| 2024-07-18 | Rollup merge of #127899 - oli-obk:leave, r=lqd | Trevor Gross | -1/+1 |
| 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 | Rollup merge of #127822 - Oneirical:amazon-rainfortest, r=jieyouxu | Trevor Gross | -32/+71 |
| 2024-07-18 | Rollup merge of #127687 - RalfJung:pattern-cleanup, r=oli-obk,lcnr | Trevor Gross | -650/+291 |
| 2024-07-18 | Rollup merge of #127491 - Oneirical:bulletproof-test, r=jieyouxu | Trevor Gross | -56/+133 |
| 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 | -114/+54 |
| 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 | -460/+174 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -35/+37 |
| 2024-07-18 | Add missing GHA group for building `llvm-bitcode-linker` | Jakub Beránek | -0/+9 |
| 2024-07-18 | Remove `TrailingToken`. | Nicholas Nethercote | -89/+45 |
| 2024-07-18 | Mark myself as on leave | Oli Scherer | -1/+1 |
| 2024-07-18 | Auto merge of #127898 - matthiaskrgr:rollup-lkkpoui, r=matthiaskrgr | bors | -383/+550 |
| 2024-07-18 | Rollup merge of #127889 - estebank:anon-arg-sugg, r=compiler-errors | Matthias Krüger | -10/+10 |
| 2024-07-18 | Rollup merge of #127888 - estebank:type-param-sugg, r=compiler-errors | Matthias Krüger | -15/+23 |
| 2024-07-18 | Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errors | Matthias Krüger | -45/+47 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -64/+101 |
| 2024-07-18 | Rollup merge of #127810 - compiler-errors:less-tcx, r=lcnr | Matthias Krüger | -188/+185 |
| 2024-07-18 | Rollup merge of #127787 - Rejyr:migrate-atomic-lock-free-rmake, r=jieyouxu | Matthias Krüger | -50/+60 |
| 2024-07-18 | Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-dead | Matthias Krüger | -8/+114 |
| 2024-07-18 | Rollup merge of #127077 - tbu-:pr_doc_fd_to_owned, r=workingjubilee | Matthias Krüger | -3/+10 |
| 2024-07-18 | Auto merge of #127892 - tgross35:rollup-7j9wkzc, r=tgross35 | bors | -364/+758 |
| 2024-07-17 | Rollup merge of #127875 - joshtriplett:style-guide-clarify-sorting, r=compile... | Trevor Gross | -21/+23 |
| 2024-07-17 | Rollup merge of #127861 - Kriskras99:patch-1, r=tgross35 | Trevor Gross | -11/+11 |
| 2024-07-17 | Rollup merge of #127859 - RalfJung:ptr-dyn-metadata, r=scottmcm | Trevor Gross | -6/+10 |
| 2024-07-17 | Rollup merge of #127845 - workingjubilee:actually-break-up-big-ass-stack-over... | Trevor Gross | -90/+119 |
| 2024-07-17 | Rollup merge of #127828 - tgross35:docker-aarch64-uname, r=onur-ozkan | Trevor Gross | -4/+7 |
| 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 | -17/+170 |
| 2024-07-17 | Rollup merge of #127652 - GuillaumeGomez:cg-gcc-fmt, r=Urgau | Trevor Gross | -55/+24 |
| 2024-07-17 | Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkov | Trevor Gross | -38/+302 |
| 2024-07-18 | More accurate span for anonymous argument suggestion | Esteban Küber | -10/+10 |
| 2024-07-18 | More accurate span for type parameter suggestion | Esteban Küber | -15/+23 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -45/+58 |
| 2024-07-17 | Auto merge of #127865 - matthiaskrgr:rollup-8m49dlg, r=matthiaskrgr | bors | -387/+717 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -64/+101 |
| 2024-07-17 | Migrate `atomic-lock-free` to `rmake` | Jerry Wang | -49/+52 |
| 2024-07-17 | Add `llvm_components_contain` to `run-make-support` | Jerry Wang | -1/+8 |
| 2024-07-17 | style-guide: Clarify version-sorting | Josh Triplett | -21/+23 |
| 2024-07-17 | rewrite unstable-flag-required to rmake | Oneirical | -7/+14 |
| 2024-07-17 | rewrite missing-crate-dependency to rmake | Oneirical | -10/+17 |
| 2024-07-17 | rewrite and rename issue-85401-static-mir | Oneirical | -17/+42 |
| 2024-07-17 | Add support for literals | Caio | -38/+302 |