about summary refs log tree commit diff
path: root/src/libstd/libc.rs
AgeCommit message (Expand)AuthorLines
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+2
2013-08-04std and rustc: explicitly pass c strings to c functionsErick Tryzelaar-2/+2
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-452/+371
2013-08-01Add a boatload of Linux x86/x86-64/arm errnosCorey Richardson-0/+107
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-372/+446
2013-07-10Document std::libc::c_void.Kevin Mehall-0/+7
2013-07-09os: introduce cross-platform MemoryMap bindingsFedor Indutny-4/+5
2013-07-08libc: add errno valuesFedor Indutny-0/+281
2013-07-08libc: VirtualAlloc and FileMapping bindingsFedor Indutny-4/+132
2013-07-08libc: add _SC_* consts for non-mips linux tooFedor Indutny-0/+57
2013-07-08libc: fix MAP_ANON value on linuxFedor Indutny-4/+4
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-0/+1
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+1
2013-06-30global_heap: inline malloc_raw and add realloc_rawDaniel Micay-1/+1
2013-06-27std: unused import fix for androidYoung-il Choi-1/+0
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-1/+1
2013-06-24libc: (u)int => c_(u)int for constsFedor Indutny-749/+784
2013-06-24libc: add POSIX-compatible sysconf constsFedor Indutny-0/+254
2013-06-24libc: support functions from sys/mman.hFedor Indutny-2/+269
2013-06-20auto merge of #7128 : yichoi/rust/fix_sometc, r=brsonbors-1/+49
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-2/+2
2013-06-17std: fix stat struct of android (SEGV error from run-pass/stat.rs on android)Young-il Choi-1/+49
2013-06-16Update doc references to new names for std, extra, and std::libcRalph Bodenner-2/+2
2013-06-06libc: omit memcpy, memmove and memsetDaniel Micay-13/+4
2013-05-30Require documentation by default for libstdAlex Crichton-0/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+2054