| Age | Commit message (Expand) | Author | Lines |
| 2024-05-31 | Remove duplicative test. | Adrian Taylor | -9/+0 |
| 2024-05-31 | Adjust crash bug to still reproduce. | Adrian Taylor | -2/+2 |
| 2024-05-22 | Do not elide if there's ambiguity in self lifetime. | Adrian Taylor | -7/+169 |
| 2024-05-22 | Ambiguous Self lifetimes: don't elide. | Adrian Taylor | -21/+246 |
| 2024-05-21 | Auto merge of #125298 - tesuji:arrcmp, r=nikic | bors | -0/+18 |
| 2024-05-21 | Auto merge of #125284 - compiler-errors:uplift-misc, r=lcnr | bors | -238/+309 |
| 2024-05-21 | Auto merge of #125349 - matthiaskrgr:rollup-p2mbdxi, r=matthiaskrgr | bors | -357/+772 |
| 2024-05-21 | Add codegen test for array comparision opt | Lzu Tao | -0/+18 |
| 2024-05-21 | Rollup merge of #125346 - tbu-:pr_rm_path_to_str, r=wesleywiser | Matthias Krüger | -15/+14 |
| 2024-05-21 | Rollup merge of #125333 - hermit-os:fuse, r=workingjubilee | Matthias Krüger | -21/+4 |
| 2024-05-21 | Rollup merge of #125332 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-05-21 | Rollup merge of #125308 - lcnr:search-graph-5, r=compiler-errors | Matthias Krüger | -156/+289 |
| 2024-05-21 | Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errors | Matthias Krüger | -53/+53 |
| 2024-05-21 | Rollup merge of #125123 - a1phyr:fix-read_exact, r=workingjubilee | Matthias Krüger | -10/+55 |
| 2024-05-21 | Rollup merge of #124283 - surechen:fix_123558, r=estebank | Matthias Krüger | -6/+249 |
| 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-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 | 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 | hir pretty: fix block indent | Nilstrieb | -53/+53 |
| 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 #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 |