about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+0
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+2
2014-12-18Fix compilation on linuxAlex Crichton-1/+0
2014-12-18Fallout from new thread APIAaron Turon-1/+1
2014-12-18Make at_exit initialize lazilyAaron Turon-1/+0
2014-12-18Allow args to work without rt initializationAaron Turon-5/+1
2014-12-18Refactor std::os to use sys::osAaron Turon-381/+25
2014-12-18libs: merge librustrt into libstdAaron Turon-2/+2
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-3/+3
2014-12-15rollup merge of #19787: akiss77/fix-i8-c_charBrian Anderson-1/+1
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-2/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-3/+3
2014-12-13libstd: add missing importsJorge Aparicio-0/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-4/+7
2014-12-12libc::c_char is not necessarily i8Akos Kiss-1/+1
2014-12-11Register new snapshotsAlex Crichton-3/+1
2014-12-10Fix inappropriate ## headingsSteve Klabnik-2/+2
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-3/+3
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-38/+34
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+12
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-3/+3
2014-12-07Make MemoryMap use HANDLE on Windows.Peter Atashian-38/+34
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-12/+15
2014-12-05Fall out of the std::sync rewriteAlex Crichton-6/+4
2014-12-03Fix falloutJorge Aparicio-2/+2
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