]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2016-05-05 llogiqMerge pull request #901 from Manishearth/doc
2016-05-05 mcartonDon’t warn in titles in DOC_MARKDOWN
2016-05-05 mcartonTest previously reported false positive
2016-05-05 mcartonFix issue with `DOC_MARKDOWN` and punctuation
2016-05-04 Georg Brandlrustup: fix breakage in diagnostics API
2016-05-02 Martin CartonMerge pull request #891 from oli-obk/doc_precise_spans
2016-05-02 Oliver Schneiderdoc markdown lint shows the exact word location
2016-05-02 Oliver Schneiderdoc markdown lint's span shows the line instead of...
2016-05-02 Manish GoregaokarMerge branch 'pr-890'
2016-05-02 Oliver Schneidersimilar_names should be allow-by-default
2016-05-02 Oliver Schneiderdon't lint similar_names inside #[test] functions
2016-04-30 Manish GoregaokarMerge pull request #889 from Manishearth/fix-887
2016-04-30 Andre Bogusfixed tests, added clippy_restrictions lint group
2016-04-30 Andre Boguslint remainder, document test w/ half expr
2016-04-30 Andre Bogusfix #887: New lints for integer/floating-point arithmetic
2016-04-26 llogiqMerge pull request #882 from Manishearth/rustup
2016-04-26 mcartonUpdate changelog
2016-04-26 mcartonCentralize more paths
2016-04-26 mcartonFix paths resolution
2016-04-25 Manish GoregaokarRustup to rustc 1.10.0-nightly (645dd013a 2016-04-24...
2016-04-24 Martin CartonMerge pull request #875 from Manishearth/fx-doc
next