| Age | Commit message (Expand) | Author | Lines |
| 2016-01-15 | Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton | bors | -1/+1 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -1/+1 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -0/+12 |
| 2015-12-01 | Small fix to EXE_SUFFIX and DLL_EXTENSION docs | Steve Klabnik | -4/+6 |
| 2015-11-29 | Fix #30093 | Jack Fransham | -1/+1 |
| 2015-11-08 | Spell out the fallback of `std::env::home_dir` on POSIX | Tobias Bucher | -1/+3 |
| 2015-11-06 | Auto merge of #29305 - alexcrichton:bad-getenv, r=brson | bors | -10/+10 |
| 2015-10-30 | Tweak env docs a bit | Steven Fackler | -3/+3 |
| 2015-10-29 | Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton | bors | -0/+26 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -0/+26 |
| 2015-10-26 | std: Slightly more robust env var handling | Alex Crichton | -10/+10 |
| 2015-10-25 | Say that `std::env::{set_var, unset_var}` *may* panic | Tobias Bucher | -4/+6 |
| 2015-10-25 | Document possible panics for `std::env::{set_var, unset_var}` | Tobias Bucher | -0/+10 |
| 2015-10-11 | Clarify the behavior of `std::env::home_dir` and `std::env::temp_dir` | Barosl Lee | -2/+9 |
| 2015-09-09 | Reduce code bloat from conversion traits in function parameters | Vadim Petrochenkov | -3/+19 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -33/+0 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+2 |
| 2015-07-16 | Fixed typo | Kristof Söderström | -1/+1 |
| 2015-07-08 | Make `std::env::current_dir` work for path names longer than 2048 bytes on no... | Tobias Bucher | -1/+0 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+12 |
| 2015-06-17 | std: Deprecate the `exit_status` feature | Alex Crichton | -0/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-05-28 | Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichton | Manish Goregaokar | -0/+54 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -4/+4 |
| 2015-05-26 | Document std::env::const values | Steve Klabnik | -0/+54 |
| 2015-05-13 | libstd/env: Add non-Rust synchronization warnings for setenv() | Colin Walters | -0/+22 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -2/+2 |
| 2015-05-05 | std: Generalize generics a bit in std::env | Alex Crichton | -7/+5 |
| 2015-04-30 | doc: current_dir returns a PathBuf, not a Path | Brian Anderson | -1/+1 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -3/+3 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -3/+3 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -1/+0 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -1/+1 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -12/+12 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -12/+12 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | Last docs for std::env | Steve Klabnik | -1/+28 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+3 |
| 2015-03-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -3/+3 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+2 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -13/+13 |
| 2015-03-15 | Fix an String -> a String in env.rs documentation | Dabo Ross | -1/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -13/+13 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -2/+3 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -2/+3 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -12/+12 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -3/+3 |