]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Auto merge of #3596 - xfix:remove-crate-from-paths, r=flip1995
[rust.git] / clippy_lints / src /
2018-12-29 borsAuto merge of #3596 - xfix:remove-crate-from-paths...
2018-12-29 borsAuto merge of #3595 - xfix:mark-writes-to-constant...
2018-12-29 Konrad BorowskiRemove crate:: prefixes from crate paths
2018-12-29 Konrad BorowskiSupport array indexing expressions in unused write...
2018-12-29 Konrad BorowskiMark writes to constants as side-effect-less
2018-12-29 borsAuto merge of #3592 - xfix:remove-unsafe-from-consts...
2018-12-28 Konrad BorowskiRemove unsafe from consts clippy lints
2018-12-28 borsAuto merge of #3561 - fuerstenau:master, r=oli-obk
2018-12-28 Peter FürstenauMerge remote-tracking branch 'upstream/master'
2018-12-28 borsAuto merge of #3587 - flip1995:ui-testing, r=phansch
2018-12-28 borsAuto merge of #3591 - flip1995:rustup, r=phansch
2018-12-28 flip1995Match on ast/hir::ExprKind::Err
2018-12-27 borsAuto merge of #3589 - flip1995:contrib_inactive_prs...
2018-12-27 borsAuto merge of #3577 - daxpedda:master, r=flip1995
2018-12-27 borsAuto merge of #3578 - matthiaskrgr:rustc_tools_util...
2018-12-27 borsAuto merge of #3585 - matthiaskrgr:rustup, r=phansch
2018-12-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57069
2018-12-26 borsAuto merge of #3579 - matthiaskrgr:tool_lints, r=flip1995
2018-12-26 daxpeddaRustfmt.
2018-12-26 borsAuto merge of #3580 - matthiaskrgr:trivial_typos, r...
2018-12-25 Matthias Krügerfix a couple of ftrivial typos (NFC).
2018-12-25 Philipp KronesFix macro detection in `empty_loop`.
2018-12-25 daxpeddaChanged `macro_backtrace()` to `in_macro()`.
2018-12-24 daxpeddaFix lint detection on macro expansion.
2018-12-23 borsAuto merge of #3576 - matthiaskrgr:rustup, r=oli-obk
2018-12-23 Oliver SchererFIXME > TODO
2018-12-23 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/56992
2018-12-22 borsAuto merge of #3573 - Vlad-Shcherbina:map_clone_caveat...
2018-12-22 borsAuto merge of #3341 - HMPerson1:possibly_missing_else...
2018-12-22 Vlad-ShcherbinaDocument map_clone known problems #498
2018-12-22 borsAuto merge of #3570 - muth:master, r=phansch
2018-12-22 borsAuto merge of #3569 - phansch:update_contributing,...
2018-12-22 Mark Nieweglowskipanic at map_unit_fn.rs:202 for map() without args
2018-12-21 HMPerson1Workaround rust-lang/rust#43081
2018-12-21 HMPerson1Teach `suspicious_else_formatting` about `if .. {....
2018-12-20 borsAuto merge of #3564 - alexcrichton:rustc-driver, r...
2018-12-19 borsAuto merge of #3566 - kinnison:kinnison/typofix, r...
2018-12-19 Daniel Silverstonemutex_atomic: Correct location of AtomicBool and friends
2018-12-19 Peter FürstenauOnly print out question_mark lint when it actually...
2018-12-19 Peter FürstenauReinserted commata
2018-12-19 borsAuto merge of #3552 - phansch:make_integration_tests_fa...
2018-12-19 borsAuto merge of #3546 - matthiaskrgr:fix_install, r=oli-obk
2018-12-18 borsAuto merge of #3554 - klausi:module_name_repeat, r...
2018-12-18 Peter FürstenauRecomend `.as_ref()?` in certain situations
2018-12-18 Peter FürstenauDeduplicate some code?
2018-12-18 borsAuto merge of #3556 - lucasloisp:bool-ord-comparison...
2018-12-18 borsAuto merge of #3557 - detrumi:allow_asref_adjustments...
2018-12-17 Wilco KuseeDo not mark as_ref as useless if it's followed by a...
2018-12-17 Lucas LoisChanges lint sugg to bitwise and operator `&`
2018-12-17 flip1995Rename lint to MODULE_NAME_REPETITIONS
2018-12-17 flip1995Move renaming to the right place
2018-12-17 borsAuto merge of #3555 - daxpedda:master, r=oli-obk
2018-12-17 Lucas LoisImplements lint for order comparisons against bool
2018-12-16 Klaus Purerfix(module_name_repeat): Try to register renamed lint...
2018-12-16 daxpeddaFix `implicit_return` false positives.
2018-12-16 Klaus Purerchore(moduel_name_repeat): Rename stutter lint to modul...
2018-12-14 borsAuto merge of #3545 - Kampfkarren:vec_boxed_sized,...
2018-12-14 borsAuto merge of #3549 - flip1995:rustup, r=oli-obk
2018-12-14 flip1995rustup rust-lang/rust#52994
2018-12-14 borsAuto merge of #3531 - mikerite:fix-3514, r=phansch
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-13 KampfkarrenLine length fix
2018-12-13 KampfkarrenRemove references to sized for end users
2018-12-13 KampfkarrenRemove DUMMY_SP
2018-12-13 KampfkarrenAdd suggestion for replacement
2018-12-13 KampfkarrenLint for Vec<Box<T: Sized>> - Closes #3530
2018-12-12 borsAuto merge of #3535 - sinkuu:fixes, r=phansch
2018-12-12 borsAuto merge of #3510 - phansch:fix_doc_markdown_mixed_ca...
2018-12-12 Philipp HanschFix doc_markdown mixed case false positive
2018-12-12 borsAuto merge of #3450 - phansch:structured_sugg_for_expli...
2018-12-12 borsAuto merge of #3544 - flip1995:rollup, r=flip1995
2018-12-12 Philipp KronesRollup merge of #3540 - matthiaskrgr:rustup, r=flip1995
2018-12-12 Philipp KronesRollup merge of #3539 - flip1995:travis_osx_fix, r...
2018-12-12 Philipp KronesRollup merge of #3509 - phansch:fix_doc_markdown_bugs...
2018-12-12 Shotaro Yamadaquestion_mark: Suggest Some(opt?) for if-else
2018-12-12 Shotaro Yamadaredundant_field_names: Do not trigger on path with...
2018-12-12 Shotaro Yamadaquestion_mark: Lint only early returns
2018-12-12 Shotaro Yamadaquestion_mark: Fix applicability
2018-12-12 Philipp HanschFix doc_markdown off by one issue
2018-12-12 Shotaro Yamadanew_without_default, partialeq_ne_impl: Use span_lint_node
2018-12-12 borsAuto merge of #3533 - phansch:add_to_doc_valid_idents...
2018-12-12 Philipp Hanschcargo fmt and remove stabilized feature
2018-12-12 Philipp HanschMake suggestion Applicability::MachineApplicable
2018-12-12 Philipp HanschAddress review feedback
2018-12-12 Philipp HanschExtract method
2018-12-12 Philipp HanschCheck array lengths to prevent OOB access
2018-12-12 Philipp HanschAdd suggestion for explicit_write lint
2018-12-11 Philipp HanschAdd 'CamelCase' to doc_valid_idents
2018-12-11 borsAuto merge of #3527 - phansch:update_readme2, r=matthia...
2018-12-11 Michael WrightFix write_with_newline escaping false positive
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-10 borsAuto merge of #3511 - phansch:remove_allow_doc_markdown...
2018-12-10 borsAuto merge of #3518 - sinkuu:redundant_clone_tw, r...
2018-12-10 Shotaro YamadaOnly check the assignment found at last
2018-12-10 Shotaro YamadaAdd comment and rename
2018-12-09 Shotaro YamadaApply redundant_clone on clippy
2018-12-09 Shotaro YamadaLint redundant clone of projection
2018-12-09 Philipp HanschMerge pull request #3517 from phansch/add_fast_finish
2018-12-09 Philipp HanschMerge pull request #3516 from phansch/remove_run_rustfi...
2018-12-09 Philipp HanschMerge pull request #3515 from matthiaskrgr/fmt
next