| Age | Commit message (Expand) | Author | Lines |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -7/+0 |
| 2015-08-30 | Auto merge of #27983 - barosl:respect-color, r=nrc | bors | -2/+3 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -2/+2 |
| 2015-08-25 | Respect `--color` when printing early errors | Barosl Lee | -2/+3 |
| 2015-08-17 | feature gate `cfg(target_feature)`. | Huon Wilson | -1/+3 |
| 2015-07-27 | test: Fix lto-syntax-extension | Alex Crichton | -0/+24 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -1/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-05-19 | Fix test run-pass-fulldeps\issue-15149.rs on Windows | petrochenkov | -2/+6 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -1/+1 |
| 2015-05-15 | syntax: Unquoting some statements requires trailing semicolons | Erick Tryzelaar | -0/+6 |
| 2015-05-13 | Unignore some tests in stage1 | Tamir Duberstein | -1/+0 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -1/+1 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -0/+74 |
| 2015-05-01 | Add test for custom deriving plugins which rely on field attributes | Manish Goregaokar | -0/+74 |
| 2015-05-01 | Get tests passing | Nick Cameron | -3/+6 |
| 2015-04-30 | Merge branch 'master' into mulit-decor | Nick Cameron | -65/+35 |
| 2015-04-28 | test: Fix some tests to run with musl | Alex Crichton | -0/+1 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -41/+38 |
| 2015-04-25 | Unrot and re-enable `run-pass-fulldeps/qquote.rs` | Tamir Duberstein | -60/+32 |
| 2015-04-25 | Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor | Nick Cameron | -0/+52 |
| 2015-04-22 | Ignore cross-compilation in some fulldeps tests. | Ryan Prichard | -8/+9 |
| 2015-04-14 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -0/+69 |
| 2015-04-10 | Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw | Manish Goregaokar | -1/+0 |
| 2015-04-08 | Remove pretty-expanded from failing tests | Alex Crichton | -1/+0 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+17 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -0/+1 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -0/+3 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -1/+64 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -4/+4 |
| 2015-03-27 | Fix fallout of removing quotes in crate names | Alex Crichton | -4/+4 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -9/+9 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -6/+6 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -1/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -3/+0 |
| 2015-03-06 | Make #[derive(Anything)] into sugar for #[derive_Anything] | Keegan McAllister | -0/+59 |
| 2015-03-06 | Check gated attributes before and after macro expansion | Keegan McAllister | -1/+1 |
| 2015-03-05 | Fix quoting of ?Sized | Seo Sanghyeon | -1/+3 |
| 2015-03-05 | Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister | bors | -2/+33 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -6/+8 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -2/+33 |
| 2015-03-02 | Add regression tests for #15778 | Keegan McAllister | -0/+19 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -1/+0 |
| 2015-02-12 | Warn when linking a plugin into a non-plugin crate | Keegan McAllister | -0/+27 |
| 2015-02-10 | Auto merge of #22026 - kmcallister:plugin, r=sfackler | bors | -65/+20 |
| 2015-02-10 | Enable some tests for android | wonyong kim | -1/+0 |
| 2015-02-09 | Use a crate attribute to load plugins | Keegan McAllister | -65/+20 |
| 2015-02-09 | Review changes | Nick Cameron | -5/+7 |