| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -87/+74 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -12/+24 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+2 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -2/+2 |
| 2014-02-19 | auto merge of #12349 : edwardw/rust/debug-expansion, r=huonw | bors | -6/+40 |
| 2014-02-19 | Change the format_args! macro expansion for temporaries | Edward Wang | -6/+40 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -2/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -1/+1 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -1/+0 |
| 2014-02-11 | syntax/ext/format -- rewrite conflicting closures into methods | Niko Matsakis | -116/+127 |
| 2014-02-08 | syntax: split out the parsing and the formatting part of format_args!(). | Huon Wilson | -74/+92 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -11/+14 |
| 2014-02-02 | std::fmt: prepare to convert the formatting traits to methods, and work | Huon Wilson | -7/+5 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -16/+16 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -44/+58 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -6/+11 |