| Age | Commit message (Expand) | Author | Lines |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -1/+64 |
| 2014-11-30 | syntax: Make `asm!` clobbers a proper vector. | Kang Seonghoon | -1/+1 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -4/+2 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -4/+2 |
| 2014-11-26 | Implement the new parsing rules for types in the parser, modifying the AST ap... | Niko Matsakis | -1/+3 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -2/+2 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -2/+1 |
| 2014-11-19 | rollup merge of #19103: huonw/literal-suffixes | Jakub Bukaj | -1/+1 |
| 2014-11-19 | rollup merge of #19040: alexcrichton/issue-18904 | Jakub Bukaj | -1/+1 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -2/+1 |
| 2014-11-20 | Parse and store suffixes on literals. | Huon Wilson | -1/+1 |
| 2014-11-19 | Refactor QPath to take an ast::TraitRef | Niko Matsakis | -3/+3 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -1/+1 |
| 2014-11-19 | Switch to an independent enum for `Lit*` subtokens. | Huon Wilson | -1/+1 |
| 2014-11-18 | Convert TyPolyTraitRef to accept arbitary bounds, so that things like | Niko Matsakis | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+49 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -2/+2 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -12/+13 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -2/+2 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -3/+3 |
| 2014-11-13 | auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelix | bors | -5/+5 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -3/+2 |
| 2014-11-10 | Document ast::Ty_ | Manish Goregaokar | -2/+18 |
| 2014-11-09 | Fix ICEs that involved quasi-quotation | Piotr Czarnecki | -5/+5 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -6/+14 |
| 2014-11-07 | auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix | bors | -80/+83 |
| 2014-11-07 | Add `ast::SequenceRepetition` | Piotr Czarnecki | -32/+63 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -16/+0 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -1/+96 |
| 2014-11-05 | Remove `Matcher`s | Piotr Czarnecki | -72/+12 |
| 2014-11-05 | Use `TokenTree`s in lhs of macros | Piotr Czarnecki | -9/+41 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -3/+0 |
| 2014-11-03 | rollup merge of #18568 : gamazeps/issue18551 | Alex Crichton | -1/+1 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -3/+1 |
| 2014-11-03 | Restructure AST so that the associated type definition carries | Niko Matsakis | -3/+1 |
| 2014-11-03 | Clean-up transmutes in libsyntax | Ariel Ben-Yehuda | -1/+1 |
| 2014-11-03 | Doc: corrects obsolete pointer syntax | gamazeps | -1/+1 |
| 2014-10-30 | Use common variants for open and close delimiters | Brendan Zabarauskas | -15/+36 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-28 | Convert some token functions into methods | Brendan Zabarauskas | -1/+1 |
| 2014-10-27 | rollup merge of #18332 : jbcrail/fix-comments | Alex Crichton | -1/+1 |
| 2014-10-25 | Fix spelling mistakes in comments. | Joseph Crail | -1/+1 |
| 2014-10-26 | Add a KleeneOp enum for clarity | Brendan Zabarauskas | -7/+12 |
| 2014-10-26 | Reduce the size of the TokenTree | Brendan Zabarauskas | -3/+2 |
| 2014-10-26 | Use standard capitalisation for TokenTree variants | Brendan Zabarauskas | -13/+13 |
| 2014-10-26 | Rename TokenTree variants for clarity | Brendan Zabarauskas | -12/+15 |
| 2014-10-26 | Add Span and separate open/close delims to TTDelim | Brendan Zabarauskas | -3/+28 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -1/+2 |
| 2014-10-16 | libsyntax: Remove all uses of {:?}. | Luqman Aden | -1/+1 |