]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-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
2016-05-17 mcartonRustup to *1.10.0-nightly (cd6a40017 2016-05-16)*
2016-05-16 Manish GoregaokarDon't panic if cargo rustc fails
2016-05-16 Martin CartonMerge pull request #934 from Manishearth/allow-upcast
2016-05-16 Manish GoregaokarAllow invalid upcast comparisons
2016-05-13 Martin CartonMerge pull request #928 from oli-obk/unnecessary_operation
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-05-13 llogiqMerge pull request #927 from oli-obk/german_windows_32bit
2016-05-13 Oliver Schneidermake sure compiletest works on windows
2016-05-13 Oliver Schneiderignore the portability test on 32 bit
2016-05-13 Oliver Schneiderdon't check for an exact error message
2016-05-13 Martin CartonMerge pull request #921 from afck/master
2016-05-13 Andreas Facklerfix typos
2016-05-12 Manish GoregaokarMerge pull request #922 from Manishearth/rustup
2016-05-12 mcartonBump to 0.0.67
2016-05-12 mcartonRustup to *1.10.0-nightly (22ac88f1a 2016-05-11)*
2016-05-12 Martin CartonMerge pull request #919 from oli-obk/fix/917
2016-05-12 Oliver Schneiderdon't suggest closures over constants
2016-05-11 llogiqMerge pull request #913 from oli-obk/assign_ops
2016-05-11 llogiqMerge pull request #915 from Manishearth/sysroot
2016-05-11 llogiqMerge pull request #914 from oli-obk/non_expressive_names
2016-05-11 Manish GoregaokarUse rustc --print sysroot, bump to v66
2016-05-11 Oliver Schneideradd known problems
2016-05-11 Oliver Schneidermerge struct similar_name test into the general test...
2016-05-11 Oliver Schneiderproperly lint function argument patterns in similar_names
2016-05-11 Oliver Schneiderdon't lint at the use-site of bad struct field bindings...
2016-05-11 Oliver Schneidersuggest `a op= b` over `a = a op b`
2016-05-10 llogiqMerge pull request #911 from cuviper/rustup
2016-05-10 Josh StoneSupport either rustup or multirust environment variables
2016-05-10 Manish GoregaokarMerge pull request #681 from oli-obk/split
2016-05-09 Martin CartonMerge pull request #908 from sanxiyn/unused-import
2016-05-09 Seo SanghyeonRemove unused imports
2016-05-09 Oliver Schneider`cargo clippy` subcommand
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderfallout
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-05-09 Oliver Schneideradd needless_borrow lint
2016-05-08 Manish GoregaokarMerge pull request #906 from Manishearth/birkenfeld...
2016-05-07 mcartonBump to 0.0.65
2016-05-07 mcartonFix tests
2016-05-06 llogiqMerge pull request #903 from oli-obk/master
2016-05-06 Oliver Schneidermore arguments don't make stuff better
2016-05-06 Oliver Schneiderpass full config path to remark
2016-05-06 Oliver Schneideruse .remarkrc.json for travis
2016-05-06 Oliver Schneiderfix markdown generated from code
2016-05-06 Oliver Schneiderignore some markdown lints
2016-05-06 Oliver Schneiderfix markdown
2016-05-06 Oliver Schneiderfail fast
2016-05-06 Oliver Schneiderrun remark-lint on README.md
next