summaryrefslogtreecommitdiff
path: root/src/macros.rs
AgeCommit message (Expand)Author
2023-02-09Rustier kqueue APIAlan Somers
2022-12-04Cleanup old Clippy directives.Alan Somers
2022-05-31Ignore doctests for unexported macrosAlex Rawson
2022-05-13Fix "unused_macro_rules" warnings with the latest nightly compiler.Alan Somers
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-08-13Fix warnings with Rust 1.46.0 - 1.51.0, inclusiveAlan Somers
2021-08-09Optionally implement TryFrom in libc_enum!Alan Somers
2021-04-04Use memoffset::offset_of instead of homegrown macroAlan Somers
2020-06-27Make sys::socket::sockaddr_storage a safe functionAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-09-04Simplify implementation of libc_enum! with vis metavariablesAlan Somers
2019-08-29Clippy cleanupAlan Somers
2017-12-10Expand derives for all libc_bitflags! useBryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-08-27Support casting values in libc_enum!Bryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-07-10Add a libc_enum! macroBryant Mairs
2017-07-04Allow casting a flag to a type in libc_bitflags!roblabla
2017-06-18Update bitflags to 0.9equal-l2
2017-02-16Update bitflags to 0.7Simon Sapin
2016-11-18Fix Unix domain sockets.Alan Somers
2016-03-16Add libc_bitflags convenience macroKamal Marhubi