| Age | Commit message (Expand) | Author | Lines |
| 2013-04-14 | std: remove unused unsafe blocks/functions | Alex Crichton | -455/+405 |
| 2013-04-13 | Doc review, as requested :-). | Dan Luu | -8/+7 |
| 2013-04-13 | move rustdoc comments so that they attach to the functions rather than the im... | Leah Hanson | -79/+79 |
| 2013-04-13 | initial iterator object library | Daniel Micay | -164/+114 |
| 2013-04-12 | Add comments for the implementations of from_base64 and to_base64 for . | Leah Hanson | -0/+34 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -14/+390 |
| 2013-04-12 | add rustdoc comments with examples for the string versions of to_base64 and f... | Leah Hanson | -0/+45 |
| 2013-04-11 | auto merge of #5819 : erickt/rust/incoming, r=erickt | bors | -71/+279 |
| 2013-04-10 | libstd: changes to in response to #5656 | Niko Matsakis | -14/+390 |
| 2013-04-10 | syntax: add {read,emit}_enum_struct_variant{,_field} | Erick Tryzelaar | -4/+67 |
| 2013-04-10 | std: add serialize {read,emit}_tuple{,_arg,_struct,_struct_arg} | Erick Tryzelaar | -0/+70 |
| 2013-04-10 | std: rename {read,emit}_field to {read,emit}_struct_field | Erick Tryzelaar | -5/+81 |
| 2013-04-10 | std: clean up the order of {De,En}codable methods | Erick Tryzelaar | -81/+80 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -2/+2 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -68/+56 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -2/+2 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -251/+225 |
| 2013-04-08 | Removing some mutable fields in libstd | Alex Crichton | -92/+91 |
| 2013-04-07 | Impl cmp/num traits for BigUint, BigInt | gifnksm | -145/+187 |
| 2013-04-05 | libstd: make complex.rs XXX's into issues and FIXME's | Huon Wilson | -4/+3 |
| 2013-04-05 | libstd: add basic complex numbers | Huon Wilson | -0/+318 |
| 2013-04-05 | libstd: add basic rational numbers | Huon Wilson | -0/+513 |
| 2013-04-05 | libstd: move bigint to dedicated num directory | Huon Wilson | -0/+1 |
| 2013-04-04 | Fix fileinput test fail | ILyoan | -1/+1 |
| 2013-04-03 | auto merge of #5701 : metajack/rust/net-url-clone, r=thestinger | bors | -3/+3 |
| 2013-04-03 | Add Clone derivation for std::net::url types. | Jack Moffitt | -3/+3 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -33/+33 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -6/+6 |
| 2013-04-03 | libstd: make fileinput tests pass. | Huon Wilson | -3/+5 |
| 2013-04-03 | libstd: implement io::Reader for fileinput. | Huon Wilson | -126/+271 |
| 2013-04-03 | libstd: implement fileinput. | Huon Wilson | -0/+465 |
| 2013-04-02 | Removed all uses of Mut from workcache, replaced with @mut | Matthijs Hofstra | -72/+60 |
| 2013-03-31 | Fix warnings | Brian Anderson | -2/+1 |
| 2013-03-30 | move dlist from core -> std | Daniel Micay | -1/+988 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -690/+772 |
| 2013-03-30 | std: add more json decoder tests. | Erick Tryzelaar | -12/+124 |
| 2013-03-30 | std: clean up the json pretty printer tests | Erick Tryzelaar | -88/+71 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -2/+2 |
| 2013-03-29 | std: Add Deque::eachi and a Deque serializer support | Erick Tryzelaar | -0/+58 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -1292/+1292 |
| 2013-03-29 | std: add serialization support for dlist, linearset, triemap, trieset, treema... | Erick Tryzelaar | -1/+183 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -65/+0 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1288/+1288 |
| 2013-03-29 | Register snapshots | Brian Anderson | -49/+0 |
| 2013-03-29 | std: fix json deserializing vectors and a test | Erick Tryzelaar | -6/+4 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -20/+26 |
| 2013-03-29 | std: add Encoder::emit_map and Decoder::read_map | Erick Tryzelaar | -103/+253 |
| 2013-03-29 | std: remove Encoder::read_rec and Decoder::emit_rec | Erick Tryzelaar | -41/+18 |
| 2013-03-29 | std: remove Encoder::emit_tup{,_elt} and Decoder::read_tup{,_elt} | Erick Tryzelaar | -50/+0 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_vec and Decoder::read_{owned,manage... | Erick Tryzelaar | -115/+76 |