| Age | Commit message (Expand) | Author | Lines |
| 2024-05-06 | bootstrap should also render fractional nanoseconds for benchmarks | The 8472 | -4/+4 |
| 2024-05-06 | emit fractional benchmark nanoseconds in libtest's JSON output format | The 8472 | -2/+2 |
| 2024-05-06 | print walltime benchmarks with subnanosecond precision | The 8472 | -11/+14 |
| 2024-05-05 | Auto merge of #124754 - RalfJung:miri-sync, r=RalfJung | bors | -1634/+1910 |
| 2024-05-05 | update rustc-build-sysroot for dealing with unexpected_cfgs | Ralf Jung | -3/+3 |
| 2024-05-05 | update lockfile | Ralf Jung | -9/+79 |
| 2024-05-05 | Auto merge of #124752 - GuillaumeGomez:rollup-a4qagbd, r=GuillaumeGomez | bors | -741/+1281 |
| 2024-05-05 | Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubilee | Guillaume Gomez | -0/+12 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -691/+366 |
| 2024-05-05 | Rollup merge of #124748 - madsmtm:fix-32bit-watchos-unwind, r=Mark-Simulacrum | Guillaume Gomez | -15/+23 |
| 2024-05-05 | Rollup merge of #124736 - calebsander:feature/upgrade-time, r=dtolnay | Guillaume Gomez | -5/+5 |
| 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/+874 |
| 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 | Fix unwinding on 32-bit watchOS ARM | Mads Marquart | -15/+23 |
| 2024-05-05 | Auto merge of #3569 - RalfJung:cargo-update, r=RalfJung | bors | -335/+309 |
| 2024-05-05 | housekeeping: update dependencies | Ralf Jung | -335/+309 |
| 2024-05-05 | Auto merge of #3568 - RalfJung:pthread-thread_t, r=RalfJung | bors | -5/+7 |
| 2024-05-05 | unix/thread: properly use pthread_t for thread IDs | Ralf Jung | -5/+7 |
| 2024-05-05 | Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebank | bors | -205/+545 |
| 2024-05-05 | Auto merge of #3564 - RalfJung:pthread-sync, r=RalfJung | bors | -195/+235 |
| 2024-05-05 | sanity-check the pthread offsets against the static initializers | Ralf Jung | -26/+123 |
| 2024-05-05 | pthread shims: reorganize field offset handling | Ralf Jung | -191/+134 |
| 2024-05-05 | Auto merge of #3198 - devnexen:solarish_support, r=RalfJung | bors | -24/+102 |
| 2024-05-05 | illumos support. | David Carlier | -24/+102 |
| 2024-05-04 | compiler: upgrade time from 0.3.34 to 0.3.36 | Caleb Sander | -5/+5 |
| 2024-05-05 | Auto merge of #124606 - scottmcm:less-expect, r=cjgillot | bors | -2/+2 |
| 2024-05-04 | Make f128 docs mention lack of any normal platform support | Alex H | -5/+5 |
| 2024-05-04 | Make f16 and f128 docs clearer on platform support | Alex H | -4/+11 |
| 2024-05-04 | Tgross feedback tweaks | Alex H | -5/+4 |
| 2024-05-04 | Auto merge of #3563 - RalfJung:rustup, r=RalfJung | bors | -300/+282 |
| 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 | Auto merge of #124726 - matthiaskrgr:rollup-m6i3day, r=matthiaskrgr | bors | -104/+247 |
| 2024-05-04 | rustc_pull: explain order of operations | Ralf Jung | -0/+2 |
| 2024-05-04 | Merge from rustc | Ralf Jung | -299/+278 |
| 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 #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-05-04 | Rollup merge of #124720 - RalfJung:interpret-drop, r=compiler-errors | Matthias Krüger | -8/+11 |
| 2024-05-04 | Rollup merge of #124718 - compiler-errors:record-impl-args, r=lcnr | Matthias Krüger | -2/+53 |
| 2024-05-04 | Rollup merge of #124717 - compiler-errors:do-not-recomment-next-solver, r=lcnr | Matthias Krüger | -1/+68 |
| 2024-05-04 | Rollup merge of #124713 - Urgau:check-cfg-update-cargo-diagnostics, r=jieyouxu | Matthias Krüger | -25/+25 |
| 2024-05-04 | Rollup merge of #124690 - compiler-errors:only-ambig-if-ambig, r=lcnr | Matthias Krüger | -20/+24 |
| 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/+17 |