| Age | Commit message (Expand) | Author | Lines |
| 2025-05-29 | Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead | Jacob Pratt | -9/+9 |
| 2025-05-29 | Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr | Jacob Pratt | -8/+5 |
| 2025-05-28 | Auto merge of #141693 - lnicola:sync-from-ra, r=lnicola | bors | -956/+1513 |
| 2025-05-28 | jsondoclint: Extract `Command`/`CommandKind` into its own file | Alona Enraght-Moony | -222/+233 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -5/+25 |
| 2025-05-28 | Add `eslint` as part of tidy run | Guillaume Gomez | -0/+94 |
| 2025-05-28 | Merge pull request #4354 from RalfJung/before_stack_pop | Ralf Jung | -1/+1 |
| 2025-05-28 | fix comment in before_stack_pop | Ralf Jung | -1/+1 |
| 2025-05-28 | docs:deleting duplicate documentation | vremyavnikuda | -70/+0 |
| 2025-05-28 | tidy: Skip pal and `#[test]` checks in compiler-builtins | Trevor Gross | -0/+2 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -102/+94 |
| 2025-05-28 | rustbook: Bump versions of `onig` and `onig_sys` | Vadim Petrochenkov | -5/+5 |
| 2025-05-28 | Merge pull request #4344 from CraftSpider/windows-file-clone | Oli Scherer | -1/+97 |
| 2025-05-28 | Use `builin_index` instead of hand-rolling it | Oli Scherer | -8/+5 |
| 2025-05-28 | Merge pull request #19881 from Veykril/push-wsrmttkymyps | Lukas Wirth | -171/+336 |
| 2025-05-28 | feat: Desugar assist for `let pat = expr?;` -> `let else` | Lukas Wirth | -171/+336 |
| 2025-05-28 | add Miri tests | Ralf Jung | -0/+131 |
| 2025-05-28 | Merge pull request #19880 from Veykril/push-xmpxumsrkymk | Lukas Wirth | -31/+97 |
| 2025-05-28 | Merge pull request #19872 from ChayimFriedman2/async-fn-output | Lukas Wirth | -11/+81 |
| 2025-05-28 | fix: Handle included files better in IDE layer | Lukas Wirth | -31/+97 |
| 2025-05-28 | Merge pull request #19876 from ShoyuVanilla/layout-padding | Lukas Wirth | -23/+272 |
| 2025-05-28 | Merge pull request #4353 from rust-lang/rustup-2025-05-28 | Ralf Jung | -44/+40 |
| 2025-05-28 | Merge pull request #4351 from RalfJung/squash-win | Ralf Jung | -1/+22 |
| 2025-05-28 | Reorder `ast::ItemKind::{Struct,Enum,Union}` fields. | Nicholas Nethercote | -9/+9 |
| 2025-05-28 | feat: Render padding information when hovering on structs | Shoyu Vanilla | -23/+272 |
| 2025-05-28 | Back out "Fix IDE resolution of item macros" | Lukas Wirth | -14/+0 |
| 2025-05-28 | Drop unnecessay code | Lukas Wirth | -35/+3 |
| 2025-05-28 | Merge from rustc | The Miri Cronjob Bot | -43/+39 |
| 2025-05-28 | fix: Fix IDE layer not resolving some macro calls | Lukas Wirth | -35/+62 |
| 2025-05-28 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-28 | chore: Remove support for `concat_idents!` | Trevor Gross | -44/+0 |
| 2025-05-28 | Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 | bors | -2/+1 |
| 2025-05-27 | Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercote | Trevor Gross | -2/+1 |
| 2025-05-28 | fix: Skip pattern analysis on type mismatches | Shoyu Vanilla | -0/+17 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -4/+1 |
| 2025-05-27 | Rollup merge of #141645 - klensy:fluent-b, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-05-27 | Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease | Matthias Krüger | -33/+33 |
| 2025-05-27 | Avoid including text direction codepoints in lint messages | Matthew Jasper | -0/+12 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -1/+1 |
| 2025-05-27 | attempt to fix squash on Windows | Ralf Jung | -1/+22 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -33/+33 |
| 2025-05-27 | bump fluent-* crates | klensy | -1/+1 |
| 2025-05-27 | Rollup merge of #141611 - ehuss:update-mdbook, r=Mark-Simulacrum | Michael Goulet | -3/+3 |
| 2025-05-27 | Merge pull request #4212 from tiif/setfl | Ralf Jung | -8/+262 |
| 2025-05-27 | Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o... | Vincent Esche | -1/+1 |
| 2025-05-27 | Support F_GETFL and F_SETFL for fcntl | tiif | -8/+262 |
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -2/+1 |
| 2025-05-27 | pacify clippy | Ralf Jung | -3/+1 |
| 2025-05-27 | fmt | The Miri Cronjob Bot | -2/+8 |
| 2025-05-27 | Merge from rustc | The Miri Cronjob Bot | -66/+116 |