| Age | Commit message (Expand) | Author | Lines |
| 2024-05-21 | Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDenton | Matthias Krüger | -96/+108 |
| 2024-05-20 | Auto merge of #125166 - lovesegfault:embed-rustc-perf, r=Mark-Simulacrum | bors | -445/+69 |
| 2024-05-21 | Small fixes to `std::path::absolute` docs | Tobias Bucher | -3/+6 |
| 2024-05-20 | Remove some `Path::to_str` from `rustc_codegen_llvm` | Tobias Bucher | -15/+14 |
| 2024-05-20 | track cycle participants per entry | lcnr | -53/+159 |
| 2024-05-20 | move global cache lookup into fn | lcnr | -58/+62 |
| 2024-05-20 | move fixpoint step into subfunction | lcnr | -53/+76 |
| 2024-05-20 | Accounted for possible extra layers before the consuming parent expr | schvv31n | -2/+12 |
| 2024-05-20 | Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmease | bors | -58/+210 |
| 2024-05-20 | switch also the default implementation for read_vectored | Stefan Lankes | -13/+2 |
| 2024-05-20 | Fix parsing of erroneously placed semicolons | ardi | -7/+42 |
| 2024-05-20 | Document platform-specifics for `Read` and `Write` of `File` | Tobias Bucher | -0/+76 |
| 2024-05-20 | hir pretty: fix block indent | Nilstrieb | -53/+53 |
| 2024-05-20 | Extend tests for intrinsic definitions | Mohammad Omidvar | -17/+33 |
| 2024-05-20 | Add intrinsic definition and retrieval APIs | Mohammad Omidvar | -16/+68 |
| 2024-05-20 | Auto merge of #125331 - matthiaskrgr:rollup-4kfrh4n, r=matthiaskrgr | bors | -1759/+1866 |
| 2024-05-20 | Uplift TermKind | Michael Goulet | -20/+41 |
| 2024-05-20 | Rework var resolution in InferCtxtLike, uplift EagerResolver | Michael Goulet | -159/+198 |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -64/+75 |
| 2024-05-20 | switch to the default implementation of `write_vectored` | Stefan Lankes | -8/+2 |
| 2024-05-20 | Update books | rustbot | -0/+0 |
| 2024-05-20 | Rollup merge of #125318 - GuillaumeGomez:migrate-rustdoc-examples-whitespaces... | Matthias Krüger | -6/+6 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+20 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-05-20 | Rollup merge of #125305 - jwong101:120493-codegen-test, r=the8472 | Matthias Krüger | -0/+22 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -215/+212 |
| 2024-05-20 | Rollup merge of #125106 - Zalathar:expressions, r=davidtwco | Matthias Krüger | -1322/+890 |
| 2024-05-20 | Rollup merge of #124917 - cardigan1008:issue-124819, r=pnkfelix | Matthias Krüger | -0/+18 |
| 2024-05-20 | Rollup merge of #124682 - estebank:issue-40990, r=pnkfelix | Matthias Krüger | -216/+698 |
| 2024-05-20 | address nit | Felix S Klock II | -1/+1 |
| 2024-05-20 | Auto merge of #118014 - keith:ks/remove-unnecessary-fembed-bitcode-usage-now-... | bors | -12/+2 |
| 2024-05-20 | Undo accidental change to tests/ui/sanitizer/thread.rs | Ben Kimock | -0/+1 |
| 2024-05-20 | Remove Windows dependency on libc | Ben Kimock | -3/+3 |
| 2024-05-20 | Update tests/incremental/foreign.rs | Ben Kimock | -22/+5 |
| 2024-05-20 | Fix feature-gates/rustc-private.rs | Ben Kimock | -3/+3 |
| 2024-05-20 | Port stdout-during-shutdown | Ben Kimock | -0/+22 |
| 2024-05-20 | Patch up foreign-fn-linkname.rs | Ben Kimock | -9/+3 |
| 2024-05-20 | Add a Windows version of foreign2.rs | Ben Kimock | -3/+25 |
| 2024-05-20 | Handle a few more simple tests | Ben Kimock | -32/+34 |
| 2024-05-20 | Add only-unix to sigpipe tests | Ben Kimock | -0/+5 |
| 2024-05-20 | Fix up a few more tests | Ben Kimock | -25/+8 |
| 2024-05-20 | refactor(bootstrap/core/build_steps/dist): vendor dependencies needed for opt... | Bernardo Meurer Costa | -0/+4 |
| 2024-05-20 | chore(bootstrap/core/build_steps/dist): add fixme for duplicated vendor logic | Bernardo Meurer Costa | -0/+3 |
| 2024-05-20 | refactor(ci/docker/dist-x86_64-linux): remove rustc-perf downloading | Bernardo Meurer Costa | -8/+0 |
| 2024-05-20 | refactor(opt-dist): use rustc-perf from rustc checkout | Bernardo Meurer Costa | -435/+14 |
| 2024-05-20 | Address review comments | Benoît du Garreau | -1/+33 |
| 2024-05-20 | refactor(bootstrap): update rustc-perf submodule when building opt-dist | Bernardo Meurer Costa | -2/+39 |
| 2024-05-20 | refactor: add rustc-perf submodule to src/tools | Bernardo Meurer Costa | -0/+9 |
| 2024-05-20 | add codegen test for issue 120493 | Joshua Wong | -0/+22 |
| 2024-05-20 | Fix c_char on AIX | Taiki Endo | -1/+2 |