| Age | Commit message (Expand) | Author | Lines |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -22/+5 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -5/+12 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -5/+12 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -3/+3 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -2/+8 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -1/+7 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -2/+8 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -3/+24 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -1/+3 |
| 2014-04-21 | auto merge of #13435 : edwardw/rust/span, r=brson | bors | -13/+11 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -5/+30 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-18 | Use more precise span when reporting semicolon hint | Edward Wang | -13/+11 |
| 2014-04-17 | syntax: Parses `&&` as `& &` whenever appropriate. | Kang Seonghoon | -38/+54 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -6/+1 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -26/+6 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -4/+5 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -23/+23 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -4/+5 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -32/+17 |
| 2014-04-06 | syntax: Tweak parsing lifetime bounds on closures | Alex Crichton | -111/+112 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -5/+4 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -51/+34 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -2/+2 |
| 2014-03-31 | syntax: allow stmt/expr macro invocations to be delimited by []. | Gábor Lehel | -23/+15 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -23/+19 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -26/+13 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -4/+5 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+4 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -1/+1 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -2/+3 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -55/+18 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -55/+18 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -1/+1 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -9/+8 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -25/+14 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -17/+16 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -5/+5 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #13028 : thestinger/rust/vec_ng, r=huonw | bors | -13/+13 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -13/+13 |
| 2014-03-20 | Fix spans for enum-struct match arms | Nick Cameron | -10/+8 |
| 2014-03-17 | rustc: disallow trailing parentheses for nullary enum variants | Laurent Bonnans | -2/+19 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -5/+5 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -7/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+1 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -0/+3 |