summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from s...Patrick Walton-8/+8
2013-05-28Reconcile docs and code, adding examples and adding RESTR_CLAIMNiko Matsakis-0/+77
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-29/+96
2013-05-28auto merge of #6707 : catamorphism/rust/issue-5543, r=catamorphismbors-0/+102
2013-05-28testsuite: Add main function to issue-5554 testTim Chevalier-2/+1
2013-05-28auto merge of #6773 : lkuper/rust/alt-to-match, r=thestingerbors-0/+0
2013-05-27testsuite: Update core to stdTim Chevalier-3/+3
2013-05-27testsuite: Test cases, one xfailed, one notTim Chevalier-0/+58
2013-05-27testsuite: Add working test for #5550Tim Chevalier-0/+15
2013-05-27testsuite: Add passing test for #4735Tim Chevalier-0/+30
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-0/+0
2013-05-27Add xfail'd test for #6762.Lindsey Kuper-0/+24
2013-05-27Refactor core::run in order to address many of the issuesgareth-5/+6
2013-05-25auto merge of #6722 : alexcrichton/rust/issue-4219-no-merge-hack, r=brsonbors-51/+0
2013-05-24auto merge of #6726 : alexcrichton/rust/filter-blocks, r=z0w0bors-0/+15
2013-05-24Actually filter view_items in blocksAlex Crichton-0/+15
2013-05-24Remove the get functionOlivier Saut-13/+13
2013-05-24Remove the #[merge] hack from the parserAlex Crichton-51/+0
2013-05-23rustc: Check for null before dropping ~objects. #5192Brian Anderson-0/+24
2013-05-22libsyntax: Fix more merge fallout.Patrick Walton-2/+2
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-31/+15
2013-05-22test: Update tests to use the new syntax.Patrick Walton-565/+565
2013-05-22librustc: Rename core injection to std injectionPatrick Walton-3/+3
2013-05-22librustc: Fix privacy checking for cross-crate variantsPatrick Walton-0/+14
2013-05-22test: Fix tests.Patrick Walton-42/+55
2013-05-22librustc: Disallow `use` from reaching into impls or traits.Patrick Walton-0/+39
2013-05-22auto merge of #6669 : yjh0502/rust/fix_6209, r=graydonbors-0/+13
2013-05-22auto merge of #6686 : cmr/rust/fix-6596, r=catamorphismbors-0/+9
2013-05-22Add testCorey Richardson-0/+9
2013-05-22testsuite: Make main fn publicTim Chevalier-1/+1
2013-05-22testsuite: Add passing test for #4107Tim Chevalier-0/+33
2013-05-22auto merge of #6672 : yjh0502/rust/fix_6342, r=graydonbors-0/+17
2013-05-22Implement static_assert attributeCorey Richardson-0/+23
2013-05-22Fix #6342Jihyun Yu-0/+17
2013-05-22fix issue #6209Jihyun Yu-0/+13
2013-05-21auto merge of #6665 : catamorphism/rust/issue-5741, r=nikomatsakisbors-0/+14
2013-05-21auto merge of #6664 : catamorphism/rust/issue-3796, r=catamorphismbors-1/+36
2013-05-21rustc: Don't generate code for unreachable expressionsTim Chevalier-0/+14
2013-05-21testsuite: Add xfailed test casesTim Chevalier-0/+35
2013-05-21testsuite: Update test for #2478. Still xfailedTim Chevalier-1/+1
2013-05-21testsuite: Test for #4780Tim Chevalier-0/+14
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-2/+2
2013-05-21auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydonbors-0/+29
2013-05-20auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydonbors-2/+2
2013-05-20auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydonbors-0/+115
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-20detect unused attrs in one more place, allow parsing to continue for allJohn Clements-4/+4
2013-05-20Correctly track the source of imports with the same nameAlex Crichton-0/+29
2013-05-19Test fixes, use LLVMConstFCmp in ConstFCmpCorey Richardson-6/+6
2013-05-19Implement unimplemented const binopsCorey Richardson-0/+116