summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-09-04stop treating char as an integer typeDaniel Micay-94/+83
2013-09-04Revise path.rs API to not allocate ~str so much.Felix S. Klock II-25/+25
2013-09-04auto merge of #8960 : Kimundi/rust/master, r=alexcrichtonbors-1/+27
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-9/+7
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+11
2013-09-03auto merge of #8943 : alexcrichton/rust/issue-8904, r=brsonbors-2/+8
2013-09-03auto merge of #8942 : novalis/rust/fmt, r=alexcrichtonbors-0/+7
2013-09-03Test and document escaping on format!()novalis-0/+7
2013-09-03auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichtonbors-0/+6
2013-09-04Added ToStr impl for charMarvin Löbel-1/+27
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-0/+6
2013-09-03auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphismbors-160/+234
2013-09-03rt::io: Rename Bytes to ByteIterator and add note about iterationblake2-ppc-8/+14
2013-09-03auto merge of #8934 : sfackler/rust/bufreader, r=brsonbors-3/+39
2013-09-03auto merge of #8947 : thestinger/rust/name, r=huonwbors-5/+20
2013-09-03auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonwbors-62/+150
2013-09-03repr: add very basic support for functionsDaniel Micay-5/+17
2013-09-03add type name to the tydescDaniel Micay-0/+3
2013-09-02Raise the file descriptor limits when running compiletestAlex Crichton-2/+8
2013-09-02Fix the std::fmt doc-block to show up in pandocAlex Crichton-1/+1
2013-09-02Implement BufReaderSteven Fackler-3/+39
2013-09-02auto merge of #8927 : thestinger/rust/repr, r=huonwbors-23/+52
2013-09-02repr: handle tuple structs sanelyDaniel Micay-18/+33
2013-09-02repr: add support for trait objectsDaniel Micay-4/+9
2013-09-02repr: print functions as `fn()`Daniel Micay-1/+10
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