summary refs log tree commit diff
path: root/bit_field/src
Commit message (Expand)AuthorAge
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* improve bitfield type safety by allowing tuple struct fieldJingkui Wang2019-04-03
* implement bitfield for enum with a widthJingkui Wang2019-03-28
* Change default field type to setter/getter types and remove generatedJingkui Wang2019-03-28
* bitfield: Support BitFieldSpecifier for enumsDavid Tolnay2019-03-17
* bitfield: Documentation and simplificationsDavid Tolnay2019-01-03
* bitfield: update bitfield structs and support boolJingkui Wang2018-12-19
* macros: Clean up bitfield macro by replacing the input itemDavid Tolnay2018-12-09
* crosvm: Add bit_field_deriveJingkui Wang2018-08-03