| Age | Commit message (Expand) | Author | Lines |
| 2025-05-30 | Use layout field of OperandRef and PlaceRef in codegen_intrinsic_call | bjorn3 | -51/+41 |
| 2025-05-30 | Correct code comments (#14920) | Samuel Tardieu | -1/+1 |
| 2025-05-30 | build dist for x86_64-pc-solaris and sparcv9-sun-solaris | Petr Sumbera | -172/+285 |
| 2025-05-30 | Corrected code comments | Boot0x7c00 | -1/+1 |
| 2025-05-30 | Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid | bors | -146/+140 |
| 2025-05-30 | docs(trait_checking): import the right function (#14891) | Samuel Tardieu | -1/+1 |
| 2025-05-30 | clean-up `modulo_arithmetic` (#14898) | Samuel Tardieu | -28/+17 |
| 2025-05-30 | Show total count lints (#14901) | Samuel Tardieu | -1/+13 |
| 2025-05-30 | Merge pull request #4358 from tiif/remove_msg | Ralf Jung | -12/+6 |
| 2025-05-30 | new restriction lint: pointer_format | Andre Bogus | -4/+223 |
| 2025-05-30 | Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s... | Lukas Wirth | -3/+88 |
| 2025-05-30 | Change diagnostic wording | tiif | -12/+6 |
| 2025-05-30 | Auto merge of #141753 - matthiaskrgr:rollup-bw4j2u0, r=matthiaskrgr | bors | -1322/+2060 |
| 2025-05-30 | Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomez | Matthias Krüger | -3/+25 |
| 2025-05-30 | Rollup merge of #141669 - tgross35:float-test-cleanup, r=RalfJung | Matthias Krüger | -717/+680 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -5/+5 |
| 2025-05-30 | Rollup merge of #141538 - folkertdev:systemv-x86_64-va_arg, r=workingjubilee | Matthias Krüger | -11/+331 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -105/+210 |
| 2025-05-30 | Rollup merge of #141430 - fee1-dead-contrib:push-nmzoprvtsvww, r=petrochenkov | Matthias Krüger | -146/+95 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -133/+181 |
| 2025-05-30 | Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco | Matthias Krüger | -180/+311 |
| 2025-05-30 | Rollup merge of #133823 - estebank:issue-56328, r=petrochenkov | Matthias Krüger | -27/+227 |
| 2025-05-30 | Address review comments. | Nicholas Nethercote | -6/+6 |
| 2025-05-30 | Auto merge of #141651 - compiler-errors:less-assert, r=lcnr | bors | -11/+12 |
| 2025-05-29 | Improve wording of `manual_contains` docs (#14917) | Samuel Tardieu | -1/+1 |
| 2025-05-29 | Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez | bors | -275/+348 |
| 2025-05-29 | jsondocck: command -> directive | Alona Enraght-Moony | -39/+41 |
| 2025-05-29 | ci: Allow for multiple icount benchmarks in the same run | Trevor Gross | -8/+37 |
| 2025-05-29 | Remove RUSTC_RETRY_LINKER_ON_SEGFAULT hack | Noratrieb | -57/+2 |
| 2025-05-29 | Improve wording of `manual_contains` docs | Ethan Brierley | -1/+1 |
| 2025-05-29 | float: Use `assert_biteq!` where possible | Trevor Gross | -482/+492 |
| 2025-05-29 | float: Enable some f16 and f128 rounding tests on miri | Trevor Gross | -60/+26 |
| 2025-05-29 | float: Replace some approximate assertions with exact | Trevor Gross | -276/+276 |
| 2025-05-29 | float: Use a shared `assert_biteq!` macro for tests | Trevor Gross | -176/+163 |
| 2025-05-29 | libm-test: Make `extensive` an attribute rather than a test type | Trevor Gross | -25/+60 |
| 2025-05-29 | Erase return type of crate_dependencies_in_reverse_postorder | Piotr Osiewicz | -4/+5 |
| 2025-05-29 | rustdoc: display doc(cfg(false)) properly | binarycat | -3/+25 |
| 2025-05-29 | implement `va_arg` for x86_64 systemv and macOS | Folkert de Vries | -4/+326 |
| 2025-05-29 | Increase the benchmark rustc version to 2025-05-28 | Trevor Gross | -1/+1 |
| 2025-05-29 | Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc | Urgau | -65/+127 |
| 2025-05-29 | Auto merge of #141490 - compiler-errors:bump-pgo, r=Kobzol | bors | -11/+11 |
| 2025-05-29 | ci: Allow concurrency outside of pull requests | Trevor Gross | -1/+1 |
| 2025-05-29 | Run `builtins-test-intrinsics` when possible | Trevor Gross | -12/+24 |
| 2025-05-29 | Merge pull request #4343 from nia-e/discrete-allocator | Ralf Jung | -22/+526 |
| 2025-05-29 | Add benchmarks for float parsing and printing | Trevor Gross | -17/+83 |
| 2025-05-29 | some refactoring of the allocator | Ralf Jung | -67/+74 |
| 2025-05-29 | add separate allocator for MiriMachine | Nia Espera | -22/+519 |
| 2025-05-30 | Reorder hir fn stuff. | Nicholas Nethercote | -7/+7 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -21/+21 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -186/+184 |