| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -2/+10 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -0/+1 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+8 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -1/+2 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -1/+3 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -2/+1 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -2/+2 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -2/+2 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -20/+2 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -11/+11 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -2/+2 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -6/+6 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -4/+4 |
| 2014-03-31 | rustc: Switch tuple structs to have private fields | Alex Crichton | -6/+6 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -144/+144 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -36/+0 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -36/+0 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -2/+4 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -0/+37 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -1/+10 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -78/+78 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -1/+1 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -6/+6 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -6/+6 |
| 2014-03-21 | Rewrite rc::Rc using cell::Cell | Edward Wang | -8/+0 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+7 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -8/+0 |
| 2014-03-20 | Relax interner's Share bound | Flavio Percoco | -8/+0 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -4/+4 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -3/+0 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -2/+1 |
| 2014-03-13 | Apply @nikomatsakis' nits and comments patch. | Eduard Burtescu | -1/+1 |