summaryrefslogtreecommitdiff
path: root/src/macros.rs
Commit message (Expand)AuthorAgeFilesLines
* Clean up lints around unused macrosAmanieu d'Antras2022-05-231-16/+0
* Allow unused macro rulesAmanieu d'Antras2022-05-161-1/+1
* Suggest the `mach2` crate insteadYuki Okushi2021-11-161-3/+3
* Use ptr::addr_of when availableNoa2021-11-011-0/+16
* Allow attributes in `f!` and related macrosYuki Okushi2020-10-251-10/+16
* af_alg_iv: Move the deprecated attribute to the struct definition and specify...Eduardo Sánchez Muñoz2020-10-161-0/+2
* Make some inline functions like WIFEXITED and WEXITSTATUS const and safeJosh Triplett2020-08-191-0/+30
* Create macros for defining Copy and Clone on psp's enums and parenthetical st...Glenn Hope2020-07-271-0/+30
* Fix feature nameAaron Hill2019-10-281-1/+1
* Add support for declaring 'const fn'Aaron Hill2019-10-271-9/+89
* Deprecate mach APIs: users should use the `mach` crate instead.gnzlbg2019-05-241-0/+38
* Remove more documentation cruftgnzlbg2019-02-201-7/+0
* Cleanup dox messgnzlbg2019-02-131-6/+6
* Fix build on all platformsgnzlbg2019-02-071-20/+76
* Check style using rustfmt and reformatgnzlbg2019-02-071-1/+3
* Implement Hash for all typesBryant Mairs2019-02-021-1/+1
* Implement Debug for all typesBryant Mairs2019-02-021-1/+1
* Implement PartialEq,Eq for all typesBryant Mairs2019-02-021-0/+15
* re-formatgnzlbg2018-11-191-1/+3
* the f macro is unused in some targetsgnzlbg2018-11-101-0/+1
* Add align feature to pthread structsLinus Färnstrand2018-07-291-0/+17
* Implement statfs for dragonfly, freebsd and openbsdalesharik2018-07-171-2/+2
* Rename the dox configuration option to cross_platform_docsFrancis Gagné2018-03-181-2/+2
* Add more fcntl and seal constants for Android/LinuxBryant Mairs2017-08-201-37/+0
* Fix evaluation order of the cfg_if! macroSebastian Wicki2016-02-291-1/+1
* Add rumprun CI and get tests passingAlex Crichton2015-12-011-1/+2
* Add more bindings for signals and select/pselectAlex Crichton2015-10-301-0/+18
* Attempt to build docs on TravisAlex Crichton2015-09-161-2/+2
* Let's just juggle everything around!Alex Crichton2015-09-111-9/+25
* Tweak macros moduleAlex Crichton2015-09-111-5/+3
* Windows 32-bit fixesAlex Crichton2015-09-111-0/+75