| Age | Commit message (Expand) | Author | Lines |
| 2013-09-09 | auto merge of #9073 : alexcrichton/rust/remove-local-data-hax, r=huonw | bors | -9/+7 |
| 2013-09-09 | Remove hacks around issues in local_data | Alex Crichton | -9/+7 |
| 2013-09-09 | auto merge of #9065 : thestinger/rust/iter, r=alexcrichton | bors | -94/+88 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -94/+88 |
| 2013-09-08 | rustpkg: Address review comments from Jack | Tim Chevalier | -164/+126 |
| 2013-09-08 | extra: Address review comments from Jack | Tim Chevalier | -12/+13 |
| 2013-09-08 | repr: update for removal of const | Daniel Micay | -2/+1 |
| 2013-09-08 | repr: write the mutability qualifier for slices | Daniel Micay | -0/+4 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -497/+668 |
| 2013-09-08 | workcache: Add the ability to save and load the database... | Tim Chevalier | -19/+139 |
| 2013-09-08 | Fix pretty-printing of empty impl items | Jakub | -1/+13 |
| 2013-09-08 | auto merge of #8988 : cmr/rust/fromstr_fn, r=brson | bors | -3/+9 |
| 2013-09-08 | Fix import order which caused the wrong from_str to be in scope | Corey Richardson | -3/+3 |
| 2013-09-09 | Fix unused import warnings on 32bit systems | Brendan Zabarauskas | -2/+6 |
| 2013-09-08 | syntax: aesthetic improvements to the `for` desugaring. | Huon Wilson | -130/+38 |
| 2013-09-08 | syntax: implement labelled breaks for `for`. | Huon Wilson | -16/+32 |
| 2013-09-08 | auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonw | bors | -45/+46 |
| 2013-09-08 | Add Clone and DeepClone constraints to Primitive trait | Brendan Zabarauskas | -1/+4 |
| 2013-09-08 | Moved checked trait impls out of std::num | Brendan Zabarauskas | -383/+411 |
| 2013-09-08 | std: Rename Unfoldr to Unfold. | Huon Wilson | -8/+8 |
| 2013-09-07 | auto merge of #9015 : MicahChalmer/rust/emacs-fixes-round-2, r=nikomatsakis | bors | -35/+568 |
| 2013-09-07 | auto merge of #9046 : thestinger/rust/repr, r=alexcrichton | bors | -5/+22 |
| 2013-09-07 | auto merge of #9043 : sfackler/rust/uuid-from-bytes, r=alexcrichton | bors | -5/+5 |
| 2013-09-07 | fix repr of strings/chars with quotes | Daniel Micay | -5/+22 |
| 2013-09-07 | auto merge of #8906 : novalis/rust/master, r=alexcrichton | bors | -46/+145 |
| 2013-09-07 | Renamed Uuid::from_utf8 to Uuid::from_bytes | Steven Fackler | -5/+5 |
| 2013-09-07 | auto merge of #9032 : alexcrichton/rust/inline-repr, r=thestinger | bors | -0/+1 |
| 2013-09-07 | Handle global log levels (fixes #6033) | novalis | -36/+100 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -45/+46 |
| 2013-09-06 | auto merge of #9026 : jbclements/rust/let-var-hygiene, r=jbclements | bors | -636/+1625 |
| 2013-09-06 | ident->name in debuginfo | John Clements | -2/+5 |
| 2013-09-06 | Flag the Repr::repr function with #[inline] | Alex Crichton | -0/+1 |
| 2013-09-06 | auto merge of #9016 : sfackler/rust/nanoseconds, r=alexcrichton | bors | -3/+37 |
| 2013-09-07 | Cover all cases for padding in paragraph fills as intended | Micah Chalmer | -14/+19 |
| 2013-09-07 | Fix regression of multi-line statement indents | Micah Chalmer | -23/+36 |
| 2013-09-06 | Add with_mem_writer to std::rt::io::mem. | Brandon Sanderson | -0/+14 |
| 2013-09-06 | Fix #6031. Allow symbolic log levels, not just numbers. | novalis | -18/+53 |
| 2013-09-06 | auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichton | bors | -4/+31 |
| 2013-09-06 | use enumerate in place of 'for ti in range(i, tokens.len()) ... match tokens[... | Tim Kuehn | -4/+4 |
| 2013-09-06 | ident->name | John Clements | -7/+6 |
| 2013-09-06 | added index to test cases, more debugging output | John Clements | -4/+11 |
| 2013-09-06 | quote_* macros no longer need to be capturing | John Clements | -91/+19 |
| 2013-09-06 | comment fix | John Clements | -1/+1 |
| 2013-09-06 | add hygiene test, add copyright to another | John Clements | -0/+26 |
| 2013-09-06 | make macro hygienic | John Clements | -8/+8 |
| 2013-09-06 | add test case, cleanup | John Clements | -17/+14 |
| 2013-09-06 | add display_sctable fn to ast_util | John Clements | -0/+9 |
| 2013-09-06 | fixed a bug that caused double-expand-traversal of macros that expand into mo... | John Clements | -19/+10 |
| 2013-09-06 | WIP: adding mark-cancelling for macro_rules | John Clements | -7/+57 |
| 2013-09-06 | added string_to_tts | John Clements | -0/+6 |