| Age | Commit message (Expand) | Author | Lines |
| 2024-03-25 | Auto merge of #123036 - matthiaskrgr:rollup-dj8hra4, r=matthiaskrgr | bors | -12/+12 |
| 2024-03-25 | Rollup merge of #123001 - Alexendoo:check-attributes, r=oli-obk | Matthias Krüger | -11/+11 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-03-25 | Auto merge of #123030 - GuillaumeGomez:rustdoc-sysroot-out-of-arg-file, r=not... | bors | -3/+6 |
| 2024-03-25 | Move `--sysroot` argument out of the argument file to fix miri issue | Guillaume Gomez | -3/+6 |
| 2024-03-25 | Rollup merge of #122982 - Zalathar:bootstrap-coverage-docs, r=onur-ozkan | Matthias Krüger | -16/+49 |
| 2024-03-25 | Auto merge of #122951 - Nilstrieb:nodejs20, r=Kobzol | bors | -1/+1 |
| 2024-03-25 | Add more comments to the bootstrap code that handles `tests/coverage` | Zalathar | -16/+49 |
| 2024-03-24 | Auto merge of #122658 - cuviper:gccjit-archive, r=Mark-Simulacrum | bors | -7/+11 |
| 2024-03-24 | Rollup merge of #122962 - jieyouxu:stamp-rmake-support-lib, r=onur-ozkan | Matthias Krüger | -0/+2 |
| 2024-03-24 | Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav... | Matthias Krüger | -1/+2 |
| 2024-03-24 | Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}` | Alex Macleod | -11/+11 |
| 2024-03-23 | Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee | Jubilee | -4/+4 |
| 2024-03-24 | Rollup merge of #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid... | Matthias Krüger | -79/+190 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -1/+1 |
| 2024-03-23 | Track run-make-support lib in common inputs stamp | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-03-23 | Add `Rustdoc` into `run-make-support` | Guillaume Gomez | -4/+37 |
| 2024-03-23 | Auto merge of #122952 - RalfJung:miri, r=RalfJung | bors | -120/+376 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-23 | Update upload-artifact to v4 | Nilstrieb | -1/+1 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -96/+96 |
| 2024-03-23 | Auto merge of #3385 - Zoxc:read-types, r=RalfJung | bors | -89/+202 |
| 2024-03-23 | Report retags as distinct from real memory accesses for data races | John Kåre Alsaker | -89/+202 |
| 2024-03-23 | Rename `RustdocTestOptions` into `IndividualTestOptions` | Guillaume Gomez | -4/+4 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -96/+96 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -0/+78 |
| 2024-03-23 | Put temporary directory into one common function | Guillaume Gomez | -9/+7 |
| 2024-03-23 | Prevent cloning more than necessary `RustdocOptions` fields | Guillaume Gomez | -48/+77 |
| 2024-03-23 | `rustdoc --test`: Prevent reaching the maximum size of command-line by using ... | Guillaume Gomez | -31/+82 |
| 2024-03-23 | add support for missing SIMD float intrinsics | Ralf Jung | -7/+55 |
| 2024-03-23 | fmt | The Miri Cronjob Bot | -4/+2 |
| 2024-03-23 | Merge from rustc | The Miri Cronjob Bot | -140/+176 |
| 2024-03-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-23 | Auto merge of #122911 - Nilstrieb:live-love-patch, r=clubby789 | bors | -8/+19 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -14/+68 |
| 2024-03-22 | Delete dead fields of deserialized cargo output | Arthur Carcano | -12/+3 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -6/+7 |
| 2024-03-22 | Fix nix patching for LLVM 18 | Nilstrieb | -8/+19 |
| 2024-03-22 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -112/+80 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -40/+40 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -66/+66 |
| 2024-03-22 | Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-03-22 | Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease | Matthias Krüger | -0/+1 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -0/+2 |
| 2024-03-22 | tests/ui: Add a directory for warnings, add a test | Michael Baikov | -1/+1 |
| 2024-03-22 | Fix clippy | Michael Goulet | -6/+6 |
| 2024-03-22 | And the tools too | Michael Goulet | -71/+44 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -34/+32 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -7/+4 |