| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJung | bors | -7/+207 |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -7/+207 |
| 2024-04-16 | no_std works on Windows now | Ralf Jung | -4/+0 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+235 |
| 2024-04-16 | allow running clippy on most of the in-tree tools | onur-ozkan | -14/+63 |
| 2024-04-16 | update `mingw-check` clippy invocation | onur-ozkan | -1/+1 |
| 2024-04-16 | fix sysroot bug and update step message format | onur-ozkan | -19/+6 |
| 2024-04-16 | add simple top-level doc-comment for build_steps/clippy | onur-ozkan | -0/+2 |
| 2024-04-16 | for clippy, skip output handling in `run_cargo` | onur-ozkan | -1/+1 |
| 2024-04-16 | support different `Kind`s in `Builder::msg_tool` | onur-ozkan | -3/+16 |
| 2024-04-16 | create `Builder::msg_clippy` | onur-ozkan | -9/+15 |
| 2024-04-16 | create new build step `clippy` | onur-ozkan | -100/+335 |
| 2024-04-16 | Rollup merge of #124018 - RalfJung:dealloc-memory-kind, r=oli-obk | Matthias Krüger | -18/+19 |
| 2024-04-16 | Rollup merge of #124007 - RalfJung:miri, r=RalfJung | Matthias Krüger | -143/+345 |
| 2024-04-16 | Rollup merge of #123711 - onur-ozkan:drop-changelog-seen, r=albertlarsan68 | Matthias Krüger | -19/+6 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -29/+29 |
| 2024-04-16 | Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez | Matthias Krüger | -2/+3 |
| 2024-04-16 | Rollup merge of #122632 - onur-ozkan:fix-llvm-caching-bug, r=albertlarsan68 | Matthias Krüger | -1/+18 |
| 2024-04-16 | interpret: pass MemoryKind to before_memory_deallocation | Ralf Jung | -18/+19 |
| 2024-04-16 | Auto merge of #124015 - GuillaumeGomez:rollup-s46ksxa, r=GuillaumeGomez | bors | -3/+49 |
| 2024-04-16 | Rollup merge of #124011 - fmease:rustdoc-updated-clean-docs, r=GuillaumeGomez | Guillaume Gomez | -2/+22 |
| 2024-04-16 | Rollup merge of #124001 - ehuss:fix-unstable_features-docs, r=compiler-errors | Guillaume Gomez | -1/+0 |
| 2024-04-16 | Rollup merge of #122521 - bnleft:master, r=albertlarsan68 | Guillaume Gomez | -0/+7 |
| 2024-04-16 | Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum | Guillaume Gomez | -0/+20 |
| 2024-04-16 | Auto merge of #3472 - RalfJung:deadlock, r=RalfJung | bors | -25/+175 |
| 2024-04-16 | deadlock: show backtrace for all threads | Ralf Jung | -25/+175 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -2/+42 |
| 2024-04-16 | rustdoc: update module-level docs of `rustdoc::clean` | León Orell Valerian Liehr | -2/+22 |
| 2024-04-16 | Miri: adopt to new intrinsic types | Maybe Waffle | -3/+3 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -3/+17 |
| 2024-04-16 | Make ui_test backtraces short by default | Oli Scherer | -1/+4 |
| 2024-04-16 | Unset test env vars before setting new ones. | Oli Scherer | -2/+2 |
| 2024-04-16 | threads: keep track of why we are blocked, and sanity-check that when waking up | Ralf Jung | -95/+108 |
| 2024-04-16 | Change the output artifact path to `$root_dir/obj/$image` when running locally | DianQK | -10/+11 |
| 2024-04-16 | avoid passing --sysroot twice in bootstrap | Ralf Jung | -5/+8 |
| 2024-04-16 | bless test-cargo-miri | Ralf Jung | -11/+11 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -35/+37 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -22/+22 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -9/+7 |
| 2024-04-16 | Merge from rustc | The Miri Cronjob Bot | -5254/+5964 |
| 2024-04-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+1 |
| 2024-04-15 | Fix docs for unstable_features lint. | Eric Huss | -1/+0 |
| 2024-04-16 | Auto merge of #123991 - fmease:rollup-96xcgnm, r=fmease | bors | -7/+7 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -3/+3 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -2/+2 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -18/+39 |
| 2024-04-15 | Fix clippy | Michael Goulet | -3/+3 |
| 2024-04-15 | Auto merge of #123451 - Kobzol:arbitrary-try-build, r=pietroalbini | bors | -37/+106 |