summary refs log tree commit diff
path: root/bit_field/bit_field_derive
Commit message (Expand)AuthorAge
* 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
* Run `cargo fmt`Miriam Zimmerman2019-02-16
* bitfield: Documentation and simplificationsDavid Tolnay2019-01-03
* bitfield: update bitfield structs and support boolJingkui Wang2018-12-19
* bitfield: reformat with cargo fmtDaniel Verkamp2018-12-12
* macros: Clean up bitfield macro by replacing the input itemDavid Tolnay2018-12-09
* macros: Format code inside of quote! invocationsDavid Tolnay2018-11-21
* macros: Update syn to 0.15David Tolnay2018-11-21
* bitfield: Add fmt::DebugJingkui Wang2018-08-07
* crosvm: Add bit_field_deriveJingkui Wang2018-08-03