| Age | Commit message (Expand) | Author | Lines |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -3/+39 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -46/+3 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -22/+66 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -301/+505 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -19/+14 |
| 2013-08-27 | auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow... | bors | -2/+2 |
| 2013-08-27 | Remove remnants of implicit self | Niko Matsakis | -2/+2 |
| 2013-08-24 | Introduce alternate forms of logging | Alex Crichton | -23/+30 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -11/+36 |
| 2013-08-24 | Implement a wrapper macro around fprintf -- ifmtf | Alex Crichton | -22/+50 |
| 2013-08-23 | Emit a better error for attempted unsafe-pointer-self. Close #8306. | Ben Blum | -0/+13 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -3/+26 |
| 2013-08-22 | Add `self` to the ast_map for provided methods. Closes #8010. | Michael Sullivan | -5/+11 |
| 2013-08-22 | auto merge of #8626 : kballard/rust/issue-8615, r=catamorphism | bors | -1/+0 |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -2/+9 |
| 2013-08-21 | auto merge of #8582 : thestinger/rust/container, r=thestinger | bors | -6/+5 |
| 2013-08-20 | auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichton | bors | -23/+0 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -6/+5 |
| 2013-08-19 | Don't skip token after @'static | Kevin Ballard | -1/+0 |
| 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-18 | fix for #8088 (Cannot name a struct field `new` due to ancient syntax) | Do Nhat Minh | -23/+0 |
| 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 |