| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 some things with builtin derives | Chayim Refael Friedman | -72/+190 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -288/+14 |
| 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 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -50/+111 |
| 2025-07-03 | Rollup merge of #143384 - GuillaumeGomez:update-browser-ui-test, r=kobzol | Guillaume Gomez | -2/+2 |
| 2025-07-03 | Rollup merge of #143379 - jieyouxu:backport-accepted, r=apiraino | Guillaume Gomez | -19/+90 |
| 2025-07-03 | Rollup merge of #143369 - bjorn3:cleanup_metadata_loading, r=lcnr | Guillaume Gomez | -95/+134 |
| 2025-07-03 | Rollup merge of #143364 - fee1-dead-contrib:push-pzymzusnzlso, r=workingjubilee | Guillaume Gomez | -1/+1 |
| 2025-07-03 | Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil... | Guillaume Gomez | -13/+52 |
| 2025-07-04 | Migrate `unmerge_match_arm` Assist to use `SyntaxEditor` | Hayashi Mikihiro | -22/+20 |
| 2025-07-03 | Use `slice_buffer_to_str` in `GenericRadix::fmt_int` | Guillaume Gomez | -18/+8 |
| 2025-07-03 | Add test for `int_format_into` feature | Guillaume Gomez | -20/+27 |
| 2025-07-03 | Implement `int_format_into` feature | Guillaume Gomez | -44/+290 |
| 2025-07-03 | Auto merge of #142857 - rust-lang:cargo_update, r=clubby789 | bors | -131/+231 |
| 2025-07-03 | cargo update | github-actions | -131/+231 |
| 2025-07-03 | Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_lto | bjorn3 | -69/+26 |
| 2025-07-03 | Merge pull request #4441 from RalfJung/nanosleep | Ralf Jung | -9/+6 |
| 2025-07-03 | Rework logic and provide structured suggestion | Esteban Küber | -13/+135 |
| 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 | Update browser-ui-test version to `0.21.1` | Guillaume Gomez | -2/+2 |
| 2025-07-03 | Remove unneeded `.as_bytes()` (#15196) | dswij | -1/+1 |
| 2025-07-03 | Do not lint intrinsics as empty loops (#15201) | dswij | -2/+26 |
| 2025-07-03 | nanosleep: fix argument name and add a missing argument read | Ralf Jung | -9/+6 |
| 2025-07-03 | Return early when `self` resolve failure because of `let self = ...` | xizheyin | -11/+14 |
| 2025-07-03 | Merge pull request #20161 from ShoyuVanilla/closure-capture | Lukas Wirth | -5/+48 |
| 2025-07-03 | stabilize `const_slice_reverse` | Deadbeef | -1/+2 |