about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-16/+39
2015-02-22Rollup merge of #22583 - vhbit:ios-cstr, r=alexcrichtonManish Goregaokar-2/+2
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+34
2015-02-20iOS: CStr falloutValerii Hiora-2/+2
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-2/+3
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-3/+3
2015-02-17Auto merge of #22397 - Manishearth:rollup, r=huonwbors-4/+4
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-9/+9
2015-02-16Update std::os deprecation warningsAaron Turon-4/+4
2015-02-11fix windows specific errno type errors.Jormundir-3/+3
2015-02-11bitrig integrationDave Huseby-0/+34
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-5/+5
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-5/+5
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+1
2015-02-09Update deprecation notice.Pierre Baillet-1/+1
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-1/+1
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-06Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichtonManish Goregaokar-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-23/+23
2015-02-05complete openbsd support for `std::env`Sébastien Marie-0/+2
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-1/+1
2015-02-04Remove unnecessary type casts.Jormundir-2/+2
2015-02-04std::os::errno returns platform specific value. fixes #21898Jormundir-5/+5
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+2
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+2
2015-02-03Rename std::path to std::old_pathAaron Turon-4/+4
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-6/+6
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-141/+106
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-7/+7
2015-02-01std: Add a new `env` moduleAlex Crichton-141/+106
2015-02-01openbsd supportSébastien Marie-1/+33
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-15/+17
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-15/+17
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+3
2015-01-17Remove Send bound from Error trait.Michael Sproul-3/+3
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-0/+5
2015-01-11powerpc: Add libstd utilsRicho Healey-0/+5
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-2/+2