| Age | Commit message (Expand) | Author | Lines |
| 2013-08-06 | auto merge of #8231 : SimonSapin/rust/ascii-upper-lower-case, r=cmr | bors | -11/+169 |
| 2013-08-06 | iterator: rename `Counter::new` to `count` | Daniel Micay | -18/+16 |
| 2013-08-06 | add Extendable to the prelude | Daniel Micay | -1/+2 |
| 2013-08-06 | iterator: simplify the `take` implementation | Daniel Micay | -2/+1 |
| 2013-08-07 | Fix bug in `match`ing struct patterns | Dmitry Ermolov | -24/+35 |
| 2013-08-07 | Added testcases for `match` keyword | Dmitry Ermolov | -0/+81 |
| 2013-08-06 | Hide stuff that are not used outside of _match.rs | Dmitry Ermolov | -42/+42 |
| 2013-08-06 | Better documentation for --emit-llvm option. | Dmitry Ermolov | -1/+2 |
| 2013-08-06 | Add to_ascii_upper, to_ascii_lower and eq_ignore_ascii_case in std::ascii | Simon Sapin | -11/+169 |
| 2013-08-06 | auto merge of #8321 : alexcrichton/rust/enable-rusti, r=cmr | bors | -9/+8 |
| 2013-08-06 | Result::get -> Result::unwrap | Steven Fackler | -6/+6 |
| 2013-08-06 | auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brson | bors | -50/+67 |
| 2013-08-06 | Removed convenience encoding trait impls | Steven Fackler | -154/+63 |
| 2013-08-06 | Removing space for NULL terminator | Steven Fackler | -2/+1 |
| 2013-08-06 | ToBase64 and ToHex perf improvements | Steven Fackler | -37/+38 |
| 2013-08-06 | Some minor hex changes | Steven Fackler | -6/+8 |
| 2013-08-06 | Added hexadecimal encoding module | Steven Fackler | -0/+239 |
| 2013-08-06 | Use FromStr for IpAddr in rt::uv::net | Stepan Koltsov | -70/+2 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -79/+72 |
| 2013-08-06 | Implement FromStr for IpAddr and SocketAddr | Stepan Koltsov | -0/+365 |
| 2013-08-06 | auto merge of #8312 : alexcrichton/rust/use-treemap, r=erickt | bors | -18/+1 |
| 2013-08-06 | auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichton | bors | -1/+1 |
| 2013-08-06 | auto merge of #8054 : sammykim/rust/move-EnumSet, r=alexcrichton | bors | -66/+30 |
| 2013-08-05 | Update Iterator impls to use Saturating | Kevin Ballard | -25/+10 |
| 2013-08-05 | Add std::num::Saturating | Kevin Ballard | -60/+157 |
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -66/+30 |
| 2013-08-05 | auto merge of #8265 : blake2-ppc/rust/std-iter, r=thestinger | bors | -164/+198 |
| 2013-08-05 | auto merge of #8278 : cmr/rust/workaround, r=brson | bors | -5/+12 |
| 2013-08-05 | std: c_str should use regions on methods | Erick Tryzelaar | -3/+3 |
| 2013-08-05 | std: fix a typo where .to_c_str wasn't being called on android | Erick Tryzelaar | -1/+1 |
| 2013-08-06 | std: Fix bug in ChunkIter::idx | blake2-ppc | -1/+4 |
| 2013-08-06 | std: Remove uint::iterate, replaced by `range` | blake2-ppc | -32/+6 |
| 2013-08-06 | extra: Simplify the bitv iterators using Repeat | blake2-ppc | -44/+19 |
| 2013-08-06 | std: Improve the documentation for iterator::Invert | blake2-ppc | -0/+11 |
| 2013-08-06 | std: Use method name Option::consume | blake2-ppc | -5/+7 |
| 2013-08-06 | std: Rewrite the HashSet set operation iterators | blake2-ppc | -37/+17 |
| 2013-08-06 | std: Add iterator::Repeat to repeat an element endlessly | blake2-ppc | -0/+33 |
| 2013-08-06 | std: Improve vec::ChunkIter | blake2-ppc | -8/+51 |
| 2013-08-06 | std: Implement RandomAccessIterator for Invert | blake2-ppc | -0/+21 |
| 2013-08-06 | std: Remove unused trait bound in Result::map | blake2-ppc | -1/+1 |
| 2013-08-06 | std: Convert Result to use external iterators | blake2-ppc | -14/+18 |
| 2013-08-06 | std: Add .consume_iter() for Option, to make it reusable | blake2-ppc | -27/+15 |
| 2013-08-05 | Re-enable rusti tests | Alex Crichton | -9/+8 |
| 2013-08-05 | auto merge of #8288 : Kimundi/rust/opteitres4, r=brson | bors | -817/+792 |
| 2013-08-05 | Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent... | Ben Blum | -45/+63 |
| 2013-08-05 | (cleanup) Uncomment an assertion that now holds. | Ben Blum | -5/+4 |
| 2013-08-05 | auto merge of #8298 : darkf/rust/fix-3948, r=pcwalton | bors | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -817/+792 |
| 2013-08-05 | Use TreeMap's ord implementation for Json | Alex Crichton | -18/+1 |
| 2013-08-05 | Improve debug spew in _match. | Michael Sullivan | -44/+47 |