| Age | Commit message (Expand) | Author | Lines |
| 2025-07-04 | refactor: split `rustc_smir::alloc` into two parts | Makai | -99/+151 |
| 2025-07-04 | refactor: impl `SmirError` for `stable_mir::Error` | Makai | -4/+13 |
| 2025-07-04 | refactor: move `IndexedVal` from `stable_mir` to `rustc_smir` | Makai | -19/+21 |
| 2025-07-04 | refactor: make `SmirInterface` a trait and impl it for `SmirContainer` | Makai | -255/+912 |
| 2025-07-03 | Remove some unnecessary `unsafe` in VecCache | Scott McMurray | -2/+2 |
| 2025-07-03 | Auto merge of #142890 - kornelski:unused-var-debug, r=saethlin | bors | -2/+4 |
| 2025-07-03 | refactor: add `Tables<'tcx, B: Bridge>` and `SmirContainer` | Makai | -153/+87 |
| 2025-07-04 | Port `#[rustc_pass_by_value]` to the new attribute system | Pavel Grigorenko | -7/+24 |
| 2025-07-03 | compiler: document all provide fn in hir_analysis and hir_typeck | Jubilee Young | -2/+7 |
| 2025-07-03 | compiler: inline 1-2 query provide fn in hir_analysis and hir_typeck | Jubilee Young | -50/+29 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -196/+11 |
| 2025-07-03 | Always use the pure Rust fallback instead of `llvm.{maximum,minimum}` | Urgau | -12/+14 |
| 2025-07-03 | Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure | Jonathan Brouwer | -8/+56 |
| 2025-07-03 | Add tidy-alphabetical for cross-crate attribute match | Pavel Grigorenko | -6/+8 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -33/+99 |
| 2025-07-03 | Rollup merge of #143369 - bjorn3:cleanup_metadata_loading, r=lcnr | Guillaume Gomez | -95/+134 |
| 2025-07-03 | Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_lto | bjorn3 | -69/+26 |
| 2025-07-03 | Rework logic and provide structured suggestion | Esteban Küber | -10/+71 |
| 2025-07-03 | Remove unused config param from WriteBackendMethods::autodiff | bjorn3 | -8/+2 |
| 2025-07-03 | Remove unnecessary check for fat LTO | bjorn3 | -1/+1 |
| 2025-07-03 | Move run_fat_lto call into execute_fat_lto_work_item | bjorn3 | -32/+36 |
| 2025-07-03 | Return early when `self` resolve failure because of `let self = ...` | xizheyin | -4/+12 |
| 2025-07-03 | Pass in autodiff items when starting the coordinator thread | bjorn3 | -19/+6 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -18/+26 |
| 2025-07-03 | Split generate_lto_work between fat and thin-LTO cases | bjorn3 | -49/+63 |
| 2025-07-03 | Fat LTO always produces a single object file, so -Zcombine-cgu has no effect | bjorn3 | -1/+3 |
| 2025-07-03 | Move dcx creation into WriteBackendMethods::codegen | bjorn3 | -12/+10 |
| 2025-07-03 | Remove LtoModuleCodegen | bjorn3 | -100/+58 |
| 2025-07-03 | refactor: Make -Ztrack-diagnostics emit like a note | Scott Schafer | -15/+18 |
| 2025-07-03 | Make most CrateLocator fields private | bjorn3 | -27/+29 |
| 2025-07-03 | Have a separate code path for -Zdual-proc-macro | bjorn3 | -41/+56 |
| 2025-07-03 | Pass CrateRejections separately from CrateLocator | bjorn3 | -63/+87 |
| 2025-07-03 | Deduplicate getting the path of a lib candidate | bjorn3 | -6/+4 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -7/+12 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -186/+250 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -113/+113 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -113/+113 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -186/+250 |
| 2025-07-03 | Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obk | Matthias Krüger | -41/+44 |
| 2025-07-03 | Rollup merge of #143324 - RalfJung:native-call-prep, r=oli-obk | Matthias Krüger | -43/+29 |
| 2025-07-03 | Rollup merge of #143292 - compiler-errors:explicit-generic, r=oli-obk | Matthias Krüger | -5/+16 |
| 2025-07-03 | Rollup merge of #143273 - 1c3t3a:enum-check-negative, r=SparrowLii | Matthias Krüger | -4/+26 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -7/+12 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -383/+436 |
| 2025-07-02 | Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgr | bors | -54/+59 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -1/+1 |
| 2025-07-02 | Rollup merge of #143306 - samueltardieu:track-clippy-lints-emission, r=petroc... | Matthias Krüger | -0/+2 |
| 2025-07-02 | Rollup merge of #143276 - folkertdev:loop-match-opaque-pattern, r=Nadrieril | Matthias Krüger | -21/+50 |
| 2025-07-02 | Rollup merge of #143261 - compiler-errors:explicit-pred, r=oli-obk | Matthias Krüger | -3/+1 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -1/+66 |