]> git.lizzy.rs Git - rust.git/history - src
Update changelog
[rust.git] / src /
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 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-11 Martin CartonMerge pull request #850 from Manishearth/note_31439
2016-04-11 Andre Bogusadd a note of rust-lang/rust/#31439 to the wiki text
2016-04-11 mcartonMarkdownify more doc
2016-04-11 Martin CartonMerge pull request #843 from Manishearth/changelog
2016-04-08 Martin CartonMerge pull request #845 from Manishearth/rustup
2016-04-08 mcartonRustup to 1.9.0-nightly (7979dd608 2016-04-07)
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-03 Martin CartonMerge pull request #833 from mcarton/rustup
2016-04-03 mcartonRustup to 1.9.0-nightly (5ab11d72c 2016-04-02)
2016-04-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 mcartonSmall fixes in #802
2016-04-02 mcartonRustup PR #802
2016-04-02 Taylor CramerAdded eq and neq handling to invalid upcast comparisons
2016-04-02 Taylor CramerReverted to manual implementation of PartialEq for...
2016-04-02 Taylor CramerErased numeric type to reduce branching
2016-04-02 Taylor CramerInvalid upcast comparison cleanup
2016-04-02 Taylor CramerTests passing for invalid_upcast_comparisons
2016-04-02 Taylor CramerUpdated lints with script
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 GoregaokarIgnore pathological cases in boolean lint (#825)
2016-04-01 mcartonFix false positive with `DOC_MARKDOWN` and links
2016-04-01 mcartonImprove the `match_same_arms` doc
2016-04-01 llogiqMerge pull request #822 from Manishearth/fix-820
2016-04-01 Andre Bogusfix #820
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 Oliver Schneiderminor code readability improvements
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-30 Oliver Schneidermake `nonminimal_bool` allow-by-default
2016-03-29 Oliver Schneiderdogfood
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 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 Schneidera small refactoring for readability
2016-03-29 Oliver Schneidercollect stats on bool ops and negations in an expression
2016-03-29 Oliver SchneiderString::extend -> String::push_str
2016-03-29 Oliver Schneiderupdate lints
2016-03-29 Oliver Schneiderif a < b { ... } if a >= b { ... } what am I doing?
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 Schneiderfallout and tests
2016-03-29 Oliver Schneidermerge multiple equal terminals into one
2016-03-29 Oliver Schneiderimprove lint attribute detail
2016-03-29 Oliver Schneideralso compute minimal product of sum form
2016-03-29 Oliver Schneiderimprove bracket display
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 mcartonFix some spelling mistakes here and there
2016-03-28 llogiqMerge pull request #801 from mcarton/transmute
2016-03-28 mcartons/cx.span_lint/span_lint(cx, /
2016-03-28 mcartonLint transmute from ptr to ref
2016-03-27 Manish GoregaokarFix ICE
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-26 Manish GoregaokarRm extraneous infcx
2016-03-26 Manish GoregaokarMerge pull request #803 from Manishearth/fixes
2016-03-26 Manish GoregaokarStop using ast_ty_to_ty_cache
2016-03-26 Manish GoregaokarAllow trailing commas in if_let_chain
2016-03-26 Manish GoregaokarFix ICE with unknown defids
2016-03-26 Manish GoregaokarFix ICE with relating late bound regions
2016-03-24 llogiqMerge pull request #797 from cramertj/master
2016-03-24 Taylor CramerCleanup and added transmute to ugly path list
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-24 Martin CartonMerge pull request #794 from Keats/master
2016-03-24 Vincent ProuilletUpdate float_cmp message
2016-03-23 Martin CartonMerge pull request #791 from Jascha-N/fix-fnkind-pattern
2016-03-23 JaschaMatch attributes in FnKind patterns
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-20 Andre Bogusfixed the build
2016-03-20 llogiqMerge pull request #781 from badboy/patch-1
2016-03-20 Jan-Erik RedigerFix typo in new_without_default docu
next