| Age | Commit message (Expand) | Author | Lines |
| 2022-01-27 | Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup | flip1995 | -997/+1841 |
| 2022-01-27 | Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morse | bors | -3/+100 |
| 2022-01-27 | Auto merge of #93081 - nikic:aarch64-fix, r=cuviper | bors | -0/+0 |
| 2022-01-26 | Auto merge of #93352 - matthiaskrgr:rollup-5peret4, r=matthiaskrgr | bors | -55/+186 |
| 2022-01-26 | Rollup merge of #93338 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -50/+82 |
| 2022-01-26 | Rollup merge of #92134 - nico-abram:patch-1, r=michaelwoerister | Matthias Krüger | -0/+42 |
| 2022-01-26 | Rollup merge of #92098 - semarie:openbsd-platform, r=pietroalbini | Matthias Krüger | -4/+61 |
| 2022-01-26 | Auto merge of #93301 - spastorino:perf-test-1, r=oli-obk | bors | -194/+212 |
| 2022-01-26 | Update minifier crate version to 0.0.42 | Guillaume Gomez | -1/+1 |
| 2022-01-26 | Bless incremental tests. | Camille GILLOT | -194/+212 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -3/+100 |
| 2022-01-26 | Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obk | bors | -97/+219 |
| 2022-01-26 | Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomez | bors | -33/+108 |
| 2022-01-26 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-01-26 | Auto merge of #93314 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-01-25 | Update cargo | Eric Huss | -0/+0 |
| 2022-01-25 | Update src/doc/rustc/src/linker-plugin-lto.md | Nicolas Abram | -1/+1 |
| 2022-01-25 | Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiser | Matthias Krüger | -0/+17 |
| 2022-01-25 | Rollup merge of #93291 - conradludgate:minor-fix-93231, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-25 | Rollup merge of #93286 - jsha:sidebar-nowrap, r=GuillaumeGomez | Matthias Krüger | -0/+14 |
| 2022-01-25 | Rollup merge of #93250 - Aaron1011:remove-early-dedup, r=oli-obk | Matthias Krüger | -21/+380 |
| 2022-01-25 | delay the bug once again, generalize turbofish suggestion | Michael Goulet | -25/+4 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -8/+7 |
| 2022-01-25 | Remove delayed bug when encountering label in bad turbofish | Michael Goulet | -3/+41 |
| 2022-01-25 | Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomez | bors | -46/+19 |
| 2022-01-26 | Add a minimal working `append_const_msg` argument | Deadbeef | -3/+3 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -50/+82 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -33/+108 |
| 2022-01-25 | give light-theme fns the correct orange-brown colour | Conrad Ludgate | -1/+1 |
| 2022-01-25 | Rollup merge of #93251 - jsha:theme-radio, r=GuillaumeGomez | Matthias Krüger | -50/+78 |
| 2022-01-25 | Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats... | Matthias Krüger | -0/+26 |
| 2022-01-25 | Rollup merge of #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume... | Matthias Krüger | -20/+27 |
| 2022-01-25 | Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandry | Matthias Krüger | -0/+57 |
| 2022-01-25 | Rollup merge of #93118 - jackh726:param-heuristics-3, r=estebank | Matthias Krüger | -1/+8 |
| 2022-01-25 | Rollup merge of #93064 - Aaron1011:provisional-dep-node, r=michaelwoerister | Matthias Krüger | -0/+24 |
| 2022-01-24 | Add white-space: nowrap to links in the sidebar | Jacob Hoffman-Andrews | -0/+14 |
| 2022-01-24 | Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser | bors | -16/+16 |
| 2022-01-24 | Auto merge of #93260 - matthiaskrgr:rollup-c5b9c76, r=matthiaskrgr | bors | -11/+97 |
| 2022-01-24 | Rollup merge of #93253 - jsha:theme-on-show, r=GuillaumeGomez | Matthias Krüger | -6/+25 |
| 2022-01-24 | Rollup merge of #93241 - GuillaumeGomez:rust-logo-appearance, r=jsha | Matthias Krüger | -1/+1 |
| 2022-01-24 | Rollup merge of #93231 - conradludgate:doc-link-brightness, r=notriddle | Matthias Krüger | -3/+70 |
| 2022-01-24 | Rollup merge of #93212 - GuillaumeGomez:cursor-pointer-mobile-sidebar, r=jsha | Matthias Krüger | -1/+0 |
| 2022-01-24 | Rollup merge of #93188 - jsha:fix-safari-bumpy-search, r=camelid | Matthias Krüger | -0/+1 |
| 2022-01-24 | Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the... | bors | -6/+6 |
| 2022-01-24 | Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher" | Jakub Beránek | -6/+6 |
| 2022-01-24 | Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-dead | bors | -67/+82 |
| 2022-01-23 | Update theme on pageshow event | Jacob Hoffman-Andrews | -6/+25 |
| 2022-01-23 | rustdoc settings: use radio buttons for theme | Jacob Hoffman-Andrews | -50/+78 |
| 2022-01-23 | Remove deduplication of early lints | Aaron Hill | -21/+380 |