summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-09-15fix range_step{,_inclusive} with negative stepDaniel Micay-16/+10
2013-09-14auto merge of #9199 : thestinger/rust/range_step, r=cmrbors-14/+101
2013-09-14iter: add `RangeStep` and `RangeStepInclusive`Daniel Micay-1/+90
2013-09-14auto merge of #9198 : FlaPer87/rust/shared-port, r=cmrbors-9/+38
2013-09-14auto merge of #9191 : huonw/rust/are-you-tired, r=cmrbors-0/+14
2013-09-14iter: move Counter impl to the proper placeDaniel Micay-14/+14
2013-09-14iter: replace comment with a docstringDaniel Micay-5/+3
2013-09-14Add SharedPort wrapper around rt::comm::SharedPortFlavio Percoco-9/+38
2013-09-14iter: fix range docstringsDaniel Micay-2/+2
2013-09-14auto merge of #9182 : bjz/rust/master, r=brsonbors-0/+1
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-18/+18
2013-09-15std::rt: Add a standalone sleep function.Huon Wilson-0/+14
2013-09-14auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiynbors-0/+9
2013-09-14auto merge of #9160 : alexcrichton/rust/local-data-docs, r=huonwbors-7/+8
2013-09-14auto merge of #9156 : sfackler/rust/buffered-fix, r=huonwbors-13/+19
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-98/+833
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-53/+0
2013-09-14Add Orderable bound to num::PrimitiveBrendan Zabarauskas-0/+1
2013-09-14std::logging: Use a more specific enum than Eitherblake2-ppc-18/+18
2013-09-13std: Fix another windows problem with the unwrap_or_default renameErick Tryzelaar-1/+1
2013-09-13std: rename Option.chain to Option.and_then on windowsErick Tryzelaar-1/+1
2013-09-13std::rt::io: Fix file I/O on Win32klutzy-0/+9
2013-09-12Improve the local_data docs slightlyAlex Crichton-7/+8
2013-09-12auto merge of #9087 : fhahn/rust/rust_crate_map, r=brsonbors-54/+224
2013-09-12Stop using newtypes in rt::io::bufferedSteven Fackler-13/+19
2013-09-12std: Restore Option::chain{,_mut}_ref as and_then{,_mut}_refErick Tryzelaar-16/+26
2013-09-12std: Remove Zero impl for OptionErick Tryzelaar-5/+0
2013-09-12std: Remove Zero impl from vecErick Tryzelaar-21/+4
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-5/+75
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-55/+79
2013-09-12std: Add ToEither/IntoEither/AsEitherErick Tryzelaar-21/+162
2013-09-12std: Add ToResult/IntoResult/AsResultErick Tryzelaar-12/+171
2013-09-12std: Add ToOption/IntoOption/AsOptionErick Tryzelaar-0/+185
2013-09-12std: fix a warningErick Tryzelaar-1/+1
2013-09-12std: Add Option.{and,and_then,or,or_else}Erick Tryzelaar-8/+81
2013-09-12std: Add Option.unwrap_or_else and a couple testsErick Tryzelaar-0/+47
2013-09-12std: Add Default implementation for vecsErick Tryzelaar-0/+14
2013-09-12std: Add Option.{result_or_default,or_default} that uses DefaultErick Tryzelaar-0/+20
2013-09-12std: add default implementations to OptionErick Tryzelaar-0/+5
2013-09-12std: add default implementations to HashMapErick Tryzelaar-0/+9
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-4/+4
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-54/+213
2013-09-12auto merge of #9136 : thestinger/rust/ptr, r=alexcrichtonbors-4/+64
2013-09-12auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonwbors-2/+2
2013-09-12auto merge of #9012 : alexcrichton/rust/format-args, r=huonwbors-16/+75
2013-09-12auto merge of #9138 : alexcrichton/rust/dynamic-lib-not-threadsafe, r=thestingerbors-1/+3
2013-09-12Parse underscores in identifiers for format!Alex Crichton-2/+2
2013-09-12Implement a format_args!() macroAlex Crichton-16/+75
2013-09-11Flag the dynamic_lib tests as ignoredAlex Crichton-1/+3
2013-09-11auto merge of #9114 : sfackler/rust/flush-fix, r=brsonbors-1/+1