| Age | Commit message (Expand) | Author | Lines |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -5/+2 |
| 2021-08-30 | Fix clippy for let-else | Cameron Steffen | -3/+16 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -19/+11 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -1/+9 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -0/+1 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -5/+2 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -2/+2 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -23/+23 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -12/+4 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -6/+9 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -15/+20 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -13/+13 |
| 2021-08-22 | Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514 | Guillaume Gomez | -3/+3 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -3/+3 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -9/+9 |
| 2021-08-22 | Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearth | bors | -150/+136 |
| 2021-08-21 | cleanup: `Span::new` -> `Span::with_lo` | Vadim Petrochenkov | -3/+3 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+3 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -150/+136 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -248/+247 |
| 2021-08-16 | clippy: Fix format_args expansion parsing | Cameron Steffen | -15/+20 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -1425/+9 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -1425/+9 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -669/+1043 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -5/+5 |
| 2021-08-13 | Auto merge of #87954 - flip1995:clippyup, r=Manishearth | bors | -375/+1311 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -3/+3 |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -375/+1311 |
| 2021-08-12 | Bless clippy tests. | Mara Bos | -3/+3 |
| 2021-08-11 | update clippy | Esteban Kuber | -906/+961 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -47/+47 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -7/+0 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -2/+0 |
| 2021-07-31 | Fix clippy | Vadim Petrochenkov | -47/+47 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -4/+6 |
| 2021-07-31 | Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -4/+6 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -7/+0 |
| 2021-07-29 | Remove unnecessary trailing semicolons from clippy tests | Aaron Hill | -2/+2 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -3113/+3436 |
| 2021-07-27 | Update tests | Jacob Pratt | -32/+30 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -9/+35 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -52/+6 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -1/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -1/+1 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -12/+75 |
| 2021-07-25 | Add generic arg infer | kadmin | -1/+10 |
| 2021-07-23 | update clippy ui test 'future_not_send.stderr' to match | chaz-kiker | -2/+2 |