| Age | Commit message (Expand) | Author | Lines |
| 2014-03-14 | auto merge of #12878 : crabtw/rust/mips, r=alexcrichton | bors | -13/+12 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+18 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -13/+12 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+18 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -23/+0 |
| 2014-03-06 | auto merge of #12705 : alexcrichton/rust/issue-12692, r=brson | bors | -3/+8 |
| 2014-03-05 | native: Move from usleep() to nanosleep() | Alex Crichton | -0/+2 |
| 2014-03-05 | native: Stop using readdir() | Alex Crichton | -3/+6 |
| 2014-03-05 | Allow uppercase_variables in libstd/libc.rs | Palmer Cox | -0/+1 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -1/+1 |
| 2014-02-27 | native: Recognize EISDIR | Alex Crichton | -0/+1 |
| 2014-02-27 | native: Improve windows file handling | Alex Crichton | -0/+21 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -4/+53 |
| 2014-02-16 | Implement Unix domain sockets in libnative | Geoffroy Couprie | -0/+24 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -1/+5 |
| 2014-02-09 | Fix the signature of CreateSymbolicLinkW | Alex Crichton | -8/+10 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -0/+49 |
| 2014-01-31 | Add libc::consts::os::posix01::PTHREAD_STACK_MIN | Ben Noordhuis | -3/+23 |
| 2014-01-27 | Set SO_REUSEADDR by default in libnative. | xales | -0/+4 |
| 2014-01-24 | Use `mmap` to map in task stacks and guard page | Corey Richardson | -0/+1 |
| 2014-01-24 | auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton | bors | -4/+44 |
| 2014-01-22 | auto merge of #11682 : thestinger/rust/vector, r=brson | bors | -1/+1 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -1/+1 |
| 2014-01-22 | Implement native timers | Alex Crichton | -0/+1 |
| 2014-01-22 | libnative: Implement get_host_addresses. | Luqman Aden | -4/+44 |
| 2014-01-17 | handle zero-size allocations correctly | Daniel Micay | -1/+1 |
| 2014-01-15 | libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w... | Eduard Burtescu | -2/+1 |
| 2014-01-14 | Fix the representation of C void pointers in LLVM IR | Björn Steinbrink | -1/+12 |
| 2014-01-11 | define arch for iOS/ARM | kud1ing | -0/+1 |
| 2013-12-31 | auto merge of #11186 : alexcrichton/rust/native-udp, r=brson | bors | -1/+90 |
| 2013-12-31 | Implement native UDP I/O | Alex Crichton | -1/+90 |
| 2013-12-30 | Convert some C functions to rust functions | Alex Crichton | -8/+102 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -0/+308 |
| 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 |