| Age | Commit message (Expand) | Author | Lines |
| 2013-08-21 | auto merge of #8582 : thestinger/rust/container, r=thestinger | bors | -34/+23 |
| 2013-08-20 | auto merge of #8580 : bytewiseand/rust/tuple-struct-ctor-ptr, r=alexcrichton | bors | -0/+21 |
| 2013-08-20 | auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichton | bors | -2/+8 |
| 2013-08-20 | Fix typo in test/bench/noise.rs. Closes #8574. | nsf | -1/+1 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -33/+22 |
| 2013-08-20 | Add tests for self type using builtin kinds. (#7083) | Ben Blum | -0/+52 |
| 2013-08-20 | Fixup style of test cases for #7083 | Ben Blum | -12/+50 |
| 2013-08-20 | Add tests for super-builtin-kind capabilities (#7083) | Ben Blum | -0/+78 |
| 2013-08-20 | Add tests for #7083. | Ben Blum | -0/+158 |
| 2013-08-20 | Prevent Send, Freeze, and Sized from being manually implemented. Close #8517. | Ben Blum | -0/+19 |
| 2013-08-19 | Rename functional-struct-update.rs to avoid tripping Windows installer detector. | Vadim Chugunov | -0/+0 |
| 2013-08-19 | Add tests for cross-crate condition handling. Close #5446. | Graydon Hoare | -0/+215 |
| 2013-08-19 | test: add testcase, close #4929 which was already fixed. | Graydon Hoare | -0/+12 |
| 2013-08-19 | test: un-xfail now working run-pass/foreign-struct.rs, close #2334. | Graydon Hoare | -1/+0 |
| 2013-08-19 | Don't skip token after @'static | Kevin Ballard | -0/+14 |
| 2013-08-19 | auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydon | bors | -14/+46 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -3/+40 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -11/+6 |
| 2013-08-19 | auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon | bors | -5/+27 |
| 2013-08-18 | auto merge of #8556 : sfackler/rust/quote, r=alexcrichton | bors | -23/+23 |
| 2013-08-18 | auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestinger | bors | -41/+0 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -22/+22 |
| 2013-08-18 | Add assertions and cross crate tests | Andreas Martens | -2/+30 |
| 2013-08-18 | Add assertions to test | Andreas Martens | -2/+4 |
| 2013-08-18 | Fix ICE when calling static and static function pointers | Andreas Martens | -0/+19 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -23/+23 |
| 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-17 | auto merge of #8544 : dim-an/rust/fix-match-pipes, r=pcwalton | bors | -0/+68 |
| 2013-08-17 | auto merge of #8554 : michaelwoerister/rust/generics, r=brson | bors | -11/+1880 |
| 2013-08-17 | Fix segfault when calling tuple struct constructor as extern fn | Andreas Martens | -0/+19 |
| 2013-08-18 | fix for #8088 (Cannot name a struct field `new` due to ancient syntax) | Do Nhat Minh | -2/+8 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -581/+701 |
| 2013-08-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -5/+25 |
| 2013-08-16 | Implement `{:s}` for ~str and @str as well | Alex Crichton | -0/+2 |
| 2013-08-16 | Remove obsolete error message regarding do-blocks with internal iters | Kevin Ballard | -41/+0 |
| 2013-08-16 | debuginfo: Added test cases for static struct and enum methods. | Michael Woerister | -0/+134 |
| 2013-08-16 | debuginfo: Test cases for [generic][default][static] methods and functions: | Michael Woerister | -1/+635 |
| 2013-08-16 | debuginfo: Add test case for issue #8513. | Michael Woerister | -0/+20 |
| 2013-08-16 | debuginfo: Implemented support for Self type parameter in trait methods with ... | Michael Woerister | -0/+141 |
| 2013-08-16 | debuginfo: Added test cases for methods on structs, enums, traits, and tuple-... | Michael Woerister | -0/+663 |
| 2013-08-16 | debuginfo: Added test cases for generic structs and enums. | Michael Woerister | -1/+198 |
| 2013-08-16 | debuginfo: Properly handle monomorphization of generic functions. | Michael Woerister | -1/+16 |
| 2013-08-16 | debuginfo: Generate template type parameters for generic functions. | Michael Woerister | -0/+48 |
| 2013-08-16 | debuginfo: Fixed option-like-enum test case so it does not rely on undefined ... | Michael Woerister | -11/+28 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -22/+22 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -1/+51 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -3/+3 |
| 2013-08-15 | auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brson | bors | -0/+44 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -2/+2 |