| Age | Commit message (Expand) | Author | Lines |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -78/+52 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -75/+118 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -72/+72 |
| 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 | -75/+118 |
| 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 | -36/+21 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -6/+7 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -6/+7 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -0/+2 |
| 2014-04-06 | syntax: Tweak parsing lifetime bounds on closures | Alex Crichton | -137/+133 |
| 2014-04-04 | auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr... | bors | -8/+42 |
| 2014-04-05 | Added session.fileline_note() method and support infrastucture for it. | Felix S. Klock II | -8/+42 |
| 2014-04-04 | Test fixes from rollup | Alex Crichton | -4/+4 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -24/+15 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -0/+2 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -9/+9 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -348/+100 |
| 2014-04-03 | Test fixes from the rollup | Alex Crichton | -8/+8 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -348/+100 |
| 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 | Switch some tuple structs to pub fields | Alex Crichton | -3/+3 |
| 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 | -297/+297 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-31 | auto merge of #13221 : thestinger/rust/append, r=alexcrichton | bors | -29/+14 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -29/+14 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -3/+3 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -111/+117 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -98/+0 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -444/+400 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -98/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -15/+17 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -16/+13 |
| 2014-03-28 | Remove a RefCell from pprust::State. | Eduard Burtescu | -10/+9 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -8/+10 |
| 2014-03-28 | De-@ NamedMatch. | Eduard Burtescu | -26/+27 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -17/+26 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -388/+333 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -3/+3 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -16/+205 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -4/+4 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -65/+24 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -9/+18 |