| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | syntax: De-doc comment to fix nightlies | Alex Crichton | -50/+50 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -5/+21 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -2/+30 |
| 2014-07-09 | ast: add an `as_str` method to Ident | Corey Richardson | -0/+7 |
| 2014-07-09 | syntax: use a better Show impl for Ident | Corey Richardson | -1/+7 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -178/+188 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -7/+8 |
| 2014-07-08 | comments | John Clements | -0/+1 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -3/+3 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -8/+6 |
| 2014-07-04 | comments only | John Clements | -1/+3 |
| 2014-07-04 | comments, whitespace, rename NameFinderContext to PatIdentFinder | John Clements | -6/+12 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -3/+3 |
| 2014-06-27 | working on hygiene | John Clements | -0/+1 |
| 2014-06-25 | revive old commented-out test cases as ignored test cases for hygiene | John Clements | -0/+1 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -1/+0 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+2 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -1/+0 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+1 |
| 2014-06-16 | Update repo location | Brian Anderson | -1/+1 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -0/+2 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -8/+0 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -73/+74 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -0/+9 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+7 |
| 2014-06-08 | Add detection of dead struct fields | Jakub Wieczorek | -0/+9 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -43/+0 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -82/+82 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -85/+85 |
| 2014-05-30 | libsyntax: Fix snake_case errors. | Kevin Butler | -0/+1 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -1/+1 |
| 2014-05-28 | Add AST node for pattern macros | Keegan McAllister | -1/+2 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -1/+1 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -0/+9 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -0/+4 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -0/+1 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -3/+3 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -2/+4 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -2/+0 |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -1/+2 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -1/+2 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -1/+1 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -3/+15 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -3/+15 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -1/+1 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -1/+1 |