| Age | Commit message (Expand) | Author | Lines |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -2/+3 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -2/+3 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -12/+12 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -2/+3 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -12/+11 |
| 2014-04-23 | auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichton | bors | -0/+3 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -0/+3 |
| 2014-04-23 | auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton | bors | -37/+52 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -2/+3 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -19/+55 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -19/+55 |
| 2014-04-23 | syntax: fix de-@rooting fallout | Flavio Percoco | -12/+11 |
| 2014-04-23 | Honor hidden doc attribute of derivable trait methods | Edward Wang | -37/+52 |
| 2014-04-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -12/+27 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -1/+2 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -11/+23 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -3/+6 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -39/+39 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -3/+2 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -161/+232 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -5/+2 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -9/+14 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -2/+2 |
| 2014-04-10 | std,syntax: make std::fmt::parse use `Vec`s. | Huon Wilson | -4/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -9/+14 |
| 2014-04-08 | Test fixes from rollup | Alex Crichton | -8/+0 |
| 2014-04-08 | rustc: Never register syntax crates in CStore | Alex Crichton | -7/+6 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -1/+1 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -2/+2 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -58/+60 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -3/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -47/+51 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -212/+185 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -1/+1 |
| 2014-03-28 | De-@ NamedMatch. | Eduard Burtescu | -26/+27 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -7/+11 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -184/+152 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -15/+103 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -3/+3 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -3/+3 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -4/+4 |
| 2014-03-24 | auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton | bors | -35/+33 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -7/+16 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -81/+52 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -35/+31 |
| 2014-03-22 | syntax: allow `trace_macros!` and `log_syntax!` in item position. | Huon Wilson | -35/+33 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -10/+15 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -52/+0 |