| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton | bors | -22/+426 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -87/+100 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -106/+149 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -87/+134 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -266/+325 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -81/+327 |
| 2014-07-09 | ast: add an `as_str` method to Ident | Corey Richardson | -0/+7 |
| 2014-07-09 | lexer: add ident_from and ident_from_to methods | Corey Richardson | -0/+14 |
| 2014-07-09 | lexer: shuffle around some functions | Corey Richardson | -99/+100 |
| 2014-07-09 | codemap: be less annoying in debug logging | Corey Richardson | -5/+4 |
| 2014-07-09 | syntax: use a better Show impl for Ident | Corey Richardson | -2/+8 |
| 2014-07-09 | test: simplify numeric literal cfail tests | Corey Richardson | -53/+14 |
| 2014-07-09 | str: use more helpful assertion failure messages | Corey Richardson | -2/+5 |
| 2014-07-09 | testsuite: merge some lexer testcases | Corey Richardson | -238/+73 |
| 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-09 | auto merge of #15537 : jbclements/rust/hygiene-for-methods, r=pcwalton | bors | -405/+540 |
| 2014-07-09 | auto merge of #15422 : steveklabnik/rust/guide_compound_data_types, r=brson | bors | -3/+273 |
| 2014-07-09 | auto merge of #15374 : steveklabnik/rust/comments, r=brson | bors | -2/+45 |
| 2014-07-08 | fix hygiene for test case | John Clements | -4/+4 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -80/+114 |
| 2014-07-08 | macro literals should be compared by name only | John Clements | -2/+9 |
| 2014-07-08 | make macros non-capturing | John Clements | -73/+73 |
| 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 | -3/+30 |
| 2014-07-08 | auto merge of #14832 : alexcrichton/rust/no-rpath, r=brson | bors | -4/+4 |
| 2014-07-08 | self arg macro test case | John Clements | -0/+13 |
| 2014-07-08 | replace idents with names | John Clements | -8/+15 |
| 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 | -1390/+1557 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1390/+1557 |
| 2014-07-08 | webfonts: check-in licenses | Adrien Tétar | -0/+386 |
| 2014-07-08 | webfonts: serve Source Code Pro locally | Adrien Tétar | -4/+22 |
| 2014-07-08 | webfonts: proper fix | Adrien Tétar | -18/+18 |
| 2014-07-08 | Guide: comments | Steve Klabnik | -2/+45 |
| 2014-07-08 | auto merge of #15521 : nick29581/rust/type, r=pcwalton | bors | -178/+215 |
| 2014-07-08 | Guide: complex data types | Steve Klabnik | -3/+273 |
| 2014-07-08 | auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfackler | bors | -5/+54 |
| 2014-07-08 | rustc: Fix naming output files with --crate-name | Alex Crichton | -5/+54 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -178/+215 |
| 2014-07-08 | auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichton | bors | -8/+12 |
| 2014-07-08 | auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581 | bors | -15/+45 |