summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Factor out platforms for which libc is emptygnzlbg2018-11-201-165/+154
* re-formatgnzlbg2018-11-191-75/+102
* De-duplicate c_cvoid definitionsIsaac Woods2018-10-041-18/+22
* Re-export core::ffi::c_void if supportedIsaac Woods2018-09-181-11/+16
* Add some switch-related libc typedefsroblabla2018-08-021-0/+6
* Remove `#![custom_attribute]`Alex Crichton2018-07-031-1/+1
* Simplify the stdbuild sectionest312018-06-081-3/+1
* add const_fn featureAndrew Cann2018-06-011-1/+1
* fix domain of html_root_url to be rust-lang.github.ioTrevor Spiteri2018-04-211-22/+22
* fix this for stdbuild onlygnzlbg2018-04-151-1/+1
* Rename the dox configuration option to cross_platform_docsFrancis Gagné2018-03-181-3/+3
* Edit documentationbgermann2018-03-101-1/+4
* Add INT_MIN and INT_MAXLinus Färnstrand2018-02-251-0/+3
* Add support for CloudABI.Ed Schouten2017-12-271-0/+3
* Fix Fuchsia typosTaylor Cramer2017-11-211-1/+1
* Move Fuchsia out of unix and into its own moduleTaylor Cramer2017-11-151-0/+3
* Compile an empty library on wasm32 non-EmscriptenAlex Crichton2017-11-011-161/+168
* Bring back cfg_target_vendor, which is still usedTamir Duberstein2017-09-171-1/+1
* Make stdbuild a cargo featureTamir Duberstein2017-09-121-7/+7
* Prune features used by stdbuildTamir Duberstein2017-09-111-1/+1
* Fix compile on sparc64Alex Crichton2017-08-301-0/+3
* Add emscripten/wasm to dox buildsAlex Crichton2017-08-271-0/+6
* 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