about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-11-12Fixup #29785Manish Goregaokar-1/+1
2015-11-12Rollup merge of #29785 - steveklabnik:doc_prelude, r=nikomatsakisManish Goregaokar-96/+115
2015-11-11Clean up the prelude docsSteve Klabnik-96/+115
2015-11-11Cleaner c_char cfg logicarcnmx-11/+10
2015-11-11Prefer raw::c_char or libc::c_char and fix armarcnmx-39/+36
2015-11-11Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnikbors-2/+4
2015-11-10Auto merge of #29724 - alexcrichton:ip-endian, r=aturonbors-2/+9
2015-11-10[docs] Update references to renamed fs::stat functionMatt Brubeck-2/+4
2015-11-10Rollup merge of #29708 - Ryman:pathdoc, r=steveklabnikSteve Klabnik-0/+15
2015-11-09std: Migrate to the new libcAlex Crichton-2339/+1755
2015-11-09std: Fix endianness in Ord for IP addressesAlex Crichton-2/+9
2015-11-09libstd: add example for PathBuf::pushKevin Butler-0/+15
2015-11-08Spell out the fallback of `std::env::home_dir` on POSIXTobias Bucher-1/+3
2015-11-07Update list of array implementations in src/libstd/primitive_docs.rsOliver Middleton-1/+3
2015-11-06Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturonbors-64/+57
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-64/+57
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-5/+0
2015-11-06Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichtonbors-1/+1
2015-11-06Auto merge of #29604 - bstrie:de_ms, r=alexcrichtonbors-0/+5
2015-11-06Auto merge of #29491 - alexcrichton:avoid-stdio-tls, r=brsonbors-8/+26
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-56/+62
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-5/+0
2015-11-06doc(lib.rs): fix #L79 with inline link syntaxRizky Luthfianto-2/+1
2015-11-05remove excess string allocationSteve Klabnik-1/+1
2015-11-05Rollup merge of #29568 - steveklabnik:gh24591, r=apasel422Steve Klabnik-0/+3
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-0/+5
2015-11-04Auto merge of #29200 - tshepang:rustfmt-path, r=aturonbors-96/+165
2015-11-04Add note about HashMap::capacity's boundsSteve Klabnik-0/+3
2015-11-03libstd: implement PartialEq<Path> for PathBuf and Cow<Path>Kevin Butler-0/+48
2015-11-03libstd: implement From<&Path|PathBuf> for Cow<Path>Kevin Butler-0/+36
2015-11-03Auto merge of #29514 - apasel422:issue-26220, r=alexcrichtonbors-0/+14
2015-11-02Auto merge of #29456 - alexcrichton:path-hash, r=aturonbors-3/+37
2015-11-02std: Base Hash for Path on its iteratorAlex Crichton-3/+37
2015-11-02Auto merge of #29510 - mneumann:dragonfly-guard-page, r=alexcrichtonbors-0/+4
2015-11-01Implement `IntoIterator` for `&{Path, PathBuf}`Andrew Paseltiner-0/+14
2015-11-01Use guard-pages also on DragonFly/FreeBSD.Michael Neumann-0/+4
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-55/+87
2015-10-31Fix stage0 ICE caused by the old _Unwind_Resume override trickery.Vadim Chugunov-0/+2
2015-10-31std: Prevent print panics when using TLSAlex Crichton-8/+26
2015-10-31Auto merge of #29487 - sfackler:current-exe-docs, r=steveklabnikbors-3/+3
2015-10-30Tweak env docs a bitSteven Fackler-3/+3
2015-10-31Auto merge of #29484 - steveklabnik:gh29330, r=brsonbors-130/+145
2015-10-30Some fixes to std index docsSteve Klabnik-9/+10
2015-10-30Clean up formatting on std main pageSteve Klabnik-130/+144
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-1/+3
2015-10-30run rustfmt on std::pathTshepang Lekhonkhobe-96/+165
2015-10-29Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichtonbors-299/+267
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-299/+267
2015-10-27Auto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcrichtonbors-0/+12
2015-10-26std: Slightly more robust env var handlingAlex Crichton-56/+62