summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-07-23Add simple link_section test to exercise itKevin Murphy-0/+34
2013-07-23test/run-fail: Un-xfail a test, make some other xfailed ones compile (they st...Huon Wilson-9/+10
2013-07-22Add a test for #5844 (a closed issue now)Alex Crichton-0/+34
2013-07-22extra: Remove uv, net, timer codeBrian Anderson-3/+5
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-9/+9
2013-07-22auto merge of #7926 : brson/rust/issue-4116, r=graydonbors-4/+57
2013-07-21Merge pull request #7936 from thestinger/cleanupDaniel Micay-9/+0
2013-07-21syntax: Bless mod.rs. #4116Brian Anderson-4/+57
2013-07-21auto merge of #7923 : alexcrichton/rust/add-tests, r=graydonbors-0/+48
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-113/+113
2013-07-20rm obsolete no-op lintsDaniel Micay-9/+0
2013-07-20auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brsonbors-59/+46
2013-07-20auto merge of #7710 : michaelwoerister/rust/WP4, r=jdmbors-117/+1564
2013-07-20auto merge of #7886 : msullivan/rust/default-methods, r=pcwaltonbors-0/+42
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-78/+60
2013-07-20debuginfo: Removed some test relying on data structure sizes hard to predict ...Michael Woerister-19/+23
2013-07-19Add tests for issues which can be closedAlex Crichton-0/+48
2013-07-19auto merge of #7863 : catamorphism/rust/issue-5883, r=catamorphismbors-0/+43
2013-07-19debuginfo: Implemented trait_method branch in create_function_metadata().Michael Woerister-0/+27
2013-07-19debuginfo: Adapted DI generation to new memory layout of unique vecs.Michael Woerister-2/+39
2013-07-19debuginfo: Cleaned up style issues for pull request.Michael Woerister-96/+124
2013-07-19debuginfo: Added support for Option<T>-like enums.Michael Woerister-0/+69
2013-07-19debuginfo: Fixed unique pointers to data containing managed pointers.Michael Woerister-0/+45
2013-07-19debuginfo: DI generation for enums uses adt::represent_type() now.Michael Woerister-6/+6
2013-07-19debuginfo: Extended test suite with various tests for enums.Michael Woerister-0/+343
2013-07-19debuginfo: Fixes related to changed memory layout of unique allocationsMichael Woerister-4/+4
2013-07-19debuginfo: Added support for struct-style enums.Michael Woerister-8/+107
2013-07-19debuginfo: Better support for univariant tuple-style enums.Michael Woerister-3/+13
2013-07-19debuginfo: Support for tuple-style enums (WIP)Michael Woerister-2/+81
2013-07-19debuginfo: Added support for c-style enums.Michael Woerister-4/+220
2013-07-19debuginfo: Added test cases for packed structs (/w drop)Michael Woerister-0/+356
2013-07-19debuginfo: Refactoring of composite type info generation done.Michael Woerister-0/+34
2013-07-19debuginfo: Refactored vec slice code to use the new infrastructure. Added tes...Michael Woerister-14/+74
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-9/+65
2013-07-18librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.Patrick Walton-59/+46
2013-07-18Export information about used default methods instead of regenerating it. Clo...Michael Sullivan-0/+42
2013-07-18auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichtonbors-3/+3
2013-07-18auto merge of #7842 : thestinger/rust/closure, r=huonwbors-9/+0
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-3/+3
2013-07-18auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblumbors-1/+18
2013-07-17testsuite: Test for #6153, closes #6153Tim Chevalier-0/+20
2013-07-17testsuite: Add compile-fail test for #5883Tim Chevalier-0/+23
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-1/+1
2013-07-17test: Fix tests.Patrick Walton-113/+4
2013-07-17test: Fix tests.Patrick Walton-38/+28
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-158/+104
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-283/+283
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-15/+13