about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-17/+17
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-67/+61
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-3/+3
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-7/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-3/+3
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-56/+4
2013-11-10Register new snapshotsAlex Crichton-42/+6
2013-11-09std: os: Document MemoryMapCorey Richardson-3/+49
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-19/+10
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-546/+3
2013-10-24Test fixes and merge conflictsAlex Crichton-1/+3
2013-10-24Remove even more of std::ioAlex Crichton-59/+0
2013-10-24Remove rt::io::supportAlex Crichton-2/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-34/+34
2013-10-21auto merge of #9936 : madjar/rust/master, r=alexcrichtonbors-6/+0
2013-10-21Add support for nested commentsGeorges Dubus-6/+0
2013-10-20Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...LEE Wondong-1/+86
2013-10-16path2: Update for latest masterKevin Ballard-2/+2
2013-10-16path2: Remove some API functionsKevin Ballard-2/+3
2013-10-16path2: Update based on more review feedbackKevin Ballard-5/+5
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-31/+31
2013-10-15path2: Replace the path module outrightKevin Ballard-137/+137
2013-10-14Remove unused abi attributes.Steve Klabnik-2/+0
2013-10-11De-pub some private runtime componentsAlex Crichton-1/+1
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-01Merge fall out of removing fmt!Alex Crichton-4/+4
2013-09-30std: Remove usage of fmt!Alex Crichton-41/+39
2013-09-29reduce heap allocations for MemoryMapJason Toffaletti-7/+7
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-2/+2
2013-09-18auto merge of #9296 : alexcrichton/rust/snapshots, r=cmrbors-12/+0
2013-09-18Register new snapshotsAlex Crichton-12/+0
2013-09-18fix compilation errors of mips targetJyun-Yan You-1/+1
2013-09-17auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestingerbors-10/+1
2013-09-17std: fix win32 build issue re: multistring parsingJeff Olson-1/+1
2013-09-17std: fix win32 build error in os::env()Jeff Olson-1/+1
2013-09-16std: more work on from_c_multistring.. let it take an optional len paramJeff Olson-1/+1
2013-09-16std: win32 os::env() str parsing to str::raw::from_c_multistring + testJeff Olson-10/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-2/+2
2013-09-16std::os: Use unicode for last_os_error() on Win32klutzy-10/+9
2013-09-15rm some uses of the `advance` iterator methodDaniel Micay-2/+2
2013-09-13std: Fix another windows problem with the unwrap_or_default renameErick Tryzelaar-1/+1
2013-09-13std: rename Option.chain to Option.and_then on windowsErick Tryzelaar-1/+1
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-05Replace os::glob with extra::glob, which is written in rust,Gareth Smith-84/+0
2013-09-04libstd/os: set tmp dir to /data/tmp on Androidadridu59-1/+7
2013-08-30std: Add a file-renaming function to std::osTim Chevalier-0/+12