| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | testsuite: remove 2 very outdated testcases; functionality is tested by other... | Huon Wilson | -212/+0 |
| 2013-08-07 | std: adjust str::test_add so that the macro expands to all 3 items (#8012). | Huon Wilson | -11/+14 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -26/+59 |
| 2013-08-07 | auto merge of #8323 : kballard/rust/saturating, r=thestinger | bors | -85/+167 |
| 2013-08-07 | std: run test fix for ARM android | Young-il Choi | -4/+4 |
| 2013-08-07 | auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton | bors | -19/+142 |
| 2013-08-07 | Add test for short-circuiting #[deriving(Eq,Ord,TotalEq,TotalOrd)]. | Huon Wilson | -0/+46 |
| 2013-08-06 | auto merge of #8287 : sfackler/rust/hex, r=alexcrichton | bors | -114/+264 |
| 2013-08-06 | vec: use `offset_inbounds` for iterators | Daniel Micay | -5/+24 |
| 2013-08-06 | add an intrinsic for inbounds GEP | Daniel Micay | -2/+53 |
| 2013-08-06 | vec: avoid `ptrtoint`/`inttoptr` in the iterators | Daniel Micay | -8/+18 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -345/+14 |
| 2013-08-06 | Fix node hashes | Alex Crichton | -26/+29 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1209/+1275 |
| 2013-08-06 | std: update str.push_byte to work without str trailing nulls | Erick Tryzelaar | -1/+10 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -781/+397 |
| 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 |