| Age | Commit message (Expand) | Author | Lines |
| 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 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 | 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 |
| 2025-07-03 | Pass in autodiff items when starting the coordinator thread | bjorn3 | -19/+6 |
| 2025-07-03 | Merge pull request #20120 from Hmikihiro/match_bind_not_type | Chayim Refael Friedman | -1/+74 |
| 2025-07-03 | rustdoc: don't treat methods under const impls or traits as const | Deadbeef | -1/+50 |
| 2025-07-03 | Add ui test resolve/false-self-in-macro-issue-143134.rs | xizheyin | -0/+22 |
| 2025-07-03 | move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/` | xizheyin | -0/+0 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -2/+2 |