| Age | Commit message (Expand) | Author | Lines |
| 2015-01-02 | rollup merge of #20425: sanxiyn/opt-local-ty | Alex Crichton | -1/+1 |
| 2015-01-02 | Make type in ast::Local optional | Seo Sanghyeon | -1/+1 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -1/+2 |
| 2014-12-30 | Add a FIXME relating to using `ast::Name` | Niko Matsakis | -1/+1 |
| 2014-12-29 | rollup merge of #20194: nick29581/dst-syntax | Alex Crichton | -5/+10 |
| 2014-12-30 | Remove ExprSlice by hacking the compiler | Nick Cameron | -1/+0 |
| 2014-12-30 | Add hypothetical support for ranges with only an upper bound | Nick Cameron | -1/+1 |
| 2014-12-29 | Slash the ast::Stmt type from 104 to 24 bytes. | Huon Wilson | -1/+1 |
| 2014-12-26 | Accept `?Sized` as well as `Sized?` | Nick Cameron | -5/+10 |
| 2014-12-24 | Add syntax for ranges | Nick Cameron | -0/+1 |
| 2014-12-22 | rollup merge of #20033: alexcrichton/deprecate-serialise | Alex Crichton | -103/+106 |
| 2014-12-22 | serialize: Fully deprecate the library | Alex Crichton | -103/+106 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -1/+1 |
| 2014-12-21 | rollup merge of #20039: barosl/if-let-friendly-error | Alex Crichton | -4/+3 |
| 2014-12-20 | Add support for multiple region bounds in where clauses | Jared Roesch | -3/+1 |
| 2014-12-20 | Add parser support for generalized where clauses | Jared Roesch | -2/+11 |
| 2014-12-20 | Drop the Match prefix from the MatchSource variants | Barosl Lee | -4/+3 |
| 2014-12-20 | Print a friendly error for the if-let construct without an else block | Barosl Lee | -1/+1 |
| 2014-12-19 | libsyntax: use `#[deriving(Copy)]` | Jorge Aparicio | -90/+30 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -2/+15 |
| 2014-12-16 | AST refactor: make the place in ExprBox an option. | Felix S. Klock II | -1/+1 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -1/+2 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -1/+2 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -17/+12 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -3/+0 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -2/+41 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -1/+0 |
| 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 |