| Age | Commit message (Expand) | Author | Lines |
| 2022-11-13 | Rollup merge of #103996 - SUPERCILEX:docs, r=RalfJung | Matthias Krüger | -2/+2 |
| 2022-11-13 | Auto merge of #93563 - ibraheemdev:crossbeam-channel, r=Amanieu | bors | -2862/+2739 |
| 2022-11-13 | Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitor | bors | -179/+239 |
| 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 |
| 2022-11-12 | linker: Factor out native library linking to a separate function | Vadim Petrochenkov | -213/+207 |
| 2022-11-12 | Auto merge of #104325 - GuillaumeGomez:rollup-19bzwoa, r=GuillaumeGomez | bors | -133/+377 |
| 2022-11-12 | Rollup merge of #104319 - GuillaumeGomez:fix-non-clickable-source-link, r=not... | Guillaume Gomez | -2/+5 |
| 2022-11-12 | Rollup merge of #104308 - scottmcm:no-more-validalign, r=thomcc | Guillaume Gomez | -19/+14 |
| 2022-11-12 | Rollup merge of #104263 - albertlarsan68:add-ilog2-to-leading-zeroes-docs, r=... | Guillaume Gomez | -0/+8 |
| 2022-11-12 | Rollup merge of #104261 - compiler-errors:formal-and-expected-differ, r=estebank | Guillaume Gomez | -11/+77 |
| 2022-11-12 | Rollup merge of #104250 - GuillaumeGomez:migrate-not-found-link-color, r=notr... | Guillaume Gomez | -13/+36 |
| 2022-11-12 | Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-dead | Guillaume Gomez | -2/+110 |
| 2022-11-12 | Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726 | Guillaume Gomez | -83/+83 |
| 2022-11-12 | Rollup merge of #104110 - krasimirgg:msan-16, r=nagisa | Guillaume Gomez | -3/+44 |
| 2022-11-12 | rustdoc: avoid excessive HTML generated in example sources | Michael Howell | -12/+9 |
| 2022-11-12 | rustdoc: remove no-op CSS `.scrape-help { background: transparent }` | Michael Howell | -1/+0 |
| 2022-11-12 | Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov | bors | -15/+78 |
| 2022-11-12 | Add GUI test to ensure that source links can be clicked | Guillaume Gomez | -0/+5 |
| 2022-11-12 | Tidy | Caio | -1/+1 |
| 2022-11-12 | Fix impossibility to click on source link | Guillaume Gomez | -2/+0 |
| 2022-11-12 | Move tests | Caio | -0/+0 |
| 2022-11-12 | Use same color for links in no result search | Guillaume Gomez | -9/+2 |
| 2022-11-12 | Add GUI test for "no result found" links | Guillaume Gomez | -0/+36 |
| 2022-11-12 | Migrate no result page link color to CSS variables | Guillaume Gomez | -13/+7 |
| 2022-11-12 | Auto merge of #102701 - flba-eb:add_qnx_nostd_support, r=cjgillot | bors | -1/+194 |
| 2022-11-12 | Remove example code as it does not compile in CI | Florian Bartels | -1/+1 |
| 2022-11-12 | Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC | bors | -475/+795 |
| 2022-11-12 | Rollup merge of #104303 - compiler-errors:ui-test-triagebot, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2022-11-12 | Rollup merge of #104302 - weihanglo:update-cargo, r=weihanglo | Dylan DPC | -1/+1 |
| 2022-11-12 | Rollup merge of #104267 - notriddle:notriddle/checkbox, r=GuillaumeGomez | Dylan DPC | -82/+104 |
| 2022-11-12 | Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errors | Dylan DPC | -105/+277 |
| 2022-11-12 | Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnr | Dylan DPC | -188/+128 |