| Age | Commit message (Expand) | Author | Lines |
| 2016-08-01 | Reimplemented tokenstreams as ropes and reduced the exposed TokenStream API. | cgswords | -610/+374 |
| 2016-07-30 | Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis | bors | -32/+41 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -42/+94 |
| 2016-07-28 | Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mw | bors | -0/+10 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+10 |
| 2016-07-28 | Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrc | Manish Goregaokar | -1/+1 |
| 2016-07-25 | Adressed PR comments. | cgswords | -11/+10 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -42/+95 |
| 2016-07-23 | macros: Improve `tt` fragments | Jeffrey Seyfried | -3/+17 |
| 2016-07-23 | Auto merge of #34925 - jseyfried:nested_macros, r=eddyb | bors | -1/+5 |
| 2016-07-21 | Avoid processing `feature`s on unconfigured crates. | Jeffrey Seyfried | -1/+1 |
| 2016-07-19 | Introduced `NoDelim` and modified the compiler to support it. | cgswords | -3/+10 |
| 2016-07-19 | Support nested `macro_rules!`. | Jeffrey Seyfried | -1/+5 |
| 2016-07-18 | Properly feature gate all unstable ABIs | Vadim Petrochenkov | -32/+41 |
| 2016-07-18 | Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddyb | bors | -49/+31 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -208/+135 |
| 2016-07-17 | Remove some unit tests and that are redundant with `run-pass/hygiene.rs` | Jeffrey Seyfried | -35/+0 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -4/+4 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -132/+94 |
| 2016-07-17 | macros: Fix bug in statement matchers | Jeffrey Seyfried | -49/+31 |
| 2016-07-17 | Auto merge of #34829 - cgswords:tstream, r=nrc | bors | -1/+9 |
| 2016-07-17 | Auto merge of #34789 - jonathandturner:simplify_liberror, r=alexcrichton | bors | -809/+9 |
| 2016-07-16 | Auto merge of #34816 - jseyfried:fix_include_path, r=nrc | bors | -0/+6 |
| 2016-07-15 | Auto merge of #34676 - aravind-pg:inner-attr, r=brson | bors | -14/+56 |
| 2016-07-15 | syntax: Better error message for inner attr following doc comment | Aravind Gollakota | -14/+56 |
| 2016-07-15 | Added tokenstream parser procedure | cgswords | -1/+9 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -720/+67 |
| 2016-07-14 | Remove more unused imports | Jonathan Turner | -1/+0 |
| 2016-07-14 | Remove unused imports | Jonathan Turner | -19/+0 |
| 2016-07-14 | Add back in import needed for codemap tests | Jonathan Turner | -0/+1 |
| 2016-07-14 | Add fix for tabs. Move error unit tests->ui tests | Jonathan Turner | -766/+4 |
| 2016-07-14 | Fix up some tidy-unfriendly spacing | Jonathan Turner | -18/+18 |
| 2016-07-14 | DCE and fixing some internal tests | Jonathan Turner | -98/+98 |
| 2016-07-14 | Implement latest rfc style using simpler rendering | Jonathan Turner | -1/+1 |
| 2016-07-14 | Rename emit_struct->emit | Jonathan Turner | -1/+1 |
| 2016-07-14 | Remove emit from emitter, leaving emit_struct | Jonathan Turner | -24/+1 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -5/+9 |
| 2016-07-14 | Make `ext::base::expr_to_string` work correctly with `include!` macro invocat... | Jeffrey Seyfried | -0/+6 |
| 2016-07-14 | Remove irrelevant tests | Jeffrey Seyfried | -169/+3 |
| 2016-07-14 | Implement `macro_rules!` placeholders and the macro scope map | Jeffrey Seyfried | -7/+46 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -533/+11 |
| 2016-07-14 | Remove `IllegalCtxt` | Jeffrey Seyfried | -13/+9 |
| 2016-07-13 | Auto merge of #34772 - jseyfried:cleanup_interner, r=eddyb | bors | -255/+69 |
| 2016-07-13 | Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrc | bors | -115/+99 |
| 2016-07-13 | Start a best-effort warning cycle. | Jeffrey Seyfried | -6/+37 |
| 2016-07-13 | cleanup: Refactor parser method `finish_parsing_statement` -> `parse_full_stmt`. | Jeffrey Seyfried | -13/+13 |
| 2016-07-13 | Allow macro-expanded macros in trailing expression positions to expand into s... | Jeffrey Seyfried | -1/+2 |
| 2016-07-13 | Fix bug in the pretty printer. | Jeffrey Seyfried | -3/+2 |
| 2016-07-12 | Parse macro-expanded statements like ordinary statements. | Jeffrey Seyfried | -3/+9 |
| 2016-07-12 | Clean up statement parsing without changing the semantics of `parse_stmt`. | Jeffrey Seyfried | -112/+59 |