about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-628/+715
2015-05-19Auto merge of #25495 - alexcrichton:process-pid, r=aturonbors-0/+17
2015-05-19std: Don't require rust_try as an exported symbolAlex Crichton-9/+24
2015-05-19std: Implement aborting stubs for MSVC unwindingAlex Crichton-328/+389
2015-05-19Rollup merge of #25576 - mbrubeck:pathext-doc, r=steveklabnikManish Goregaokar-2/+3
2015-05-18[doc] Add a reference from PathExt to fs::metadataMatt Brubeck-2/+3
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-15/+16
2015-05-17Rollup merge of #25522 - alexcrichton:reexport-incoming, r=sfacklerManish Goregaokar-1/+1
2015-05-17Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichtonManish Goregaokar-2/+1
2015-05-17Rollup merge of #25508 - johshoff:visit_dirs_example, r=alexcrichtonManish Goregaokar-6/+5
2015-05-17Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-05-17Rollup merge of #25465 - Ryman:patch-2, r=alexcrichtonManish Goregaokar-2/+2
2015-05-16std: Reexport std::net::tcp::IncomingAlex Crichton-1/+1
2015-05-16Simplify CString doc commentBen Striegel-2/+1
2015-05-16fs::walk_dir example without unstable featuresJohannes Hoff-6/+5
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+17
2015-05-16Auto merge of #25462 - alexcrichton:favicon-https, r=nrcbors-1/+1
2015-05-16Small typo in the docsEmilio Cobos Álvarez-1/+1
2015-05-16libstd: Path docs: `file` is now `file_name`Ryman-2/+2
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-15std: fix a linkIvan Ukhov-1/+1
2015-05-14Rollup merge of #25414 - apasel422:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-14Auto merge of #25403 - Manishearth:rollup, r=Manishearthbors-1/+1
2015-05-14s/Iterater/Iterator/Andrew Paseltiner-1/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-589/+329
2015-05-14Fix crates.io link.Wangshan Lu-1/+1
2015-05-13libstd/env: Add non-Rust synchronization warnings for setenv()Colin Walters-0/+22
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