| Age | Commit message (Expand) | Author | Lines |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -32/+43 |
| 2014-09-08 | quote: Explicitly borrow the ExtCtxt | Keegan McAllister | -1/+3 |
| 2014-09-07 | Fix deprecate warning "extern crate ... as ..." | Sebastien Martini | -1/+1 |
| 2014-09-07 | auto merge of #17032 : jamesluke/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-09-06 | fix sized deallocation for OwnedSlice | Daniel Micay | -1/+4 |
| 2014-09-05 | Fix documentation typo. | jamesluke | -1/+1 |
| 2014-09-05 | make separate compilation respect #[inline] attributes | Stuart Pernsteiner | -1/+9 |
| 2014-09-05 | auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichton | bors | -1/+1 |
| 2014-09-04 | Auto-derive Clone for syntax::diagnostic::Level. | Richard Diamond | -1/+1 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -5/+5 |
| 2014-09-04 | auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichton | bors | -3/+8 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -0/+3 |
| 2014-09-04 | auto merge of #16883 : jakub-/rust/issue-16648, r=pcwalton | bors | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -5/+5 |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -3/+3 |
| 2014-09-01 | auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballard | bors | -0/+10 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -3/+8 |
| 2014-08-31 | auto merge of #16809 : nick29581/rust/dst-bug-3, r=alexcrichton | bors | -13/+6 |
| 2014-08-31 | auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonw | bors | -1/+16 |
| 2014-08-30 | rollup merge of #16839 : treeman/issue-15358 | Alex Crichton | -1/+1 |
| 2014-08-31 | Allow ExprLit expression macros to be used in patterns. | Eduard Burtescu | -0/+10 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -26/+0 |
| 2014-08-30 | Remove the branch merging optimisations for slice patterns | Jakub Wieczorek | -1/+1 |
| 2014-08-30 | auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix | bors | -3/+7 |
| 2014-08-30 | rustc: implement a pretty mode to print ident/name's ctxt & gensyms. | Huon Wilson | -3/+7 |
| 2014-08-29 | Fix formatting, update copyright dates | Pythoner6 | -5/+5 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -12/+28 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -26/+0 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -2/+2 |
| 2014-08-29 | Tweak error message for use of a keyword in ident position. | Jonas Hietala | -1/+1 |
| 2014-08-29 | Allow `!` as the return type of proc/closure literals | P1start | -10/+10 |
| 2014-08-28 | Forbid ~str and ~[] | Nick Cameron | -13/+6 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -463/+426 |
| 2014-08-27 | Allow *-pointers in PtrTy (fixes #16781) | Manish Goregaokar | -1/+16 |
| 2014-08-27 | auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwalton | bors | -5/+15 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -14/+17 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -97/+35 |
| 2014-08-25 | auto merge of #16699 : treeman/rust/issue-8492, r=alexcrichton | bors | -13/+13 |
| 2014-08-24 | auto merge of #16646 : P1start/rust/trailing-commas, r=alexcrichton | bors | -18/+25 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -13/+13 |
| 2014-08-23 | extern crate foobar as foo; | wickerwaka | -5/+15 |
| 2014-08-23 | Add support for trailing commas in more places | P1start | -18/+25 |
| 2014-08-21 | syntax: Fix complexity of string parsing. Closes #16624. | Brian Anderson | -5/+16 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -25/+20 |
| 2014-08-19 | Fix double evaluation of read+write operands | Piotr Czarnecki | -23/+19 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -4/+10 |
| 2014-08-18 | Forbid extern statics from appearing in patterns | Jakub Wieczorek | -15/+0 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -47/+51 |
| 2014-08-15 | auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis | bors | -103/+299 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -8/+8 |