| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomez | Guillaume Gomez | -20/+91 |
| 2024-01-09 | Rollup merge of #119282 - Urgau:check-cfg-rework-unstable-doc, r=JohnTitor | Guillaume Gomez | -101/+123 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+8 |
| 2024-01-09 | Rework and improve unstable documentation of check-cfg | Urgau | -101/+123 |
| 2024-01-09 | Auto merge of #117703 - compiler-errors:recursive-async, r=lcnr | bors | -21/+10 |
| 2024-01-09 | Auto merge of #119760 - matthiaskrgr:rollup-ti2xpp7, r=matthiaskrgr | bors | -565/+906 |
| 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 | -14/+45 |
| 2024-01-09 | Auto merge of #119732 - lnicola:sync-from-ra, r=lnicola | bors | -3605/+3088 |
| 2024-01-08 | rustdoc-search: intern function search types | Michael Howell | -17/+72 |
| 2024-01-09 | Rollup merge of #119738 - esp-rs:esp32p4-espidf, r=Nilstrieb | Matthias Krüger | -0/+2 |
| 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 | -21/+10 |
| 2024-01-08 | rustdoc-search: reuse empty map/array in function signatures | Michael Howell | -5/+21 |
| 2024-01-08 | Auto merge of #119606 - nnethercote:consuming-emit, r=oli-obk | bors | -17/+17 |
| 2024-01-08 | fix the incorrect target on stage1 ui-fulldeps tests | onur-ozkan | -2/+7 |
| 2024-01-08 | detect user-specified custom targets in compiletest | onur-ozkan | -12/+33 |
| 2024-01-08 | enable RUSTC_BOOTSTRAP on panic=abort mir-opt test | onur-ozkan | -0/+5 |
| 2024-01-08 | Add riscv32imafc-esp-espidf target for the ESP32-P4. | Scott Mabin | -0/+2 |
| 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 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -6/+6 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -11/+11 |
| 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 | Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkan | bors | -31/+91 |
| 2024-01-07 | coverage: Anonymize line numbers in branch views | Zalathar | -3/+93 |
| 2024-01-07 | add a new `optimized_compiler_builtins` option | jyn | -5/+39 |
| 2024-01-06 | Rollup merge of #119548 - onur-ozkan:remove-nested-target-iteration, r=Mark-S... | Michael Goulet | -9/+7 |
| 2024-01-07 | Auto merge of #119035 - saethlin:remove-linker-requirement, r=onur-ozkan | bors | -10/+43 |
| 2024-01-06 | Run Miri and mir-opt tests without a target linker | Ben Kimock | -10/+43 |
| 2024-01-06 | Auto merge of #119662 - matthiaskrgr:rollup-ehofh5n, r=matthiaskrgr | bors | -49/+135 |
| 2024-01-06 | cargo update | Ralf Jung | -355/+493 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-01-06 | Rollup merge of #119486 - onur-ozkan:clippy-allow-dirty-and-staged, r=Mark-Si... | Matthias Krüger | -2/+23 |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -5/+0 |
| 2024-01-06 | Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez | Matthias Krüger | -40/+110 |
| 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 |