| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Update with final comments | kadmin | -24/+5 |
| 2022-01-17 | Hide mobile sidebar on some clicks | Jacob Hoffman-Andrews | -0/+12 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -11/+123 |
| 2022-01-17 | Update w/ comments | kadmin | -5/+2 |
| 2022-01-17 | Update term for use in more places | kadmin | -43/+128 |
| 2022-01-17 | Rustdoc style cleanups | Jacob Hoffman-Andrews | -46/+21 |
| 2022-01-17 | Rollup merge of #92936 - vacuus:html-markdown-parse, r=GuillaumeGomez | Matthias Krüger | -3/+1 |
| 2022-01-17 | Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-01-17 | Rollup merge of #92801 - jsha:overflow-wrap, r=GuillaumeGomez | Matthias Krüger | -0/+16 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+256 |
| 2022-01-17 | Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mar... | Matthias Krüger | -16/+80 |
| 2022-01-17 | Bless clippy ui tests after format_args change | David Tolnay | -1/+10 |
| 2022-01-17 | Emit simpler code from format_args | David Tolnay | -28/+19 |
| 2022-01-17 | Remove __CLIPPY_INTERNAL_TESTS env var | Cameron Steffen | -2/+1 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -73/+74 |
| 2022-01-17 | Remove VERSION from manifest readme docs. | Eric Huss | -2/+1 |
| 2022-01-17 | Add manifest docs fallback. | Eric Huss | -41/+62 |
| 2022-01-17 | Add term | kadmin | -8/+17 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -11/+28 |
| 2022-01-17 | add and update tests | b-naber | -4/+40 |
| 2022-01-17 | update test assertion | Krasimir Georgiev | -2/+2 |
| 2022-01-17 | update codegen test for LLVM 14 | Krasimir Georgiev | -2/+2 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -450/+148 |
| 2022-01-17 | Correctly handle pure generics | Guillaume Gomez | -4/+6 |
| 2022-01-17 | fix #90187 | zredb | -15/+3 |
| 2022-01-17 | fix #90187: Replace all def_id_no_primitives with def_id | zredb | -2/+2 |
| 2022-01-17 | fix #90187 | zredb | -15/+30 |
| 2022-01-17 | fix #90187 | zredb | -17/+15 |
| 2022-01-17 | Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup | flip1995 | -100/+754 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -2081/+171 |
| 2022-01-17 | Add `~const` bound test for negative impls | woppopo | -3/+23 |
| 2022-01-17 | Auto merge of #92996 - matthiaskrgr:rollup-50wpzva, r=matthiaskrgr | bors | -106/+181 |
| 2022-01-17 | Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jsha | Matthias Krüger | -3/+38 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -44/+85 |
| 2022-01-17 | Rollup merge of #92819 - euclio:atty, r=CraftSpider | Matthias Krüger | -41/+16 |
| 2022-01-17 | Rollup merge of #92808 - compiler-errors:wrap-struct-shorthand-field-in-varia... | Matthias Krüger | -10/+31 |
| 2022-01-17 | Rollup merge of #92799 - rust-lang:followup-from-92533, r=Aaron1011 | Matthias Krüger | -7/+3 |
| 2022-01-17 | Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomez | Matthias Krüger | -1/+8 |
| 2022-01-16 | Only suggest char literal for single-character strings | chordtoll | -2/+11 |
| 2022-01-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -24/+12 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -1/+1 |
| 2022-01-16 | Auto merge of #92935 - Xanewok:update-rls, r=pietroalbini | bors | -1/+0 |
| 2022-01-16 | Fix Visitor::NestedFilter in Clippy | Cameron Steffen | -419/+126 |
| 2022-01-16 | Format clippy | Cameron Steffen | -16/+4 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -15/+18 |
| 2022-01-16 | update linux runners to ubuntu 20.04 | Pietro Albini | -1/+1 |
| 2022-01-16 | Update unit tests to match more limited hint about escaping. | Ivor Wanders | -10/+11 |
| 2022-01-16 | Add unit test for cfg-arg without quotes. | Ivor Wanders | -0/+5 |
| 2022-01-16 | Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid | Matthias Krüger | -3/+54 |
| 2022-01-16 | Rollup merge of #92746 - estebank:question-mark-in-type, r=davidtwco | Matthias Krüger | -34/+68 |