summary refs log tree commit diff
path: root/src/libcore/os.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-4/+4
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-41/+41
2013-03-28Removing unused importsAlex Crichton-5/+5
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-20/+20
2013-03-26option: rm functions that duplicate methodsDaniel Micay-9/+6
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-1/+2
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-30/+30
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-22/+22
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+2
2013-03-11Remove uses of logBrian Anderson-20/+18
2013-03-11core: convert asserts to fail_unless!Jeff Olson-1/+1
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