| Age | Commit message (Expand) | Author | Lines |
| 2014-06-25 | remove unneccessary pubs, shorten names | John Clements | -9/+9 |
| 2014-06-25 | remove unneeded visit_ty methods | John Clements | -9/+0 |
| 2014-06-25 | add unit test for match var hygiene | John Clements | -0/+12 |
| 2014-06-25 | enrich and rename crate_idents test case | John Clements | -6/+12 |
| 2014-06-25 | comments only | John Clements | -4/+9 |
| 2014-06-25 | revive old commented-out test cases as ignored test cases for hygiene | John Clements | -6/+58 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -1/+0 |
| 2014-06-24 | Allow splicing more things in quotes | Keegan McAllister | -0/+16 |
| 2014-06-24 | Use macros to implement syntax::ext::quote::ToSource | Keegan McAllister | -125/+74 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -1/+0 |
| 2014-06-23 | Allow trailing comma in `concat!` | Stepan Koltsov | -2/+5 |
| 2014-06-18 | Revert bytes!() docstring change, and fix a typo. | Simon Sapin | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -0/+8 |
| 2014-06-18 | auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton | bors | -0/+7 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+7 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -9/+1 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -2/+10 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -25/+2 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -6/+11 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -1/+2 |
| 2014-06-13 | syntax: parse outer attributes in `quote_item!` calls. | Huon Wilson | -5/+3 |
| 2014-06-13 | syntax: fix quote_pat! & unignore a quotation test. | Huon Wilson | -3/+1 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -5/+44 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -184/+33 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -13/+14 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -452/+532 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -4/+4 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -12/+3 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -4/+4 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -195/+34 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -12/+3 |
| 2014-06-07 | Implement ToSource and ToToken for ast::Arg | Hanno Braun | -0/+7 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -2/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -8/+7 |
| 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/+39 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -12/+39 |
| 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 | -3/+3 |
| 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 | -16/+15 |
| 2014-05-30 | libsyntax: Fix snake_case errors. | Kevin Butler | -20/+27 |
| 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 #14492 : alexcrichton/rust/totaleq, r=pnkfelix | bors | -4/+5 |