| Age | Commit message (Expand) | Author | Lines |
| 2013-08-20 | auto merge of #8519 : msullivan/rust/objects, r=catamorphism | bors | -168/+213 |
| 2013-08-20 | auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson | bors | -9/+22 |
| 2013-08-20 | Fix LLVM compilation issues and use the new attrs | Alex Crichton | -9/+22 |
| 2013-08-20 | add line break post dbaupp review. | Felix S. Klock II | -1/+2 |
| 2013-08-20 | remove trailing whitespace to placate make tidy. | Felix S. Klock II | -1/+1 |
| 2013-08-20 | Port lint.rs from oldvisit to <V:Visit> trait API. Less mechanical port. | Felix S. Klock II | -182/+430 |
| 2013-08-19 | auto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar-defaults-step4, r=nmatsakis | bors | -181/+264 |
| 2013-08-19 | Make supertrait methods callable on object types. | Michael Sullivan | -168/+213 |
| 2013-08-19 | auto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar-defaults-step3, r=nmatsakis | bors | -316/+405 |
| 2013-08-19 | auto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar-defaults-step2, r=graydo... | bors | -446/+602 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -23/+72 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -1543/+1663 |
| 2013-08-18 | auto merge of #8556 : sfackler/rust/quote, r=alexcrichton | bors | -9/+9 |
| 2013-08-18 | auto merge of #8561 : kballard/rust/do-block-internal-err-msg, r=thestinger | bors | -9/+1 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -9/+9 |
| 2013-08-17 | auto merge of #8544 : dim-an/rust/fix-match-pipes, r=pcwalton | bors | -20/+26 |
| 2013-08-17 | auto merge of #8554 : michaelwoerister/rust/generics, r=brson | bors | -89/+309 |
| 2013-08-17 | auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brson | bors | -62/+44 |
| 2013-08-17 | Fix warnings in librustc and libsyntax | Erick Tryzelaar | -2/+2 |
| 2013-08-16 | Remove obsolete error message regarding do-blocks with internal iters | Kevin Ballard | -9/+1 |
| 2013-08-16 | debuginfo: Test cases for [generic][default][static] methods and functions: | Michael Woerister | -2/+0 |
| 2013-08-16 | debuginfo: Support for combinations of Self type and type parameters. | Michael Woerister | -133/+81 |
| 2013-08-16 | debuginfo: Implemented support for Self type parameter in trait methods with ... | Michael Woerister | -45/+125 |
| 2013-08-16 | debuginfo: Added support for self parameter in methods. | Michael Woerister | -12/+70 |
| 2013-08-16 | debuginfo: Fixed crash occuring for parameterless closures. | Michael Woerister | -6/+5 |
| 2013-08-16 | debuginfo: Added test cases for generic structs and enums. | Michael Woerister | -5/+7 |
| 2013-08-16 | debuginfo: Properly handle monomorphization of generic functions. | Michael Woerister | -86/+142 |
| 2013-08-16 | debuginfo: Generate template type parameters for generic functions. | Michael Woerister | -9/+88 |
| 2013-08-16 | Remove the annihilate lang item | Brian Anderson | -62/+44 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -62/+62 |
| 2013-08-16 | auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphism | bors | -7/+9 |
| 2013-08-16 | Pointers to bound variables are stored after all patterns are matched. | Dmitry Ermolov | -13/+23 |
| 2013-08-16 | Cleanup: remove useless parameter | Dmitry Ermolov | -7/+3 |
| 2013-08-15 | auto merge of #8527 : pnkfelix/rust/fsk-visitor-vpar-defaults-step1, r=nikoma... | bors | -58/+91 |
| 2013-08-15 | auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphism | bors | -1/+18 |
| 2013-08-15 | Remove inappropriate .to_c_str() in C_cstr() | Kevin Ballard | -4/+4 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -59/+59 |
| 2013-08-15 | auto merge of #8483 : luqmana/rust/rexprs, r=catamorphism | bors | -0/+21 |
| 2013-08-15 | Port check_loans.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -34/+49 |
| 2013-08-15 | Port regionck from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -39/+45 |
| 2013-08-15 | ported lang_items from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -15/+26 |
| 2013-08-15 | Port kind.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -23/+41 |
| 2013-08-15 | Port freevars.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -37/+61 |
| 2013-08-15 | Port entry.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -9/+14 |
| 2013-08-15 | Ported coherence.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -63/+73 |
| 2013-08-15 | Ported typeck/check/mod.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -82/+87 |
| 2013-08-15 | port type_use.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -20/+32 |
| 2013-08-15 | port callee.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -11/+20 |
| 2013-08-15 | Ported typeck::collect from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -8/+18 |
| 2013-08-15 | Ported liveness.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -52/+68 |