| Age | Commit message (Expand) | Author | Lines |
| 2016-07-11 | Factor the `RefCell` out of the `Interner`. | Jeffrey Seyfried | -60/+34 |
| 2016-07-11 | Remove `Interner<T>` and rename `StrInterner` to `Interner`. | Jeffrey Seyfried | -136/+13 |
| 2016-07-11 | Encapsulate `RcStr` in `syntax::util::interner`. | Jeffrey Seyfried | -56/+20 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -0/+59 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -4/+0 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -34/+34 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+2 |
| 2016-06-18 | Auto merge of #34295 - jseyfried:cfg_decoration, r=eddyb | bors | -0/+9 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -0/+59 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -4/+0 |
| 2016-06-16 | Auto merge of #34187 - luser:extern-crate-abspaths, r=michaelwoerister | bors | -1/+1 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -1/+1 |
| 2016-06-16 | Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrc | bors | -0/+10 |
| 2016-06-16 | Strip unconfigured nodes from decorator-generated AST | Jeffrey Seyfried | -0/+9 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -6/+4 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -34/+34 |
| 2016-06-12 | Implement `Into<Vec<T>>` for `SmallVector<T>` | Jeffrey Seyfried | -0/+10 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -4/+0 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -2/+0 |
| 2016-03-07 | Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch | bors | -49/+59 |
| 2016-02-27 | libsyntax: parse inclusive ranges | Alex Burka | -5/+9 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::BinOp_ | Oliver Schneider | -40/+40 |
| 2016-01-16 | libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property | Kevin Butler | -20/+19 |
| 2016-01-14 | libsyntax: make matches_codepattern unicode aware | Kevin Butler | -45/+57 |
| 2016-01-14 | libsyntax: use char::is_whitespace instead of custom implementations | Kevin Butler | -2/+1 |
| 2015-12-30 | use structured errors | Nick Cameron | -8/+12 |
| 2015-12-23 | Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearth | bors | -20/+34 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -7/+9 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -4/+2 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -7/+9 |
| 2015-12-16 | Modify the Levenshtein-based suggestions to include imports | Ravi Shankar | -20/+34 |
| 2015-12-13 | remove deprecated APIs missed in #30182 | Tamir Duberstein | -7/+0 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -17/+102 |
| 2015-11-27 | Introduce max_suggestion_distance function to avoid duplicating the heuristic | Florian Hartwig | -0/+8 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -17/+102 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -0/+63 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-13 | Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn | bors | -4/+4 |
| 2015-11-12 | Add -Zinput-stats | Nick Cameron | -0/+164 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -4/+4 |
| 2015-11-10 | Use lifetime elision | Seo Sanghyeon | -2/+2 |
| 2015-10-27 | Update libsyntax tests. | Eli Friedman | -13/+11 |
| 2015-10-27 | Fix restrictions when parsing rhs of equalities | Simonas Kazlauskas | -0/+10 |
| 2015-10-27 | Fix prefix range expressions being not parsed | Simonas Kazlauskas | -0/+9 |
| 2015-10-27 | Generalise associative operator parsing | Simonas Kazlauskas | -0/+191 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+0 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -1/+1 |