| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | syntax: Replace [].tail with the stable [1..] syntax | Erick Tryzelaar | -1/+1 |
| 2015-04-21 | syntax: Remove uses of #[feature(slice_patterns)] | Erick Tryzelaar | -20/+19 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -33/+33 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-18 | Auto merge of #23985 - erickt:derive-cleanup, r=erickt | bors | -512/+496 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -4/+4 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+5 |
| 2015-04-15 | syntax: Clean up the indentation for #[derive(Eq)] | Erick Tryzelaar | -12/+14 |
| 2015-04-15 | syntax: Change deriving methods to take a `&mut FnMut(P<Item>)` | Erick Tryzelaar | -115/+97 |
| 2015-04-15 | syntax: Rename deriving/cmp/* to match their current names | Erick Tryzelaar | -415/+415 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -13/+13 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -5/+5 |
| 2015-04-14 | include_bytes! now registers the file included | Theo Belaire | -0/+5 |
| 2015-04-14 | syntax: Remove derive(Rand) | Alex Crichton | -178/+0 |
| 2015-04-14 | Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichton | bors | -19/+25 |
| 2015-04-14 | Add "trace-macros" as a compiler flag | Thomas Jespersen | -4/+4 |
| 2015-04-13 | Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton | bors | -1/+1 |
| 2015-04-12 | Use the ecx.call_site() span for generating refs to format_args! internals | Ryan Prichard | -19/+25 |
| 2015-04-11 | Remove the vestigial ExtCtxt::print_backtrace function. | Ryan Prichard | -12/+0 |
| 2015-04-11 | Propagate macro backtraces more often, improve formatting diagnostics | Ryan Prichard | -3/+7 |
| 2015-04-11 | Change the rt::unwind line argument type from usize to u32. | Ryan Prichard | -1/+1 |
| 2015-04-11 | Auto merge of #24155 - chris-chambers:stmt_macros, r=sfackler | bors | -45/+73 |
| 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-10 | fix some comments. | Felix S. Klock II | -6/+7 |
| 2015-04-10 | Incorporate repr-attr into deriving(PartialOrd) to avoid truncation errors. | Felix S. Klock II | -13/+38 |
| 2015-04-10 | Re-add a fixme after some investigation into what's going on. | Felix S. Klock II | -0/+11 |
| 2015-04-10 | Change `derive` expansions to use `discriminant_value` intrinsic. | Felix S. Klock II | -30/+27 |
| 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 | -44/+75 |
| 2015-04-06 | Provide context for macro expansions which result in unparsed tokens. | Will Hipschman | -0/+17 |
| 2015-04-05 | Add comments suggested by Niko | Phil Dawes | -22/+0 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -57/+79 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -41/+2 |
| 2015-04-02 | Auto merge of #23877 - richo:gardening, r=Manishearth | bors | -11/+22 |
| 2015-04-01 | cleanup: Test formatting | Richo Healey | -11/+22 |
| 2015-04-01 | Fallout in libsyntax | Niko Matsakis | -3/+3 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -7/+7 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -1/+0 |
| 2015-03-27 | Auto merge of #22930 - Gankro:entry_3, r=aturon | bors | -6/+4 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -2/+2 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -1/+0 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -6/+4 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+2 |
| 2015-03-26 | Auto merge of #23359 - erickt:quote, r=pnkfelix | bors | -0/+4 |
| 2015-03-26 | Auto merge of #21237 - erickt:derive-assoc-types, r=erickt | bors | -6/+118 |