| Age | Commit message (Expand) | Author | Lines |
| 2025-07-04 | Auto merge of #143407 - jhpratt:rollup-ekkoubw, r=jhpratt | bors | -125/+247 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+87 |
| 2025-07-04 | Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35 | Jacob Pratt | -14/+16 |
| 2025-07-04 | Rollup merge of #143394 - workingjubilee:reorganize-hir-analysis-provide-fn, ... | Jacob Pratt | -52/+36 |
| 2025-07-04 | Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez | Jacob Pratt | -1/+50 |
| 2025-07-04 | Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errors | Jacob Pratt | -23/+31 |
| 2025-07-04 | Rollup merge of #143378 - hkBst:clippy-fix-6, r=tgross35 | Jacob Pratt | -4/+4 |
| 2025-07-04 | Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35 | Jacob Pratt | -4/+0 |
| 2025-07-04 | Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcm | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #143346 - emmanuel-ferdman:master, r=tshepang | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -24/+31 |
| 2025-07-04 | Rollup merge of #143288 - ehuss:fix-clean-fifo, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcm | Jacob Pratt | -0/+76 |
| 2025-07-04 | refactor: implement a new bridge trait `Allocation` | Makai | -15/+54 |
| 2025-07-04 | refactor: rewrite `adt_repr()`, `adt_discr_for_variant()` and `coroutine_disc... | Makai | -19/+88 |
| 2025-07-04 | refactor: don't use rustc_type_ir directly | Makai | -13/+8 |
| 2025-07-04 | refactor: avoid calling internal functions in `predicates_of()` and `explicit... | Makai | -54/+82 |
| 2025-07-04 | refactor: move `convert` to `unstable` | Makai | -386/+317 |
| 2025-07-04 | fix: resolve the unsoundness | Makai | -288/+422 |
| 2025-07-04 | refactor: move `IndexMap` to `rustc_smir` | Makai | -41/+35 |
| 2025-07-04 | refactor: unify `Tables` implementation with bridge types and re-export `Inde... | Makai | -194/+285 |
| 2025-07-04 | refactor: remove the `tcx` field in `Tables` | Makai | -119/+100 |
| 2025-07-04 | fix: rewrite some parts of `rustc_smir::builder.rs` | Makai | -4/+4 |
| 2025-07-04 | refactor: move `convert` module to `stable_mir` | Makai | -668/+1225 |
| 2025-07-04 | refactor: rewrite the whole `rustc_smir::context` | Makai | -1000/+901 |
| 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/+54 |
| 2025-07-03 | Merge pull request #20144 from regexident/load-workspace-into-db | Chayim Refael Friedman | -8/+25 |
| 2025-07-03 | refactor: add `Tables<'tcx, B: Bridge>` and `SmirContainer` | Makai | -153/+87 |
| 2025-07-03 | Merge pull request #2488 from rust-lang/autodiff-doc-updates | Manuel Drehwald | -2/+2 |
| 2025-07-03 | adjust docs, after splitting up autodiff into two forward and reverse macros | Manuel Drehwald | -2/+2 |
| 2025-07-03 | fix: allow emcc | Jayden Qi | -1/+2 |
| 2025-07-03 | Add `fn load_workspace_into_db` variant for `ra_ap_load_cargo`'s `fn load_wor... | Vincent Esche | -8/+25 |
| 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 | Fix several issues with `manual_is_multiple_of` | Samuel Tardieu | -3/+210 |
| 2025-07-03 | Do not always consider parameters of closures as type-certain | Samuel Tardieu | -3/+18 |
| 2025-07-03 | Mark unsuffixed type literals are type uncertain by default | Samuel Tardieu | -13/+40 |
| 2025-07-03 | Fix some things with builtin derives | Chayim Refael Friedman | -72/+190 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -288/+14 |
| 2025-07-03 | gai: remove typo from test file, and add a reference id | Tshepang Mbambo | -0/+1 |
| 2025-07-03 | Auto merge of #143390 - GuillaumeGomez:rollup-2avj41s, r=GuillaumeGomez | bors | -130/+279 |
| 2025-07-03 | Always use the pure Rust fallback instead of `llvm.{maximum,minimum}` | Urgau | -14/+16 |
| 2025-07-03 | Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure | Jonathan Brouwer | -26/+77 |
| 2025-07-03 | Add tidy-alphabetical for cross-crate attribute match | Pavel Grigorenko | -6/+8 |