| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+8 |
| 2024-01-09 | Auto merge of #117703 - compiler-errors:recursive-async, r=lcnr | bors | -19/+9 |
| 2024-01-09 | Auto merge of #119760 - matthiaskrgr:rollup-ti2xpp7, r=matthiaskrgr | bors | -563/+894 |
| 2024-01-09 | Rollup merge of #119734 - RalfJung:miri, r=RalfJung | Matthias Krüger | -551/+861 |
| 2024-01-09 | Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obk | Matthias Krüger | -12/+33 |
| 2024-01-09 | Auto merge of #119732 - lnicola:sync-from-ra, r=lnicola | bors | -3605/+3088 |
| 2024-01-09 | Rollup merge of #119681 - Zalathar:anon-branch, r=clubby789 | Matthias Krüger | -3/+93 |
| 2024-01-08 | Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId | Michael Goulet | -19/+9 |
| 2024-01-08 | Auto merge of #119606 - nnethercote:consuming-emit, r=oli-obk | bors | -4/+4 |
| 2024-01-08 | detect user-specified custom targets in compiletest | onur-ozkan | -12/+33 |
| 2024-01-08 | Merge commit 'af40101841c45aa75b56f4e9ca745369da8fb4ba' into sync-from-ra | Laurențiu Nicola | -3605/+3088 |
| 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-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -4/+4 |
| 2024-01-08 | Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkin | Matthias Krüger | -1/+0 |
| 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 | Delete unused makefile in tests/ui | Nilstrieb | -1/+0 |
| 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/+8 |
| 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 |
| 2024-01-07 | coverage: Anonymize line numbers in branch views | Zalathar | -3/+93 |
| 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 |