| Age | Commit message (Expand) | Author | Lines |
| 2025-03-24 | Remove `QueryWaiter::notify` | John Kåre Alsaker | -8/+2 |
| 2025-03-24 | Batch mark waiters as unblocked when resuming in the deadlock handler | John Kåre Alsaker | -2/+8 |
| 2025-03-24 | Revert "resume one waiter at a call" | John Kåre Alsaker | -15/+2 |
| 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 | fix: Check empty SIMD vector in inline asm | Hadrien Eyraud | -0/+8 |
| 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 | Stabilize precise_capturing_in_traits | Michael Goulet | -35/+2 |
| 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 |
| 2025-03-22 | Rollup merge of #138794 - petrochenkov:cfgtracefix, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-03-22 | Rollup merge of #138750 - oli-obk:decouple-hir-queries, r=fee1-dead | Matthias Krüger | -6/+5 |
| 2025-03-22 | Rollup merge of #138536 - makai410:mut-mir-visitor, r=celinval | Matthias Krüger | -332/+428 |
| 2025-03-22 | Rollup merge of #138410 - bjorn3:misc_cleanups, r=compiler-errors | Matthias Krüger | -36/+28 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -26/+21 |
| 2025-03-22 | Auto merge of #138719 - lcnr:concrete_opaque_types-closures, r=oli-obk | bors | -55/+88 |
| 2025-03-22 | Note potential but private items in show_candidates | xizheyin | -12/+12 |
| 2025-03-21 | match lowering cleanup: `non_scalar_compare` is only for `&str` | dianne | -94/+24 |
| 2025-03-21 | Don't produce debug information for compiler-introduced-vars when desugaring ... | Kyle Huey | -16/+42 |
| 2025-03-21 | Auto merge of #128320 - saethlin:link-me-maybe, r=compiler-errors | bors | -26/+57 |
| 2025-03-21 | expand: Do not report `cfg_attr` traces on macros as unused attributes | Vadim Petrochenkov | -1/+1 |
| 2025-03-21 | target spec check: better error when llvm-floatabi is missing | Ralf Jung | -1/+4 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -8/+44 |
| 2025-03-21 | Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obk | Matthias Krüger | -168/+205 |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -1/+18 |
| 2025-03-21 | Rollup merge of #138364 - BLANKatGITHUB:compiler, r=RalfJung | Matthias Krüger | -25/+17 |
| 2025-03-21 | Also check for compiler-builtins in linked_symbols | bjorn3 | -1/+3 |
| 2025-03-21 | Don't attempt to export compiler-builtins symbols from rust dylibs | bjorn3 | -1/+4 |
| 2025-03-21 | Fix lint name in unused linker_messages warning | bjorn3 | -5/+5 |
| 2025-03-21 | Move some calls to before calling codegen_crate | bjorn3 | -25/+24 |
| 2025-03-21 | Move make_input call | bjorn3 | -12/+7 |