]> git.lizzy.rs Git - rust.git/history - src/bit_mask.rs
all: make style of lint messages consistent
[rust.git] / src / bit_mask.rs
2015-08-12 Georg Brandlall: make style of lint messages consistent
2015-08-11 Manish GoregaokarMerge pull request #127 from birkenfeld/better-helptext...
2015-08-11 Manish GoregaokarMerge pull request #128 from birkenfeld/whitespace...
2015-08-11 Georg Brandlall: whitespace cleanup
2015-08-11 Manish GoregaokarMerge branch 'pr-78'
2015-07-26 Manish GoregaokarBasic framework for structured logging
2015-06-06 llogiqMerge pull request #90 from Manishearth/bit_mask
2015-06-06 llogiqfixed issue #88 in bit_mask
2015-05-23 llogiqMerge pull request #66 from Manishearth/refactoring
2015-05-23 llogiqFormatting fixed
2015-05-22 llogiqanother refactoring, using more fitting Option methods...
2015-05-21 llogiqMerge pull request #65 from Manishearth/cmp_owned
2015-05-21 llogiqMerge pull request #64 from Manishearth/refactoring
2015-05-21 llogiqrefactored Option usage and fn argument types, improved...
2015-05-15 llogiqMerge pull request #55 from Manishearth/ineffective_bit...
2015-05-15 llogiqAdded 'ineffective bit mask' lint
2015-05-07 Manish GoregaokarMerge pull request #51 from pythonesque/fix-const-lookup
2015-05-07 Joshua YanovskiFix panic during constant lookup.
2015-05-04 llogiqAdded check for zero bitmask and uncommon directions...
2015-04-30 llogiqAdded constant lookup (with help from Manish) to bad_bi...
2015-04-30 Manish GoregaokarMerge pull request #34 from llogiq/master
2015-04-30 llogiqAdded eq_op and bad_bit_mask from the extra_lints proje...