| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-16 | Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup | Philipp Krones | -1/+1 | |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -1/+1 | |
| Renamings: - find -> opt_hir_node - get -> hir_node - find_by_def_id -> opt_hir_node_by_def_id - get_by_def_id -> hir_node_by_def_id Fix rebase changes using removed methods Use `tcx.hir_node_by_def_id()` whenever possible in compiler Fix clippy errors Fix compiler Apply suggestions from code review Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> Add FIXME for `tcx.hir()` returned type about its removal Simplify with with `tcx.hir_node_by_def_id` | ||||
| 2023-12-01 | Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync | Philipp Krones | -1/+1 | |
| 2023-11-16 | Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup | Philipp Krones | -14/+11 | |
| 2023-11-02 | Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup | Philipp Krones | -13/+8 | |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -16/+12 | |
| 2023-09-25 | Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup | Philipp Krones | -46/+44 | |
| 2023-07-17 | Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup | Philipp Krones | -1/+1 | |
| 2023-04-11 | Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup | Philipp Krones | -15/+14 | |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -4/+4 | |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -1/+1 | |
| `BindingAnnotation` refactor * `ast::BindingMode` is deleted and replaced with `hir::BindingAnnotation` (which is moved to `ast`) * `BindingAnnotation` is changed from an enum to a tuple struct e.g. `BindingAnnotation(ByRef::No, Mutability::Mut)` * Associated constants added for convenience `BindingAnnotation::{NONE, REF, MUT, REF_MUT}` One goal is to make it more clear that `BindingAnnotation` merely represents syntax `ref mut` and not the actual binding mode. This was especially confusing since we had `ast::BindingMode`->`hir::BindingAnnotation`->`thir::BindingMode`. I wish there were more symmetry between `ByRef` and `Mutability` (variant) naming (maybe `Mutable::Yes`?), and I also don't love how long the name `BindingAnnotation` is, but this seems like the best compromise. Ideas welcome. | ||||
| 2022-09-05 | separate the receiver from arguments in HIR under /clippy | Takayuki Maeda | -2/+2 | |
| 2022-09-02 | clippy: BindingAnnotation change | Cameron Steffen | -1/+1 | |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -1/+1 | |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -1/+9 | |
| 2022-05-22 | Fix clippy explicit_write lint for new writeln implementation | David Tolnay | -2/+34 | |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -23/+18 | |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -2/+2 | |
| 2022-01-13 | Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup | flip1995 | -3/+3 | |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -0/+1 | |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -5/+5 | |
| 2021-07-15 | Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup | flip1995 | -81/+36 | |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -5/+5 | |
| 2021-03-25 | Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup | flip1995 | -1/+2 | |
| 2020-11-05 | Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup | flip1995 | -1/+2 | |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -2/+2 | |
| 2020-06-10 | Update Clippy for MethodCall changes | Aaron Hill | -2/+2 | |
| 2020-03-01 | Rustup to rust-lang/rust#69592 | Yuki Okushi | -1/+1 | |
| 2020-02-21 | Fix fallout | flip1995 | -1/+1 | |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+2 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -1/+1 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -6/+6 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -1/+1 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -1/+1 | |
| 2019-10-10 | Use match_function_call wherever possible | Matthias Seiffert | -6/+3 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -8/+8 | |
| 2019-09-18 | remove machine applicable suggestion explicit_write format #4542 | Josh Mcguigan | -1/+2 | |
| 2019-08-02 | Doctests: Fix all complexity lint docs | Philipp Hansch | -1/+3 | |
| cc #4319 | ||||
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -7/+6 | |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -5/+4 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -7/+8 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -14/+3 | |
| Fixes #3917. | ||||
| 2019-04-17 | Use {get,match}_def_path from LateContext | flip1995 | -3/+3 | |
| 2019-03-08 | Refactor: Remove utils::opt_def_id | Philipp Hansch | -2/+2 | |
| This removes some indirection. Probably this method was uplifted to rustc at some point? | ||||
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -12/+12 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -5/+5 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
