| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydon | bors | -0/+79 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+79 |
| 2013-08-19 | auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon | bors | -23/+20 |
| 2013-08-18 | auto merge of #8556 : sfackler/rust/quote, r=alexcrichton | bors | -154/+114 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -4/+7 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -154/+114 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -3/+3 |
| 2013-08-18 | auto merge of #8550 : kballard/rust/token-start-err-msg, r=catamorphism | bors | -1/+3 |
| 2013-08-17 | auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichton | bors | -1/+1 |
| 2013-08-17 | Fix warnings in librustc and libsyntax | Erick Tryzelaar | -1/+0 |
| 2013-08-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -23/+20 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -4/+7 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -0/+11 |
| 2013-08-16 | auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphism | bors | -3/+3 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -3/+3 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -0/+11 |
| 2013-08-15 | Better error message for unknown start of token | Kevin Ballard | -1/+3 |
| 2013-08-15 | Fix error message when trait method ends with wrong token | Kevin Ballard | -1/+1 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -296/+366 |
| 2013-08-15 | std: Change either::{lefts, rights} to return an iterator | blake2-ppc | -3/+3 |
| 2013-08-14 | auto merge of #8440 : sfackler/rust/env-fix, r=pcwalton | bors | -1/+1 |
| 2013-08-13 | auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydon | bors | -14/+26 |
| 2013-08-13 | Add `f` formats to `ifmt!` | Alex Crichton | -5/+6 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -38/+30 |
| 2013-08-12 | Correct the padding on integer types for formatting | Alex Crichton | -5/+13 |
| 2013-08-12 | Define integer formats for all widths | Alex Crichton | -0/+1 |
| 2013-08-12 | Implement formatting arguments for strings and integers | Alex Crichton | -5/+7 |
| 2013-08-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -31/+114 |
| 2013-08-11 | Fixed option_env! type | Steven Fackler | -1/+1 |
| 2013-08-11 | auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon | bors | -155/+156 |
| 2013-08-11 | auto merge of #8420 : blake2-ppc/rust/shrink-token, r=cmr | bors | -16/+16 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -155/+156 |
| 2013-08-11 | auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestinger | bors | -2/+11 |
| 2013-08-11 | syntax: Shrink enum Token and enum nonterminal | blake2-ppc | -16/+16 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -59/+97 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -22/+22 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -2/+2 |
| 2013-08-10 | std: Iterator.chain_ -> .chain | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -25/+25 |
| 2013-08-10 | Clean up some unused imports in tests | Erick Tryzelaar | -1/+0 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -10/+10 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -8/+29 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -8/+29 |
| 2013-08-09 | Implement an `address_insignificant` attribute | Alex Crichton | -3/+12 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -31/+114 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -17/+37 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -59/+97 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -6/+23 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -17/+37 |