| Age | Commit message (Expand) | Author | Lines |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -106/+106 |
| 2025-04-30 | Merge pull request #19723 from Veykril/push-skswknpxtzlz | Lukas Wirth | -20/+86 |
| 2025-04-30 | fix: Improve parser recovery a bit | Lukas Wirth | -20/+86 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -86/+99 |
| 2025-04-30 | Merge pull request #19247 from alibektas/19172_very_new | Lukas Wirth | -82/+146 |
| 2025-04-30 | Rollup merge of #140446 - mejrs:test1, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2025-04-30 | Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk | Matthias Krüger | -84/+98 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -45/+28 |
| 2025-04-30 | chore: Adjust panic context printing | Lukas Wirth | -12/+10 |
| 2025-04-29 | Also allow bool literals as first item of let chain | Caleb Cartwright | -15/+17 |
| 2025-04-29 | add -Zmiri-deterministic-concurrency flag and use it for concurrency tests | Ralf Jung | -156/+129 |
| 2025-04-29 | Split out salsa_macros | Lukas Wirth | -48/+63 |
| 2025-04-29 | Update salsa | Lukas Wirth | -33/+75 |
| 2025-04-29 | Rollup merge of #140392 - Zalathar:goodbye-libtest, r=jieyouxu | Trevor Gross | -132/+7 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -0/+18 |
| 2025-04-29 | Merge pull request #4272 from geetanshjuneja/scheduling | Ralf Jung | -92/+111 |
| 2025-04-29 | fix comment typos | Ralf Jung | -2/+2 |
| 2025-04-29 | move EnvVars::cleanup into the main-thread-exit handler | Ralf Jung | -10/+11 |
| 2025-04-29 | Added random scheduling | geetanshjuneja | -92/+111 |
| 2025-04-29 | Merge pull request #19714 from Veykril/push-owpqqzqmrpvv | Lukas Wirth | -68/+59 |
| 2025-04-29 | refactor: Remove unnecessary extension trait | Lukas Wirth | -68/+59 |
| 2025-04-29 | Coalesce duplicate missing clone tests | mejrs | -2/+1 |
| 2025-04-29 | Merge pull request #19713 from Veykril/push-xkppskpmuzpo | Lukas Wirth | -188/+234 |
| 2025-04-29 | Merge pull request #19685 from fbernier/pgo-install | Lukas Wirth | -132/+175 |
| 2025-04-29 | Cleanup cfg check handling in expression store lowering | Lukas Wirth | -188/+234 |
| 2025-04-29 | miri: algebraic intrinsics: bring back float non-determinism | Ralf Jung | -84/+98 |
| 2025-04-29 | refactor: Clean up cache priming cancellation handling | Lukas Wirth | -39/+54 |
| 2025-04-29 | suppress dangerous_implicit_autorefs in TB test | Ralf Jung | -0/+1 |
| 2025-04-29 | fmt | The Miri Cronjob Bot | -7/+3 |
| 2025-04-29 | Merge from rustc | The Miri Cronjob Bot | -148/+190 |
| 2025-04-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -2/+1 |
| 2025-04-28 | Merge pull request #19699 from ChayimFriedman2/escape-label | David Barsky | -7/+36 |
| 2025-04-28 | base-db: add more details to panic | David Barsky | -9/+20 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -3/+3 |
| 2025-04-28 | Merge pull request #19708 from Veykril/push-wrmyowrzkxzz | Lukas Wirth | -255/+188 |
| 2025-04-28 | Merge pull request #19542 from snprajwal/let-else-to-match | Lukas Wirth | -142/+335 |
| 2025-04-28 | refactor: De-arc lang item queries | Lukas Wirth | -255/+188 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -85/+104 |
| 2025-04-28 | refactor: migrate `merge_imports` to syntax editor | Prajwal S N | -43/+25 |
| 2025-04-28 | chore: rename `unmerge_use` to `unmerge_imports` | Prajwal S N | -44/+44 |
| 2025-04-28 | fix: migrate `unmerge_use` to syntax editor | Prajwal S N | -16/+108 |
| 2025-04-28 | compiletest: Remove the libtest-based executor and its dependency | Zalathar | -132/+7 |
| 2025-04-28 | refactor: migrate `let_else_to_match` to editor | Prajwal S N | -142/+335 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2025-04-28 | Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2025-04-28 | Unelide lifetime | Laurențiu Nicola | -1/+1 |
| 2025-04-28 | Merge pull request #19706 from Veykril/push-nkpmknlvzyom | Lukas Wirth | -24/+19 |
| 2025-04-28 | fix: Address minor FIXME | Lukas Wirth | -24/+19 |
| 2025-04-28 | Merge pull request #19704 from Veykril/push-wrvznvvpvtvp | Lukas Wirth | -125/+172 |