about summary refs log tree commit diff
path: root/clippy_lints/src/utils/sugg.rs
AgeCommit message (Expand)AuthorLines
2018-07-25fix a bunch of typos found by codespellMatthias Krüger-1/+1
2018-07-23RustupOliver Schneider-9/+9
2018-07-19Remove import of matchesManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-12/+20
2018-07-16BinOpKindcsmoe-12/+12
2018-07-16ExprKindcsmoe-29/+29
2018-06-25Resolve conflicts produced by GenericArgsflip1995-0/+1
2018-06-25Resolve field, struct and function renamingflip1995-1/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-1/+3
2018-04-15Fix compilation for nightly 2018-04-15Michael Wright-2/+0
2018-04-11Merge pull request #2661 from devonhollowood/ptr-ptr-castsOliver Schneider-0/+14
2018-04-11Fix misaligned_transmute lintDevon Hollowood-0/+14
2018-04-04Remove uses of ExprKind::InplaceManish Goregaokar-3/+1
2018-03-16Apply clippy suggestionsMateusz Mikuła-2/+2
2018-01-28Rustup to rustc 1.25.0-nightly (7d6e5b9da 2018-01-27)Seiichi Uchida-3/+2
2018-01-18Suggest removing inline attributesRyan Cumming-0/+31
2017-11-05Cargo fmttopecongiro-10/+12
2017-11-03&Selfsinkuu-6/+6
2017-11-03Fix testsinkuu-6/+6
2017-09-28Use ..= in the suggestionManish Goregaokar-1/+1
2017-09-28Rust upgrade to rustc 1.22.0-nightly (0e6f4cf51 2017-09-27)Manish Goregaokar-4/+4
2017-09-05Run nightly rustfmtOliver Schneider-21/+37
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-9/+3
2017-08-30Rustup (fixes #2002)Oliver Schneider-1/+3
2017-08-21Run Dogfood for `use_self`Oliver Schneider-4/+6
2017-08-14RustfmtOliver Schneider-20/+42
2017-07-13Use token_to_string instead of binop_to_stringMatt Kraai-2/+3
2017-03-16Rustup: Add ExprKind::CatchAndre Bogus-0/+1
2017-02-20Rename lint to needless_take_by_valuesinkuu-1/+1
2017-01-18rustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)Mrmaxmeier-1/+1
2017-01-17apply rustfmtOliver Schneider-9/+8
2016-12-21rustfmt fallout in doc commentsOliver Schneider-2/+2
2016-12-21rustfmt round nOliver Schneider-1/+2
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-53/+36
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-3/+3
2016-10-03Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*mcarton-1/+1
2016-08-23Typomcarton-4/+4
2016-08-23Deny `missing_docs_in_private_items` in some modulesmcarton-0/+20
2016-08-08add suggestions to clone_on_copyOliver Schneider-1/+7
2016-07-10Fix suggestions for `NEW_WITHOUT_DEFAULT`mcarton-6/+89
2016-07-06Address PR's commentsmcarton-2/+2
2016-07-04Use `sugg::Sugg` in transmute linksmcarton-0/+6
2016-07-03Use `utils::sugg` in `match` related lintsmcarton-0/+5
2016-07-02Use `utils::sugg` in swap lintsmcarton-35/+45
2016-07-01Use `utils::sugg` in `FOR_KV_MAP`mcarton-6/+14
2016-07-01Add more sugggestion-building functionsmcarton-20/+68
2016-07-01Rustup to ea0dc9297283daff6486807f43e190b4eb561412 IIImcarton-1/+1
2016-07-01Use `utils::sugg` in `TOPLEVEL_REF_ARG`mcarton-0/+5
2016-07-01Use `utils::sugg` in `MATCH_BOOL`mcarton-0/+16