| Age | Commit message (Expand) | Author | Lines |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -13/+13 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -21/+21 |
| 2018-07-12 | make reference to dirs crate clickable in terminals | Ralf Jung | -1/+1 |
| 2018-07-07 | Deprecate `std::env::home_dir` and fix incorrect documentation | Simon Ochsenreither | -10/+15 |
| 2018-05-14 | env: remove unwrap in examples in favor of try op | John-John Tedro | -12/+21 |
| 2018-04-05 | Correct a few stability attributes | Oliver Middleton | -4/+4 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -7/+7 |
| 2018-02-05 | Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs} | panicbit | -0/+12 |
| 2018-01-11 | Make tests build on CloudABI. | Ed Schouten | -2/+9 |
| 2017-12-24 | Minor rewrite of env::current_exe docs; clarify symlinks. | Corey Farwell | -8/+11 |
| 2017-11-07 | Warn about non-portability of glob patterns | Kornel | -0/+4 |
| 2017-06-24 | Move global vars changing tests into run-pass | Stepan Koltsov | -81/+1 |
| 2017-06-22 | Auto merge of #42798 - stepancheg:args-debug, r=sfackler | bors | -2/+16 |
| 2017-06-21 | Better Debug for Args and ArgsOs | Stepan Koltsov | -2/+16 |
| 2017-06-20 | Add a couple doc additional examples for `env::join_paths`. | Corey Farwell | -0/+29 |
| 2017-06-12 | Rollup merge of #42579 - maccoda:maccoda/env_docs, r=steveklabnik | Corey Farwell | -9/+11 |
| 2017-06-10 | env docs completion. | Dylan Maccora | -9/+11 |
| 2017-05-20 | Rollup merge of #42091 - maccoda:maccoda/env_docs, r=frewsxcv | Mark Simulacrum | -16/+33 |
| 2017-05-20 | Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum | bors | -2/+2 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -2/+2 |
| 2017-05-20 | Merge branch 'master' into maccoda/env_docs | Dylan Maccora | -7/+10 |
| 2017-05-20 | Fixed link issue. | Dylan Maccora | -2/+2 |
| 2017-05-18 | std::env docs | Dylan Maccora | -18/+35 |
| 2017-05-18 | misc doc improvements for std::env | Tshepang Lekhonkhobe | -9/+12 |
| 2017-03-05 | clarify docs for Args and ArgsOs | Jack O'Connor | -0/+8 |
| 2017-02-18 | Add missing urls for env functions | Guillaume Gomez | -4/+11 |
| 2017-02-08 | Add missing urls on join_paths | Guillaume Gomez | -4/+8 |
| 2017-02-07 | Add missing urls for current_dir | Guillaume Gomez | -2/+5 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -5/+5 |
| 2017-01-27 | Fix a few links in the docs | Oliver Middleton | -1/+1 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -1/+1 |
| 2017-01-12 | Minor improvements to docs in std::env structures/functions. | Corey Farwell | -8/+12 |
| 2016-12-29 | libstd: define std::env::consts::ARCH for sparc64 | Jonathan A. Kollasch | -0/+6 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+36 |
| 2016-12-04 | std: Forward ExactSizeIterator::is_empty for Args, ArgsOs iterators | Ulrik Sverdrup | -0/+2 |
| 2016-11-21 | Add some internal docs links for Args/ArgsOs | John Downey | -5/+13 |
| 2016-10-02 | Move platform-specific arg handling to sys::args | Brian Anderson | -2/+3 |
| 2016-10-01 | std: Move platform specific env code into sys | Brian Anderson | -183/+9 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+3 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -1/+17 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+11 |
| 2016-09-14 | doc: make that sound better | Tshepang Lekhonkhobe | -2/+2 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -0/+6 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+6 |
| 2016-08-27 | fix cross compilation of std | Jorge Aparicio | -0/+6 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -3/+0 |
| 2016-08-14 | Rollup merge of #34941 - qolop:patch-2, r=apasel422 | Eduard-Mihai Burtescu | -2/+2 |
| 2016-08-11 | Fix typo | Patrick McCann | -1/+1 |