about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1819/+2
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-27/+27
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+13
2015-03-23Add generic conversion traitsAaron Turon-2/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+13
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+9
2015-03-18Register new snapshotsAlex Crichton-8/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-13/+17
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+3
2015-03-16impl strJorge Aparicio-0/+3
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-1/+0
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-4/+4
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-13/+17
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-1/+0
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+1
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-0/+1
2015-03-12Stabilize std::pathAaron Turon-0/+1
2015-03-11Example -> ExamplesSteve Klabnik-12/+12
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