| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -14/+25 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-06-04 | Revert clippy's path to the copy intrinsics (part of reverting PR 81238). | Felix S. Klock II | -2/+2 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -19/+3 |
| 2021-06-03 | Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup | flip1995 | -1305/+2367 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2021-05-20 | Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup | flip1995 | -668/+2329 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -3/+3 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -6/+6 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -90/+90 |
| 2021-05-12 | Use () for inherent_impls. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for HIR queries. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -5/+4 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -4/+4 |
| 2021-05-11 | Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obk | bors | -7/+6 |
| 2021-05-11 | fix clippy test | Ralf Jung | -7/+6 |
| 2021-05-10 | Auto merge of #85053 - camsteffen:duplicate-lint, r=davidtwco | bors | -28/+4 |
| 2021-05-07 | Fix duplicate unknown lint errors | Cameron Steffen | -28/+4 |
| 2021-05-06 | Fix clippy | Scott McMurray | -3/+3 |
| 2021-05-06 | Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup | flip1995 | -1057/+2323 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -5/+4 |
| 2021-05-05 | Auto merge of #84200 - CDirkx:os, r=m-ou-se | bors | -1/+1 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -0/+8 |
| 2021-05-03 | Change `std::sys::unix::ext::fs::PermissionsExt::from_mode` to `std::os::imp:... | Christiaan Dirkx | -1/+1 |
| 2021-05-02 | Add ErrorKind::OutOfMemory | Kornel | -2/+4 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -1/+1 |
| 2021-04-29 | Fix clippy error | Ryan Levick | -0/+8 |
| 2021-04-29 | Auto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum | bors | -10/+3 |
| 2021-04-28 | Rollup merge of #84484 - jyn514:check-tools, r=Mark-Simulacrum | Jack Huey | -2/+2 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+1 |
| 2021-04-27 | Switch `rustc::internal` from deny to warn | Joshua Nelson | -2/+2 |
| 2021-04-27 | Implement `x.py test src/tools/clippy --bless` | Joshua Nelson | -10/+3 |
| 2021-04-27 | Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup | flip1995 | -326/+416 |
| 2021-04-25 | fix clippy | Ralf Jung | -1/+1 |
| 2021-04-22 | Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup | flip1995 | -1551/+4649 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-18 | Auto merge of #78880 - CDirkx:not_supported, r=joshtriplett | bors | -2/+4 |
| 2021-04-18 | Fix clippy test using `ErrorKind` | Christiaan Dirkx | -2/+4 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -1/+1 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -1/+1 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -2/+2 |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -5900/+10307 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -3/+7 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -3/+7 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -4/+4 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -4/+4 |
| 2021-04-02 | fix clippy error | Roxane | -1/+1 |
| 2021-03-31 | Track bound vars | Jack Huey | -5/+5 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -6/+6 |