summary refs log tree commit diff
path: root/bit_field (follow)
Commit message (Expand)AuthorAge
* Remove unnecessary "extern crate" linesAlyssa Ross2020-04-11
* Update syn, quote, and proc-macro past 1.0Dylan Reid2020-02-06
* crosvm: update xhci abi to use new bit_field featuresJingkui Wang2019-05-25
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* Silence non_upper_case_globals warnings in macrosDaniel Verkamp2019-04-09
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update bit_field and bit_field_derive to 2018 editionDavid Tolnay2019-04-07
* 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