| Age | Commit message (Expand) | Author | Lines |
| 2024-01-24 | refactor extern static handling | Ralf Jung | -73/+82 |
| 2024-01-24 | disable freeBSD tests for now | Ralf Jung | -2/+3 |
| 2024-01-24 | Merge from rustc | The Miri Conjob Bot | -2/+6 |
| 2024-01-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-23 | Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obk | bors | -2/+6 |
| 2024-01-23 | Merge from rustc | The Miri Conjob Bot | -2/+9 |
| 2024-01-23 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -2/+9 |
| 2024-01-22 | const-eval interner: from-scratch rewrite using mutability information from p... | Ralf Jung | -2/+6 |
| 2024-01-22 | update comment about CARGO_MAKEFLAGS | Ralf Jung | -5/+4 |
| 2024-01-21 | update lockfile | Ralf Jung | -2/+2 |
| 2024-01-21 | Merge from rustc | The Miri Conjob Bot | -18/+10 |
| 2024-01-21 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-20 | Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviper | Matthias Krüger | -2/+0 |
| 2024-01-19 | Stabilize `round_ties_even` | Jules Bertholet | -2/+0 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+27 |
| 2024-01-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -12/+6 |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -2/+2 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from Miri tests | Jake Goulding | -2/+2 |
| 2024-01-19 | Fix typo in munmap_partial.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -12/+6 |
| 2024-01-17 | Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-01-14 | fmt | The Miri Conjob Bot | -2/+2 |
| 2024-01-14 | Merge from rustc | The Miri Conjob Bot | -32/+32 |
| 2024-01-14 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-13 | Update measureme crate to version 11 | Michael Woerister | -1/+1 |
| 2024-01-13 | Auto merge of #117285 - joboet:move_platforms_to_pal, r=ChrisDenton | bors | -32/+32 |
| 2024-01-13 | Merge from rustc | The Miri Conjob Bot | -1/+0 |
| 2024-01-13 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-12 | Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix" | DianQK | -1/+0 |
| 2024-01-12 | update paths in comments | joboet | -2/+2 |
| 2024-01-11 | std: update miri tests | joboet | -28/+28 |
| 2024-01-11 | miri: update reference to PAL module on Windows | joboet | -2/+2 |
| 2024-01-11 | Merge from rustc | The Miri Conjob Bot | -5/+3 |
| 2024-01-11 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -1/+1 |
| 2024-01-10 | Merge from rustc | The Miri Conjob Bot | -0/+7 |
| 2024-01-10 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-10 | Add missing `DiagnosticBuilder::eager_diagnostic` method. | Nicholas Nethercote | -4/+2 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+7 |
| 2024-01-08 | Run the tier 2 sysroots job on a schedule, not push | Ben Kimock | -3/+3 |
| 2024-01-08 | Auto merge of #3261 - RalfJung:jemalloc, r=RalfJung | bors | -4/+5 |
| 2024-01-08 | only use jemalloc on Linux and macOS | Ralf Jung | -4/+5 |
| 2024-01-07 | Auto merge of #3260 - saethlin:build-all-tier-2, r=RalfJung | bors | -4/+95 |
| 2024-01-07 | Check if tier 2 targets build in the nightly cron job | Ben Kimock | -4/+95 |
| 2024-01-07 | Auto merge of #3257 - RalfJung:build-tests, r=RalfJung | bors | -361/+497 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -0/+7 |
| 2024-01-07 | Auto merge of #3256 - RalfJung:rounding, r=RalfJung | bors | -180/+199 |
| 2024-01-07 | only use jemalloc on Unix | Ralf Jung | -1/+4 |
| 2024-01-07 | use jemalloc as global allocator | Ralf Jung | -2/+53 |