summaryrefslogtreecommitdiff
path: root/src/switch.rs
Commit message (Expand)AuthorAgeFilesLines
* Formattinggnzlbg2019-09-121-1/+0
* Refactor fixed-width integer types into its own modulegnzlbg2019-05-291-9/+0
* Fix build on all platformsgnzlbg2019-02-071-2/+3
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+1
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+50
* Factor out platforms for which libc is emptygnzlbg2018-11-201-29/+0
* De-duplicate c_cvoid definitionsIsaac Woods2018-10-041-18/+0
* Re-export core::ffi::c_void if supportedIsaac Woods2018-09-181-12/+18
* Add some switch-related libc typedefsroblabla2018-08-021-0/+48