| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-07-11 | Factor the `RefCell` out of the `Interner`. | Jeffrey Seyfried | -66/+41 |
| 2016-07-11 | Refactor `get_ident_interner` -> `with_ident_interner`. | Jeffrey Seyfried | -12/+13 |
| 2016-07-11 | Remove `Interner<T>` and rename `StrInterner` to `Interner`. | Jeffrey Seyfried | -139/+16 |
| 2016-07-11 | Encapsulate `RcStr` in `syntax::util::interner`. | Jeffrey Seyfried | -62/+25 |
| 2016-07-11 | Remove unused field `interner` from the parser. | Jeffrey Seyfried | -2/+0 |
| 2016-07-11 | Move E0533 to E0558 (because of external change) | Guillaume Gomez | -24/+24 |
| 2016-07-11 | Fix typos | ggomez | -26/+28 |
| 2016-07-11 | Add E0537 error explanation | Guillaume Gomez | -1/+31 |
| 2016-07-11 | Add E0536 error explanation | Guillaume Gomez | -3/+27 |
| 2016-07-11 | Add E0535 error explanation | Guillaume Gomez | -1/+31 |
| 2016-07-11 | Add E0534 error explanation | Guillaume Gomez | -2/+35 |
| 2016-07-11 | Add E0533 error explanation | Guillaume Gomez | -2/+16 |
| 2016-07-08 | Rollup merge of #34691 - jseyfried:remove_erroneous_unit_struct_checks, r=nrc | Manish Goregaokar | -72/+11 |
| 2016-07-07 | Preliminary implementation for TokenStreams and TokenSlices, including unit t... | cgswords | -39/+1121 |
| 2016-07-06 | Auto merge of #34652 - jseyfried:fix_expansion_perf, r=nrc | bors | -53/+72 |
| 2016-07-06 | Remove outdated checks for empty braced struct expressions (i.e. `UnitStruct ... | Jeffrey Seyfried | -72/+11 |
| 2016-07-06 | Auto merge of #34654 - jseyfried:configure_multi_modified, r=nrc | bors | -1/+5 |
| 2016-07-06 | Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrc | bors | -3/+10 |
| 2016-07-05 | Specific error message for missplaced doc comments | Esteban Küber | -17/+45 |
| 2016-07-05 | Strip unconfigured items from `MultiModifier`-expanded AST | Jeffrey Seyfried | -1/+5 |
| 2016-07-04 | Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead... | Jeffrey Seyfried | -53/+72 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -47/+27 |
| 2016-07-02 | Rollup merge of #34531 - GuillaumeGomez:libsyntax_err_codes, r=jonathandturner | Manish Goregaokar | -55/+142 |
| 2016-06-30 | Add comments on error code list | Guillaume Gomez | -27/+27 |
| 2016-06-30 | Auto merge of #34541 - jseyfried:rollup, r=jseyfried | bors | -22/+17 |
| 2016-06-29 | Fix tests | ggomez | -1/+1 |
| 2016-06-29 | Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddyb | Manish Goregaokar | -1/+1 |
| 2016-06-29 | Rollup merge of #34459 - jseyfried:expansion_cleanup, r=nrc | Manish Goregaokar | -37/+20 |
| 2016-06-29 | Rollup merge of #34446 - jseyfried:refactor_decorators, r=nrc | Manish Goregaokar | -78/+33 |
| 2016-06-29 | Fix pretty-printing of lifetime bound | Seo Sanghyeon | -22/+17 |