summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Drop support for CloudABIkellda2021-02-031-6/+0
* Fix build with rustc-dep-of-std in the latest nightlyAmanieu d'Antras2021-01-201-4/+1
* Fix conflict between no_std and no_core when building rustc with custom libcIsaac Woods2021-01-091-1/+1
* Fix bootstrap on redoxJosh Triplett2020-10-041-2/+5
* Add support for building with static glibcJosh Triplett2020-09-211-1/+1
* Fix ordering of allowed lintsYuki Okushi2020-07-031-3/+3
* Update comment to clarifyYuki Okushi2020-07-021-4/+4
* Import `core::ops` to use `Range` syntaxYuki Okushi2020-05-261-0/+2
* Add c typedefs for the Sony PSPMarko Mijalkovic2020-05-071-0/+6
* Remove license headersYuki Okushi2020-04-111-9/+0
* Update lint nameYuki Okushi2020-03-051-2/+5
* Fix feature nameAaron Hill2019-10-281-1/+1
* Add support for declaring 'const fn'Aaron Hill2019-10-271-0/+1
* Formattinggnzlbg2019-08-171-1/+4
* Rename armv7-wrs-vxworks targetgnzlbg2019-08-171-3/+4
* Do not deny warnings by default.gnzlbg2019-08-161-1/+3
* Define the C interface to vxWorks for x86, x86_64, ARM, ARM 64-bit, PowerPC, ...Baoshan Pang2019-08-091-2/+5
* Added vxworks libc references - worked on by danielmccormick and taehyun-leeTaehyun Lee2019-08-091-0/+3
* Add libc_thread_local cfg and unstable featureJoe Richey2019-07-101-0/+1
* Refactor fixed-width integer types into its own modulegnzlbg2019-05-291-0/+24
* Move Redox support into unix moduleJeremy Soller2019-05-041-3/+1
* Recognize WASI as either a target_env or a target_os.Dan Gohman2019-04-231-1/+1
* Add intiial support for wasm32-unknown-wasiAlex Crichton2019-03-271-1/+4
* Add essential target_vendor check for sgxYu Ding2019-03-081-1/+1
* remove redefinition of c_char and w_char, remove typoStefan Lankes2019-03-021-1/+1
* Merge remote-tracking branch 'rustlang/master'Stefan Lankes2019-03-021-182/+56
|\
| * Link docs for other platforms in docs.rsgnzlbg2019-03-021-0/+4
| * Auto merge of #1270 - gnzlbg:no_extern_std, r=gnzlbgbors2019-02-221-3/+0
| |\
| | * Do not import the std library with use_stdgnzlbg2019-02-221-3/+0
| * | Unnecessary pub use when private module use is availablegnzlbg2019-02-211-3/+3
| |/
| * Fix build of `rustc-dep-of-std` featureAlex Crichton2019-02-211-9/+3
| * Remove more documentation cruftgnzlbg2019-02-201-2/+1
| * Test that targets without a libstd component build on CI using xargognzlbg2019-02-201-58/+44
| * Generate a proper landing page for the master docsgnzlbg2019-02-131-146/+17
| * Cleanup dox messgnzlbg2019-02-131-1/+24
* | add HermitCore support even if it doesn't have a UNIX interfaceStefan Lankes2019-03-021-0/+3
|/
* Fix build on all platformsgnzlbg2019-02-071-13/+46
* Check style using rustfmt and reformatgnzlbg2019-02-071-1/+4
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+1
* Check for Debug impls for all typesBryant Mairs2019-02-021-0/+2
* Remove unstable `libc` feature on rustc-dep-of-std0.2.44Alex Crichton2018-11-211-9/+1
* Prepare for being included via crates.io into stdAlex Crichton2018-11-211-5/+16
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-72/+65
* Add SGX C types.gnzlbg2018-11-201-182/+52
* 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