summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-09-16auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichtonbors-26/+47
2013-09-16std::str: Add bench tests for StrVector::connect() and for str::push_strblake2-ppc-0/+19
2013-09-16std::vec: Add function vec::bytes::push_bytesblake2-ppc-0/+17
2013-09-16std::vec: Fix hazards with uint overflows in unsafe codeblake2-ppc-6/+29
2013-09-16auto merge of #9192 : Kimundi/rust/master, r=huonwbors-16/+278
2013-09-16Corrected a few small style issuesMarvin Löbel-18/+43
2013-09-16Add an SendStr typeMarvin Löbel-16/+253
2013-09-16std::num: Add uint::next_power_of_two_optblake2-ppc-1/+11
2013-09-15c_str: Add new method .as_str() -> Option<&str>Kevin Ballard-3/+74
2013-09-16std::rt::uv::file: Enable tests on Win32klutzy-2/+0
2013-09-16std::rt::uv::uvio: Enable tests on Win32klutzy-2/+0
2013-09-16std::rt::io::net::tcp: Fix one tcp test on Win32klutzy-2/+7
2013-09-16std::rt::uv::uvll: Fix uv_req_type on Win32klutzy-3/+27
2013-09-16std::os: Use unicode for last_os_error() on Win32klutzy-10/+9
2013-09-16std::rt::io::support: Fix ignored test on Win32klutzy-2/+1
2013-09-15std::rt::io::file: Enable I/O tests on Win32klutzy-5/+3
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-93/+69
2013-09-15Document all of the format! related macrosAlex Crichton-2/+74
2013-09-15Reduce the amount of complexity in format!Alex Crichton-0/+7
2013-09-15iter: add the edge case tests for `range` tooDaniel Micay-0/+10
2013-09-15rm some uses of the `advance` iterator methodDaniel Micay-2/+2
2013-09-15std::num: Remove `range_step` for each numeric typeblake2-ppc-296/+0
2013-09-15Use std::iter::range_stepblake2-ppc-35/+27
2013-09-15iter: fix `RangeInclusive`'s `DoubleEndedIterator`Daniel Micay-3/+5
2013-09-15iter: fix `range_inclusive` when `start > stop`Daniel Micay-4/+10
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