| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | Incorporate review feedback | Tethys Svensson | -4/+1 |
| 2022-11-14 | Fix doc example for `wrapping_abs` | Tethys Svensson | -0/+3 |
| 2022-11-14 | Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth | bors | -56/+681 |
| 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 #104362 - WaffleLapkin:span_bug_won't_come_on_time_today, r=A... | Manish Goregaokar | -13/+26 |
| 2022-11-13 | Rollup merge of #104304 - uweigand:s390x-profiler, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2022-11-13 | Rollup merge of #104300 - tbu-:pr_path_parent_caveats, r=Mark-Simulacrum | Manish Goregaokar | -1/+12 |
| 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 | -17/+210 |
| 2022-11-13 | Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-Simulacrum | Manish Goregaokar | -3/+3 |
| 2022-11-13 | Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbini | Manish Goregaokar | -20/+17 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -453/+446 |
| 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 | -8/+9 |
| 2022-11-13 | Auto merge of #104370 - matthiaskrgr:rollup-c3b38sm, r=matthiaskrgr | bors | -32/+73 |
| 2022-11-13 | Rollup merge of #104365 - albertlarsan68:add-x-tool-to-triagebot, r=Mark-Simu... | Matthias Krüger | -0/+2 |
| 2022-11-13 | Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot | Matthias Krüger | -29/+39 |
| 2022-11-13 | Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obk | Matthias Krüger | -0/+15 |
| 2022-11-13 | Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillot | Matthias Krüger | -1/+15 |
| 2022-11-13 | Rollup merge of #103996 - SUPERCILEX:docs, r=RalfJung | Matthias Krüger | -2/+2 |
| 2022-11-13 | Make it also assign correct people | Albert Larsan | -0/+1 |
| 2022-11-13 | Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=... | bors | -7/+121 |
| 2022-11-13 | Add x tool to triagebot | Albert Larsan | -0/+1 |
| 2022-11-13 | Add `delay_span_bug` to `AttrWrapper::take_for_recovery` | Maybe Waffle | -13/+26 |
| 2022-11-13 | Auto merge of #93563 - ibraheemdev:crossbeam-channel, r=Amanieu | bors | -2862/+2739 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -29/+39 |
| 2022-11-13 | Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitor | bors | -179/+239 |
| 2022-11-13 | move span to `self` instead of `crate` | SparkyPotato | -1/+15 |
| 2022-11-13 | Rollup merge of #104345 - fmease:fix-up-a-fluent-message, r=compiler-errors | Yuki Okushi | -3/+31 |
| 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 | Auto merge of #104282 - cjgillot:intern-span, r=compiler-errors | bors | -108/+34 |
| 2022-11-12 | avoid using channels in thread-local tests | Ibraheem Ahmed | -22/+44 |
| 2022-11-12 | avoid calling `thread::current` in channel destructor | Ibraheem Ahmed | -13/+11 |
| 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 | -3/+31 |
| 2022-11-12 | Auto merge of #103311 - petrochenkov:pblfix, r=bjorn3 | bors | -387/+349 |
| 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 | Auto merge of #103913 - Neutron3529:patch-1, r=thomcc | bors | -5/+9 |
| 2022-11-12 | linker: Link `profiler_builtins` even if it's marked as `NotLinked` | Vadim Petrochenkov | -3/+4 |
| 2022-11-12 | Update run-make-fulldeps tests | Vadim Petrochenkov | -1/+4 |
| 2022-11-12 | linker: Support mixing crates built with different values of `-Zpacked_bundle... | Vadim Petrochenkov | -9/+7 |
| 2022-11-12 | linker: Move some inner functions to the outside | Vadim Petrochenkov | -133/+127 |
| 2022-11-12 | linker: Simplify linking of `compiler_builtins` and `profiler_builtins` | Vadim Petrochenkov | -74/+46 |