summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-21/+0
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-15/+14
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-1803/+1803
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1804/+1804
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-0/+39
2013-03-29std: remove prettyprintErick Tryzelaar-21/+0
2013-03-29auto merge of #5620 : catamorphism/rust/issue-4325, r=catamorphismbors-0/+25
2013-03-28testsuite: Add test case for #4325Tim Chevalier-0/+25
2013-03-28testsuite: Add test for #4333Tim Chevalier-0/+14
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-24/+0
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-0/+23
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-0/+3
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-0/+23
2013-03-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-2/+57
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-2/+0
2013-03-27another pub fn for check-fastGraydon Hoare-1/+1
2013-03-27testsuite: more `pub fn main`Tim Chevalier-26/+126
2013-03-27Oh, cool, I xfailed the wrong test, neatTim Chevalier-0/+1
2013-03-27testsuite: Add various test casesTim Chevalier-0/+270
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-2/+57
2013-03-27test: xfail-pretty one of the run-pass tests. rs=burningtreePatrick Walton-0/+2
2013-03-27syntax: Fix parsing global generics (Closes #5572)Erick Tryzelaar-0/+3
2013-03-26test: Fix testsPatrick Walton-6/+6
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-0/+11
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-124/+71
2013-03-26librustc: Fix bug with newtype structs containing dtorsPatrick Walton-0/+17
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-20/+20
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-100/+2
2013-03-26option: rm functions that duplicate methodsDaniel Micay-12/+12
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-54/+39
2013-03-26auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphismbors-2/+2
2013-03-26Stop writing directly to the final type/method/vtable sidetables from astconvNiko Matsakis-0/+21
2013-03-26Fixed all use sites and testsMarvin Löbel-2/+2
2013-03-25auto merge of #5528 : thestinger/rust/find_mut, r=brsonbors-0/+2
2013-03-25Expand on cleanups in trans for expr_repeat and add to tests.Luqman Aden-0/+7
2013-03-24expose find_mut in the Map traitDaniel Micay-0/+2
2013-03-22test: Add lifetime binders and new-style lifetime parameters to the test suitePatrick Walton-12/+12
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-121/+120
2013-03-22auto merge of #5488 : pcwalton/rust/depure, r=pcwaltonbors-138/+133
2013-03-22test: Remove `pure` from the test suitePatrick Walton-117/+112
2013-03-22auto merge of #5483 : pcwalton/rust/static-syntax, r=graydonbors-7/+7
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-33/+33
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-26/+26
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-18/+58
2013-03-21librustc: Replace the `&static` bound with `'static`Patrick Walton-7/+7
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-18/+58
2013-03-21auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclementsbors-0/+10
2013-03-21auto merge of #5464 : luqmana/rust/const-pat, r=pcwaltonbors-0/+22
2013-03-21test: XFAIL test issue-4120 due to Valgrind complaints.Patrick Walton-0/+4
2013-03-21Test for cross-crate const in match pattern.Luqman Aden-0/+22