| Age | Commit message (Expand) | Author | Lines |
| 2022-01-18 | Auto merge of #93001 - flip1995:clippyup, r=Manishearth | bors | -100/+754 |
| 2022-01-17 | Auto merge of #93009 - matthiaskrgr:rollup-3fkxg6i, r=matthiaskrgr | bors | -382/+793 |
| 2022-01-17 | Rollup merge of #92960 - scottmcm:carrying-bignum, r=Mark-Simulacrum | Matthias Krüger | -37/+5 |
| 2022-01-17 | Rollup merge of #92956 - scottmcm:nonzero-log2, r=dtolnay | Matthias Krüger | -141/+197 |
| 2022-01-17 | Rollup merge of #92936 - vacuus:html-markdown-parse, r=GuillaumeGomez | Matthias Krüger | -3/+1 |
| 2022-01-17 | Rollup merge of #92877 - Amanieu:remove_llvm_nounwind, r=Mark-Simulacrum | Matthias Krüger | -40/+1 |
| 2022-01-17 | Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2022-01-17 | Rollup merge of #92801 - jsha:overflow-wrap, r=GuillaumeGomez | Matthias Krüger | -0/+16 |
| 2022-01-17 | Rollup merge of #92752 - jamestiotio:error-codes-typos, r=nagisa | Matthias Krüger | -6/+6 |
| 2022-01-17 | Rollup merge of #92729 - michaelwoerister:remove-unused-span-debuginfo, r=pet... | Matthias Krüger | -130/+51 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -4/+431 |
| 2022-01-17 | Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mar... | Matthias Krüger | -16/+80 |
| 2022-01-17 | rustc_codegen_llvm: Remove (almost) unused span parameter from many functions... | Michael Woerister | -130/+51 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -946/+387 |
| 2022-01-17 | Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup | flip1995 | -100/+754 |
| 2022-01-17 | Auto merge of #8292 - marekdownar:8239, r=xFrednet | bors | -7/+171 |
| 2022-01-17 | Auto merge of #8302 - xFrednet:0000-move-return-self-not-must-use, r=flip1995 | bors | -6/+6 |
| 2022-01-17 | Move `return_self_not_must_use` to `pedantic` | xFrednet | -6/+6 |
| 2022-01-17 | removing unsafe from test fn's && renaming shrink to sugg_span | Marek Downar | -11/+11 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -3297/+235 |
| 2022-01-17 | Auto merge of #8299 - marekdownar:8214, r=Manishearth | bors | -2/+95 |
| 2022-01-17 | Auto merge of #8297 - Jarcho:if_same_then_else_7579, r=Manishearth | bors | -12/+34 |
| 2022-01-17 | Auto merge of #92996 - matthiaskrgr:rollup-50wpzva, r=matthiaskrgr | bors | -253/+416 |
| 2022-01-17 | Rollup merge of #92981 - RalfJung:const_ptr_offset_from, r=dtolnay | Matthias Krüger | -3/+3 |
| 2022-01-17 | Rollup merge of #92977 - kornelski:popdoc, r=dtolnay | Matthias Krüger | -1/+9 |
| 2022-01-17 | Rollup merge of #92953 - azdavis:azdavis-copy-example, r=dtolnay | Matthias Krüger | -15/+61 |
| 2022-01-17 | Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jsha | Matthias Krüger | -3/+38 |
| 2022-01-17 | Rollup merge of #92921 - dtolnay:printernew, r=wesleywiser | Matthias Krüger | -27/+27 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -61/+115 |
| 2022-01-17 | Rollup merge of #92819 - euclio:atty, r=CraftSpider | Matthias Krüger | -41/+17 |
| 2022-01-17 | Rollup merge of #92808 - compiler-errors:wrap-struct-shorthand-field-in-varia... | Matthias Krüger | -94/+135 |
| 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-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -165/+240 |
| 2022-01-16 | Don't lint `if_same_then_else` with `if let` conditions | Jason Newcomb | -12/+34 |
| 2022-01-16 | Auto merge of #92935 - Xanewok:update-rls, r=pietroalbini | bors | -264/+10 |
| 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 | -511/+257 |
| 2022-01-16 | fix const_ptr_offset_from tracking issue | Ralf Jung | -3/+3 |
| 2022-01-16 | Auto merge of #8203 - pmnoxx:piotr-next-lint, r=llogiq | bors | -15/+285 |
| 2022-01-16 | #8214 cmp_owned suggestion flips the comparison | Marek Downar | -2/+95 |
| 2022-01-16 | Fix tests | Piotr Mikulski | -1/+1 |
| 2022-01-16 | Fix clippy warnings | Piotr Mikulski | -8/+1 |
| 2022-01-16 | New line: cloned_next | Piotr Mikulski | -15/+292 |
| 2022-01-16 | Docs: recommend VecDeque instead of Vec::remove(0) | Kornel | -1/+9 |
| 2022-01-16 | Auto merge of #92970 - matthiaskrgr:rollup-tcx7cfb, r=matthiaskrgr | bors | -362/+906 |
| 2022-01-16 | Rollup merge of #92814 - lcnr:unused-fixme, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 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 | -37/+125 |