about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-17/+13
2014-11-26/*! -> //!Steve Klabnik-17/+13
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-27/+21
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-1/+1
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-0/+5
2014-11-25/** -> ///Steve Klabnik-27/+21
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-23rollup merge of #19205: jashank/docs-fixJakub Bukaj-1/+1
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-7/+7
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-7/+7
2014-11-22args() doc: Fix a documentation line.Jashank Jeremy-1/+1
2014-11-21libs: add std::os::windows moduleAaron Turon-0/+5
2014-11-20Make most of std::rt privateAaron Turon-3/+3
2014-11-19rollup merge of #18944: liigo/improve-os-args-docJakub Bukaj-0/+4
2014-11-19Make os::setenv() and os::unsetenv() panic if an error occursBarosl Lee-5/+14
2014-11-19Make os::change_dir() return IoResult<()>Barosl Lee-14/+15
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-26/+38
2014-11-18auto merge of #18645 : nick29581/rust/coercions-1, r=alexcrichtonbors-5/+5
2014-11-18Windows and OS X falloutNick Cameron-5/+5
2014-11-18rollup merge of #19038: jayelm/fixed-typosJakub Bukaj-1/+1
2014-11-17Fix several typos in commentsjmu303-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-17Fix fallout from coercion removalNick Cameron-22/+22
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-2/+1
2014-11-15libstd: improve os::args() docLiigo Zhuang-0/+4
2014-11-12Fix documentation bugBarosl Lee-0/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-5/+5
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-29/+6
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-151/+4
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-5/+5
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+14
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-12/+12
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-5/+5
2014-10-10Register new snapshotsAlex Crichton-5/+5
2014-10-09std: Convert statics to constantsAlex Crichton-53/+53
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Review and rebasing changes"Aaron Turon-1/+1
2014-10-02Review and rebasing changesNick Cameron-1/+1
2014-09-30Fix libstdSteven Fackler-20/+16
2014-09-23Fixed: iOS build was broken because of deprecated APIsValerii Hiora-3/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-23/+27
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-4/+5
2014-09-16Fallout from renamingAaron Turon-10/+10
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+2