about summary refs log tree commit diff
path: root/src/libstd/env.rs
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-3/+3
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-3/+3
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-12/+12
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-12/+12
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31Last docs for std::envSteve Klabnik-1/+28
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-2/+3
2015-03-23Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-3/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-13/+13
2015-03-15Fix an String -> a String in env.rs documentationDabo Ross-1/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-13/+13
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-2/+3
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