| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -3/+3 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -3/+2 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -4/+3 |
| 2015-05-09 | address fallout in libsyntaxtest. | Felix S. Klock II | -1/+5 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -2/+2 |
| 2015-04-21 | syntax: Copy unstable str::char_at into libsyntax | Erick Tryzelaar | -6/+7 |
| 2015-04-21 | syntax: Don't use unstable fn to convert single element to a slice | Erick Tryzelaar | -1/+4 |
| 2015-04-10 | Simplifications to statement macro handling. | Christopher Chambers | -23/+1 |
| 2015-04-10 | Improves semicolon expansion efficiency, corrects bt_pop placement. | Christopher Chambers | -0/+36 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1/+1 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -3/+3 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -2/+2 |