summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add rumprun CI and get tests passingAlex Crichton2015-12-011-0/+2
* Remove `#[staged_api]`Vadim Petrochenkov2015-11-241-1/+1
* Remove reference to raw_pointer_derive lintDevon Hollowood2015-11-171-1/+1
* Allow warnings during a libstd buildAlex Crichton2015-11-021-0/+1
* Add support to build as part of the standard libraryAlex Crichton2015-11-021-0/+13
* Add bindings for -D_FILE_OFFSET_BITS=64Alex Crichton2015-11-021-1/+1
* Merge pull request #25 from alexcrichton/more-constantsAlex Crichton2015-10-301-1/+1
|\
| * Add more bindings for signals and select/pselectAlex Crichton2015-10-301-1/+1
* | Define dirent_t on all platformsAlex Crichton2015-10-301-2/+0
|/
* OK, maybe a little soon for iOSAlex Crichton2015-10-291-6/+0
* Document iOS triplesAlex Crichton2015-10-291-0/+6
* Explain weirdness of c_void and android missing fnsAlex Crichton2015-10-291-2/+6
* Improve the README and switch URLsAlex Crichton2015-10-291-13/+13
* Use isize/usizeAlex Crichton2015-09-221-1/+20
* Add aarch64 urlAlex Crichton2015-09-171-0/+3
* Fix all tests on OSXAlex Crichton2015-09-171-1/+0
* Fix androidAlex Crichton2015-09-171-0/+1
* Show some crate docsAlex Crichton2015-09-171-0/+2
* i686 => x86Alex Crichton2015-09-171-2/+2
* Root urls for everyone!Alex Crichton2015-09-171-2/+36
* Attempt to build docs on TravisAlex Crichton2015-09-161-0/+8
* Hide variants of c_void from docsAlex Crichton2015-09-161-0/+3
* Major organization revampAlex Crichton2015-09-151-25/+10
* Get android tests workingAlex Crichton2015-09-111-51/+10
* Windows working againAlex Crichton2015-09-111-13/+9
* Remove now stray commentAlex Crichton2015-09-111-1/+0
* Get OSX workingAlex Crichton2015-09-111-3/+32
* Let's just juggle everything around!Alex Crichton2015-09-111-6485/+171
* Correct ip6_mreq => ipv6_mreqAlex Crichton2015-09-111-6/+6
* Windows 32-bit fixesAlex Crichton2015-09-111-14/+27
* Fix OSXAlex Crichton2015-09-101-15/+3
* Add appveyor configAlex Crichton2015-09-101-3/+0
* More windows compatAlex Crichton2015-09-101-9/+9
* Fix linkage on OSXAlex Crichton2015-09-101-29/+110
* Get OSX tests compilingAlex Crichton2015-09-101-6/+10
* Test some functions!Alex Crichton2015-09-101-49/+12
* Try to fix _PC_NAME_MAX againAlex Crichton2015-09-101-0/+3
* More windows fixesAlex Crichton2015-09-101-91/+33
* What is wrong with _PC_NAME_MAXAlex Crichton2015-09-101-3/+0
* Re-fix _PC_NAME_MAXAlex Crichton2015-09-101-0/+3
* Fix defines on x86_64 OSXAlex Crichton2015-09-101-6/+4
* Fix wrong constants on linuxAlex Crichton2015-09-101-3/+3
* Fix rlim_t for 32-bit linuxAlex Crichton2015-09-101-2/+2
* Fix glob_t definition on linuxAlex Crichton2015-09-101-2/+3
* Make all padding and such privateAlex Crichton2015-09-101-35/+36
* Test struct field offsets/sizesAlex Crichton2015-09-091-50/+50
* Test size/align of structsAlex Crichton2015-09-091-6/+12
* Initial import of liblibcAlex Crichton2015-09-091-0/+6509