about summary refs log tree commit diff
path: root/library/std/src/env.rs
AgeCommit message (Expand)AuthorLines
2021-09-17library/std/env: Add 'm68k' to comment on ARCH constantJohn Paul Adrian Glaubitz-0/+1
2021-08-27Document `std::env::current_exe` rename behaviourChris Denton-0/+3
2021-08-17Fix environment variable getter docsinquisitivecrystal-5/+14
2021-08-02Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-seYuki Okushi-17/+9
2021-07-29Fix may not to appropriate might not or must notAli Malik-4/+4
2021-07-23Fix parameter names in std::env documentation.Érico Nogueira Rolim-4/+3
2021-07-05Improve env var getter docsAris Merchant-8/+5
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-1/+1
2021-07-05Change env var getters to error recoverablyAris Merchant-15/+10
2021-06-23Use HTTPS links where possibleSmitty-2/+2
2021-05-10change k to key and v to v in std::env modshirshak55-10/+10
2021-05-05Rollup merge of #84709 - joshtriplett:doc-alias-chdir, r=dtolnayRalf Jung-0/+1
2021-04-29Add doc alias for `chdir` to `std::env::set_current_dir`Josh Triplett-0/+1
2021-04-29Link between std::env::{var, var_os} and std::env::{vars, vars_os}r00ster91-2/+11
2021-04-27Make sentence in env::args_os' docs plain and simpler00ster-1/+1
2021-04-25Change wordingr00ster-2/+2
2021-04-25Unify the docs of std::env::{args_os, args} morer00ster-8/+16
2021-04-22Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-seDylan DPC-2/+2
2021-04-22Remove `sys::args::Args::inner_debug` and use `Debug` insteadChristiaan Dirkx-2/+2
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-3/+3
2021-01-20Document security implications of std::env::temp_dirJosh Triplett-6/+9
2020-09-04Improve docs for `std::env::args()`Camelid-6/+6
2020-08-31Rollup merge of #75945 - pickfire:patch-7, r=jyn514Tyler Mandry-26/+25
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-109/+3
2020-08-30Fix env doc vars_os broken linkIvan Tham-1/+1
2020-08-30Env use shorter intra-doc links in pathIvan Tham-26/+25
2020-08-17Remove unnecessary links in env.rsEllen-8/+0
2020-08-17Switch to intra-doc links for std/src/env.rsEllen-27/+14
2020-07-27mv std libs to library/mark-0/+1076