| Age | Commit message (Expand) | Author | Lines |
| 2025-03-25 | Auto merge of #138923 - TaKO8Ki:rollup-f3hkmqj, r=TaKO8Ki | bors | -91/+84 |
| 2025-03-25 | Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors | bors | -64/+68 |
| 2025-03-25 | Rollup merge of #138895 - oli-obk:dedup-owner-id-creation, r=compiler-errors | Takayuki Maeda | -16/+17 |
| 2025-03-25 | Rollup merge of #138838 - compiler-errors:new-solver-crashes-tweaks, r=lcnr | Takayuki Maeda | -13/+11 |
| 2025-03-25 | Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxu | Takayuki Maeda | -12/+6 |
| 2025-03-25 | Rollup merge of #138701 - tvladyslav:serializable_default_codegen_backend, r=... | Takayuki Maeda | -0/+8 |
| 2025-03-25 | Rollup merge of #138580 - petrochenkov:resinstab, r=Nadrieril | Takayuki Maeda | -14/+9 |
| 2025-03-25 | Rollup merge of #138385 - nnethercote:keyword-tweaks, r=Noratrieb | Takayuki Maeda | -36/+33 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -4/+45 |
| 2025-03-24 | Remove InstanceKind::generates_cgu_internal_copy | Ben Kimock | -64/+68 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -0/+57 |
| 2025-03-24 | resolve: Avoid some unstable iteration 2 | Vadim Petrochenkov | -14/+9 |
| 2025-03-24 | Rollup merge of #138882 - oli-obk:ast-lowering-mod-rib, r=fee1-dead | Matthias Krüger | -14/+11 |
| 2025-03-24 | Rollup merge of #138868 - mejrs:d_not_recommend_typo, r=davidtwco | Matthias Krüger | -7/+7 |
| 2025-03-24 | Rollup merge of #138821 - dianne:cleanup-non-scalar-compare, r=oli-obk | Matthias Krüger | -94/+24 |
| 2025-03-24 | Don't ICE when encountering placeholders in layout computation | Michael Goulet | -6/+2 |
| 2025-03-24 | Allow WellFormed goals to be returned from relating in new solver | Michael Goulet | -7/+9 |
| 2025-03-24 | Add a helper for building an owner id in ast lowering | Oli Scherer | -16/+17 |
| 2025-03-24 | Auto merge of #138629 - Zoxc:graph-anon-hashmap, r=oli-obk | bors | -62/+155 |
| 2025-03-24 | Auto merge of #115747 - Zoxc:query-hashes, r=oli-obk | bors | -30/+47 |
| 2025-03-24 | `with_scope` is only ever used for ast modules | Oli Scherer | -14/+11 |
| 2025-03-24 | Move `is_used_keyword_conditional`. | Nicholas Nethercote | -4/+4 |
| 2025-03-24 | Alphabetize the keywords list. | Nicholas Nethercote | -8/+21 |
| 2025-03-24 | Fix some formatting. | Nicholas Nethercote | -2/+2 |
| 2025-03-24 | Improve keyword comments a little. | Nicholas Nethercote | -5/+4 |
| 2025-03-24 | Remove `is_any_keyword` methods. | Nicholas Nethercote | -22/+7 |
| 2025-03-23 | Rollup merge of #138846 - compiler-errors:stall-prereqs, r=lcnr | Jacob Pratt | -36/+49 |
| 2025-03-23 | Rollup merge of #138783 - bjorn3:cache_current_dll_path, r=lqd | Jacob Pratt | -56/+66 |
| 2025-03-23 | Rollup merge of #138728 - tgross35:update-builtins, r=tgross35 | Jacob Pratt | -2/+2 |
| 2025-03-23 | Rollup merge of #137736 - bjorn3:compiler_builtins_export_fix, r=petrochenkov | Jacob Pratt | -2/+7 |
| 2025-03-24 | Update `compiler-builtins` to 0.1.152 | Trevor Gross | -2/+2 |
| 2025-03-24 | Add do_not_recommend typo help | mejrs | -7/+7 |
| 2025-03-23 | Rollup merge of #138861 - compiler-errors:flags-tweaks, r=lcnr | Michael Goulet | -85/+24 |
| 2025-03-23 | Rollup merge of #138854 - TaKO8Ki:invalid-extern-fn-body, r=compiler-errors | Michael Goulet | -2/+2 |
| 2025-03-23 | Rollup merge of #138641 - jieyouxu:print-supported-crate-types, r=Urgau | Michael Goulet | -3/+18 |
| 2025-03-23 | Explicitly don't fold coroutine obligations in writeback | Michael Goulet | -14/+31 |
| 2025-03-23 | Don't super fold const in Resolver | Michael Goulet | -4/+1 |
| 2025-03-23 | Obligation::as_goal | Michael Goulet | -18/+17 |
| 2025-03-23 | Remove STILL_FURTHER_SPECIALIZABLE special casing | Michael Goulet | -78/+24 |
| 2025-03-23 | Remove HAS_TY_COROUTINE | Michael Goulet | -9/+1 |
| 2025-03-23 | Visit coroutine kind ty in FlagComputation | Michael Goulet | -0/+1 |
| 2025-03-23 | Implement `supported-crate-types` print request | Jieyou Xu | -3/+18 |
| 2025-03-23 | fix ICE #138415 | Takayuki Maeda | -2/+2 |
| 2025-03-23 | Slim `rustc_parse_format` dependencies down | Lukas Wirth | -2/+4 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -43/+40 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-22 | Rollup merge of #138793 - RalfJung:arm-floatabi, r=Noratrieb | Matthias Krüger | -1/+4 |
| 2025-03-22 | Rollup merge of #138786 - bjorn3:driver_code_move, r=compiler-errors | Matthias Krüger | -42/+36 |
| 2025-03-22 | resolve: Avoid some unstable iteration 3 | Vadim Petrochenkov | -12/+6 |
| 2025-03-22 | Auto merge of #138830 - matthiaskrgr:rollup-gaxgfwl, r=matthiaskrgr | bors | -374/+461 |