about summary refs log tree commit diff
path: root/src/libstd/env.rs
AgeCommit message (Expand)AuthorLines
2015-03-12Stabilize std::pathAaron Turon-2/+3
2015-03-11Example -> ExamplesSteve Klabnik-12/+12
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-3/+3
2015-03-04iOS: fallout of env stabValerii Hiora-0/+3
2015-02-27std: Stabilize the `env` moduleAlex Crichton-183/+84
2015-02-25Path -> PathBuf for Windows test (fixup #22727)Manish Goregaokar-1/+1
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-12/+15
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-1/+33
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-4/+4
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-4/+4
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+8
2015-02-11bitrig integrationDave Huseby-1/+33
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-42/+127
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05complete openbsd support for `std::env`Sébastien Marie-0/+32
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+833