| Age | Commit message (Expand) | Author | Lines |
| 2013-11-24 | std::libc: Simplify win32/win64 type definitions | klutzy | -164/+30 |
| 2013-11-24 | std::libc: Remove TCHAR types | klutzy | -20/+17 |
| 2013-11-19 | Implement more native file I/O | Alex Crichton | -7/+188 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -6/+0 |
| 2013-11-10 | Register new snapshots | Alex Crichton | -110/+1 |
| 2013-11-05 | fix alignment of pthread_attr_t | Daniel Micay | -8/+8 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -7/+56 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -1/+6 |
| 2013-10-20 | Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo... | LEE Wondong | -4/+10 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -25/+25 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -51/+25 |
| 2013-10-14 | std::libc: rustdoc indicates reexports now | Scott Lawrence | -3/+2 |
| 2013-10-08 | rm useless fast_ffi attributes | Daniel Micay | -14/+0 |
| 2013-09-25 | errfunc ptr is nullable, so use Option as part of interface to glob (#7752). | Felix S. Klock II | -1/+2 |
| 2013-09-25 | #7752: use fcnptr for glob errfunc. | Felix S. Klock II | -2/+1 |
| 2013-09-18 | fix compilation errors of mips target | Jyun-Yan You | -26/+139 |
| 2013-08-26 | std: Add Win64 support | klutzy | -0/+106 |
| 2013-08-26 | std: Add Win64 types | klutzy | -0/+166 |
| 2013-08-21 | auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon | bors | -224/+214 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+2 |
| 2013-08-14 | Add sysconf names for Android | Seo Sanghyeon | -224/+214 |
| 2013-08-04 | std and rustc: explicitly pass c strings to c functions | Erick Tryzelaar | -2/+2 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -452/+371 |
| 2013-08-01 | Add a boatload of Linux x86/x86-64/arm errnos | Corey Richardson | -0/+107 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -372/+446 |
| 2013-07-10 | Document std::libc::c_void. | Kevin Mehall | -0/+7 |
| 2013-07-09 | os: introduce cross-platform MemoryMap bindings | Fedor Indutny | -4/+5 |
| 2013-07-08 | libc: add errno values | Fedor Indutny | -0/+281 |
| 2013-07-08 | libc: VirtualAlloc and FileMapping bindings | Fedor Indutny | -4/+132 |
| 2013-07-08 | libc: add _SC_* consts for non-mips linux too | Fedor Indutny | -0/+57 |
| 2013-07-08 | libc: fix MAP_ANON value on linux | Fedor Indutny | -4/+4 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -0/+1 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -0/+1 |
| 2013-06-30 | global_heap: inline malloc_raw and add realloc_raw | Daniel Micay | -1/+1 |
| 2013-06-27 | std: unused import fix for android | Young-il Choi | -1/+0 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -1/+1 |
| 2013-06-24 | libc: (u)int => c_(u)int for consts | Fedor Indutny | -749/+784 |
| 2013-06-24 | libc: add POSIX-compatible sysconf consts | Fedor Indutny | -0/+254 |
| 2013-06-24 | libc: support functions from sys/mman.h | Fedor Indutny | -2/+269 |
| 2013-06-20 | auto merge of #7128 : yichoi/rust/fix_sometc, r=brson | bors | -1/+49 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -2/+2 |
| 2013-06-17 | std: fix stat struct of android (SEGV error from run-pass/stat.rs on android) | Young-il Choi | -1/+49 |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -2/+2 |
| 2013-06-06 | libc: omit memcpy, memmove and memset | Daniel Micay | -13/+4 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+1 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+2054 |