| Age | Commit message (Expand) | Author | Lines |
| 2023-05-24 | Add a clarifying comment. | Nicholas Nethercote | -0/+2 |
| 2023-05-24 | Remove `{Pre,Post}InliningPartitioning`. | Nicholas Nethercote | -87/+64 |
| 2023-05-24 | Remove the `merging` module. | Nicholas Nethercote | -109/+94 |
| 2023-05-24 | Inline and remove `numbered_codegen_unit_name`. | Nicholas Nethercote | -8/+3 |
| 2023-05-22 | Auto merge of #111848 - Dylan-DPC:rollup-7jqydzg, r=Dylan-DPC | bors | -372/+376 |
| 2023-05-23 | Rollup merge of #111844 - GuillaumeGomez:migrate-gui-test-color-4, r=notriddle | Dylan DPC | -4/+4 |
| 2023-05-23 | Rollup merge of #111843 - lcnr:rm-lcnr, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2023-05-23 | Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead | Dylan DPC | -155/+155 |
| 2023-05-23 | Rollup merge of #111612 - ChayimFriedman2:collect-into-slice-ref, r=petrochenkov | Dylan DPC | -1/+35 |
| 2023-05-23 | Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc | Dylan DPC | -32/+57 |
| 2023-05-23 | Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obk | Dylan DPC | -179/+124 |
| 2023-05-22 | Auto merge of #111754 - lcnr:recursion-depth, r=matthewjasper | bors | -4/+101 |
| 2023-05-22 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -3/+3 |
| 2023-05-22 | Update browser-ui-test to 0.16.4 | Guillaume Gomez | -1/+1 |
| 2023-05-22 | Auto merge of #111634 - marc0246:arc-new-uninit-bloat, r=thomcc | bors | -6/+47 |
| 2023-05-22 | move lcnr to only review types stuff | lcnr | -1/+1 |
| 2023-05-22 | Auto merge of #111775 - compiler-errors:triple-check, r=Nilstrieb | bors | -5/+44 |
| 2023-05-22 | Auto merge of #111711 - Jules-Bertholet:document-pin-layout, r=thomcc | bors | -0/+2 |
| 2023-05-22 | Auto merge of #111835 - matthiaskrgr:rollup-qd4b2vu, r=matthiaskrgr | bors | -20/+15 |
| 2023-05-22 | Rollup merge of #111826 - ehuss:bootstrap-test-render-message, r=clubby789 | Matthias Krüger | -2/+7 |
| 2023-05-22 | Rollup merge of #111810 - compiler-errors:less-macro, r=thomcc | Matthias Krüger | -18/+8 |
| 2023-05-22 | Auto merge of #111781 - the8472:filter-map-chunk, r=thomcc | bors | -3/+160 |
| 2023-05-22 | Auto merge of #111824 - lukas-code:strike, r=notriddle | bors | -1/+15 |
| 2023-05-21 | Auto merge of #111808 - Zoxc:query-structs-trim, r=cjgillot | bors | -82/+77 |
| 2023-05-21 | Auto merge of #111731 - MU001999:fix/issue-111727, r=cjgillot | bors | -16/+24 |
| 2023-05-21 | Render test messages from bootstrap | Eric Huss | -2/+7 |
| 2023-05-21 | rustdoc: include strikethrough in item summary | Lukas Markeffsky | -1/+15 |
| 2023-05-21 | Auto merge of #111820 - matthiaskrgr:rollup-9sb2lw9, r=matthiaskrgr | bors | -55/+180 |
| 2023-05-21 | Rollup merge of #111817 - GuillaumeGomez:migrate-gui-test-color-3, r=notriddle | Matthias Krüger | -18/+18 |
| 2023-05-21 | Rollup merge of #111809 - DrMeepster:patch-1, r=jyn514 | Matthias Krüger | -0/+2 |
| 2023-05-21 | Rollup merge of #111797 - GuillaumeGomez:migrate-gui-test-color-2, r=notriddle | Matthias Krüger | -9/+9 |
| 2023-05-21 | Rollup merge of #111770 - liushuyu:ubuntu/beta-rev-no-git, r=ozkanonur | Matthias Krüger | -6/+43 |
| 2023-05-21 | Rollup merge of #111745 - Badel2:emitter-add-overflow, r=compiler-errors | Matthias Krüger | -22/+108 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -27/+27 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -50/+50 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -28/+28 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -60/+60 |
| 2023-05-21 | Auto merge of #111424 - JakobDegen:inline-unsized, r=tmiasko | bors | -3/+77 |
| 2023-05-21 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -18/+18 |
| 2023-05-21 | Add comment | John Kåre Alsaker | -0/+2 |
| 2023-05-21 | Auto merge of #111697 - rcvalle:rust-cfi-fix-111510, r=bjorn3 | bors | -64/+189 |
| 2023-05-21 | Don't use inner macro in marker_impls | Michael Goulet | -18/+8 |
| 2023-05-20 | unset MIRI_BLESS for mir-opt-level 4 miri tests | DrMeepster | -0/+2 |
| 2023-05-21 | Auto merge of #111696 - lukas-code:offset-of-erase-regions-harder, r=compiler... | bors | -16/+42 |
| 2023-05-21 | Replace `QueryStruct` with arrays local to `rustc_query_impl` | John Kåre Alsaker | -82/+75 |
| 2023-05-21 | Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3 | bors | -0/+45 |
| 2023-05-20 | Don't inline functions with unsized args | Jakob Degen | -3/+77 |
| 2023-05-20 | bootstrap: add test cases for beta revision extraction | liushuyu | -0/+16 |
| 2023-05-20 | Read beta version from the version file ... | liushuyu | -6/+27 |
| 2023-05-20 | Auto merge of #111646 - Voultapher:restore-branchless-code-gen-for-merge, r=c... | bors | -26/+12 |