| Age | Commit message (Expand) | Author | Lines |
| 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-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -3/+26 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -3/+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 | -14/+12 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -19/+45 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -122/+123 |
| 2014-04-18 | Use more precise span when reporting semicolon hint | Edward Wang | -14/+12 |
| 2014-04-17 | syntax: Parses `&&` as `& &` whenever appropriate. | Kang Seonghoon | -38/+54 |
| 2014-04-16 | syntax: Demote `priv` to a reserved keyword | Alex Crichton | -18/+18 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -6/+1 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -6/+2 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -6/+2 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -26/+6 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -38/+55 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -24/+24 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -38/+55 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -32/+17 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -4/+5 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -4/+5 |
| 2014-04-06 | syntax: Tweak parsing lifetime bounds on closures | Alex Crichton | -123/+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 | -52/+35 |
| 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 | -34/+22 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -42/+38 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -26/+13 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -27/+0 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -215/+195 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -27/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -4/+6 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -15/+12 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -6/+8 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -5/+6 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -204/+181 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -1/+27 |
| 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 | use TotalEq for HashMap | Daniel Micay | -4/+4 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -9/+8 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -45/+30 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -31/+30 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -28/+27 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -47/+41 |