| Age | Commit message (Expand) | Author | Lines |
| 2021-09-13 | Update permissions path for clippy lint | Guillaume Gomez | -1/+1 |
| 2021-09-13 | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995 | bors | -2/+2 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -1/+1 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -1/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -2/+2 |
| 2021-09-09 | Update dependencies | Samuel E. Moelius III | -2/+2 |
| 2021-09-08 | Auto merge of #88615 - flip1995:clippyup, r=Manishearth | bors | -164/+519 |
| 2021-09-08 | Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup | flip1995 | -164/+519 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -2/+2 |
| 2021-08-30 | Fix clippy for let-else | Cameron Steffen | -1/+11 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+1 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -9/+9 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -5/+1 |
| 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 | -3/+3 |
| 2021-08-22 | Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-22 | Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearth | bors | -25/+13 |
| 2021-08-21 | cleanup: `Span::new` -> `Span::with_lo` | Vadim Petrochenkov | -1/+1 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+3 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -25/+13 |
| 2021-08-16 | clippy: Fix format_args expansion parsing | Cameron Steffen | -15/+20 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -161/+378 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -2/+2 |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -8/+75 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -20/+30 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -3/+3 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -6/+4 |
| 2021-07-25 | Add generic arg infer | kadmin | -1/+10 |
| 2021-07-19 | Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup | flip1995 | -40/+40 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -9/+9 |
| 2021-07-16 | Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakis | Guillaume Gomez | -2/+2 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -9/+9 |
| 2021-07-15 | Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup | flip1995 | -31/+175 |
| 2021-07-14 | ExprUseVisitor::Delegate consume only when moving | Aman Arora | -2/+2 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -12/+2 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -6/+8 |
| 2021-07-04 | revert broken formatting | Niko Matsakis | -31/+25 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -26/+34 |
| 2021-07-02 | Auto merge of #86782 - flip1995:clippyup, r=Manishearth | bors | -49/+117 |
| 2021-07-01 | Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup | flip1995 | -49/+117 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-21 | Delete spaces | Alexander Melentyev | -1/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -4/+13 |
| 2021-06-04 | Revert clippy's path to the copy intrinsics (part of reverting PR 81238). | Felix S. Klock II | -2/+2 |
| 2021-06-03 | Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup | flip1995 | -277/+242 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-20 | Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup | flip1995 | -8/+101 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -2/+2 |