| Age | Commit message (Expand) | Author | Lines |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -4/+4 |
| 2015-11-10 | Use deref coercions | Seo Sanghyeon | -5/+5 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -21/+21 |
| 2015-10-27 | Update libsyntax tests. | Eli Friedman | -2/+2 |
| 2015-10-27 | Make fatal errors more consistent. | Eli Friedman | -1/+1 |
| 2015-10-27 | Don't panic for fatal errors in attribute parsing. | Eli Friedman | -3/+4 |
| 2015-10-27 | Delete unnecessary ParserAttr trait. | Eli Friedman | -1/+0 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -4/+4 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -4/+4 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -4/+1 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -2/+2 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -7/+7 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -17/+22 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -2/+9 |
| 2015-05-22 | Two more small fixes. | Niko Matsakis | -0/+1 |
| 2015-05-14 | syntax: abstract over the file loading mechanism. | Eduard Burtescu | -10/+10 |
| 2015-05-14 | syntax::parse: optimize file_to_filemap to read a string directly. | Eduard Burtescu | -21/+7 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -11/+7 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -13/+13 |
| 2015-05-14 | Move tracking of the next NodeId from syntax's ParseSess to rustc's Session. | Eduard Burtescu | -20/+1 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -72/+0 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -2/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -2/+0 |
| 2015-04-21 | syntax: Copy unstable str::char_at into libsyntax | Erick Tryzelaar | -4/+4 |
| 2015-04-21 | syntax: Remove uses of #[feature(slice_patterns)] | Erick Tryzelaar | -15/+31 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -3/+3 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -2/+0 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -10/+13 |
| 2015-03-31 | rollup merge of #23872: huonw/eager-lexing | Alex Crichton | -1/+14 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -5/+6 |
| 2015-03-31 | Lex binary and octal literals more eagerly. | Huon Wilson | -1/+14 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -4/+4 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -1/+1 |
| 2015-03-18 | Require braces when a closure has an explicit return type. This is a | Niko Matsakis | -2/+3 |
| 2015-03-16 | Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis | bors | -9/+5 |
| 2015-03-13 | rm unused import | Manish Goregaokar | -1/+0 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -9/+5 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -13/+15 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -110/+44 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -1/+1 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -6/+6 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -1/+1 |
| 2015-02-22 | Fix errors from #22592 | Manish Goregaokar | -4/+4 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -6/+6 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -12/+12 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -12/+12 |
| 2015-02-18 | For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when | Niko Matsakis | -11/+4 |