| Age | Commit message (Expand) | Author | Lines |
| 2022-11-15 | adjust josh pushing and remove ./miri toolchain updating the toolchain file | Ralf Jung | -52/+39 |
| 2022-11-15 | update josh instructions | Ralf Jung | -6/+6 |
| 2022-11-15 | Merge from rustc | Ralf Jung | -2508/+6357 |
| 2022-11-14 | Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726 | Matthias Krüger | -110/+17 |
| 2022-11-14 | Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez | Matthias Krüger | -1/+22 |
| 2022-11-14 | Rollup merge of #104350 - SparkyPotato:fix-x-wrapper, r=jyn514 | Matthias Krüger | -4/+5 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-11-14 | Rollup merge of #104294 - compiler-errors:inline-ct-err-in-mir-build, r=david... | Matthias Krüger | -0/+21 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -75/+75 |
| 2022-11-14 | Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank | Matthias Krüger | -0/+142 |
| 2022-11-14 | Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth | bors | -35/+626 |
| 2022-11-14 | Auto merge of #104188 - jyn514:download-config-only, r=Mark-Simulacrum | bors | -637/+663 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -637/+663 |
| 2022-11-13 | Rollup merge of #104304 - uweigand:s390x-profiler, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2022-11-13 | Rollup merge of #104266 - compiler-errors:issue-102430, r=Mark-Simulacrum | Manish Goregaokar | -0/+32 |
| 2022-11-13 | Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum | Manish Goregaokar | -0/+373 |
| 2022-11-13 | Rollup merge of #104158 - Ayush1325:executable, r=Mark-Simulacrum | Manish Goregaokar | -1/+7 |
| 2022-11-13 | Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister | Manish Goregaokar | -14/+197 |
| 2022-11-13 | Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbini | Manish Goregaokar | -19/+16 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -338/+338 |
| 2022-11-13 | Add a few known-bug tests | Jack Huey | -0/+373 |
| 2022-11-13 | Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc | bors | -1/+0 |
| 2022-11-13 | Make rustc build with new chalk | Michael Goulet | -110/+17 |
| 2022-11-13 | Auto merge of #104370 - matthiaskrgr:rollup-c3b38sm, r=matthiaskrgr | bors | -1/+13 |
| 2022-11-13 | Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-11-13 | Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillot | Matthias Krüger | -0/+12 |
| 2022-11-13 | Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=... | bors | -7/+121 |
| 2022-11-13 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -1/+22 |
| 2022-11-13 | Auto merge of #2657 - mkroening:miri-alloc, r=RalfJung | bors | -10/+84 |
| 2022-11-13 | final tweaks | Ralf Jung | -2/+2 |
| 2022-11-13 | pthread: slight refactoring of how we access the sync object fields | Ralf Jung | -176/+91 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-11-13 | use `EXE_EXTENSION` while searching for python | SparkyPotato | -4/+5 |
| 2022-11-13 | Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitor | bors | -177/+237 |
| 2022-11-13 | move span to `self` instead of `crate` | SparkyPotato | -0/+12 |
| 2022-11-13 | Rollup merge of #104345 - fmease:fix-up-a-fluent-message, r=compiler-errors | Yuki Okushi | -1/+29 |
| 2022-11-13 | Rollup merge of #104323 - notriddle:notriddle/scrape-help-background, r=Guill... | Yuki Okushi | -1/+0 |
| 2022-11-13 | Rollup merge of #104318 - c410-f3r:moar-errors, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-11-13 | Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum... | Yuki Okushi | -130/+134 |
| 2022-11-13 | Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomez | Yuki Okushi | -44/+73 |
| 2022-11-13 | fix some typos in comments | cui fliter | -4/+4 |
| 2022-11-13 | Auto merge of #104282 - cjgillot:intern-span, r=compiler-errors | bors | -18/+18 |
| 2022-11-13 | Auto merge of #104078 - jyn514:dry-run-progress, r=Mark-Simulacrum | bors | -80/+100 |
| 2022-11-13 | fix up a fluent message | León Orell Valerian Liehr | -1/+29 |
| 2022-11-12 | Auto merge of #103311 - petrochenkov:pblfix, r=bjorn3 | bors | -1/+4 |
| 2022-11-12 | Print "Checking/Building ..." message even when --dry-run is passed | Joshua Nelson | -3/+5 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -78/+96 |
| 2022-11-12 | Update run-make-fulldeps tests | Vadim Petrochenkov | -1/+4 |
| 2022-11-12 | Auto merge of #104325 - GuillaumeGomez:rollup-19bzwoa, r=GuillaumeGomez | bors | -95/+273 |
| 2022-11-12 | Rollup merge of #104319 - GuillaumeGomez:fix-non-clickable-source-link, r=not... | Guillaume Gomez | -2/+5 |