| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2013-09-06 | comments | John Clements | -0/+9 |
| 2013-09-06 | comment on hygienic context extension train fns | John Clements | -0/+11 |
| 2013-09-06 | awesome new bug! added test case | John Clements | -13/+68 |
| 2013-09-06 | expose mtwt_marksof for testing | John Clements | -0/+5 |
| 2013-09-06 | ident->name | John Clements | -2/+2 |
| 2013-09-06 | xfailed unhygienic test | John Clements | -0/+3 |
| 2013-09-06 | ident->name | John Clements | -2/+2 |
| 2013-09-06 | remove unneeded imports, clean up unused var warnings | John Clements | -16/+15 |
| 2013-09-06 | whitespace, reindentation, and comments only | John Clements | -27/+42 |
| 2013-09-06 | memoization for resolve | John Clements | -40/+93 |
| 2013-09-06 | uncomment mtwt_resolve calls | John Clements | -23/+53 |
| 2013-09-06 | ident->name in NamedField, elsewhere | John Clements | -8/+9 |
| 2013-09-06 | added utility function | John Clements | -0/+37 |
| 2013-09-06 | fix one remaining token comparison, refactor token comparison to avoid == check | John Clements | -11/+10 |
| 2013-09-06 | remove dead code | John Clements | -15/+0 |
| 2013-09-06 | capturing macros now implemented | John Clements | -85/+222 |
| 2013-09-06 | add fold_mac clause to fun_to_ctxt_folder | John Clements | -5/+12 |
| 2013-09-06 | add fold_mac field to fold.rs | John Clements | -24/+38 |
| 2013-09-06 | WIP: adding context to macros | John Clements | -10/+16 |
| 2013-09-06 | rework fold so that fold_tts takes an ast_fold rather than a thunk, stop usin... | John Clements | -51/+69 |
| 2013-09-06 | add temporarily unused ctxt field to mac_invoc_tt | John Clements | -13/+14 |
| 2013-09-06 | comments | John Clements | -8/+31 |