about summary refs log tree commit diff
path: root/src/libstd/env.rs
AgeCommit message (Expand)AuthorLines
2019-04-17Document `Item` type in `std::env::SplitPaths` iterator.Nathan Kleyn-1/+7
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-8/+8
2019-03-25SGX target: fix std unit testsJethro Beekman-1/+2
2019-02-28libstd => 2018Taiki Endo-13/+13
2019-02-17Use more impl header lifetime elisionScott McMurray-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-21/+21
2018-07-12make reference to dirs crate clickable in terminalsRalf Jung-1/+1
2018-07-07Deprecate `std::env::home_dir` and fix incorrect documentationSimon Ochsenreither-10/+15
2018-05-14env: remove unwrap in examples in favor of try opJohn-John Tedro-12/+21
2018-04-05Correct a few stability attributesOliver Middleton-4/+4
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-7/+7
2018-02-05Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs}panicbit-0/+12
2018-01-11Make tests build on CloudABI.Ed Schouten-2/+9
2017-12-24Minor rewrite of env::current_exe docs; clarify symlinks.Corey Farwell-8/+11
2017-11-07Warn about non-portability of glob patternsKornel-0/+4
2017-06-24Move global vars changing tests into run-passStepan Koltsov-81/+1
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-2/+16
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-2/+16
2017-06-20Add a couple doc additional examples for `env::join_paths`.Corey Farwell-0/+29
2017-06-12Rollup merge of #42579 - maccoda:maccoda/env_docs, r=steveklabnikCorey Farwell-9/+11
2017-06-10env docs completion.Dylan Maccora-9/+11
2017-05-20Rollup merge of #42091 - maccoda:maccoda/env_docs, r=frewsxcvMark Simulacrum-16/+33
2017-05-20Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrumbors-2/+2
2017-05-20Correct some stability versionsOliver Middleton-2/+2
2017-05-20Merge branch 'master' into maccoda/env_docsDylan Maccora-7/+10
2017-05-20Fixed link issue.Dylan Maccora-2/+2
2017-05-18std::env docsDylan Maccora-18/+35
2017-05-18misc doc improvements for std::envTshepang Lekhonkhobe-9/+12
2017-03-05clarify docs for Args and ArgsOsJack O'Connor-0/+8
2017-02-18Add missing urls for env functionsGuillaume Gomez-4/+11
2017-02-08Add missing urls on join_pathsGuillaume Gomez-4/+8
2017-02-07Add missing urls for current_dirGuillaume Gomez-2/+5
2017-01-29Fix a few impl stability attributesOliver Middleton-5/+5
2017-01-27Fix a few links in the docsOliver Middleton-1/+1
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-1/+1
2017-01-12Minor improvements to docs in std::env structures/functions.Corey Farwell-8/+12
2016-12-29libstd: define std::env::consts::ARCH for sparc64Jonathan A. Kollasch-0/+6
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+36
2016-12-04std: Forward ExactSizeIterator::is_empty for Args, ArgsOs iteratorsUlrik Sverdrup-0/+2
2016-11-21Add some internal docs links for Args/ArgsOsJohn Downey-5/+13
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-2/+3
2016-10-01std: Move platform specific env code into sysBrian Anderson-183/+9
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+3
2016-09-30Preliminary wasm32 supportBrian Anderson-1/+17
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+11
2016-09-14doc: make that sound betterTshepang Lekhonkhobe-2/+2
2016-09-09Add s390x supportUlrich Weigand-0/+6
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-0/+6
2016-08-27fix cross compilation of stdJorge Aparicio-0/+6