| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Rollup merge of #130759 - rustbot:docs-update, r=ehuss | Michael Goulet | -0/+0 |
| 2024-09-23 | Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu | Michael Goulet | -0/+9 |
| 2024-09-23 | Rollup merge of #130727 - compiler-errors:objects, r=RalfJung | Michael Goulet | -8/+41 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -174/+373 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -8/+41 |
| 2024-09-23 | Auto merge of #130620 - onur-ozkan:update-make-prepare, r=Kobzol | bors | -22/+14 |
| 2024-09-23 | Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercote | bors | -45/+47 |
| 2024-09-23 | Update books | rustbot | -0/+0 |
| 2024-09-23 | invoke cmake check with `run_always` | onur-ozkan | -1/+2 |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -11/+16 |
| 2024-09-23 | Add new Tier-3 target: `loongarch64-unknown-linux-ohos` | Xiaotian Wu | -0/+9 |
| 2024-09-23 | Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxu | Jubilee | -2/+0 |
| 2024-09-23 | Rollup merge of #130536 - cuviper:rustbook-dylib-path, r=Mark-Simulacrum | Jubilee | -9/+11 |
| 2024-09-23 | Rollup merge of #129201 - joboet:random_faster_sources, r=joshtriplett | Jubilee | -0/+17 |
| 2024-09-23 | Auto merge of #130641 - cuviper:llvm-19.1.0, r=nikic | bors | -0/+0 |
| 2024-09-23 | fix unqualified_local_imports in Miri | Ralf Jung | -45/+47 |
| 2024-09-23 | update miri test | joboet | -1/+1 |
| 2024-09-23 | miri: shim `CCRandomGenerateBytes` | joboet | -0/+17 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -905/+743 |
| 2024-09-22 | Bump stage0 | Michael Goulet | -450/+450 |
| 2024-09-22 | Auto merge of #130710 - GuillaumeGomez:rollup-mfuha68, r=GuillaumeGomez | bors | -0/+12 |
| 2024-09-22 | Auto merge of #130709 - RalfJung:miri-sync, r=RalfJung | bors | -2149/+2200 |
| 2024-09-22 | Auto merge of #3852 - tiif:rwrefactor, r=RalfJung | bors | -153/+249 |
| 2024-09-22 | simplify eventfd handling a bit | Ralf Jung | -49/+30 |
| 2024-09-22 | remove some unnecessary to_owned | Ralf Jung | -9/+9 |
| 2024-09-22 | read, write: move cast-to-usize logic up and deduplicate it | Ralf Jung | -4/+6 |
| 2024-09-22 | further tweak FileDescription comments | Ralf Jung | -17/+12 |
| 2024-09-22 | Pass pointer and len to FileDescription::write and change the type of len in ... | tiif | -47/+60 |
| 2024-09-22 | Use &[u8] instead of Vec<u8> and improve docs | tiif | -13/+25 |
| 2024-09-22 | Add some missing tracking issue links | clubby789 | -0/+12 |
| 2024-09-22 | try to give the CI job permission to create PRs | Ralf Jung | -0/+3 |
| 2024-09-22 | rustfmt: switch over to setting style_edition | Ralf Jung | -1/+1 |
| 2024-09-22 | Merge from rustc | Ralf Jung | -11/+13 |
| 2024-09-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-21 | Rollup merge of #130664 - GuillaumeGomez:generate-line-numbers-on-non-rust, r... | Jubilee | -12/+14 |
| 2024-09-21 | Rollup merge of #130648 - onur-ozkan:enzyme-linking, r=Kobzol | Jubilee | -6/+4 |
| 2024-09-22 | Generate line numbers for non-rust code examples as well | Guillaume Gomez | -7/+9 |
| 2024-09-22 | Strip last backline from non-rust code examples | Guillaume Gomez | -5/+5 |
| 2024-09-21 | Rollup merge of #130651 - qwertynerd97:patch-1, r=Kobzol | Michael Goulet | -1/+1 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -5/+9 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -4/+2 |
| 2024-09-21 | Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcm | bors | -1/+1 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -5/+4 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+5 |
| 2024-09-21 | Remove x86_64-fuchsia and aarch64-fuchsia target aliases | Artyom Tetyukhin | -2/+0 |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -205/+180 |
| 2024-09-21 | Merge from rustc | Ralf Jung | -4099/+7524 |
| 2024-09-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-20 | Add --enable-profiler to armhf dist | Elli Howard | -1/+1 |
| 2024-09-21 | Rollup merge of #130642 - cuviper:run-make-cargo, r=jieyouxu | Matthias Krüger | -0/+19 |