]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/booleans.rs
Add environment variable to deactivate wiki links
[rust.git] / tests / compile-fail / booleans.rs
2016-06-05 mcartonAdd environment variable to deactivate wiki links
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