summary refs log tree commit diff
path: root/src/libcore/os.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-3/+3
2012-10-03Attempt to fix os::args errors on various platforms.Graydon Hoare-13/+21
2012-10-02rustc: Only allow imports marked with "pub" to be imported from other modulesPatrick Walton-4/+4
2012-10-02Fix long line.Graydon Hoare-1/+2
2012-10-02libcore: Implement os::args() on WindowsPatrick Walton-1/+46
2012-10-02Removing explicit uses of + modeTim Chevalier-3/+3
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-2/+2
2012-10-02core: Add implementation of real_args for FreeBSDBrian Anderson-0/+5
2012-10-01silence warningNiko Matsakis-1/+1
2012-10-01libcore: Fix tidy errorPatrick Walton-2/+2
2012-10-01libcore: Allow the command line arguments to be set on a per-task basisPatrick Walton-1/+33
2012-10-01libcore: Implement a sys::args() on MacPatrick Walton-0/+24
2012-09-28Unbork WindowsTim Chevalier-2/+2
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-3/+3
2012-09-28core: Demode patternsBrian Anderson-7/+7
2012-09-28core: Fix more windows bustageBrian Anderson-1/+1
2012-09-28Fix windows breakage.Graydon Hoare-1/+2
2012-09-28demode vecNiko Matsakis-3/+3
2012-09-27core: More option demodingBrian Anderson-3/+3
2012-09-27More fixing for windows build.Graydon Hoare-3/+3
2012-09-27Try to fix win32 breakage on os.Graydon Hoare-9/+8
2012-09-27De-export os and libc. Close #2006.Graydon Hoare-140/+79
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-23Fix more windows breakageBrian Anderson-2/+2
2012-09-23core: Fix some option-demode fallout on windowsBrian Anderson-1/+1
2012-09-23core: Demode optionBrian Anderson-8/+8
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-3/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+11
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-3/+5
2012-09-19libcore: unsafe mod renamed to castErick Tryzelaar-1/+1
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-7/+5
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-5/+7
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-2/+2
2012-09-13Fix stray vec::as_buf, try to put out fire on win32.Graydon Hoare-1/+1
2012-09-13core: Fix stray usage of vec::unsafe on FreeBSDBrian Anderson-1/+1
2012-09-12Rename str::unsafe to str::rawBrian Anderson-2/+2
2012-09-11Promote 'impl' from restricted keyword to strictBrian Anderson-4/+4
2012-09-11Promote 'pub' and 'priv' from restricted to strict keywordsBrian Anderson-2/+2
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-40/+39
2012-09-10Make all remaining moves explicit in libcoreTim Chevalier-1/+1
2012-09-04libcore: "import" -> "use"Patrick Walton-5/+5
2012-09-02Silence non-implicitly-copyable-typarams in coretestBrian Anderson-2/+3
2012-09-02core: deny(vecs_implicity_copyable)Brian Anderson-1/+4
2012-09-01Demode reinterpret_castBrian Anderson-3/+3
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+1
2012-08-29Replace core::path with contents of core::path2. Back to one path module.Graydon Hoare-1/+1
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-2/+2