| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -2/+2 |
| 2014-05-28 | Expand macros in patterns | Keegan McAllister | -5/+90 |
| 2014-05-28 | Add patterns to MacResult | Keegan McAllister | -0/+35 |
| 2014-05-28 | rustc: Accept PartialOrd/PartialOrdEq for Eq/Ord | Alex Crichton | -4/+5 |
| 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 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -65/+65 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -48/+48 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -17/+17 |
| 2014-05-27 | syntax: desugar a `for` loop to a let binding to get better error | Huon Wilson | -4/+32 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -1/+5 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -63/+63 |
| 2014-05-24 | Changes from feedback | Steven Fackler | -29/+18 |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -0/+3 |
| 2014-05-24 | First sketch of lint pass | Steven Fackler | -1/+1 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -14/+32 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -1/+0 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -1/+0 |
| 2014-05-22 | auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brson | bors | -1/+2 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+6 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -8/+13 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -94/+147 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | std: Change hash to reexport its own Writer | Alex Crichton | -1/+2 |
| 2014-05-19 | auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonw | bors | -0/+2 |
| 2014-05-18 | auto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732, r=alexcrichton | bors | -0/+3 |
| 2014-05-18 | Output debug info on how `#[phase] extern crate foo;` gets resolved. | Felix S. Klock II | -0/+3 |
| 2014-05-18 | Make bytes!() return 'static | Kevin Ballard | -6/+27 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -0/+2 |
| 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 | -29/+62 |
| 2014-05-13 | syntax: Preserve attributes in #[deriving] | Alex Crichton | -11/+25 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -4/+12 |
| 2014-05-13 | libsyntax: Workaround pprust `for` issue | klutzy | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -3/+3 |