| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | token: replace ast::Ident with just Ident | Corey Richardson | -18/+19 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -1137/+1136 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -52/+82 |
| 2014-07-08 | macro literals should be compared by name only | John Clements | -2/+9 |
| 2014-07-08 | comments | John Clements | -0/+1 |
| 2014-07-08 | remove outdated comment | John Clements | -12/+0 |
| 2014-07-08 | implement hygiene for method args | John Clements | -0/+25 |
| 2014-07-08 | test case for expansion of method macro | John Clements | -2/+13 |
| 2014-07-08 | introducing let-syntax | John Clements | -2/+27 |
| 2014-07-08 | self arg macro test case | John Clements | -0/+13 |
| 2014-07-08 | replace idents with names | John Clements | -0/+5 |
| 2014-07-08 | get rid of keyword idents, replace with names | John Clements | -8/+8 |
| 2014-07-08 | preserve context in parsing of `self` varref | John Clements | -9/+11 |
| 2014-07-08 | remove unused fn, make SELF_KEYWORD_NAME public | John Clements | -5/+1 |
| 2014-07-08 | test harness cleanup | John Clements | -27/+20 |
| 2014-07-08 | change if/else to match | John Clements | -179/+197 |
| 2014-07-08 | added test for method arg hygiene | John Clements | -0/+13 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -147/+287 |
| 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 |