about summary refs log tree commit diff
path: root/src/libstd/env.rs
AgeCommit message (Expand)AuthorLines
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
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
2016-08-14Rollup merge of #34941 - qolop:patch-2, r=apasel422Eduard-Mihai Burtescu-2/+2
2016-08-11Fix typoPatrick McCann-1/+1
2016-07-27Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichtonbors-0/+11
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-0/+11
2016-07-20Fix typo (privledge->privilege)Patrick McCann-1/+1
2016-07-20Auto merge of #33526 - steveklabnik:gh21889, r=alexcrichtonbors-0/+38
2016-07-19re-work exampleSteve Klabnik-12/+35
2016-05-12Cleanup formatting and wording for `std::env::temp_dir` docs.Corey Farwell-10/+10
2016-05-09Add some warnings to std::env::current_exeSteve Klabnik-0/+15
2016-04-06Rollup merge of #32691 - frewsxcv:patch-28, r=alexcrichtonSteve Klabnik-1/+1
2016-04-06Rollup merge of #31762 - tshepang:in-which-case, r=steveklabnikSteve Klabnik-8/+8
2016-04-05doc: make env::consts summaries less confusingTshepang Lekhonkhobe-8/+8
2016-04-02Indicate `None` is code-like in doc comment.Corey Farwell-1/+1
2016-03-30doc: "of the" seems more correct than "to the"Tshepang Lekhonkhobe-8/+8
2016-02-28doc: "ref" not needed in the exampleTshepang Lekhonkhobe-1/+1
2016-02-26Rollup merge of #31896 - tshepang:idiom, r=steveklabnikManish Goregaokar-1/+1
2016-02-26Rollup merge of #31894 - tshepang:more-clear, r=steveklabnikManish Goregaokar-2/+1
2016-02-25doc: follow the idiom of adding a trailing commaTshepang Lekhonkhobe-1/+1
2016-02-25doc: that explanation was a messTshepang Lekhonkhobe-2/+1
2016-02-25doc: add missing commaTshepang Lekhonkhobe-1/+1
2016-02-24Auto merge of #31778 - aturon:snapshot, r=alexcrichtonbors-1/+1
2016-02-23Register new snapshotsAaron Turon-1/+1
2016-02-19Rollup merge of #31765 - tshepang:shorten, r=steveklabnikSteve Klabnik-1/+1
2016-02-19Rollup merge of #31764 - tshepang:overlong-sentence, r=steveklabnikSteve Klabnik-1/+1
2016-02-18doc: make the sentence more simpleTshepang Lekhonkhobe-1/+1
2016-02-18doc: reduce overlong sentenceTshepang Lekhonkhobe-1/+1
2016-02-18doc: remove a word that makes the sentence hard to readTshepang Lekhonkhobe-1/+1
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+16
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+12