]> git.lizzy.rs Git - rust.git/history - src/booleans.rs
Merge pull request #938 from Manishearth/fix-876
[rust.git] / src / booleans.rs
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-01 Manish GoregaokarMerge pull request #826 from Manishearth/patho-bool
2016-04-01 Manish GoregaokarIgnore pathological cases in boolean lint (#825)
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 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