| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | syntax: Remove uses of #[feature(slice_patterns)] | Erick Tryzelaar | -2/+2 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -0/+2 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | Add "trace-macros" as a compiler flag | Thomas Jespersen | -0/+2 |
| 2015-04-11 | Propagate macro backtraces more often, improve formatting diagnostics | Ryan Prichard | -1/+1 |
| 2015-04-11 | Auto merge of #24155 - chris-chambers:stmt_macros, r=sfackler | bors | -27/+39 |
| 2015-04-11 | Moves expand_stmt's bt_pop so that it balances correctly. | Christopher Chambers | -3/+4 |
| 2015-04-10 | Simplifications to statement macro handling. | Christopher Chambers | -14/+11 |
| 2015-04-10 | Eliminates a pointless is_empty test. | Christopher Chambers | -1/+1 |
| 2015-04-10 | Improves semicolon expansion efficiency, corrects bt_pop placement. | Christopher Chambers | -16/+15 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -41/+2 |
| 2015-04-07 | Improves handling of statement macros. | Christopher Chambers | -26/+41 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1/+1 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -41/+2 |
| 2015-04-01 | cleanup: Test formatting | Richo Healey | -11/+22 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -90/+78 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -69/+61 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -8/+9 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -75/+70 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -9/+9 |
| 2015-03-09 | Switch derive(Debug) to use the debug builders | Steven Fackler | -1/+1 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -2/+2 |
| 2015-03-06 | Make #[derive(Anything)] into sugar for #[derive_Anything] | Keegan McAllister | -0/+1 |
| 2015-03-06 | Consolidate ExpansionConfig feature tests | Keegan McAllister | -40/+20 |
| 2015-03-06 | Auto merge of #22899 - huonw:macro-stability, r=alexcrichton | bors | -9/+49 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -9/+49 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -1/+1 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -7/+4 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -4/+2 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -7/+4 |
| 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 | -1/+1 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -16/+15 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -13/+13 |
| 2015-02-17 | Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw | Manish Goregaokar | -12/+48 |
| 2015-02-16 | Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos... | Niko Matsakis | -4/+5 |
| 2015-02-16 | Address the other cases of #22234; fix #22234. | Felix S. Klock II | -0/+21 |
| 2015-02-15 | Address the `asm!` case of #22234. | Felix S. Klock II | -1/+8 |
| 2015-02-15 | libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes. | Felix S. Klock II | -12/+20 |
| 2015-02-09 | syntax::fold: Allow removing attributes | Keegan McAllister | -2/+2 |
| 2015-02-08 | Auto merge of #21988 - kmcallister:no-std, r=sfackler | bors | -2/+5 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -2/+5 |
| 2015-02-07 | Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat... | bors | -8/+20 |
| 2015-02-06 | librustdoc has been updated | GuillaumeGomez | -3/+3 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -12/+12 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -23/+21 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -21/+23 |
| 2015-02-06 | make `for PAT in ITER_EXPR { ... }` a terminating-scope for ITER_EXPR. | Felix S. Klock II | -8/+20 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -2/+2 |