| Age | Commit message (Expand) | Author | Lines |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -8/+0 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -188/+91 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -35/+35 |
| 2014-06-12 | Better dylib skipping based on Alex Crichton code | Valerii Hiora | -0/+13 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -1/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -188/+91 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -6/+12 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -33/+34 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -1167/+1278 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -9/+9 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -17/+12 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -9/+9 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -29/+176 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -0/+7 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -196/+34 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -2/+2 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -17/+3 |
| 2014-06-08 | Add detection of dead struct fields | Jakub Wieczorek | -0/+9 |
| 2014-06-08 | Remove unused name_str_pair method | Steven Fackler | -16/+0 |
| 2014-06-07 | Add visit_attribute to Visitor, use it for unused_attribute | Steven Fackler | -16/+46 |
| 2014-06-07 | Implement ToSource and ToToken for ast::Arg | Hanno Braun | -0/+11 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -70/+0 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -3/+3 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -3/+3 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -15/+13 |
| 2014-06-04 | syntax: use doc comments in the interner | Corey Richardson | -5/+5 |
| 2014-06-04 | syntax: methodify the lexer | Corey Richardson | -1186/+1194 |
| 2014-06-03 | Add comments for the token table | Corey Richardson | -0/+4 |
| 2014-06-03 | syntax: shuffle some allocation out of binop_to_str | Corey Richardson | -13/+13 |
| 2014-06-03 | auto merge of #14627 : Indiv0/rust/fix-crateid-doc-typo, r=alexcrichton | bors | -2/+2 |
| 2014-06-03 | Fix typo "gihub" in libsyntax/crateid. | Nikita Pekin | -2/+2 |
| 2014-06-04 | syntax: Make quasiquoter use absolute paths | klutzy | -69/+54 |
| 2014-06-02 | auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton | bors | -7/+7 |
| 2014-06-02 | auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichton | bors | -12/+40 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -12/+40 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -7/+7 |
| 2014-06-02 | Fix deriving Encodable trait for unit structs | Piotr Jawniak | -0/+8 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -98/+98 |
| 2014-05-31 | syntax: Fix an accidental hyperlink in a comment | Alex Crichton | -1/+1 |
| 2014-05-30 | syntax: Prepare for Total{Eq,Ord} => {Eq,Ord} | Alex Crichton | -6/+7 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -127/+126 |
| 2014-05-30 | libsyntax: Fix snake_case errors. | Kevin Butler | -68/+73 |
| 2014-05-30 | auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichton | bors | -1/+1 |
| 2014-05-29 | auto merge of #14427 : alexcrichton/rust/librand, r=huonw | bors | -2/+3 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -2/+3 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -8/+8 |
| 2014-05-29 | syntax: Fix span on illegal ABI errors | lucy | -1/+1 |
| 2014-05-29 | auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelix | bors | -4/+5 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -2/+2 |
| 2014-05-28 | Parse macros in patterns | Keegan McAllister | -7/+20 |