index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
2022-12-04
Cleanup old Clippy directives.
Alan Somers
2022-05-31
Ignore doctests for unexported macros
Alex Rawson
2022-05-13
Fix "unused_macro_rules" warnings with the latest nightly compiler.
Alan Somers
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-08-13
Fix warnings with Rust 1.46.0 - 1.51.0, inclusive
Alan Somers
2021-08-09
Optionally implement TryFrom in libc_enum!
Alan Somers
2021-04-04
Use memoffset::offset_of instead of homegrown macro
Alan Somers
2020-06-27
Make sys::socket::sockaddr_storage a safe function
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
2019-09-04
Simplify implementation of libc_enum! with vis metavariables
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2017-12-10
Expand derives for all libc_bitflags! use
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-08-27
Support casting values in libc_enum!
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-07-10
Add a libc_enum! macro
Bryant Mairs
2017-07-04
Allow casting a flag to a type in libc_bitflags!
roblabla
2017-06-18
Update bitflags to 0.9
equal-l2
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-11-18
Fix Unix domain sockets.
Alan Somers
2016-03-16
Add libc_bitflags convenience macro
Kamal Marhubi