| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-08 | Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors | Matthias Krüger | -8/+5 |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -201/+178 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -10/+12 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -65/+65 |
| 2024-05-08 | Simplify `clippy` lint. | Markus Reiter | -136/+113 |
| 2024-05-08 | Migrate `run-make/rustdoc-map-file` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -8/+5 |
| 2024-05-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2024-05-06 | rustdoc: allow custom element rustdoc-search | Michael Howell | -0/+2 |
| 2024-05-06 | Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu | bors | -12/+31 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -1/+0 |
| 2024-05-06 | Migrate `run-make/rustdoc-error-lines` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-06 | Add new `output` method to `Rustc` and `Rustdoc` types | Guillaume Gomez | -0/+14 |
| 2024-05-05 | Auto merge of #124754 - RalfJung:miri-sync, r=RalfJung | bors | -1622/+1828 |
| 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 | -72/+66 |
| 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 | 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 | 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 | 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 | only show the 'basic API common for this target' message when this is a missi... | Ralf Jung | -44/+34 |
| 2024-05-04 | Auto merge of #3561 - RalfJung:rustup, r=RalfJung | bors | -49/+111 |
| 2024-05-04 | Auto merge of #3557 - RalfJung:getaffinity, r=RalfJung | bors | -19/+13 |
| 2024-05-04 | remove some dead code | Ralf Jung | -3/+0 |
| 2024-05-04 | bless and fmt | Ralf Jung | -5/+13 |
| 2024-05-04 | Merge from rustc | Ralf Jung | -45/+102 |
| 2024-05-04 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-04 | also test pthread_condattr_getclock | Ralf Jung | -1/+42 |
| 2024-05-04 | factor some pthread offset into constants | Ralf Jung | -8/+16 |
| 2024-05-04 | sync: better error in invalid synchronization primitive ID | Ralf Jung | -0/+9 |
| 2024-05-04 | interpret, miri: uniform treatments of intrinsics/functions with and without ... | Ralf Jung | -217/+184 |
| 2024-05-04 | Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJung | bors | -36/+50 |
| 2024-05-04 | make statx a regular function (so we don't need to support the syscall) | Ralf Jung | -26/+23 |
| 2024-05-04 | add helper function to declare an extern static for a weak symbol | Ralf Jung | -10/+27 |
| 2024-05-04 | Auto merge of #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgr | bors | -34/+64 |