| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | libgetopts: Use iterators instead of old-style loops. | Luqman Aden | -1/+1 |
| 2014-07-09 | libcollections: Use iterators instead of old-style loops. | Luqman Aden | -38/+14 |
| 2014-07-09 | libcore: Deprecate advance method on Iterators. | Luqman Aden | -1/+2 |
| 2014-07-09 | auto merge of #15471 : erickt/rust/push_all, r=acrichto | bors | -82/+497 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -11591/+7439 |
| 2014-07-09 | auto merge of #15220 : vhbit/rust/treemap-str-equiv, r=alexcrichton | bors | -27/+136 |
| 2014-07-09 | TreeMap: find enhancements | Valerii Hiora | -27/+136 |
| 2014-07-09 | fix test failures | kwantam | -5/+7 |
| 2014-07-09 | auto merge of #15483 : AlisdairO/rust/master, r=alexcrichton | bors | -6/+55 |
| 2014-07-09 | auto merge of #15540 : Gankro/rust/master, r=huonw | bors | -17/+15 |
| 2014-07-09 | auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton | bors | -22/+427 |
| 2014-07-09 | auto merge of #15339 : cmr/rust/rewrite-lexer2, r=huonw | bors | -2063/+2297 |
| 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 | Add example to Any documentation | Alisdair Owens | -6/+55 |
| 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-08 | Removing recursion from find_mut in treemap | Alexis Beingessner | -17/+15 |
| 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 | -9/+9 |
| 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 |