| Age | Commit message (Expand) | Author | Lines |
| 2014-12-16 | AST refactor: make the place in ExprBox an option. | Felix S. Klock II | -1/+4 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -2/+2 |
| 2014-12-15 | auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton | bors | -1/+0 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -3/+19 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -3/+21 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -30/+20 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -32/+29 |
| 2014-12-13 | libsyntax: use tuple indexing | Jorge Aparicio | -10/+10 |
| 2014-12-13 | libsyntax: use unboxed closures | Jorge Aparicio | -60/+80 |
| 2014-12-13 | Add `Copy` to bitflags-generated structures | Valerii Hiora | -1/+0 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -42/+135 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -10/+4 |
| 2014-12-09 | auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis | bors | -0/+20 |
| 2014-12-08 | Revert "Register new snapshots" | Alex Crichton | -3/+3 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+20 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -23/+21 |
| 2014-12-06 | libsyntax: remove unnecessary `to_string()` calls | Jorge Aparicio | -12/+12 |
| 2014-12-06 | libsyntax: remove unnecessary `as_slice()` calls | Jorge Aparicio | -11/+9 |
| 2014-12-05 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-12-05 | rollup merge of #19494: P1start/better-expected | Corey Richardson | -68/+115 |
| 2014-12-05 | rollup merge of #19480: cmr/es6-escape | Corey Richardson | -8/+95 |
| 2014-12-05 | rollup merge of #19413: P1start/more-trailing-commas | Corey Richardson | -7/+7 |
| 2014-12-04 | Make the parser’s ‘expected <foo>, found <bar>’ errors more accurate | P1start | -68/+115 |
| 2014-12-03 | syntax: support ES6-style unicode escapes | Corey Richardson | -8/+95 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -0/+1 |
| 2014-12-03 | Replace `equiv` method calls with `==` operator sugar | Jorge Aparicio | -1/+1 |
| 2014-12-03 | Overload the `==` operator | Jorge Aparicio | -0/+22 |
| 2014-12-02 | auto merge of #19427 : scialex/rust/doc-attr-macros, r=sfackler | bors | -0/+6 |
| 2014-12-01 | auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie | bors | -44/+19 |
| 2014-12-01 | auto merge of #19418 : P1start/rust/unsafe-extern-trait, r=alexcrichton | bors | -7/+8 |
| 2014-11-30 | auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichton | bors | -2/+2 |
| 2014-11-30 | allow macro expansions in attributes | Alexander Light | -0/+6 |
| 2014-11-30 | Allow trailing commas in array patterns and attributes | P1start | -7/+7 |
| 2014-11-30 | Fix the ordering of `unsafe` and `extern` in methods | P1start | -7/+8 |
| 2014-11-30 | Adjust some error messages to start with a lowercase letter and not finish wi... | P1start | -2/+2 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -44/+19 |
| 2014-11-29 | Fix rustc panic on second compile_input | Murarth | -0/+6 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -21/+12 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -21/+12 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -108/+86 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -7/+5 |
| 2014-11-26 | Implement the new parsing rules for types in the parser, modifying the AST ap... | Niko Matsakis | -108/+86 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -7/+5 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -6/+6 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -9/+4 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo Ochagavía | -17/+11 |
| 2014-11-23 | libsyntax: Forbid type parameters in tuple indices | Adolfo Ochagavía | -16/+8 |
| 2014-11-21 | unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue | Brian Anderson | -3/+3 |
| 2014-11-21 | unicode: Add stability attributes to u_char | Brian Anderson | -2/+2 |
| 2014-11-21 | core: Convert Char::escape_default, escape_unicode to iterators | Brian Anderson | -2/+2 |