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