| Age | Commit message (Expand) | Author | Lines |
| 2015-07-09 | save-analysis: API-ify paths | Nick Cameron | -1/+1 |
| 2015-07-09 | Fix a bug where macros in expression position don't have expansion inidices i... | Nick Cameron | -3/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -2/+4 |
| 2015-05-22 | Let MultiItemDecorator take `&Annotatable` (fixes #25683) | Manish Goregaokar | -1/+1 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -0/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+3 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -4/+4 |
| 2015-05-13 | Auto merge of #25318 - nrc:for-expn, r=sfackler | bors | -9/+42 |
| 2015-05-13 | Merge branch 'master' into mulit-decor | Nick Cameron | -1/+1 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -3/+4 |
| 2015-05-12 | Proper spans for for loop expansion | Nick Cameron | -9/+42 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -1/+1 |
| 2015-05-08 | Fallout from fixing Issue 25199. | Felix S. Klock II | -3/+4 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-30 | Merge branch 'master' into mulit-decor | Nick Cameron | -1/+1 |
| 2015-04-30 | WIP refactor expansion of decorators and move derive to MultiDecorator | Nick Cameron | -144/+144 |
| 2015-04-25 | Rebasing and making MulitDecorators work | Nick Cameron | -2/+5 |
| 2015-04-25 | Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor | Nick Cameron | -4/+28 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 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 |