summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-10-04fix some examples in std::rand::Rngflo-l-6/+14
2013-10-03auto merge of #9522 : steveklabnik/rust/doc_std_opts, r=alexcrichtonbors-2/+382
2013-10-03Update std::ops docs as per feedbackSteve Klabnik-140/+112
2013-10-03Document logging and remove old functionsAlex Crichton-46/+90
2013-10-03Merge pull request #9697 from sfackler/issue_9155Daniel Micay-13/+9
2013-10-03auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmrbors-1/+2
2013-10-03Close out #9155Steven Fackler-13/+9
2013-10-02auto merge of #9693 : sfackler/rust/newtype-removal, r=alexcrichtonbors-30/+48
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-30/+48
2013-10-02auto merge of #9681 : skade/rust/str-from-str, r=huonwbors-1/+21
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-1/+2
2013-10-02auto merge of #9675 : sfackler/rust/lint, r=alexcrichtonbors-0/+8
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+8
2013-10-02std: Swap {To,From}Primitive to use the 64bit as the unimplemented versionErick Tryzelaar-32/+36
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-99/+357
2013-10-02Add an implementation of FromStr for ~str and @strFlorian Gilcher-1/+21
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-12/+12
2013-10-02auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat...bors-0/+2
2013-10-01auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brsonbors-142/+2
2013-10-01Move the rt::io::process tests to run-passAlex Crichton-142/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-12/+12
2013-10-01remove the `float` typeDaniel Micay-1502/+27
2013-10-01auto merge of #9644 : alexcrichton/rust/clarify, r=huonwbors-19/+42
2013-10-01auto merge of #9576 : FlaPer87/rust/issue/9125, r=alexcrichtonbors-19/+29
2013-10-01Merge fall out of removing fmt!Alex Crichton-4/+4
2013-10-01Update std::task::mod docstringFlavio Percoco-19/+29
2013-09-30std: Remove usage of fmt!Alex Crichton-509/+497
2013-09-30Clarify format! implicit positional referencesAlex Crichton-19/+42
2013-10-01Add new lint: non_uppercase_pattern_statics, for #7526.Felix S. Klock II-0/+2
2013-09-30std::iter: Introduce .by_ref() adaptorblake2-ppc-0/+44
2013-09-30auto merge of #9619 : toffaletti/rust/mmap, r=huonwbors-7/+7
2013-09-29reduce heap allocations for MemoryMapJason Toffaletti-7/+7
2013-09-30std::rt::uv::net: Enable tests on Win32klutzy-4/+0
2013-09-29Put a newline after each logging messageAlex Crichton-1/+1
2013-09-29Add get_opt to std::vecHarry Marr-0/+18
2013-09-28auto merge of #9583 : blake2-ppc/rust/connect-vec, r=huonwbors-46/+38
2013-09-27auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajackbors-1/+0
2013-09-27auto merge of #9562 : alexcrichton/rust/snapshots, r=thestingerbors-50/+0
2013-09-28std::vec: Remove functions concat, connectblake2-ppc-20/+5
2013-09-27auto merge of #9559 : sfackler/rust/more-visibility, r=alexcrichtonbors-11/+11
2013-09-28std::vec: Sane implementations for connect_vec and concat_vecblake2-ppc-26/+15
2013-09-28std::vec: Add benchmark for .concat_vec and .connect_vecblake2-ppc-0/+18
2013-09-27auto merge of #9557 : blake2-ppc/rust/vec-lifetime-token, r=thestingerbors-6/+6
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-2/+2
2013-09-27Suppress warning by removing unused importFlavio Percoco-1/+0
2013-09-27auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestingerbors-24/+24
2013-09-27Register new snapshotsAlex Crichton-50/+0
2013-09-26std: simplify vec.with_c_strErick Tryzelaar-28/+20
2013-09-26std: add micro optimization to vec.with_c_str_uncheckedErick Tryzelaar-0/+47
2013-09-26std: Up vec.with_c_str's stack buffer to 128Erick Tryzelaar-1/+1