summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add wcstombsAndrii Dmytrenko2017-02-031-0/+1
* Merge pull request #446 from alexcrichton/link-cfgAlex Crichton2016-11-091-0/+1
|\
| * Use `#[link(cfg(..))]` in preparation for libstdAlex Crichton2016-11-091-0/+1
* | Use target_os instead of cfg(redox)Jeremy Soller2016-11-081-1/+1
* | Minimal liblibc for RedoxJeremy Soller2016-11-031-0/+3
|/
* Go back to stable for rustdocAlex Crichton2016-10-141-3/+0
* Fix the build on s390xAlex Crichton2016-10-101-0/+3
* added getchar and putchar as they both are part of POSIX.1-2008Philipp Keller2016-08-301-0/+2
* Add memsetmeh2016-08-061-0/+1
* Add memcpy and memmovemeh2016-08-041-1/+3
* Add strdup externmeh2016-07-081-0/+1
* Added strnlen function to all platforms.Raphael Cohn2016-05-041-0/+1
* Make cfg_if uses more explicit and consistentKamal Marhubi2016-03-111-1/+3
* Don't link against lib{c,rt} on Rumprun for libstdSebastian Wicki2016-02-291-1/+1
* Add a default-on "use_std" featureAlex Crichton2016-02-101-1/+3
* Add abortBrian Campbell2016-01-311-0/+1
* Fix compiles on various BSDsAlex Crichton2015-12-171-1/+16
* 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