about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06iOS: CString falloutValerii Hiora-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-24/+17
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+6
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+0
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-10/+11
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+0
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-01std: Second pass stabilization of syncAlex Crichton-2/+2
2014-12-31Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-30Fallout from stabilizationAaron Turon-4/+5
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-10/+11
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-6/+6
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+1
2014-12-21Remove a ton of public reexportsCorey Farwell-9/+9