| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -1/+1 | |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -1/+6 | |
| 2023-05-05 | Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup | Philipp Krones | -0/+13 | |
| 2023-04-11 | Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup | Philipp Krones | -0/+1 | |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 | |
| Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try' | ||||
| 2023-01-12 | Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup | Philipp Krones | -0/+3 | |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 | |
| 2022-09-15 | Fix clippy | est31 | -1/+1 | |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 | |
| This reverts commit 326646074940222d602f3683d0559088690830f4. This is the revert against master, the beta revert was already done in #100538. | ||||
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 | |
| 2022-07-18 | Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup | Philipp Krones | -0/+1 | |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 | |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -0/+1 | |
| 2022-04-08 | Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup | flip1995 | -0/+17 | |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -0/+1 | |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -522/+1 | |
| 2021-09-08 | Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup | flip1995 | -1/+0 | |
| 2021-07-01 | Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup | flip1995 | -1/+1 | |
| 2021-05-20 | Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup | flip1995 | -1/+3 | |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -8/+8 | |
| 2021-03-25 | Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup | flip1995 | -1/+1 | |
| 2021-03-12 | Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup | flip1995 | -2/+1 | |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -0/+13 | |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -0/+1 | |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -0/+1 | |
| 2020-12-06 | Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup | flip1995 | -9/+23 | |
| 2020-10-09 | Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup | flip1995 | -19/+24 | |
| 2020-06-09 | Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy | Lzu Tao | -1/+2 | |
| 2020-04-23 | clippy_dev: make it fatal when the regex for updating lint count does not match | Matthias Krüger | -2/+3 | |
| Fixes #5510 | ||||
| 2020-04-03 | Make lint modules private | flip1995 | -5/+2 | |
| 2020-04-03 | Don't filter lints in code generation functions | flip1995 | -30/+22 | |
| 2020-04-03 | Build lint lists once and the reuse them to update files | flip1995 | -19/+26 | |
| 2020-04-03 | Get rid of Lint::is_internal method | flip1995 | -22/+5 | |
| 2020-04-03 | Clean up update_lints | flip1995 | -10/+9 | |
| 2020-03-31 | Define modules in lib.rs instead of main.rs | flip1995 | -0/+5 | |
| 2020-02-14 | Adapt gen_lint_group_list test to also generate internal lints | flip1995 | -1/+2 | |
| 2020-02-14 | Let update_lints also generate the internal lints | flip1995 | -1/+6 | |
| 2020-02-14 | Save Lint::module as full path of module | flip1995 | -13/+18 | |
| 2020-02-14 | Make Lint::by_lint_group take impl Iterator as argument | flip1995 | -6/+3 | |
| 2020-02-07 | dev: Move DOCS_LINK out of lazy_static and reuse it | Lzu Tao | -2/+3 | |
| 2020-02-07 | dev: Prefer `fs::read*` and improvement to replace text region | Lzu Tao | -31/+23 | |
| 2020-01-31 | Mark clippy_project_root as `must_use` | Phil Hansch | -0/+1 | |
| Co-Authored-By: Philipp Krones <hello@philkrones.com> | ||||
| 2020-01-30 | Move project_root function to clippy_dev/src/lib.rs | Philipp Hansch | -5/+18 | |
| This allows us to use the method in both `fmt.rs` and `lib.rs` in multiple places. The downside is that we panic inside the method now, instead of using the error handling in `fmt.rs`. We may want to centralize the error handling for clippy_dev at some point, though. | ||||
| 2020-01-30 | Deprecate util/dev in favor of cargo alias | Philipp Hansch | -4/+13 | |
| If you've been using `./util/dev` before, this now becomes `cargo dev`. The key part of this change is found in `.cargo/config`. This means one less shell script and a bit more cross-platform support for contributors. | ||||
| 2019-12-24 | do minor cleanups | Lzu Tao | -1/+1 | |
| * ToString and AsRef are in prelude, no need to import them | ||||
| 2019-11-25 | Enable deny-warnings feature everywhere in CI | flip1995 | -0/+2 | |
| 2019-10-24 | Fix dogfood findings | flip1995 | -2/+8 | |
| 2019-10-24 | Update clippy_dev | Mark Rousskov | -3/+17 | |
| 2019-10-14 | new lints around `#[must_use]` fns | Andre Bogus | -0/+7 | |
| `must_use_unit` lints unit-returning functions with a `#[must_use]` attribute, suggesting to remove it. `double_must_use` lints functions with a plain `#[must_use]` attribute, but which return a type which is already `#[must_use]`, so the attribute has no benefit. `must_use_candidate` is a pedantic lint that lints functions and methods that return some non-unit type that is not already `#[must_use]` and suggests to add the annotation. | ||||
| 2019-10-02 | account for doc visibility | Andre Bogus | -1/+1 | |
