| Age | Commit message (Expand) | Author | Lines |
| 2024-05-05 | Implement lldb formattter for "clang encoded" enums (LLDB 18.1+) | Vladimir Makayev | -2/+60 |
| 2024-05-06 | bootstrap should also render fractional nanoseconds for benchmarks | The 8472 | -4/+4 |
| 2024-05-05 | Document all Apple targets in rustc's platform support | Mads Marquart | -177/+371 |
| 2024-05-05 | Auto merge of #3574 - RalfJung:deps, r=RalfJung | bors | -163/+17 |
| 2024-05-05 | getrandom: test with and without isolation | Ralf Jung | -23/+16 |
| 2024-05-05 | remove rand test | Ralf Jung | -61/+0 |
| 2024-05-05 | reduce tokio features | Ralf Jung | -79/+1 |
| 2024-05-05 | Auto merge of #3570 - devnexen:solaris_build_fix, r=RalfJung | bors | -8/+27 |
| 2024-05-05 | solaris support start. | David Carlier | -8/+27 |
| 2024-05-05 | fix lifetime bound var index in dyn trait | dfireBird | -5/+25 |
| 2024-05-05 | Fix bad color for setting cog in ayu theme | Guillaume Gomez | -0/+5 |
| 2024-05-05 | Auto merge of #124754 - RalfJung:miri-sync, r=RalfJung | bors | -1622/+1828 |
| 2024-05-05 | unix/fs: a bit of cleanup around host-specific code | Ralf Jung | -28/+18 |
| 2024-05-05 | tests: update test in assist apply_demorgan | roife | -10/+8 |
| 2024-05-05 | rustdoc: dedup search form HTML | Michael Howell | -24/+46 |
| 2024-05-05 | use the repository field to link to the repository | Gábor Szabó | -1/+2 |
| 2024-05-05 | Rename `run-make-support` library `output` method to `command_output` | Guillaume Gomez | -10/+10 |
| 2024-05-05 | Migrate `run-make/doctests-runtool` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-05 | Implement `edition` method on `Rustdoc` type as well | Guillaume Gomez | -0/+7 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -100/+67 |
| 2024-05-05 | Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkan | Guillaume Gomez | -6/+1 |
| 2024-05-05 | Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomez | Guillaume Gomez | -24/+79 |
| 2024-05-05 | Auto merge of #3565 - RalfJung:libc, r=RalfJung | bors | -451/+418 |
| 2024-05-05 | hello: also ensure stderr works | Ralf Jung | -0/+2 |
| 2024-05-05 | move randomness tests into a single file and share the getrandom implementati... | Ralf Jung | -88/+55 |
| 2024-05-05 | move things out of libc-misc that have a better home; make libc-misc work on ... | Ralf Jung | -364/+362 |
| 2024-05-05 | Auto merge of #3569 - RalfJung:cargo-update, r=RalfJung | bors | -335/+309 |
| 2024-05-05 | fix: keep parentheses when the precedence of inner expr is lower than the out... | roife | -36/+40 |
| 2024-05-05 | housekeeping: update dependencies | Ralf Jung | -335/+309 |
| 2024-05-05 | unix/thread: properly use pthread_t for thread IDs | Ralf Jung | -5/+7 |
| 2024-05-05 | Add `rustfmt` cfg to well known cfgs list | Urgau | -1/+2 |
| 2024-05-05 | sanity-check the pthread offsets against the static initializers | Ralf Jung | -26/+123 |
| 2024-05-05 | CI: fix auto builds and make sure that we always have at least a single CI job | Jakub Beránek | -1/+5 |
| 2024-05-05 | Address review comments | Jakub Beránek | -4/+8 |
| 2024-05-05 | Make the regex more robust | Jakub Beránek | -1/+1 |
| 2024-05-05 | Parse try build CI job name from commit message | Jakub Beránek | -5/+46 |
| 2024-05-05 | Use sum type for `WorkflowRunType` | Jakub Beránek | -14/+26 |
| 2024-05-05 | pthread shims: reorganize field offset handling | Ralf Jung | -191/+134 |
| 2024-05-05 | illumos support. | David Carlier | -24/+102 |
| 2024-05-04 | make ExitProcess Windows-only | Ralf Jung | -8/+8 |
| 2024-05-04 | fix/extend some comments | Ralf Jung | -1/+2 |
| 2024-05-04 | rustc_pull: explain order of operations | Ralf Jung | -0/+2 |
| 2024-05-04 | Merge from rustc | Ralf Jung | -223/+183 |
| 2024-05-04 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-04 | Rollup merge of #124723 - onkoe:issue-124722-fix, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2024-05-04 | Rollup merge of #124663 - Kobzol:docker-local-download, r=Mark-Simulacrum | Matthias Krüger | -35/+39 |
| 2024-05-04 | Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-05-04 | Rollup merge of #124501 - VladimirMakaev:add-lldb-to-config-toml, r=Mark-Simu... | Matthias Krüger | -3/+13 |
| 2024-05-04 | docs(hermit): Explain Hermit's template link | barrett | -1/+1 |
| 2024-05-04 | only show the 'basic API common for this target' message when this is a missi... | Ralf Jung | -44/+34 |