| Age | Commit message (Expand) | Author | Lines |
| 2025-03-25 | Avoid some more global state | Oli Scherer | -22/+35 |
| 2025-03-25 | Track whether an assoc item is in a trait impl or an inherent impl | Oli Scherer | -67/+149 |
| 2025-03-25 | Deduplicate assoc item cfg handling | Oli Scherer | -10/+3 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -4/+45 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -0/+57 |
| 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 | 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-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 | 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-21 | match lowering cleanup: `non_scalar_compare` is only for `&str` | dianne | -94/+24 |
| 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 |