summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-09-01Fix #8898novalis-2/+3
2013-09-02rt::io: Add Bytes iterator for Readerblake2-ppc-1/+83
2013-09-01std/extra: Add ExactSize for Bitv, DList, RingBuf, Option iteratorsblake2-ppc-1/+3
2013-09-01std::iterator: Use ExactSize, inheriting DoubleEndedIteratorblake2-ppc-52/+43
2013-09-01std::iterator: Add back .rposition() testblake2-ppc-10/+25
2013-09-01auto merge of #8276 : kballard/rust/iterator-protocol, r=cmrbors-6/+122
2013-08-31auto merge of #8899 : thestinger/rust/repr, r=huonwbors-21/+31
2013-08-31repr: remove trailing {} from unit-like structsDaniel Micay-7/+11
2013-08-31repr: print the name of structsDaniel Micay-19/+25
2013-08-30auto merge of #8896 : lightcatcher/rust/default_eq_fix, r=thestingerbors-18/+2
2013-08-30Now inline default 'ne' methodsEric Martin-0/+2
2013-08-30remove several 'ne' methodsEric Martin-18/+0
2013-08-30auto merge of #8889 : erickt/rust/cleanup, r=catamorphismbors-1/+3
2013-08-30std: Add a file-renaming function to std::osTim Chevalier-0/+12
2013-08-30std: Add a fixme for when we add Trait::<for T>::static_method()Erick Tryzelaar-0/+2
2013-08-30fix various warningsErick Tryzelaar-1/+1
2013-08-30std::select: Use correct indices from the frontblake2-ppc-2/+2
2013-08-30std::str: Use reverse enumerate and .rpositionblake2-ppc-15/+6
2013-08-30std: Implement .rposition() on double-ended iterators with known sizeblake2-ppc-36/+37
2013-08-30std::iterator: Add tests for .next_back() on Zip and Enumerateblake2-ppc-0/+27
2013-08-30std::iterator: Implement .next_back() for Zipblake2-ppc-0/+23
2013-08-30std::iterator: Introduce trait ExactSizeHintblake2-ppc-0/+38
2013-08-30auto merge of #8858 : blake2-ppc/rust/small-bugs, r=alexcrichtonbors-16/+21
2013-08-30auto merge of #8877 : bouk/rust/master, r=sanxiynbors-1/+1
2013-08-30auto merge of #8867 : thestinger/rust/smaller-arc, r=alexcrichtonbors-1/+9
2013-08-30auto merge of #8857 : blake2-ppc/rust/std-str-remove, r=thestingerbors-40/+0
2013-08-30Add missing spaceBouke van der Bijl-1/+1
2013-08-30auto merge of #8854 : huonw/rust/rt-papercuts, r=brsonbors-31/+25
2013-08-30auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brsonbors-299/+1521
2013-08-29Make Zip iterator short-circuitKevin Ballard-6/+12
2013-08-29Make the iterator protocol more explicitKevin Ballard-0/+110
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-25/+84
2013-08-29reduce the size of UnsafeArc from 2 words to 1Daniel Micay-1/+9
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-1053/+1060
2013-08-29auto merge of #8842 : jfager/rust/remove-iter-module, r=pnkfelixbors-36/+21
2013-08-29std::str: Fix bug in .slice_chars()blake2-ppc-0/+4
2013-08-29std::str: Use CharIterator in NormalizationIteratorblake2-ppc-16/+17
2013-08-29std::str: Remove functions count_chars, count_bytesblake2-ppc-40/+0
2013-08-29rt: remove a series of unfortunate casts.Huon Wilson-13/+6
2013-08-29rt: use sugary functions rather than manual range loops.Huon Wilson-16/+11
2013-08-29rt: Handle non-integer RUST_THREADS (slightly) more gracefully.Huon Wilson-2/+8
2013-08-28Remove @io::Writer from sys/repr/reflectAlex Crichton-299/+1521
2013-08-29Remove the iter module.Jason Fager-36/+21
2013-08-28auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brsonbors-549/+467
2013-08-28auto merge of #8807 : alexcrichton/rust/remove-two-offsets, r=thestingerbors-94/+36
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+21
2013-08-28Disabled failing parts of abs_sub() and frexp() unit tests on Windows.Vadim Chugunov-0/+21
2013-08-28Fixed MemoryMap on Windows.Vadim Chugunov-25/+42
2013-08-27Remove offset_inbounds for an unsafe offset functionAlex Crichton-94/+36
2013-08-27auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichtonbors-7/+0