about summary refs log tree commit diff
path: root/src/libcore/os.rs
AgeCommit message (Expand)AuthorLines
2013-03-11core: formatting appeasementJeff Olson-3/+5
2013-03-11core: fix broken tests on windowsJeff Olson-3/+2
2013-03-11core: change import of exchange_alloc for win32 os::_list_dirJeff Olson-1/+1
2013-03-11rt/core: port os::list_dir to rust ref #4812Jeff Olson-8/+88
2013-03-11core: rt/core: impl os::env() in rust ref #4812Jeff Olson-8/+56
2013-03-11rt/core: impl os::getcwd() in rust ref #4812Jeff Olson-1/+8
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-6/+6
2013-03-07test: Fix tests.Patrick Walton-2/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-43/+44
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-11/+16
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-26/+26
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-03rustc: MIPS32 supportJyun-Yan You-0/+6
2013-03-03replace option::iter with a BaseIter implDaniel Micay-1/+1
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-7/+11
2013-03-02Remove REC, change related tests/docsJihyun Yu-7/+11
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-3/+2
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-10/+10
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-1/+1
2013-02-26auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphismbors-6/+2
2013-02-18core: Fix BSD breakage, I hopeTim Chevalier-0/+1
2013-02-18Refactored make_absolute into functionality on the PathArmin Ronacher-6/+2
2013-02-15attempt to fix BSD breakageGraydon Hoare-1/+1
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-4/+7
2013-02-15Fix windows build error. `buf` is borrowed by the call toNiko Matsakis-4/+7
2013-02-15libcore: Get rid of `move`.Luqman Aden-7/+7
2013-02-14libcore: replace mut_addr_of properly on macLuqman Aden-1/+2
2013-02-14libcore: Remove ptr::mut_addr_of since &mut is coerced to *mutLuqman Aden-9/+7
2013-02-14Remove all final references to die!Nick Desaulniers-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-13RIMOV core::vecBen Striegel-3/+3
2013-02-11Long lines.Luqman Aden-2/+3
2013-02-11rt: remove last_os_error and adjust tests.Luqman Aden-1/+0
2013-02-11core: Rewrite last_os_error in Rust for windows as well.Luqman Aden-3/+33
2013-02-11core: Rewrite last_os_error in Rust for unix and provide access to errno (uni...Luqman Aden-9/+103
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-8/+10
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-4/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-3/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31core: Stamp out XXXes (comments only)Tim Chevalier-1/+1
2013-01-28core: Allow legacy records in in a few modulesTim Chevalier-0/+1
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-136/+68
2013-01-24core: Mop up Windows breakageTim Chevalier-2/+2
2013-01-23core: Convert getenv/setenv to use a mutexBrian Anderson-136/+68
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-2/+4
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-3/+3
2013-01-17Add a license check to tidy. #4018Brian Anderson-1/+1
2013-01-13Support ARM and Androidkyeongwoon-1/+13
2013-01-14core: Use libc::readlink function properlyTycho Sci-2/+11