]> git.lizzy.rs Git - rust.git/history - tests
Update changelog
[rust.git] / 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
2016-03-17 Oliver Schneiderfix `Eq`+`Hash` for `Constant`
2016-03-17 Oliver Schneiderrefactor clippy-consts to use ConstInt
2016-03-16 Martin CartonMerge pull request #773 from mcarton/rustup
2016-03-16 mcartonTemporary fix for rustc warning false-positive?
2016-03-15 Manish GoregaokarMerge pull request #767 from mcarton/fix-ice
2016-03-15 mcartonFix problem in PANIC_PARAMS with inner `format!`
2016-03-15 mcartonUse `span_suggestion` in `STRING_LIT_AS_BYTES`
2016-03-15 mcartonFix ICE in `OUT_OF_BOUNDS_INDEXING` with ranges
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Manish GoregaokarRust upgrade to rustc 1.9.0-nightly (74b886ab1 2016...
2016-03-14 Martin CartonMerge pull request #764 from oli-obk/fix/cc/multi_diverge
2016-03-14 Oliver Schneiderprevent cc lint from panicking on unreachable code
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 llogiqMerge pull request #760 from mcarton/small-fix
2016-03-12 mcartonFix false-positive in `panic_params`
2016-03-12 mcartonAdd `str` to types considered by `len_zero`
2016-03-12 mcartonLint function with too many arguments
2016-03-12 mcartonWhite-list `third-party` in conf files
2016-03-12 mcartonAdd a `BLACKLISTED_NAME` lint
2016-03-12 mcartonStart implementing a configuration file
2016-03-11 mcartonMerge branch 'aochagavia-indexing_slicing'
2016-03-11 mcartonSmall nits on INDEXING_SLICING
next