]> git.lizzy.rs Git - rust.git/history - tests
don't lint similar_names inside #[test] functions
[rust.git] / tests /
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 mcartonFix paths resolution
2016-04-23 llogiqMerge pull request #872 from oli-obk/cc_result
2016-04-23 Oliver 'ker' Schneidercc: early returns are special
2016-04-23 llogiqMerge pull request #867 from Manishearth/#830
2016-04-21 Manish GoregaokarMerge pull request #868 from cramertj/master
2016-04-21 Taylor CramerLimited mem_forget error to only Drop types (fails)
2016-04-21 Taylor CramerChanged std::mem::forget errors to mem::forget
2016-04-20 Taylor CramerAdded lint for mem_forget
2016-04-20 mcartonCheck type for `SINGLE_CHAR_PATTERN`
2016-04-20 Martin CartonMerge pull request #866 from cramertj/master
2016-04-20 Taylor CramerExpanded tests for unsafe_removed_from_name
2016-04-19 Taylor CramerAdded lint for use imports which remove unsafe from...
2016-04-17 llogiqadd neg_multiply lint (#862)
2016-04-17 Martin CartonMerge pull request #861 from birkenfeld/issue859
2016-04-17 Georg BrandlMake if_not_else lint Allow by default (fixes #859)
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonFix regex tests
2016-04-14 mcartonAdd a `TEMPORARY_CSTRING_AS_PTR` lint
2016-04-14 mcartonIgnore `#[test]` fns in `cyclomatic_complexity`
2016-04-13 Martin CartonMerge pull request #855 from Manishearth/doc
2016-04-13 mcartonRemove `#[feature(deprecated)]`
2016-04-13 mcartonMore tests in `DOC_MARKDOWN`
2016-04-12 Manish GoregaokarMerge pull request #851 from Manishearth/doc
2016-04-11 mcartonFix FP with `DOC_MARKDOWN` and reference links
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-04 llogiqMerge pull request #836 from Manishearth/doc
2016-04-04 mcartonFix false positive with `DOC_MARKDOWN` and `32MiB`
2016-04-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 mcartonSmall fixes in #802
2016-04-02 Taylor CramerAdded tests for eq and neq invalid upcast comparisons
2016-04-02 Taylor CramerAdded > and >= tests for upcast comparisons
2016-04-02 Taylor CramerInvalid upcast comparison cleanup
2016-04-02 Taylor CramerTests passing for invalid_upcast_comparisons
2016-04-02 Taylor CramerInitial attempt at linting invalid upcast comparisons
2016-04-01 Manish GoregaokarMerge pull request #826 from Manishearth/patho-bool
2016-04-01 Manish GoregaokarMerge pull request #824 from mcarton/doc
2016-04-01 Manish GoregaokarAdd regression test for #825
2016-04-01 mcartonRustup to 1.9.0-nightly (e1195c24b 2016-03-31)
2016-04-01 mcartonFix false positive with `DOC_MARKDOWN` and links
2016-03-31 llogiqMerge pull request #819 from oli-obk/more_whitelisted_names
2016-03-31 Oliver Schneiderwhitelist more non-expressive-name false positives
2016-03-31 Martin CartonMerge pull request #821 from mcarton/rustup
2016-03-31 mcartonRustup to 1.9.0-nightly (30a3849f2 2016-03-30)
2016-03-30 llogiqMerge pull request #817 from mcarton/eta
2016-03-30 mcartonFix FP in `REDUNDANT_CLOSURE` with divergent functions
2016-03-30 Martin CartonMerge pull request #813 from oli-obk/fix/non_expressive...
2016-03-30 Oliver Schneiderbetter whitelisting of "confusable" binding names
2016-03-30 Oliver Schneiderdon't lint on binding names where only a numeric char...
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-29 Oliver Schneider`!(a == b)` --> `a != b`
2016-03-29 Oliver Schneideradded brackets and fixed compiler comments
2016-03-29 Oliver Schneideraccidentally forgot about improvements if there were...
2016-03-29 Oliver Schneidermore tests
2016-03-29 Oliver Schneiderdetect negations of terminals like a != b vs a == b
2016-03-29 Oliver Schneidermake sure `a < b` and `a >= b` are considered equal...
2016-03-29 Oliver Schneideradd tests showing the current level of minimization...
2016-03-29 Oliver Schneidercollect stats on bool ops and negations in an expression
2016-03-29 Oliver Schneidernegations around expressions can make things simpler
2016-03-29 Oliver Schneiderdifferentiate between logic bugs and optimizable expres...
2016-03-29 Oliver Schneidertreat macros as terminals to prevent `cfg!` from giving...
2016-03-29 Oliver Schneiderbugfix in quine-mc_cluskey 0.2.1
2016-03-29 Oliver Schneiderfallout and tests
2016-03-29 Oliver Schneiderbetter simplification
2016-03-29 Manish GoregaokarMerge pull request #808 from mcarton/copies
2016-03-28 mcartonFix false positive in `MATCH_SAME_ARMS` and guards
2016-03-28 llogiqMerge pull request #807 from mcarton/vec
2016-03-28 mcartonAdd `for _ in vec![…]` to the `USELESS_VEC` lint
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonAddress nits in DOC_MARKDOWN
2016-03-28 mcartonImprove the DOC_MARKDOWN lint
2016-03-28 mcartonAdd a lint for bad documentation formatting
2016-03-28 mcartonBeautify more docs
2016-03-28 mcarton`chmod -x` test files
2016-03-28 mcartonFix some spelling mistakes here and there
2016-03-28 llogiqMerge pull request #801 from mcarton/transmute
2016-03-28 mcartonLint transmute from ptr to ref
2016-03-26 Manish GoregaokarMerge pull request #803 from Manishearth/fixes
2016-03-26 Manish GoregaokarAdd test for new() -> Self<'static>
2016-03-24 llogiqMerge pull request #797 from cramertj/master
2016-03-24 Taylor CramerAdded crosspointer transmute error and tests
2016-03-24 Manish GoregaokarMerge pull request #795 from mcarton/deprecated
2016-03-24 mcartonDeprecates 4 lints
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-18 llogiqMerge pull request #778 from mcarton/fix-new_without_de...
2016-03-18 mcartonFix `new_without_default` with lts and generics
2016-03-18 Oliver Schneiderupdate for compiletest update
2016-03-18 Oliver Schneideruse snippet_opt and span_suggestion
2016-03-18 Oliver Schneiderimprove needless_bool to catch odd construct in non_exp...
2016-03-18 Oliver Schneiderrefactor for speed
2016-03-18 Oliver Schneiderfix and rebase
2016-03-18 Oliver Schneiderrefactoring and bugfix
2016-03-18 Oliver Schneiderlint on too many single character bindings
2016-03-18 Oliver Schneidersuggest inserting underscores for simple cases
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-17 Martin CartonMerge pull request #772 from oli-obk/const_int
next