| Age | Commit message (Expand) | Author | Lines |
| 2023-12-13 | Reformulate `std::env::{set,remove}_env` as safety note | Tobias Bucher | -24/+36 |
| 2023-10-18 | Add discussion that concurrent access to the environment is unsafe | Tobias Bucher | -10/+28 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+1 |
| 2023-08-07 | Better Debug for Vars and VarsOs | Tamir Duberstein | -4/+8 |
| 2023-04-11 | Rollup merge of #109894 - fleetingbytes:109893-var_os-never-returns-an-error,... | Michael Goulet | -12/+5 |
| 2023-04-11 | Break up long first paragraph | fleetingbytes | -3/+4 |
| 2023-04-04 | library/std: Add support for loongarch64 | zhaixiaojuan | -0/+1 |
| 2023-04-03 | Preserve potential mood for equal or NUL sign | fleetingbytes | -5/+3 |
| 2023-04-03 | Remove redundant empty line | fleetingbytes | -1/+0 |
| 2023-04-03 | remove self-reference in var_os doc | fleetingbytes | -1/+0 |
| 2023-04-03 | add situation where var_os returns None | fleetingbytes | -1/+7 |
| 2023-04-03 | Update env.rs | fleetingbytes | -10/+0 |
| 2022-12-11 | Rollup merge of #101648 - Timmmm:home_dir_docs, r=joshtriplett | Matthias Krüger | -1/+8 |
| 2022-10-03 | Reword "has no meaning" per suggestion | Tim | -2/+2 |
| 2022-09-28 | env::temp_dir: fix a typo | Ralf Jung | -1/+1 |
| 2022-09-10 | Better documentation for env::home_dir()'s broken behaviour | Tim Hutt | -1/+8 |
| 2022-05-24 | add aliases for current_dir | julio | -0/+3 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+3 |
| 2022-05-03 | Remove hard links from `env::current_exe` security example | Martin Geisler | -30/+17 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -3/+3 |
| 2022-03-27 | Link to std::io's platform-specific behavior disclaimer | David Tolnay | -2/+6 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -12/+12 |
| 2022-02-11 | Add missing platform-specific information on current_dir and set_current_dir | Guillaume Gomez | -0/+10 |
| 2021-12-09 | Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se | Matthias Krüger | -12/+9 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+8 |
| 2021-10-18 | Update std::env::temp_dir to use GetTempPath2 on Windows when available. | Eugene Talagrand | -12/+9 |
| 2021-09-17 | library/std/env: Add 'm68k' to comment on ARCH constant | John Paul Adrian Glaubitz | -0/+1 |
| 2021-08-27 | Document `std::env::current_exe` rename behaviour | Chris Denton | -0/+3 |
| 2021-08-17 | Fix environment variable getter docs | inquisitivecrystal | -5/+14 |
| 2021-08-02 | Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-se | Yuki Okushi | -17/+9 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+4 |
| 2021-07-23 | Fix parameter names in std::env documentation. | Érico Nogueira Rolim | -4/+3 |
| 2021-07-05 | Improve env var getter docs | Aris Merchant | -8/+5 |
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -1/+1 |
| 2021-07-05 | Change env var getters to error recoverably | Aris Merchant | -15/+10 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -2/+2 |
| 2021-05-10 | change k to key and v to v in std::env mod | shirshak55 | -10/+10 |
| 2021-05-05 | Rollup merge of #84709 - joshtriplett:doc-alias-chdir, r=dtolnay | Ralf Jung | -0/+1 |
| 2021-04-29 | Add doc alias for `chdir` to `std::env::set_current_dir` | Josh Triplett | -0/+1 |
| 2021-04-29 | Link between std::env::{var, var_os} and std::env::{vars, vars_os} | r00ster91 | -2/+11 |
| 2021-04-27 | Make sentence in env::args_os' docs plain and simple | r00ster | -1/+1 |
| 2021-04-25 | Change wording | r00ster | -2/+2 |
| 2021-04-25 | Unify the docs of std::env::{args_os, args} more | r00ster | -8/+16 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -2/+2 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -2/+2 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -3/+3 |
| 2021-01-20 | Document security implications of std::env::temp_dir | Josh Triplett | -6/+9 |
| 2020-09-04 | Improve docs for `std::env::args()` | Camelid | -6/+6 |
| 2020-08-31 | Rollup merge of #75945 - pickfire:patch-7, r=jyn514 | Tyler Mandry | -26/+25 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -109/+3 |