]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #2696 from nathan/patch-1
[rust.git] / src /
2016-06-21 Manish GoregaokarRevert "fix cargo clippy when using with `--manifest...
2016-06-21 Manish GoregaokarMerge pull request #1028 from oli-obk/manifest_path
2016-06-21 Oliver Schneiderfix cargo clippy when using with `--manifest-path`
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonCleanup dependencies and features
2016-06-09 mcartonDogfood
2016-06-09 mcartonRun rustfmt
2016-06-09 llogiqMerge pull request #999 from Manishearth/whitelist
2016-06-09 Manish GoregaokarMerge pull request #996 from Manishearth/feature
2016-06-08 mcartonAutomatically defines the `clippy` feature
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-04 llogiqMerge pull request #962 from Manishearth/fix-doc
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-05-31 llogiqMerge pull request #960 from oli-obk/libbin
2016-05-30 Oliver Schneideradd version check to the unit tests
2016-05-30 Oliver Schneiderdogfood
2016-05-30 Oliver Schneiderdon't require `cargo clippy` to pass a `--lib` or ...
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 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 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 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 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 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 mcartonFix tests
2016-05-06 llogiqMerge pull request #903 from oli-obk/master
2016-05-06 Oliver Schneiderfix markdown generated from code
2016-05-05 llogiqMerge pull request #901 from Manishearth/doc
2016-05-05 mcartonDon’t warn in titles in DOC_MARKDOWN
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 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
2016-04-24 Manish GoregaokarImprove new_without_default docs
2016-04-23 llogiqMerge pull request #872 from oli-obk/cc_result
2016-04-23 Oliver 'ker' Schneidercc: early returns are special
next