about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2020-06-11Remove associated opaque typesMatthew Jasper-1/+1
2020-06-10Clippy fixesAaron Hill-1/+1
2020-06-10Update Clippy for MethodCall changesAaron Hill-11/+11
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-38/+563
2020-05-30Return early to avoid ICEYuki Okushi-0/+5
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-8/+12
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-1/+1
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-1/+1
2020-05-18Handle InlineAsm in clippyAmanieu d'Antras-3/+85
2020-05-17Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyupflip1995-16/+16
2020-05-16Rollup merge of #71948 - csmoe:issue-61076, r=oli-obkDylan DPC-16/+2
2020-05-15implement type_implments_trait querycsmoe-16/+2
2020-05-11Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyupflip1995-14/+25
2020-05-08Fix clippy.Camille GILLOT-16/+14
2020-04-28rustup https://github.com/rust-lang/rust/pull/71292/Matthias Krüger-3/+5
2020-04-27rustup: rust-lang/rust#71628csmoe-7/+6
2020-04-26More diagnostic itemsPhilipp Hansch-2/+0
2020-04-25Rollup merge of #5505 - flip1995:avoid_running_lints, r=matthiaskrgrPhilipp Krones-7/+34
2020-04-24rustup https://github.com/rust-lang/rust/pull/71215/Matthias Krüger-1/+1
2020-04-22Only run (late) internal lints, when they are warn/deny/forbidflip1995-7/+25
2020-04-22Only run cargo lints, when they are warn/deny/forbidflip1995-0/+9
2020-04-21Switch to matching against full paths instead of just the last element of the...Andy Weiss-0/+3
2020-04-19Implement unsafe_derive_deserialize lintEduardo Broto-2/+3
2020-04-19Formatting and namingPhilipp Krones-1/+1
2020-04-19Formatting and namingPhilipp Krones-24/+25
2020-04-18Change note_span argument for span_lint_and_note.xiongmao86-12/+24
2020-04-18Add an Option<Span> argument to span_lint_and_help.xiongmao86-13/+42
2020-04-18Implement collapsible_span_lint_calls lint.xiongmao86-7/+224
2020-04-17Cleanup: Rename 'db' variable to 'diag'Philipp Hansch-43/+46
2020-04-15Rollup merge of #5468 - Toxyxer:zero-single-char-names, r=flip1995Philipp Krones-1/+1
2020-04-15Rollup merge of #5248 - ThibsG:ConstValues, r=flip1995Philipp Krones-1/+1
2020-04-15Rename dummy_hir_id -> parent_hir_idPhilipp Krones-2/+2
2020-04-15rustup https://github.com/rust-lang/rust/pull/71116Matthias Krüger-1/+2
2020-04-15Change default many single char names thresholdMarcin Serwin-1/+1
2020-04-15Auto merge of #5452 - phansch:match_def_path_refactor, r=matthiaskrgrbors-2/+4
2020-04-15Refactor: Use rustc's `match_def_path`Philipp Hansch-2/+4
2020-04-14Auto merge of #5449 - phansch:diagnostic-items, r=matthiaskrgrbors-3/+3
2020-04-13Cleanup: Use rustc's is_proc_macro_attrPhilipp Hansch-8/+2
2020-04-12Make use of some existing diagnostic itemsPhilipp Hansch-3/+0
2020-04-12Say that diagnostic items are preferred over pathsPhilipp Hansch-0/+3
2020-04-11rustup https://github.com/rust-lang/rust/pull/69745Matthias Krüger-1/+6
2020-04-09Update doc generation scriptThibsG-1/+1
2020-04-08Use assoc const NAN for zero_div_zero lintLinus Färnstrand-1/+1
2020-04-02Rustup to rust-lang/rust#70634flip1995-12/+4
2020-04-02useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T>Jacek Pospychala-0/+1
2020-04-01Rustup to rust-lang/rust#70632flip1995-0/+4
2020-03-30Lint unnamed address comparisonsTomasz Miąsko-0/+3
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-19/+19
2020-03-27remove redundant importMatthias Krüger-1/+0
2020-03-27rustup https://github.com/rust-lang/rust/pull/68404Matthias Krüger-8/+8