summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-589/+329
2015-05-13Auto merge of #24619 - nrc:rc-coerce, r=nikomatsakisbors-22/+24
2015-05-13Rollup merge of #25224 - brson:stddoc, r=steveklabnikSteve Klabnik-53/+50
2015-05-13RebasingNick Cameron-22/+24
2015-05-12Scale back changes madeAlex Crichton-344/+18
2015-05-12Very hacky MSVC hacks.Ricky Taylor-5/+342
2015-05-12doc: Address feedbackBrian Anderson-10/+11
2015-05-11Rollup merge of #25278 - cpjreynolds:path-doc, r=alexcrichtonSteve Klabnik-1/+1
2015-05-11Rollup merge of #25290 - bluss:docfixes, r=steveklabnikManish Goregaokar-0/+10
2015-05-11Rollup merge of #25280 - frewsxcv:patch-22, r=steveklabnikManish Goregaokar-2/+2
2015-05-11docs: Link from tls macros to relevant docsUlrik Sverdrup-0/+4
2015-05-11docs: Clarify Path::starts_with (and ends_with)Ulrik Sverdrup-0/+6
2015-05-10Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnikSteve Klabnik-0/+18
2015-05-10Update docs to stop referencing `BufReadExt`Corey Farwell-2/+2
2015-05-10Fix grammar in path::Path documentationCole Reynolds-1/+1
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-4/+4
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-85/+85
2015-05-09std: Add example for HashMap::entry()Ulrik Sverdrup-0/+18
2015-05-09Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakisbors-1/+1
2015-05-08std: Update crate docsBrian Anderson-53/+49
2015-05-08Auto merge of #25218 - Manishearth:rollup, r=Manishearthbors-2/+2
2015-05-09Rollup merge of #25140 - kevinmehall:mips, r=steveklabnikManish Goregaokar-2/+2
2015-05-08Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brsonbors-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-85/+85
2015-05-08Fallout from fixing Issue 25199.Felix S. Klock II-1/+1
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-2/+2
2015-05-07std: Remove a double-box in ReentrantMutexAlex Crichton-22/+25
2015-05-07std: Remove unused helper_thread.rs fileAlex Crichton-170/+0
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-47/+47
2015-05-07Rollup merge of #25138 - tshepang:typos, r=sanxiynSteve Klabnik-1/+1
2015-05-07Auto merge of #25125 - Stebalien:from_raw_os, r=alexcrichtonbors-13/+14
2015-05-06Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichtonbors-11/+19
2015-05-06Auto merge of #25153 - jgallagher:rwlock-try-write, r=alexcrichtonbors-12/+36
2015-05-06Stabilize from_raw_osSteven Allen-13/+14
2015-05-06Auto merge of #25135 - alexcrichton:generalize-env-set-var, r=aturonbors-7/+5
2015-05-06Update documentation for RwLock::try_{read,write}.John Gallagher-10/+17
2015-05-06Make RwLock::try_write try to obtain a write lockJohn Gallagher-2/+19
2015-05-05std: update select internals to not use mutable transmutingSean McArthur-11/+19
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-05Fix MIPS build errors in libstd/os/linux/raw.rsKevin Mehall-2/+2
2015-05-05std: Generalize generics a bit in std::envAlex Crichton-7/+5
2015-05-05Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturonbors-10/+18
2015-05-05Auto merge of #25101 - alexcrichton:fix-flaky-windows-test, r=nikomatsakisbors-2/+4
2015-05-05Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnikManish Goregaokar-1/+2
2015-05-05Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnikManish Goregaokar-2/+2
2015-05-05Rollup merge of #25079 - alexcrichton:fix-nsec, r=aturonManish Goregaokar-3/+3
2015-05-05Rollup merge of #25074 - killercup:patch-10, r=alexcrichtonManish Goregaokar-19/+22
2015-05-04Auto merge of #24652 - achanda:ip-long, r=alexcrichtonbors-1/+27
2015-05-04doc: fix markupTshepang Lekhonkhobe-1/+2
2015-05-04std: Join threads in select! doctestAlex Crichton-2/+4