about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-04-18Small typos, year date and URL of the fbuild system for reference.Olivier Saut-6/+7
2013-04-15auto merge of #5901 : thestinger/rust/iterator, r=sanxiynbors-3/+3
2013-04-15auto merge of #5895 : huonw/rust/no-pub-tests, r=thestingerbors-254/+254
2013-04-15iterator: use an IteratorUtil traitDaniel Micay-3/+3
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-254/+254
2013-04-15auto merge of #5879 : astrieanna/rust/document_std_base64, r=catamorphismbors-1/+79
2013-04-14Change to 4-space indents in code examplesLeah Hanson-14/+14
2013-04-14update copyright notice on base64.rsLeah Hanson-1/+1
2013-04-14std: remove unused unsafe blocks/functionsAlex Crichton-455/+405
2013-04-13Doc review, as requested :-).Dan Luu-8/+7
2013-04-13move rustdoc comments so that they attach to the functions rather than the im...Leah Hanson-79/+79
2013-04-13initial iterator object libraryDaniel Micay-164/+114
2013-04-12Add comments for the implementations of from_base64 and to_base64 for .Leah Hanson-0/+34
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-14/+390
2013-04-12add rustdoc comments with examples for the string versions of to_base64 and f...Leah Hanson-0/+45
2013-04-11auto merge of #5819 : erickt/rust/incoming, r=ericktbors-71/+279
2013-04-10libstd: changes to in response to #5656Niko Matsakis-14/+390
2013-04-10syntax: add {read,emit}_enum_struct_variant{,_field}Erick Tryzelaar-4/+67
2013-04-10std: add serialize {read,emit}_tuple{,_arg,_struct,_struct_arg}Erick Tryzelaar-0/+70
2013-04-10std: rename {read,emit}_field to {read,emit}_struct_fieldErick Tryzelaar-5/+81
2013-04-10std: clean up the order of {De,En}codable methodsErick Tryzelaar-81/+80
2013-04-10Bump version to 0.7-preBrian Anderson-2/+2
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-68/+56
2013-04-09Bump version to 0.7-preBrian Anderson-2/+2
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-251/+225
2013-04-08Removing some mutable fields in libstdAlex Crichton-92/+91
2013-04-07Impl cmp/num traits for BigUint, BigIntgifnksm-145/+187
2013-04-05libstd: make complex.rs XXX's into issues and FIXME'sHuon Wilson-4/+3
2013-04-05libstd: add basic complex numbersHuon Wilson-0/+318
2013-04-05libstd: add basic rational numbersHuon Wilson-0/+513
2013-04-05libstd: move bigint to dedicated num directoryHuon Wilson-0/+1
2013-04-04Fix fileinput test failILyoan-1/+1
2013-04-03auto merge of #5701 : metajack/rust/net-url-clone, r=thestingerbors-3/+3
2013-04-03Add Clone derivation for std::net::url types.Jack Moffitt-3/+3
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-33/+33
2013-04-03hashmap: rm linear namespaceDaniel Micay-6/+6
2013-04-03libstd: make fileinput tests pass.Huon Wilson-3/+5
2013-04-03libstd: implement io::Reader for fileinput.Huon Wilson-126/+271
2013-04-03libstd: implement fileinput.Huon Wilson-0/+465
2013-04-02Removed all uses of Mut from workcache, replaced with @mutMatthijs Hofstra-72/+60
2013-03-31Fix warningsBrian Anderson-2/+1
2013-03-30move dlist from core -> stdDaniel Micay-1/+988
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-690/+772
2013-03-30std: add more json decoder tests.Erick Tryzelaar-12/+124
2013-03-30std: clean up the json pretty printer testsErick Tryzelaar-88/+71
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-2/+2
2013-03-29std: Add Deque::eachi and a Deque serializer supportErick Tryzelaar-0/+58
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-1292/+1292
2013-03-29std: add serialization support for dlist, linearset, triemap, trieset, treema...Erick Tryzelaar-1/+183
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-65/+0