| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Merge from rustc | The Miri Conjob Bot | -1266/+3127 |
| 2024-01-31 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -1/+1 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -2/+15 |
| 2024-01-30 | add num_cpus test | David Carlier | -2/+3 |
| 2024-01-30 | rustdoc: Correctly handle attribute merge if this is a glob reexport | Guillaume Gomez | -1/+19 |
| 2024-01-30 | check `RUST_BOOTSTRAP_CONFIG` in `profile_user_dist` test | onur-ozkan | -6/+8 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -38/+3 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -17/+1 |
| 2024-01-30 | Rollup merge of #117906 - GuillaumeGomez:improve-crate-name-hover, r=fmease,n... | Guillaume Gomez | -4/+2 |
| 2024-01-30 | Implement the `mmap64` foreign item. | Dan Gohman | -2/+122 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -2/+2 |
| 2024-01-30 | hir: Add non-optional `hir_owner_nodes` for real `OwnerId`s | Vadim Petrochenkov | -3/+1 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -1/+1 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120467 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |
| 2024-01-30 | Rollup merge of #120439 - seqre-contrib:moving-ui-tests, r=nnethercote | Guillaume Gomez | -2/+5 |
| 2024-01-30 | Rollup merge of #120403 - seqre-contrib:pre-vendored-message, r=onur-ozkan | Guillaume Gomez | -1/+10 |
| 2024-01-30 | Rollup merge of #120250 - chadnorvell:rustdoc-xss, r=notriddle | Guillaume Gomez | -1/+9 |
| 2024-01-30 | Rollup merge of #120172 - onur-ozkan:add-more-tests, r=Mark-Simulacrum | Guillaume Gomez | -11/+63 |
| 2024-01-30 | Switch over to rustc's `tracing` crate instead of using our own `log` crate | Oli Scherer | -108/+27 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Update allowed depdendencies for cranelift | Amanieu d'Antras | -0/+6 |
| 2024-01-30 | Update feature names for new stdarch | Amanieu d'Antras | -2/+2 |
| 2024-01-29 | Move multiple UI issue tests to subdirectories | Marek 'seqre' Grzelak | -2/+5 |
| 2024-01-29 | moving out sched_getaffinity interception from linux'shim, FreeBSD supporting... | David Carlier | -11/+19 |
| 2024-01-29 | Improve display of crate name when hovered | Guillaume Gomez | -4/+2 |
| 2024-01-29 | rustdoc: Prevent JS injection from localStorage | Chad Norvell | -1/+9 |
| 2024-01-29 | Update books | rustbot | -0/+0 |
| 2024-01-29 | Makes clippy-driver check for --sysroot in arg files | Vinh Tran | -2/+23 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-01-29 | Auto merge of #120165 - reitermarkus:nonzero-switch-alias-direction, r=dtolnay | bors | -76/+65 |
| 2024-01-29 | Auto merge of #120451 - RalfJung:miri, r=RalfJung | bors | -172/+235 |
| 2024-01-29 | Auto merge of #119290 - Kobzol:ci-docker-registry-cache, r=Mark-simulacrum | bors | -58/+60 |
| 2024-01-28 | Add instructions of how to use pre-vendored 'rustc-src' | Marek 'seqre' Grzelak | -1/+10 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -24/+26 |
| 2024-01-28 | Add rustc_apfloat license exception for RA | Laurențiu Nicola | -0/+1 |
| 2024-01-28 | Print image input file and Docker version | Jakub Beránek | -0/+5 |
| 2024-01-28 | Auto merge of #3181 - devnexen:stat_calls_fbsd, r=RalfJung | bors | -41/+118 |
| 2024-01-28 | tweak comments | Ralf Jung | -2/+2 |
| 2024-01-28 | Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra | Laurențiu Nicola | -2796/+1390 |
| 2024-01-28 | bootstrap: update test modules | onur-ozkan | -10/+4 |
| 2024-01-28 | add more unit tests | onur-ozkan | -2/+60 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -38/+3 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+1 |
| 2024-01-27 | Update tests. | Markus Reiter | -34/+1 |
| 2024-01-27 | Fix `NonZero` clippy lints. | Markus Reiter | -42/+64 |
| 2024-01-27 | Auto merge of #120201 - clubby789:dep-update, r=dtolnay | bors | -2/+0 |
| 2024-01-27 | Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiser | bors | -8/+4 |
| 2024-01-27 | fix typo in operator.rs | Ralf Jung | -1/+1 |