| Age | Commit message (Expand) | Author | Lines |
| 2024-05-08 | Auto merge of #3580 - tiif:feat/malloc0-non-null-pointer, r=RalfJung | bors | -19/+74 |
| 2024-05-09 | Implement non-null pointer for malloc(0) | tiif | -19/+74 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -65/+65 |
| 2024-05-08 | Simplify `clippy` lint. | Markus Reiter | -136/+113 |
| 2024-05-08 | Ignore empty RUSTC_WRAPPER in bootstrap | Jack Rickard | -6/+7 |
| 2024-05-08 | bootstrap: add comments for the automatic dry run | Ralf Jung | -0/+5 |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -9/+56 |
| 2024-05-08 | Auto merge of #3589 - RalfJung:io-error, r=RalfJung | bors | -34/+31 |
| 2024-05-08 | io::Error handling: keep around the full io::Error for longer so we can give ... | Ralf Jung | -34/+31 |
| 2024-05-08 | miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec | Ralf Jung | -18/+18 |
| 2024-05-08 | Rollup merge of #124864 - notriddle:notriddle/feature-flags-are-not-stability... | Matthias Krüger | -32/+19 |
| 2024-05-08 | Migrate `run-make/rustdoc-map-file` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-08 | use key-value format in stage0 file | onur-ozkan | -43/+552 |
| 2024-05-08 | Auto merge of #124695 - erickt:bump-fuchsia, r=tmandry | bors | -93/+111 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -13/+10 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -32/+19 |
| 2024-05-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-07 | remove problems that I do not think we have seen in a while | Ralf Jung | -13/+0 |
| 2024-05-07 | README: update introduction | Ralf Jung | -39/+31 |
| 2024-05-07 | Use unit of work as fuel instead of time | Tavo Annus | -42/+48 |
| 2024-05-07 | Fuchsia test runner: fixup script | Marc Khouri | -93/+111 |
| 2024-05-07 | Remove unnecessary -fembed-bitcode usage now that it's deprecated | Keith Smiley | -12/+2 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -24/+48 |
| 2024-05-07 | Auto merge of #124781 - VladimirMakaev:lldb-enum-formatter, r=dtolnay | bors | -2/+60 |
| 2024-05-07 | Auto merge of #17192 - roife:fix-issue-17179, r=lnicola | bors | -1/+46 |
| 2024-05-07 | Auto merge of #122504 - jfgoog:update-cc-crate-version-2, r=onur-ozkan | bors | -72/+116 |
| 2024-05-06 | rustdoc: allow custom element rustdoc-search | Michael Howell | -0/+2 |
| 2024-05-06 | Enable profiler for armv7-unknown-linux-gnueabihf. | Brian Smith | -1/+1 |
| 2024-05-06 | Auto merge of #124822 - matthiaskrgr:rollup-h7fc52t, r=matthiaskrgr | bors | -0/+0 |
| 2024-05-06 | Update version of cc crate to v1.0.97 | James Farrell | -72/+116 |
| 2024-05-06 | Auto merge of #124209 - Urgau:check-cfg-more-friendly-docs, r=ehuss | bors | -62/+97 |
| 2024-05-06 | Add time based fuel to term search | Tavo Annus | -8/+36 |
| 2024-05-06 | Update books | rustbot | -0/+0 |
| 2024-05-06 | Collapse term search exprs before Cartesian product to avoid OOM | Tavo Annus | -20/+43 |
| 2024-05-06 | Make check-cfg docs more user-friendly | Urgau | -62/+97 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -6/+6 |
| 2024-05-06 | Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu | bors | -12/+31 |
| 2024-05-06 | Implement unsafe attribute parsing | Lukas Wirth | -11/+534 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -1/+0 |
| 2024-05-06 | Auto merge of #3579 - RalfJung:libc, r=RalfJung | bors | -208/+211 |
| 2024-05-06 | organize libc tests into a proper folder, and run some of them on Windows | Ralf Jung | -208/+211 |
| 2024-05-06 | Implement wcslen | Asger Hautop Drewsen | -9/+64 |
| 2024-05-06 | Auto merge of #3578 - RalfJung:realloc, r=RalfJung | bors | -7/+1 |
| 2024-05-06 | avoid code duplication between realloc and malloc | Ralf Jung | -7/+1 |
| 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-06 | Rollup merge of #124765 - GuillaumeGomez:fix-wrong-cog-colotr, r=notriddle | Matthias Krüger | -0/+5 |
| 2024-05-06 | Rollup merge of #124742 - Urgau:check-cfg-rustfmt, r=fmease | Matthias Krüger | -1/+2 |
| 2024-05-06 | Fix source_range for INT_NUMBER in completion | roife | -1/+46 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -0/+14 |