| Age | Commit message (Expand) | Author | Lines |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -2/+3 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -7/+5 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -7/+5 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -1/+1 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -9/+2 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -1/+1 |
| 2016-09-13 | Move macro resolution into `librustc_resolve`. | Jeffrey Seyfried | -2/+2 |
| 2016-09-05 | Refactor `SyntaxEnv`. | Jeffrey Seyfried | -5/+3 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -11/+11 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -8/+9 |
| 2016-06-24 | Revert a change to the relative path for macro-expanded `include!`s | Jeffrey Seyfried | -1/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+2 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -8/+9 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -2/+2 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -1/+1 |
| 2015-12-30 | use structured errors | Nick Cameron | -5/+3 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -2/+2 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -2/+2 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -1/+1 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -2/+2 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -3/+3 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -1/+1 |
| 2015-04-14 | include_bytes! now registers the file included | Theo Belaire | -0/+5 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -2/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+1 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -1/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -5/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -13/+20 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -7/+7 |
| 2015-02-23 | Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581 | bors | -2/+3 |
| 2015-02-21 | Resolve includeme.fragment conflict. | Brian Brooks | -2/+3 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -1/+1 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -4/+4 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -3/+3 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -3/+3 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-07 | Fix handling of parse errors when using `include!()`. | Leo Testard | -2/+6 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -2/+1 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -1/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-24 | syntax: Don't put quotes around filenames in codemap | Alex Crichton | -4/+4 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -2/+2 |
| 2015-01-07 | rollup merge of #20657: alexcrichton/stabilize-macros | Alex Crichton | -6/+0 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -9/+9 |
| 2015-01-07 | std: Stablize the macros module | Alex Crichton | -6/+0 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -4/+4 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -4/+4 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -7/+7 |