| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -5/+5 |
| 2015-03-24 | syntax: Update #[derive(...)] to work with phantom and associated types | Erick Tryzelaar | -6/+118 |
| 2015-03-24 | syntax: Allow quotes to insert path | Erick Tryzelaar | -0/+2 |
| 2015-03-24 | syntax: Allow where strings to be parsed independent from generics | Erick Tryzelaar | -0/+2 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -4/+5 |
| 2015-03-23 | rollup merge of #23506: alexcrichton/remove-some-deprecated-things | Alex Crichton | -10/+0 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -3/+3 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+3 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -3/+3 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -3/+3 |
| 2015-03-19 | Added missing impl_to_source! and impl_to_tokens! for TraitItem. | Vladimir Pouzanov | -0/+2 |
| 2015-03-19 | Added missing impl_to_source! and impl_to_tokens! for ImplItem. | Vladimir Pouzanov | -0/+2 |
| 2015-03-18 | rustc: Remove some long deprecated features: | Alex Crichton | -10/+0 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -25/+15 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -5/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -5/+1 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -173/+120 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -83/+73 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -15/+16 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -147/+108 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -47/+42 |