| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-28 | Rollup merge of #118399 - mu001999:miri/cleanup, r=RalfJung | Matthias Krüger | -26/+0 |
| 2023-11-28 | add test checking that aggregate assignments reset memory to uninit first | Ralf Jung | -0/+42 |
| 2023-11-28 | Remove dead codes | r0cky | -26/+0 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -12/+12 |
| 2023-11-27 | Fix generate-copyright tool. | Jonathan Pallant (Ferrous Systems) | -15/+25 |
| 2023-11-27 | Remove instant from EXCEPTIONS_RUST_ANALYZER | Laurențiu Nicola | -1/+0 |
| 2023-11-27 | Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-ra | Laurențiu Nicola | -308/+1150 |
| 2023-11-27 | Merge from rustc | The Miri Conjob Bot | -80/+39 |
| 2023-11-27 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -9/+7 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -33/+33 |
| 2023-11-26 | Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errors | bors | -3/+2 |
| 2023-11-25 | Auto merge of #118275 - weihanglo:update-cargo, r=ehuss | bors | -40/+0 |
| 2023-11-25 | Appease the clippy | Michael Goulet | -4/+4 |
| 2023-11-25 | bless | Ralf Jung | -16/+16 |
| 2023-11-25 | Merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-25 | Auto merge of #3189 - RalfJung:ci, r=RalfJung | bors | -11/+20 |
| 2023-11-25 | tweak ci.sh | Ralf Jung | -2/+8 |
| 2023-11-25 | run the provenance-gc=1 test on all targets, but only for some of the tests | Ralf Jung | -9/+12 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -3/+2 |
| 2023-11-25 | run tests on 32bit freebsd | Ralf Jung | -0/+1 |
| 2023-11-25 | read off_t at the right size for the current target | Ralf Jung | -3/+3 |
| 2023-11-25 | Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2023-11-25 | make tests/utils work with edition 2015 | Ralf Jung | -2/+2 |
| 2023-11-25 | bless | Ralf Jung | -2/+2 |
| 2023-11-25 | fmt | Ralf Jung | -4/+1 |
| 2023-11-25 | Merge from rustc | Ralf Jung | -605/+609 |
| 2023-11-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-24 | Update cargo | Weihang Lo | -40/+0 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -601/+601 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -12/+12 |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -472/+472 |
| 2023-11-24 | Bless clippy tests | Nilstrieb | -117/+117 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -1/+1 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -1/+1 |
| 2023-11-24 | Refactor `float_to_int_checked` to remove its generic parameter and reduce co... | Eduardo Sánchez Muñoz | -205/+185 |
| 2023-11-24 | Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-11-23 | Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJung | bors | -1/+2 |
| 2023-11-23 | Auto merge of #3184 - RalfJung:getenv, r=RalfJung | bors | -71/+79 |
| 2023-11-23 | remove stub android files that don't do anything | Ralf Jung | -36/+1 |
| 2023-11-23 | detect and test for data races between setenv and getenv | Ralf Jung | -36/+79 |
| 2023-11-23 | Merge from rustc | The Miri Conjob Bot | -15/+8 |
| 2023-11-23 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-22 | Miri: GC the dead_alloc_map too | Ben Kimock | -1/+2 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -1/+1 |
| 2023-11-22 | Auto merge of #3180 - eduardosm:check-intrinsics-target-feature, r=RalfJung | bors | -19/+101 |
| 2023-11-22 | Check that target features required by LLVM intrinsics are enabled | Eduardo Sánchez Muñoz | -19/+101 |
| 2023-11-22 | Put copyright on a line by itself. | Jonathan Pallant (Ferrous Systems) | -1/+2 |