| Age | Commit message (Expand) | Author | Lines |
| 2013-09-13 | Move glob tests to a run-pass test | Alex Crichton | -188/+0 |
| 2013-09-13 | auto merge of #9141 : alexcrichton/rust/ignore-fileinput, r=catamorphism | bors | -10/+23 |
| 2013-09-12 | syntax: add #[deriving(Default)] syntax extension | Erick Tryzelaar | -2/+42 |
| 2013-09-12 | std: Add a bunch of Default impls | Erick Tryzelaar | -0/+7 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -36/+36 |
| 2013-09-12 | std: Add Option.{and,and_then,or,or_else} | Erick Tryzelaar | -2/+2 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -1/+1 |
| 2013-09-12 | auto merge of #8908 : tikue/rust/master, r=anasazi | bors | -2/+102 |
| 2013-09-12 | auto merge of #9131 : Dretch/rust/glob-range-patterns, r=alexcrichton | bors | -14/+126 |
| 2013-09-12 | auto merge of #9096 : huonw/rust/linenoise, r=brson | bors | -31/+73 |
| 2013-09-12 | Rewrite fileinput tests to use std::rt::io | Alex Crichton | -10/+23 |
| 2013-09-11 | Rendezvous stream for synchronous channel messaging | Tim Kuehn | -2/+102 |
| 2013-09-11 | auto merge of #9014 : dcrewi/rust/convert-between-bigints, r=anasazi | bors | -42/+130 |
| 2013-09-11 | Support character range patterns (e.g. [0-9], [a-z]), like other globs do. | Gareth Smith | -14/+126 |
| 2013-09-11 | extra: improvements & bug fixes to rl. | Huon Wilson | -18/+26 |
| 2013-09-11 | extra: stop rl from leaking each line that is read. | Huon Wilson | -1/+11 |
| 2013-09-11 | extra: use a mutex to wrap linenoise calls and make them threadsafe. | Huon Wilson | -18/+42 |
| 2013-09-11 | auto merge of #9007 : dcrewi/rust/random-bigints, r=huonw | bors | -0/+64 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -5/+2 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -5/+2 |
| 2013-09-09 | auto merge of #9034 : catamorphism/rust/rustpkg-workcache, r=metajack | bors | -20/+146 |
| 2013-09-09 | auto merge of #9083 : dcrewi/rust/biguint-bit-ops, r=brson | bors | -0/+79 |
| 2013-09-09 | Implement bitwise operations on BigUint | David Creswick | -0/+79 |
| 2013-09-09 | Merge RandBigUint and RandBigInt into single trait | David Creswick | -21/+17 |
| 2013-09-09 | Convert between BigInts, BigUints, ints, and uints | David Creswick | -53/+100 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -24/+20 |
| 2013-09-08 | extra: Address review comments from Jack | Tim Chevalier | -12/+13 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -2/+7 |
| 2013-09-08 | workcache: Add the ability to save and load the database... | Tim Chevalier | -19/+139 |
| 2013-09-07 | Renamed Uuid::from_utf8 to Uuid::from_bytes | Steven Fackler | -5/+5 |
| 2013-09-06 | auto merge of #9026 : jbclements/rust/let-var-hygiene, r=jbclements | bors | -22/+40 |
| 2013-09-06 | auto merge of #9016 : sfackler/rust/nanoseconds, r=alexcrichton | bors | -3/+37 |
| 2013-09-06 | use enumerate in place of 'for ti in range(i, tokens.len()) ... match tokens[... | Tim Kuehn | -4/+4 |
| 2013-09-06 | Incorporate feedback from huonw | David Creswick | -7/+22 |
| 2013-09-06 | move and duplicate macro defns in sha2 to make them hygienic | John Clements | -22/+40 |
| 2013-09-06 | Un-hork the bots by removing intermediate files | Alex Crichton | -3/+13 |
| 2013-09-05 | Add fractional second support to str{p,f}time | Steven Fackler | -3/+37 |
| 2013-09-05 | auto merge of #8914 : Dretch/rust/native-glob, r=alexcrichton | bors | -0/+821 |
| 2013-09-05 | Convert between BigInts and BigUints | David Creswick | -0/+41 |
| 2013-09-05 | test the correct function (oops) | David Creswick | -2/+2 |
| 2013-09-05 | Generate random BigUints and BigInts | David Creswick | -0/+53 |
| 2013-09-05 | auto merge of #9004 : brson/rust/issue-8660, r=thestinger | bors | -10/+1 |
| 2013-09-05 | extra: Don't overcommit test tasks. Closes #8660 | Brian Anderson | -10/+1 |
| 2013-09-05 | Replace os::glob with extra::glob, which is written in rust, | Gareth Smith | -0/+821 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -19/+19 |
| 2013-09-04 | forbid cast as bool | Daniel Micay | -1/+1 |
| 2013-09-04 | auto merge of #8966 : FlaPer87/rust/issue/7473, r=bblum | bors | -56/+105 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -16/+19 |
| 2013-09-04 | Use MuextArc and RWArc in docstrings | Flaper Fesp | -5/+5 |
| 2013-09-04 | Fixed docs and styles | Flaper Fesp | -122/+30 |