about summary refs log tree commit diff
path: root/src/libstd/env.rs
AgeCommit message (Expand)AuthorLines
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-1/+1
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-1/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-0/+12
2015-12-01Small fix to EXE_SUFFIX and DLL_EXTENSION docsSteve Klabnik-4/+6
2015-11-29Fix #30093Jack Fransham-1/+1
2015-11-08Spell out the fallback of `std::env::home_dir` on POSIXTobias Bucher-1/+3
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-10/+10
2015-10-30Tweak env docs a bitSteven Fackler-3/+3
2015-10-29Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichtonbors-0/+26
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-0/+26
2015-10-26std: Slightly more robust env var handlingAlex Crichton-10/+10
2015-10-25Say that `std::env::{set_var, unset_var}` *may* panicTobias Bucher-4/+6
2015-10-25Document possible panics for `std::env::{set_var, unset_var}`Tobias Bucher-0/+10
2015-10-11Clarify the behavior of `std::env::home_dir` and `std::env::temp_dir`Barosl Lee-2/+9
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-3/+19
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-33/+0
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+2
2015-07-16Fixed typoKristof Söderström-1/+1
2015-07-08Make `std::env::current_dir` work for path names longer than 2048 bytes on no...Tobias Bucher-1/+0
2015-07-01Add netbsd amd64 supportAlex Newman-0/+12
2015-06-17std: Deprecate the `exit_status` featureAlex Crichton-0/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-28Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichtonManish Goregaokar-0/+54
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-4/+4
2015-05-26Document std::env::const valuesSteve Klabnik-0/+54
2015-05-13libstd/env: Add non-Rust synchronization warnings for setenv()Colin Walters-0/+22
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-05-05std: Generalize generics a bit in std::envAlex Crichton-7/+5
2015-04-30doc: current_dir returns a PathBuf, not a PathBrian Anderson-1/+1
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