| Age | Commit message (Expand) | Author | Lines |
| 2013-03-08 | Fix dvec-related fallout in tests | Alex Crichton | -3/+3 |
| 2013-03-08 | syntax: Remove uses of DVec | Alex Crichton | -39/+29 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -2/+5 |
| 2013-03-07 | librustc: Stop parsing `assert`. | Patrick Walton | -13/+10 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -55/+55 |
| 2013-03-07 | librustc: Remove record patterns from the compiler | Patrick Walton | -40/+12 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -64/+5 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -23/+2 |
| 2013-03-07 | libsyntax: Stop parsing structural record types | Patrick Walton | -8/+7 |
| 2013-03-07 | Make debug!, etc. macros not require a format string | Brian Anderson | -8/+32 |
| 2013-03-07 | add deriving_eq for tokens | John Clements | -273/+2 |
| 2013-03-06 | auto merge of #5255 : jbclements/rust/remove-parse-value-ident, r=graydon | bors | -40/+21 |
| 2013-03-06 | patch up pretty printing of things with both lifetime and type parameters | Niko Matsakis | -0/+1 |
| 2013-03-06 | Improve error messages when illegal lifetimes are used | Niko Matsakis | -0/+4 |
| 2013-03-06 | Permit either foo/&self or foo<'self> | Niko Matsakis | -9/+33 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -23/+22 |
| 2013-03-06 | Fix a bug with region-parameterized enums etc where trans considered | Niko Matsakis | -3/+9 |
| 2013-03-06 | finish removing parse_value_ident | John Clements | -15/+7 |
| 2013-03-06 | removed unused abstraction over paths and value_paths | John Clements | -25/+14 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -3/+3 |
| 2013-03-05 | auto merge of #5234 : pcwalton/rust/equiv, r=pcwalton | bors | -2/+5 |
| 2013-03-05 | libsyntax: Separate multiple inherited traits with `+` | Patrick Walton | -2/+5 |
| 2013-03-05 | auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydon | bors | -5/+13 |
| 2013-03-05 | Update region inference for traits so that a method with | Niko Matsakis | -1/+9 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -14/+14 |
| 2013-03-05 | auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydon | bors | -80/+5 |
| 2013-03-04 | simplified msg (TMI on old one) | John Clements | -2/+2 |
| 2013-03-04 | better error message for macros with MOD_SEPs | John Clements | -5/+13 |
| 2013-03-04 | libsyntax: Implement `#[deriving_clone]` | Patrick Walton | -16/+288 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -14/+4 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -66/+1 |
| 2013-03-03 | libsyntax: deny deprecated_self in libsyntax | Erick Tryzelaar | -6/+10 |
| 2013-03-03 | libsyntax: add &self to extensions | Erick Tryzelaar | -24/+34 |
| 2013-03-03 | libsyntax: add &self to parser methods | Erick Tryzelaar | -261/+303 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -14/+14 |
| 2013-03-02 | auto merge of #5203 : erickt/rust/incoming, r=brson | bors | -7/+8 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -71/+6 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -194/+181 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -5/+5 |
| 2013-03-02 | libsyntax: add some more explicit copies for vecs_implicitly_copyable) | Erick Tryzelaar | -7/+8 |
| 2013-03-02 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -29/+21 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -11/+7 |
| 2013-03-02 | auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism | bors | -16/+12 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -18/+29 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -11/+7 |
| 2013-03-01 | auto merge of #5165 : brson/rust/unstable, r=brson | bors | -2/+2 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -16/+12 |
| 2013-03-01 | Avoid calling to_vec() unnecessarily in parser. | Niko Matsakis | -17/+27 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -2/+2 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |