| Age | Commit message (Expand) | Author | Lines |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -33/+33 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -33/+33 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -20/+18 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -7/+6 |
| 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 | -3/+3 |
| 2014-07-04 | new_mark -> apply_mark, new_rename -> apply_rename | John Clements | -28/+28 |
| 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 | -19/+15 |
| 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 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -34/+12 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -5/+99 |
| 2014-06-28 | auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmr | bors | -98/+137 |
| 2014-06-27 | comments only | John Clements | -1/+2 |
| 2014-06-27 | adjust fold to fold over interpolated items/exprs/etc. | John Clements | -2/+2 |
| 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 | working on hygiene | John Clements | -12/+50 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-25 | don't expand subexprs of for loop, just re-expand whole thing. | John Clements | -5/+6 |
| 2014-06-25 | remove misleading and unnecessary underscores | John Clements | -2/+3 |
| 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 |