]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-04-14 mcartonUpdate changelog
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-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-11 mcartonAdd a changelog file
2016-04-08 Martin CartonMerge pull request #845 from Manishearth/rustup
2016-04-08 mcartonBump to 0.0.63
2016-04-08 mcartonRustup to 1.9.0-nightly (7979dd608 2016-04-07)
2016-04-08 mcartonBump to 0.0.62
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 mcartonBump to 0.0.61
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 tests for eq and neq invalid upcast comparisons
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 CramerAdded > and >= tests for upcast comparisons
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 GoregaokarBump to 0.0.60
2016-04-01 Manish GoregaokarAdd regression test for #825
2016-04-01 Manish GoregaokarIgnore pathological cases in boolean lint (#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-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 mcartonBump to 0.0.59
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 Manish GoregaokarAdd token
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 Schneidera small refactoring for readability
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 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 Schneiderbugfix in quine-mc_cluskey 0.2.1
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 Benjamin KampmannAdd Post-Success script to build clippy-service
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 mcartons/cx.span_lint/span_lint(cx, /
2016-03-28 mcartonLint transmute from ptr to ref
2016-03-27 Manish GoregaokarUpdate contributing with new links
2016-03-27 Manish GoregaokarBump to 0.0.58
2016-03-27 Manish GoregaokarFix ICE
next