| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+2 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -5/+5 |
| 2013-08-18 | auto merge of #8556 : sfackler/rust/quote, r=alexcrichton | bors | -5/+5 |
| 2013-08-18 | auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestinger | bors | -41/+0 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -5/+5 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -2/+2 |
| 2013-08-17 | auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichton | bors | -0/+13 |
| 2013-08-16 | Remove obsolete error message regarding do-blocks with internal iters | Kevin Ballard | -41/+0 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -1/+23 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -2/+2 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -1/+23 |
| 2013-08-15 | Fix error message when trait method ends with wrong token | Kevin Ballard | -0/+13 |
| 2013-08-15 | auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphism | bors | -0/+59 |
| 2013-08-15 | auto merge of #8483 : luqmana/rust/rexprs, r=catamorphism | bors | -0/+15 |
| 2013-08-14 | rustc: Eliminate a derived error in check::_match | Tim Chevalier | -2/+29 |
| 2013-08-13 | auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivan | bors | -0/+22 |
| 2013-08-13 | Add a bunch of tests for closed issues | Alex Crichton | -0/+59 |
| 2013-08-13 | Add test for repeat expr in statics. | Luqman Aden | -0/+15 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -7/+49 |
| 2013-08-12 | rustc: Give a hint when a static method call has fewer than expected type par... | Tim Chevalier | -0/+22 |
| 2013-08-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -1/+73 |
| 2013-08-11 | tests: Add new tests for borrowck/objects and update some existing tests | Niko Matsakis | -2/+178 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -0/+40 |
| 2013-08-10 | Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup | Erick Tryzelaar | -14/+30 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -1/+9 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -21/+0 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -11/+71 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -35/+0 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -35/+0 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -1/+73 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -11/+71 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -7/+158 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -0/+40 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -7/+28 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -11/+71 |
| 2013-08-07 | Fix fallout | Corey Richardson | -7/+7 |
| 2013-08-07 | Fix unit structs in cross-crate situtations | Alex Crichton | -0/+21 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -0/+130 |
| 2013-08-07 | Fix incorrect non-exhaustive matching for fixed length vecs | Stepan Koltsov | -14/+30 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -1/+9 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -6/+6 |
| 2013-08-04 | std: remove str::NullTerminatedStr | Erick Tryzelaar | -21/+0 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -6/+6 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-03 | auto merge of #8223 : davidhalperin/rust/master, r=Aatch | bors | -0/+24 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -104/+0 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -1/+1 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -0/+3 |