| Age | Commit message (Expand) | Author | Lines |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+3 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -2/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -3/+3 |
| 2014-07-04 | comments only | John Clements | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -2/+3 |
| 2014-06-27 | adjust fold to fold over interpolated items/exprs/etc. | John Clements | -17/+68 |
| 2014-06-27 | removed incomplete comment | John Clements | -17/+0 |
| 2014-06-27 | make fold_attribute part of Folder trait | John Clements | -23/+25 |
| 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/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+3 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -51/+59 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+10 |
| 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 | -0/+1 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -1/+1 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -0/+1 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -0/+1 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -0/+1 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -11/+13 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -1/+2 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -0/+1 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -0/+1 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -39/+37 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -1/+1 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -0/+1 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -1/+1 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+3 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -1/+2 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -1/+11 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -5/+5 |
| 2014-04-17 | Extended `syntax::{fold, ast_map}` to include lifetimes. | Felix S. Klock II | -33/+60 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -3/+10 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -6/+6 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -4/+4 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -2/+2 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -52/+52 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -3/+5 |
| 2014-03-27 | syntax: add a missing span rewrite in fold. | Huon Wilson | -1/+1 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -5/+5 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-18 | syntax: Don't parameterize the the pretty printer | Alex Crichton | -2/+2 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -5/+7 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -1/+0 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -2/+2 |