| Age | Commit message (Expand) | Author | Lines |
| 2014-07-17 | syntax: Add quote_method! | Ben Gamari | -0/+13 |
| 2014-07-16 | libsyntax: Remove `Send` from `PtrTy` in `deriving`. | Patrick Walton | -6/+0 |
| 2014-07-16 | librustc: Implement the fully-expanded, UFCS form of explicit self. | Patrick Walton | -8/+35 |
| 2014-07-16 | syntax: Generalize ToTokens impl for Vec<T> | Ben Gamari | -3/+4 |
| 2014-07-16 | syntax: Add ToTokens for Attribute_ | Ben Gamari | -0/+7 |
| 2014-07-16 | syntax: Add ToTokens for Option<T> | Ben Gamari | -0/+9 |
| 2014-07-16 | auto merge of #15691 : jbclements/rust/method-field-cleanup, r=alexcrichton | bors | -25/+85 |
| 2014-07-16 | obsolete.rs: fix typo in message | Philipp Gesang | -1/+1 |
| 2014-07-15 | libsyntax::ast: Derive Show impls | Ben Gamari | -70/+82 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -4/+4 |
| 2014-07-15 | use trait rather than fns | John Clements | -21/+81 |
| 2014-07-15 | auto merge of #15615 : jakub-/rust/diagnostics, r=brson | bors | -1/+27 |
| 2014-07-15 | Fix errors | Adolfo OchagavĂa | -2/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -7/+7 |
| 2014-07-15 | Extend --pretty flowgraph=ID to include dataflow results in output. | Felix S. Klock II | -0/+220 |
| 2014-07-13 | auto merge of #15646 : jbclements/rust/method-macros, r=cmr | bors | -278/+430 |
| 2014-07-13 | macro expansion for methods | John Clements | -25/+47 |
| 2014-07-13 | expansion abstraction | John Clements | -144/+114 |
| 2014-07-13 | add make_method method to MacResult trait | John Clements | -1/+36 |
| 2014-07-13 | macro in method position parsing | John Clements | -13/+42 |
| 2014-07-13 | remove no-stmt check | John Clements | -4/+0 |
| 2014-07-13 | update fold_method to return a smallvector | John Clements | -13/+33 |
| 2014-07-13 | macro method unit test case fix | John Clements | -2/+2 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -94/+174 |
| 2014-07-13 | auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmr | bors | -2/+9 |
| 2014-07-12 | Use a nicer Show impl for Name | Corey Richardson | -2/+9 |
| 2014-07-13 | auto merge of #15621 : sfackler/rust/attr-span, r=cmr | bors | -1/+1 |
| 2014-07-12 | Convert a first batch of diagnostics to have error codes | Jakub Wieczorek | -1/+27 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -1/+1 |
| 2014-07-12 | auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex... | bors | -25/+102 |
| 2014-07-11 | Fix spans for attributes | Steven Fackler | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-11 | add Macro Exterminator | John Clements | -0/+19 |
| 2014-07-11 | make walk/visit_mac opt-in only | John Clements | -14/+61 |
| 2014-07-11 | use side table to store exported macros | John Clements | -6/+16 |
| 2014-07-11 | rename one of the two confusing MacroExpanders | John Clements | -5/+6 |
| 2014-07-11 | Removed dead structures after changes to PartialOrd/Ord derivings. | Felix S. Klock II | -352/+29 |
| 2014-07-11 | `O(n*k)` code-size deriving on enums (better than previous `O(n^k)`). | Felix S. Klock II | -43/+455 |
| 2014-07-11 | Revise the `const_nonmatching` flag with more info about author's intent. | Felix S. Klock II | -23/+40 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -63/+307 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -142/+0 |
| 2014-07-09 | auto merge of #15514 : luqmana/rust/die-advance-die, r=cmr | bors | -21/+6 |
| 2014-07-09 | libsyntax: Remove uses of advance. | Luqman Aden | -21/+6 |
| 2014-07-09 | syntax: De-doc comment to fix nightlies | Alex Crichton | -50/+50 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -142/+0 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -86/+98 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -104/+147 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -62/+118 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -264/+323 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -81/+312 |