| Age | Commit message (Expand) | Author | Lines |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -147/+287 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -55/+89 |
| 2014-07-07 | Improve non-exhaustive pattern witnesses for structs with multiple fields | Jakub Wieczorek | -2/+4 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -13/+8 |
| 2014-07-05 | auto merge of #15428 : phildawes/rust/master, r=huonw | bors | -2/+3 |
| 2014-07-05 | auto merge of #15427 : aochagavia/rust/parse, r=pcwalton | bors | -16/+2 |
| 2014-07-05 | auto merge of #15425 : jbclements/rust/hygiene-for-3-kinds-of-args, r=cmr | bors | -111/+284 |
| 2014-07-04 | Parser: fix PatIdent span bug | Phil Dawes | -2/+3 |
| 2014-07-04 | Removed unnecessary method in test | Adolfo OchagavĂa | -16/+2 |
| 2014-07-04 | implement hygiene for ExprFnBlock and ExprProc | John Clements | -1/+15 |
| 2014-07-04 | added test cases for closure arg hygiene | John Clements | -0/+22 |
| 2014-07-04 | comments only | John Clements | -3/+2 |
| 2014-07-04 | hygiene for item fn args | John Clements | -7/+49 |
| 2014-07-04 | comments & test cases for IdentRenamers | John Clements | -11/+63 |
| 2014-07-04 | use PatIdentRenamer for match bindings | John Clements | -10/+5 |
| 2014-07-04 | comments only | John Clements | -5/+7 |
| 2014-07-04 | new_mark -> apply_mark, new_rename -> apply_rename | John Clements | -29/+29 |
| 2014-07-04 | add PatIdentRenamer | John Clements | -6/+37 |
| 2014-07-04 | move RenameList to mtwt, add new_renames abstraction | John Clements | -23/+40 |
| 2014-07-04 | comments, whitespace, rename NameFinderContext to PatIdentFinder | John Clements | -25/+27 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -1/+0 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | simplify and uncomment item-fn-arg hygiene unit test | John Clements | -9/+6 |
| 2014-07-03 | Simplify creating a parser from a token tree | Piotr Jawniak | -31/+11 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -3/+3 |
| 2014-07-03 | Fix ICE with nested macro_rules!-style macros | Kevin Ballard | -2/+2 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -97/+63 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -173/+353 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -3/+3 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -5/+99 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -5/+5 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -4/+12 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -3/+7 |
| 2014-06-28 | auto merge of #15191 : pcwalton/rust/variance-in-trait-matching, r=huonw | bors | -1/+2 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+2 |
| 2014-06-28 | auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmr | bors | -155/+232 |
| 2014-06-27 | comments only | John Clements | -1/+3 |
| 2014-06-27 | adjust fold to fold over interpolated items/exprs/etc. | John Clements | -19/+70 |
| 2014-06-27 | removed incomplete comment | John Clements | -17/+0 |
| 2014-06-27 | added unit and standalone test for 15221, extra debugging output | John Clements | -5/+26 |
| 2014-06-27 | undo helpful attempt to spell-check | John Clements | -1/+1 |
| 2014-06-27 | remove trailing whitespace | John Clements | -1/+1 |
| 2014-06-27 | hygiene for match-bound vars now implemented | John Clements | -24/+33 |
| 2014-06-27 | improve match test case to include guard | John Clements | -4/+4 |
| 2014-06-27 | remove unnecessary abstraction | John Clements | -10/+5 |
| 2014-06-27 | cleanup and shiny new more-functional interface | John Clements | -55/+36 |
| 2014-06-27 | WIP match hygiene, compiles | John Clements | -12/+12 |
| 2014-06-27 | get rid of needless wrapper function | John Clements | -14/+8 |
| 2014-06-27 | make fold_attribute part of Folder trait | John Clements | -23/+25 |