| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -5/+25 |
| 2025-05-02 | Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiser | Stuart Cook | -0/+37 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+139 |
| 2025-05-02 | add more revisions to cover more architectures | Ralf Jung | -21/+88 |
| 2025-05-02 | Create a builder for DocTestBuilder type | Guillaume Gomez | -72/+123 |
| 2025-05-02 | Add regression test for #140310 | Guillaume Gomez | -0/+43 |
| 2025-05-02 | Emit a warning if the doctest `main` function will not be run | Guillaume Gomez | -17/+103 |
| 2025-05-02 | Split `get_opt_name` hashing use into `hashed_symbol` | John Kåre Alsaker | -5/+21 |
| 2025-05-02 | Add comment about the symbol on `AnonAssocTy` | John Kåre Alsaker | -1/+2 |
| 2025-05-02 | Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst` | John Kåre Alsaker | -8/+10 |
| 2025-05-02 | give the abi-relevant target feature tests better names | Ralf Jung | -1/+6 |
| 2025-05-02 | forbidden target feature tests: consolidate multiple tests in a single one wi... | Ralf Jung | -33/+11 |
| 2025-05-02 | Auto merge of #139883 - matthiaskrgr:crashesapr15, r=Mark-Simulacrum | bors | -0/+332 |
| 2025-05-02 | Remove estebank from automated review assignment | Jieyou Xu | -5/+0 |
| 2025-05-02 | Rename parameter to `override_def_path_data` | John Kåre Alsaker | -4/+5 |
| 2025-05-02 | Remove fragile equal-pointers-unequal tests. | Mara Bos | -201/+0 |
| 2025-05-02 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -33/+31 |
| 2025-05-02 | Auto merge of #140540 - flip1995:clippy-subtree-update, r=Manishearth | bors | -582/+1819 |
| 2025-05-02 | fix: `manual_slice_fill` FP on `IndexMut` overload | yanglsh | -1/+84 |
| 2025-05-02 | Merge pull request #4305 from RalfJung/squash | Ralf Jung | -10/+84 |
| 2025-05-02 | Add regression test for 133065 | reddevilmidzy | -0/+31 |
| 2025-05-02 | add ./miri squash | Ralf Jung | -10/+84 |
| 2025-05-02 | Add useful comments on `ExprKind::If` variants. | Nicholas Nethercote | -0/+9 |
| 2025-05-02 | Auto merge of #140565 - GuillaumeGomez:rollup-gv4ed14, r=GuillaumeGomez | bors | -422/+755 |
| 2025-05-01 | Implement error::Error for TryLockError | Christopher Berner | -1/+4 |
| 2025-05-01 | Change signature of File::try_lock and File::try_lock_shared | Christopher Berner | -61/+140 |
| 2025-05-02 | Amend language regarding the never type | Lynnesbian | -2/+2 |
| 2025-05-02 | Improve coverage of HIR pretty printing. | Nicholas Nethercote | -104/+1014 |
| 2025-05-01 | fmaf: Add a test case from a MinGW failure | Trevor Gross | -1/+12 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -37/+50 |
| 2025-05-01 | Delegate to inner `vec::IntoIter` from `env::ArgsOs` | Thalia Archibald | -21/+207 |
| 2025-05-01 | Added a .gitattributes file for showing cargo.lock diffs (#659) | ALBIN BABU VARGHESE | -0/+1 |
| 2025-05-02 | Augment `impl-trait-missing-lifetime-gated.rs`. | Nicholas Nethercote | -5/+65 |
| 2025-05-01 | Rollup merge of #140556 - GuillaumeGomez:improve-rustdoc-gui-tool-error-outpu... | Guillaume Gomez | -4/+13 |
| 2025-05-01 | Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol... | Guillaume Gomez | -1/+8 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -63/+77 |
| 2025-05-01 | Rollup merge of #140538 - tshepang:rust-push, r=jieyouxu | Guillaume Gomez | -151/+393 |
| 2025-05-01 | Rollup merge of #140460 - heiher:issue-140455, r=Urgau | Guillaume Gomez | -18/+25 |
| 2025-05-01 | Rollup merge of #140420 - fmease:rustdoc-fix-doctest-heur, r=GuillaumeGomez | Guillaume Gomez | -88/+182 |
| 2025-05-01 | Rollup merge of #140062 - xizheyin:issue-139958, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -45/+15 |
| 2025-05-01 | Rollup merge of #139802 - Lee-Janggun:fix-allocate-hyperlink, r=workingjubilee | Guillaume Gomez | -2/+4 |
| 2025-05-01 | Rollup merge of #139780 - ongardie:iterator-take-by_ref-example, r=workingjub... | Guillaume Gomez | -0/+18 |
| 2025-05-01 | Rollup merge of #139186 - TDecking:float, r=workingjubilee | Guillaume Gomez | -47/+15 |
| 2025-05-01 | Rollup merge of #138703 - pudongair:master, r=workingjubilee | Guillaume Gomez | -3/+3 |
| 2025-05-01 | extend the list of registered dylibs on `test::prepare_cargo_test` | onur-ozkan | -3/+3 |
| 2025-05-01 | Use present indicative tense in std::io::pipe() API docs | Eyal Kalderon | -3/+3 |
| 2025-05-01 | Simplify docs for breaking out of a named code block | Artur Roos | -2/+2 |
| 2025-05-01 | Crashes tests | Boxy | -23/+11 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -228/+369 |