| Age | Commit message (Expand) | Author | Lines |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -16/+17 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -116/+116 |
| 2014-09-09 | Optimize for the most common cases of `format!` | Piotr Czarnecki | -49/+73 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -30/+54 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -1/+1 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -0/+3 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -5/+6 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -1/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-07-22 | auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwalton | bors | -1/+6 |
| 2014-07-21 | Allow merging of statics generated by format!() | Björn Steinbrink | -1/+6 |
| 2014-07-21 | syntax: Join consecutive string literals in format strings together | root | -10/+33 |
| 2014-07-18 | Special case for 0 arguments given in format! | Jonas Hietala | -4/+4 |
| 2014-07-18 | Correct plural of arguments in format_args! | Jonas Hietala | -2/+11 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -8/+8 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-07-03 | Simplify creating a parser from a token tree | Piotr Jawniak | -6/+1 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -9/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -1/+2 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -1/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -180/+4 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -22/+27 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -2/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -18/+18 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -5/+5 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -11/+11 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -18/+26 |
| 2014-05-16 | libfmt_macros: Remove all uses of `~str` from `libfmt_macros` | Patrick Walton | -1/+3 |
| 2014-05-15 | syntax: Add a macro, format_args_method!() | Alex Crichton | -20/+55 |
| 2014-05-08 | auto merge of #13985 : alexcrichton/rust/libfmt, r=brson | bors | -16/+6 |
| 2014-05-08 | std: Extract format string parsing out of libstd | Alex Crichton | -16/+6 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -16/+16 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-05-04 | Remove two useless comparisons | Virgile Andreani | -1/+1 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -1/+1 |
| 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 | -5/+5 |
| 2014-04-10 | std,syntax: make std::fmt::parse use `Vec`s. | Huon Wilson | -4/+4 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -3/+3 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -4/+3 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -4/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -14/+19 |