]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-06-09 mcartonRun rustfmt
2016-06-09 mcartonCleanup
2016-06-09 llogiqMerge pull request #999 from Manishearth/whitelist
2016-06-09 mcartonFix suggestions for `REVERSE_RANGE_LOOP`
2016-06-09 mcartonFix false-positive in `LET_AND_RETURN`
2016-06-09 mcartonFix yet another FP in `USELESS_LET_IF_SEQ`
2016-06-09 mcartonWhitelist Nan in `DOC_MARKDOWN`
2016-06-09 Manish GoregaokarMerge pull request #996 from Manishearth/feature
2016-06-09 Manish GoregaokarMerge pull request #997 from carols10cents/include...
2016-06-08 Carol (Nichols... Include `consts` in the approx_consts lint for easier...
2016-06-08 mcartonAutomatically defines the `clippy` feature
2016-06-08 llogiqMerge pull request #993 from Manishearth/rustup
2016-06-08 mcartonBump to 0.0.75
2016-06-08 mcartonRustup to *1.11.0-nightly (763f9234b 2016-06-06)*
2016-06-07 llogiqMerge pull request #983 from Manishearth/fix-tests
2016-06-07 mcartonBump `compiletest_rs` to 0.2
2016-06-07 mcartonAdd missing suggestions and help message to tests
2016-06-07 mcartonUse `span_suggestion` for `WHILE_LET_ON_ITERATOR`
2016-06-07 mcartonFix span in `REVERSE_RANGE_LOOP`’s suggestion
2016-06-07 mcartonFix typo in `REVERSE_RANGE_LOOP`’s suggestion
2016-06-07 mcartonFix wrong tests and improve some other
2016-06-07 mcartonBump to 0.0.74
2016-06-06 Martin CartonMerge pull request #988 from oli-obk/metadata3
2016-06-06 Oliver Schneiderclippy should work on all systems
2016-06-06 Oliver Schneiderdon't abort after successfully linting a target
2016-06-06 Oliver Schneidersimply parse unknown json-strings as strings instead...
2016-06-05 Manish GoregaokarMerge pull request #986 from Manishearth/disable-wiki...
2016-06-05 mcartonAdd environment variable to deactivate wiki links
2016-06-05 Martin CartonMerge pull request #987 from Manishearth/fix-985
2016-06-05 mcartonBump to 0.0.73
2016-06-05 mcartonFix false-positive in `USELESS_LET_IF_SEQ`
2016-06-05 llogiqMerge pull request #984 from Manishearth/fix-swap
2016-06-05 mcartonCleanup, use `matches!` some more
2016-06-05 mcartonRemove useless `if_let_chain`
2016-06-05 mcartonFix wrong suggestion with `MANUAL_SWAP` and slices
2016-06-05 Manish GoregaokarMerge pull request #982 from Manishearth/fix-swap
2016-06-05 mcartonFix wrong suggestion in `MANUAL_SWAP`
2016-06-04 Martin CartonMerge pull request #980 from dtolnay/release
2016-06-04 David TolnayRelease 0.0.72
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-06-03 llogiqMerge pull request #979 from Manishearth/fx-975
2016-06-03 mcartonCorrectly check for variable use in `useless_let_if_seq`
2016-06-03 Martin CartonMerge pull request #978 from Manishearth/fx-977
2016-06-03 Manish GoregaokarMake new_without_default ignore const fns; fixes #977
2016-06-02 Martin CartonMerge pull request #974 from oli-obk/metadata2
2016-06-02 Oliver Schneiderno indexing
2016-06-02 Oliver Schneiderprocess more kinds of metadata
2016-06-02 Martin CartonMerge pull request #972 from Manishearth/fix-953
2016-06-01 Andre Bogusonly lint `new_without_default` for public items
2016-05-31 mcartonFix CHANGELOG
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 mcartonBump to 0.0.71
2016-05-31 Andre Bogusadded missing PatKind::Path + tests
2016-05-31 Andre Bogusanother one. Somehow I failed to correctly commit
2016-05-31 Andre Bogusadded mcarton's test suggestion
2016-05-31 Andre Bogusdogfood error in consts fixed
2016-05-31 Andre Bogusadditional error in copies test annotated
2016-05-31 Andre Boguss/PatKind::Ident/PatKind::Binding/g
2016-05-31 llogiqMerge pull request #960 from oli-obk/libbin
2016-05-31 Oliver Schneiderleave the clippy_lints directory after testing
2016-05-30 Oliver Schneideradd version check to the unit tests
2016-05-30 Oliver Schneidertravis should check `clippy-lints`
2016-05-30 Oliver Schneiderdogfood
2016-05-30 Oliver Schneiderdon't require `cargo clippy` to pass a `--lib` or ...
2016-05-29 Manish GoregaokarMerge pull request #814 from Manishearth/let_mut_if
2016-05-29 mcartonAdd a `USELESS_LET_IF_SEQ` lint
2016-05-29 Andre Bogusran update_lints.py
2016-05-29 Andre BogusMerge branch 'pr-961'
2016-05-28 mcartonAdd a README for `clippy_lints`
2016-05-28 Martin CartonMerge pull request #958 from Manishearth/rustup
2016-05-28 mcartonBump to 0.0.70
2016-05-28 mcartonRustup to *1.10.0-nightly (7bddce693 2016-05-27)*
2016-05-28 mcartonFix `doc_markdown` and multiline quotes and links
2016-05-28 mcartonImprove markdown parsing for the doc lint
2016-05-27 Georg BrandlEnsure the correct clippy_lints dependency version.
2016-05-27 Georg BrandlSome Python style nits.
2016-05-27 mcartonFix wiki links and `char_lit_as_u8`
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy
2016-05-27 Martin CartonMerge pull request #957 from oli-obk/needs_borrow
2016-05-27 Oliver Schneiderneedless_borrow reported on &&T when only &T implements...
2016-05-25 mcartonFix documentation
2016-05-25 llogiqMerge pull request #955 from Manishearth/regexes
2016-05-25 mcartonSupport `RegexBuilder`
2016-05-25 mcartonLint binary regexes
2016-05-25 Manish GoregaokarMerge pull request #954 from oli-obk/ininneffective_uns...
2016-05-25 Oliver Schneiderfix no_effect lint
2016-05-25 Martin CartonMerge pull request #940 from oli-obk/simplify/mut_mut
2016-05-25 Oliver Schneidersimplify `mut_mut` lint
2016-05-24 llogiqMerge pull request #938 from Manishearth/fix-876
2016-05-24 Andre BogusSplit `new_without_default` and `new_without_default_de...
2016-05-24 Manish GoregaokarMerge pull request #948 from BenoitZugmeyer/cargo-clipp...
2016-05-23 Benoît ZugmeyerLet cargo-clippy exit with a code > 0 if some error...
2016-05-23 Martin CartonMerge pull request #944 from Manishearth/rustup
2016-05-23 mcartonBump to 0.0.69
2016-05-23 mcartonRustup to *1.10.0-nightly (476fe6eef 2016-05-21)*
2016-05-23 mcartonRustup to *1.10.0-nightly (764ef92ae 2016-05-19)*
2016-05-23 mcartonRustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
2016-05-18 Manish GoregaokarMerge branch 'pr-942'
2016-05-17 mcartonBump to 0.0.68
next