| Age | Commit message (Expand) | Author | Lines |
| 2013-09-06 | add fold_mac clause to fun_to_ctxt_folder | John Clements | -5/+12 |
| 2013-09-06 | WIP: adding context to macros | John Clements | -9/+15 |
| 2013-09-06 | rework fold so that fold_tts takes an ast_fold rather than a thunk, stop usin... | John Clements | -45/+61 |
| 2013-09-06 | add temporarily unused ctxt field to mac_invoc_tt | John Clements | -3/+3 |
| 2013-09-06 | add test case for macro token comparison | John Clements | -0/+4 |
| 2013-09-06 | marking on both input and output from macros. nice shiny new test case framework | John Clements | -29/+275 |
| 2013-09-06 | test case support fns, remove debugging test case | John Clements | -3/+7 |
| 2013-09-06 | test case work | John Clements | -4/+2 |
| 2013-09-06 | re-add lost call to expand_block_elts | John Clements | -1/+2 |
| 2013-09-06 | test case work | John Clements | -2/+10 |
| 2013-09-06 | use empty_ctxt to simplify downstream | John Clements | -2/+5 |
| 2013-09-06 | make comparison of special_idents non-hygienic | John Clements | -2/+2 |
| 2013-09-06 | comments | John Clements | -0/+3 |
| 2013-09-06 | remove FIXME #2888, now bug is fixed | John Clements | -11/+11 |
| 2013-09-06 | comments only | John Clements | -0/+8 |
| 2013-09-06 | adding test case to check marking/unmarking | John Clements | -9/+17 |
| 2013-09-06 | separate ItemDecorator from ItemDecorator | John Clements | -2/+2 |
| 2013-09-06 | removed unneccessary SyntaxExpander structs | John Clements | -33/+18 |
| 2013-09-06 | renaming test cases | John Clements | -6/+12 |
| 2013-09-06 | flip the switch on let renaming | John Clements | -1/+1 |
| 2013-09-06 | add hygiene support fns, move them around. | John Clements | -41/+164 |
| 2013-09-06 | compare macro tokens hygienically (commented out) | John Clements | -1/+15 |
| 2013-09-06 | rename resolve to mtwt_resolve | John Clements | -3/+2 |
| 2013-09-05 | Remove the __log function for __log_level | Alex Crichton | -53/+35 |
| 2013-09-05 | Add an ``unreachable!()`` macro. | Chris Morgan | -0/+30 |
| 2013-09-04 | auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichton | bors | -2/+1 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -5/+14 |
| 2013-09-04 | Make non-pub condition! expand to non-pub mod. Fix #6009. | Felix S. Klock II | -2/+1 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -0/+8 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -0/+8 |
| 2013-09-03 | auto merge of #8945 : alexcrichton/rust/ifmt-dont-move, r=thestinger | bors | -2/+6 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -397/+397 |
| 2013-09-02 | Don't have format! move out of local variables | Alex Crichton | -2/+6 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -170/+170 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -371/+371 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -1/+0 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -9/+49 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -39/+54 |
| 2013-08-24 | Introduce alternate forms of logging | Alex Crichton | -23/+30 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -11/+36 |
| 2013-08-24 | Implement a wrapper macro around fprintf -- ifmtf | Alex Crichton | -22/+50 |
| 2013-08-19 | auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydon | bors | -0/+79 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+79 |
| 2013-08-19 | auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon | bors | -23/+20 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -154/+114 |
| 2013-08-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -23/+20 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -0/+11 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -0/+11 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -37/+37 |
| 2013-08-14 | auto merge of #8440 : sfackler/rust/env-fix, r=pcwalton | bors | -1/+1 |