| Age | Commit message (Expand) | Author | Lines |
| 2024-01-06 | Sometimes return the same AllocId for a ConstAllocation | Ben Kimock | -2/+88 |
| 2024-01-06 | cargo update | Ralf Jung | -355/+493 |
| 2024-01-06 | ./miri build: also build tests, to avoid rebuilds later | Ralf Jung | -6/+4 |
| 2024-01-06 | Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillot | bors | -4/+4 |
| 2024-01-06 | these should be exact | Ralf Jung | -8/+8 |
| 2024-01-06 | merge intrinsics-math into float tests | Ralf Jung | -166/+161 |
| 2024-01-06 | implement the rounding intrinsics using apfloat rounding | Ralf Jung | -23/+47 |
| 2024-01-06 | fmt | The Miri Conjob Bot | -2/+11 |
| 2024-01-06 | Merge from rustc | The Miri Conjob Bot | -248/+254 |
| 2024-01-06 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-05 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -4/+4 |
| 2024-01-05 | remove redundant clone | Matthias Krüger | -1/+1 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -112/+56 |
| 2024-01-05 | Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da... | Matthias Krüger | -2/+0 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -4/+4 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -2/+2 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -1/+1 |
| 2024-01-05 | Rollup merge of #119034 - Zalathar:ignore-mode, r=davidtwco | Michael Goulet | -13/+89 |
| 2024-01-05 | Update clippy for hir::Guard removal | Matthew Jasper | -112/+56 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -1/+1 |
| 2024-01-05 | Merge from rustc | The Miri Conjob Bot | -3488/+9607 |
| 2024-01-05 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -113/+101 |
| 2024-01-05 | Auto merge of #118861 - Veykril:r-a-in-tree, r=onur-ozkan | bors | -6/+16 |
| 2024-01-05 | Allow coverage tests to enable `llvm-cov --use-color` | Zalathar | -0/+11 |
| 2024-01-05 | Extract a `split_flags` helper in header directive parsing | Zalathar | -9/+16 |
| 2024-01-05 | Allow tests to ignore individual test modes | Zalathar | -3/+36 |
| 2024-01-05 | Check for profiler support via a flag, instead of an environment var | Zalathar | -1/+26 |
| 2024-01-05 | Rename `EmitterWriter` as `HumanEmitter`. | Nicholas Nethercote | -4/+4 |
| 2024-01-04 | Rollup merge of #119574 - RalfJung:miri, r=oli-obk | Matthias Krüger | -308/+765 |
| 2024-01-04 | Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors | Matthias Krüger | -31/+31 |
| 2024-01-04 | Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwco | Matthias Krüger | -11/+17 |
| 2024-01-04 | Set proc-macro-test/sysroot-abi with proc-macro-srv/sysroot-abi | Lukas Wirth | -1/+1 |
| 2024-01-04 | miri: do not forward RUSTFLAGS to deps build | Ralf Jung | -0/+2 |
| 2024-01-04 | Set sysroot-abi flag for proc-macro-cli when in-rust-tree is set | Lukas Wirth | -1/+1 |
| 2024-01-04 | Add extern crate rustc_driver to proc-macro-srv-cli | Lukas Wirth | -3/+6 |
| 2024-01-04 | Imply sysroot-abi feature when in-rust-tree is set | Lukas Wirth | -1/+1 |
| 2024-01-04 | Set the `in-rust-tree`` feature for all rust-analyzer{-proc-macro-srv} steps | Lukas Wirth | -4/+11 |
| 2024-01-04 | Auto merge of #119542 - lnicola:sync-from-ra2, r=lnicola | bors | -3073/+6914 |
| 2024-01-04 | Remove `is_lint` field from `Level::Error`. | Nicholas Nethercote | -1/+1 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -1/+1 |
| 2024-01-03 | Allow unexpected_cfgs in proc-macro-test imp | Laurențiu Nicola | -0/+2 |
| 2024-01-03 | Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 | Laurențiu Nicola | -3073/+6912 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -1/+1 |
| 2024-01-02 | Rename `unused_tuple_struct_fields` in rustfmt | Jake Goulding | -1/+1 |
| 2024-01-02 | Allow unused tuple struct fields in Miri tests | Jake Goulding | -23/+23 |
| 2024-01-02 | Remove #[allow(unused_tuple_struct_fields)] from Clippy tests | Jake Goulding | -70/+59 |
| 2024-01-02 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-01 | Address unused tuple struct fields in rustfmt | Jake Goulding | -1/+1 |