about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-07-19debuginfo: Better support for univariant tuple-style enums.Michael Woerister-7/+26
2013-07-19debuginfo: Support for tuple-style enums (WIP)Michael Woerister-90/+261
2013-07-19debuginfo: Added support for c-style enums.Michael Woerister-37/+361
2013-07-19debuginfo: Added test cases for packed structs (/w drop)Michael Woerister-0/+356
2013-07-19debuginfo: Replaced vec::mapi with iterator version.Michael Woerister-32/+11
2013-07-19debuginfo: Refactoring of composite type info generation done.Michael Woerister-228/+153
2013-07-19debuginfo: Refactored vec slice code to use the new infrastructure. Added tes...Michael Woerister-72/+134
2013-07-19debuginfo: Removed some misleading comments from test cases.Michael Woerister-17/+1
2013-07-19debuginfo: Renamed *reference-to-* test cases to *borrowed-*Michael Woerister-0/+0
2013-07-19debuginfo: Began refactoring of composite type handling.Michael Woerister-47/+293
2013-07-18auto merge of #7859 : kmcallister/rust/rt-diag-messages, r=pcwaltonbors-7/+18
2013-07-18auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichtonbors-36/+33
2013-07-18auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwaltonbors-28/+1
2013-07-18rustpkg: Make rustpkg commands work without a package IDTim Chevalier-70/+210
2013-07-18auto merge of #7854 : brson/rust/rt-test-threads, r=pcwaltonbors-1/+1
2013-07-18librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.Patrick Walton-81/+84
2013-07-18auto merge of #7847 : alexcrichton/rust/verbose-submodule, r=pnkfelixbors-6/+6
2013-07-18Export information about used default methods instead of regenerating it. Clo...Michael Sullivan-20/+82
2013-07-18Refactor a handful of stuff in the metadata encoder.Michael Sullivan-125/+87
2013-07-18Add provided method information to ty::Method. Get rid of ProvidedMethodSource.Michael Sullivan-95/+77
2013-07-18Get rid of resolve::MethodInfo. Closes #4946.Michael Sullivan-84/+44
2013-07-18Refactor some coherence/method trans code, add an impls map to tcx.Michael Sullivan-213/+70
2013-07-18Start of data structure cleanup for trait system. Get rid of CoherenceInfo, m...Michael Sullivan-105/+50
2013-07-18auto merge of #7846 : alexcrichton/rust/static-mut-dox, r=pnkfelixbors-0/+35
2013-07-18librustc: Remove `&` inside `@` from borrowck/check_loans.Patrick Walton-17/+18
2013-07-18auto merge of #7845 : gifnksm/rust/tutorial-remove-dup, r=cmrbors-11/+1
2013-07-18librustc: Remove a bunch of `@` boxes from `Match`.Patrick Walton-63/+91
2013-07-18auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichtonbors-74/+33
2013-07-18auto merge of #7842 : thestinger/rust/closure, r=huonwbors-57/+24
2013-07-18auto merge of #7840 : alexcrichton/rust/better-test-help, r=huonwbors-8/+52
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-74/+33
2013-07-18auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonwbors-0/+33
2013-07-18auto merge of #7876 : pnkfelix/rust/fsk-silence-warnings-from-bootstrap-build...bors-16/+1
2013-07-18auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblumbors-12/+26
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-16/+1
2013-07-17auto merge of #7851 : dotdash/rust/intrinsics, r=pcwaltonbors-350/+169
2013-07-18repr: add a test case for @mut inside another typeDaniel Micay-2/+2
2013-07-18fix repr of @mut vectorsDaniel Micay-6/+5
2013-07-17librustc: Remove a bunch of `@` boxes from `Match`.Patrick Walton-63/+91
2013-07-17compiletest: Remove stray copies.Patrick Walton-4/+4
2013-07-18remove non-portable sed invocation as brson says we no longer have clang in t...Felix S. Klock II-3/+0
2013-07-18Fix warnings in libstd and librusti testsblake2-ppc-10/+8
2013-07-18Fix warnings in libextra testsblake2-ppc-26/+25
2013-07-17testsuite: Test for #6153, closes #6153Tim Chevalier-0/+20
2013-07-17fix repr of unique vectors with stage0 libstdDaniel Micay-0/+9
2013-07-17testsuite: Add compile-fail test for #5883Tim Chevalier-0/+23
2013-07-17libextra: Add a stray deriving or two.Patrick Walton-1/+10
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-4/+8
2013-07-17libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...Patrick Walton-38/+44
2013-07-17test: Fix tests.Patrick Walton-153/+30