| Age | Commit message (Expand) | Author | Lines |
| 2025-04-22 | Restrict the cases where `ptr_eq` triggers (#14526) | Alex Macleod | -100/+60 |
| 2025-04-23 | fix: panics in inlay hints that produce empty text edits for closure return t... | roifewu | -41/+31 |
| 2025-04-22 | Rollup merge of #140149 - RalfJung:test_nan, r=tgross35 | Chris Denton | -0/+20 |
| 2025-04-22 | Rollup merge of #140144 - nnethercote:fix-140098, r=petrochenkov | Chris Denton | -23/+42 |
| 2025-04-22 | Rollup merge of #140124 - rustbot:docs-update, r=ehuss | Chris Denton | -0/+0 |
| 2025-04-22 | Rollup merge of #140104 - Shourya742:2025-04-21-auto-diff-fails-on-impl-block... | Chris Denton | -8/+71 |
| 2025-04-22 | Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJung | Chris Denton | -2/+36 |
| 2025-04-22 | Rollup merge of #140031 - Zalathar:deadline, r=jieyouxu | Chris Denton | -21/+47 |
| 2025-04-22 | Rollup merge of #139921 - Kivooeo:master, r=WaffleLapkin | Chris Denton | -27/+102 |
| 2025-04-22 | Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboet | Chris Denton | -2/+6 |
| 2025-04-22 | Make sure there's no duplicate indices in the dep graph | John Kåre Alsaker | -1/+5 |
| 2025-04-22 | Tweak edges | John Kåre Alsaker | -8/+5 |
| 2025-04-22 | Use `IndexVec::from_elem_n` | John Kåre Alsaker | -10/+7 |
| 2025-04-22 | Add index to the dep graph format and encode via `MemEncoder` | John Kåre Alsaker | -39/+206 |
| 2025-04-22 | Rustup (#14667) | Philipp Krones | -18/+18 |
| 2025-04-22 | Bump nightly version -> 2025-04-22 | Philipp Krones | -2/+2 |
| 2025-04-22 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -6992/+13764 |
| 2025-04-22 | Merge pull request #19657 from ChayimFriedman2/better-offset-of | Lukas Wirth | -3/+230 |
| 2025-04-22 | Consider side effects when rewriting iterator behaviors (#14490) | Jason Newcomb | -97/+292 |
| 2025-04-22 | Expand mutable capture check for `is_iter_with_side_effects()` | yanglsh | -127/+201 |
| 2025-04-22 | Validate extension in `PathBuf::add_extension` | Thalia Archibald | -7/+17 |
| 2025-04-22 | Merge pull request #19661 from ChayimFriedman2/salsa-v20 | Lukas Wirth | -544/+232 |
| 2025-04-22 | Account for `IngredientCache::get_or_create()` taking `&Zalsa` and not `&dyn ... | Chayim Refael Friedman | -1/+1 |
| 2025-04-22 | Fix variance | Chayim Refael Friedman | -7/+3 |
| 2025-04-22 | Adapt for new cycle handling changing in Salsa | Chayim Refael Friedman | -339/+133 |
| 2025-04-22 | Adjust for `salsa::Id::from_u32()` being unsafe | Chayim Refael Friedman | -183/+80 |
| 2025-04-22 | Adjust for new Salsa not implementing `Debug` by default | Chayim Refael Friedman | -6/+6 |
| 2025-04-22 | Depend on Salsa v0.20.0 | Chayim Refael Friedman | -10/+11 |
| 2025-04-22 | Merge pull request #19479 from ChayimFriedman2/generic-mismatch | Lukas Wirth | -405/+1243 |
| 2025-04-22 | remove intrinsics::drop_in_place | Ralf Jung | -41/+31 |
| 2025-04-22 | compiletest: Fix deadline bugs in new executor | Zalathar | -21/+47 |
| 2025-04-22 | The new diagnostic has found a bug lurking in minicore | Chayim Refael Friedman | -1/+1 |
| 2025-04-22 | Add two new diagnostics: one for mismatch in generic arguments count, and ano... | Chayim Refael Friedman | -404/+1242 |
| 2025-04-22 | Merge pull request #19622 from A4-Tacks/raw-string-suffix | Lukas Wirth | -13/+293 |
| 2025-04-22 | Merge pull request #19662 from Veykril/push-lqqvmnonlwrx | Lukas Wirth | -1/+1 |
| 2025-04-22 | minor: Fix outdated comment in hir-ty/generics.rs | Lukas Wirth | -1/+1 |
| 2025-04-22 | Auto merge of #139960 - amandasystems:placeholder-ui-tests, r=lcnr | bors | -0/+110 |
| 2025-04-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -219/+193 |
| 2025-04-22 | Merge pull request #19624 from jackh726/chalk-update | Lukas Wirth | -173/+166 |
| 2025-04-22 | Add tests for two untested cases of placeholder relations | Amanda Stjerna | -0/+110 |
| 2025-04-22 | Merge pull request #4285 from RalfJung/tb-tests | Ralf Jung | -0/+177 |
| 2025-04-22 | add comment for "Other" case | Ralf Jung | -0/+1 |
| 2025-04-22 | TB: add missing interior_mutability test file | Ralf Jung | -0/+177 |
| 2025-04-22 | chore: Release libm v0.2.13 | Trevor Gross | -1/+7 |
| 2025-04-22 | fix: Switch to resolver v2 | Trevor Gross | -1/+1 |
| 2025-04-22 | Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-dead | bors | -184/+411 |
| 2025-04-22 | MANTISSA_DIGITS: explain relation to bitwise representation | Ralf Jung | -0/+12 |
| 2025-04-22 | test_nan: ensure the NAN contant is quiet | Ralf Jung | -0/+8 |
| 2025-04-22 | Rename `open_brace` to `open_delimiters` | xizheyin | -23/+26 |
| 2025-04-22 | Move make_unclosed_delims_error to lexer/diagonostics.rs | xizheyin | -27/+28 |