| Age | Commit message (Expand) | Author | Lines |
| 2022-01-28 | Replace span suggestion with multipart | Rob Pilling | -2/+2 |
| 2022-01-28 | Suggest 1-tuple parentheses, without existing parens | Rob Pilling | -0/+8 |
| 2022-01-28 | Auto merge of #93426 - pnkfelix:issue-91671-backport-llvm-fix, r=nikic | bors | -0/+0 |
| 2022-01-28 | rustdoc: load the set of in-scope traits for modules with no docstring | Michael Howell | -0/+41 |
| 2022-01-28 | Move target-only apple targets to separate builder | Mark Rousskov | -4/+13 |
| 2022-01-28 | Add Explanation For Error E0772 | Daniel Conley | -2/+4 |
| 2022-01-28 | Same code for ty and hir impl items | Rune Tynan | -16/+16 |
| 2022-01-28 | Remove now-unnecessary blanket impl HIR check | Rune Tynan | -22/+5 |
| 2022-01-28 | Set visibility to inherited in trait impls to match HIR | Rune Tynan | -1/+10 |
| 2022-01-28 | backport llvm fix for issue 91671. | Felix S. Klock II | -0/+0 |
| 2022-01-28 | Rollup merge of #93399 - ehuss:fix-compiletest-path-relative, r=Mark-Simulacrum | Matthias Krüger | -2/+3 |
| 2022-01-28 | Rollup merge of #93375 - Kvicii:ISSUE_93374, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-01-28 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+36 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -13/+4 |
| 2022-01-28 | bump bootstrap compiler | Pietro Albini | -336/+336 |
| 2022-01-28 | Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc... | bors | -36/+62 |
| 2022-01-28 | add allow_fail field in TestDesc to pass check | yuhaixin.hx | -0/+4 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -165/+18 |
| 2022-01-28 | Auto merge of #90677 - bobrippling:suggest-tuple-parens, r=camelid | bors | -0/+187 |
| 2022-01-28 | Remove extra empty doc line | Guillaume Gomez | -1/+0 |
| 2022-01-28 | Fix broken link from rustdoc docs to ayu theme | Leo Simons | -1/+1 |
| 2022-01-28 | fix typo `documenation` | Kvicii | -1/+1 |
| 2022-01-28 | Auto merge of #93376 - flip1995:clippyup, r=Manishearth | bors | -997/+1841 |
| 2022-01-28 | Remove generalization over projection | kadmin | -0/+29 |
| 2022-01-27 | rustbuild: Fix compiletest warning when building outside of root. | Eric Huss | -2/+3 |
| 2022-01-28 | Extend format-args capture test. | Mara Bos | -1/+25 |
| 2022-01-28 | Add test for format args capture bug. | Mara Bos | -0/+17 |
| 2022-01-27 | Improve suggestion for escaping reserved keywords | Noah Lev | -130/+130 |
| 2022-01-27 | rustdoc: remove tooltip from source link | Michael Howell | -2/+2 |
| 2022-01-27 | Rollup merge of #93357 - nnethercote:clarify-usage-of-qualified-ty, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-01-27 | Rollup merge of #93339 - notriddle:notriddle/test-generics-multi-trait, r=Gui... | Matthias Krüger | -0/+44 |
| 2022-01-27 | pub use std::simd::StdFloat; | Jubilee Young | -12/+37 |
| 2022-01-27 | Check that `#[rustc_must_implement_one_of]` is applied to a trait | Maybe Waffle | -1/+27 |
| 2022-01-27 | Continue work on assoc const eq | kadmin | -19/+6 |
| 2022-01-27 | Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup | flip1995 | -997/+1841 |
| 2022-01-27 | fix typo `documenation` | Kvicii | -1/+1 |
| 2022-01-27 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Fix some deb... | Michael Woerister | -32/+31 |
| 2022-01-26 | do not register infer var for GAT projection in opaque | Michael Goulet | -0/+20 |
| 2022-01-27 | Clarify the `usage-of-qualified-ty` error message. | Nicholas Nethercote | -2/+2 |
| 2022-01-27 | Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morse | bors | -3/+100 |
| 2022-01-26 | add note suggesting that predicate is satisfied but is not const | Michael Goulet | -0/+40 |
| 2022-01-27 | Auto merge of #93081 - nikic:aarch64-fix, r=cuviper | bors | -0/+0 |
| 2022-01-26 | Convert empty tuple to DefaultReturn in ty path | Rune Tynan | -1/+8 |
| 2022-01-26 | Don't use is_local to determine function cleaning method call intent | Rune Tynan | -6/+5 |
| 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 | rustdoc: add test case for multiple traits and erased names | Michael Howell | -0/+44 |