about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-05-13Make module indices hold a list of itemsMarijn Haverbeke-0/+13
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-491/+491
2011-05-11Reuse a single work buffer every time the SHA1 message block is processed.Brian Anderson-6/+4
2011-05-11Introduce str_slice runtime functionBrian Anderson-0/+34
2011-05-10Un-XFAIL syntax-extension-fmt.rsBrian Anderson-3/+0
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-438/+438
2011-05-05Add quick sort function to the std lib.Kelly Wilson-0/+62
2011-05-05Test cases for pred / check stuffTim Chevalier-3/+12
2011-05-05Remove 'deprecated mutable...' from our codeMarijn Haverbeke-5/+5
2011-05-05Return a fresh, unreachable context after ret, break, and contMarijn Haverbeke-4/+0
2011-05-04extend xfail-stage0 to stage1, stage2 on obj-dtor-2.rsGraydon Hoare-1/+3
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+118
2011-05-02Add some tests of tag-export interactionBrian Anderson-0/+31
2011-05-02Revert "Use check instead of assert in export-unexported-dep"Brian Anderson-1/+1
2011-05-02rustc: Remove the artificial block in ty.rs. Fixes self-hosting. Add a test c...Patrick Walton-0/+12
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-688/+688
2011-05-02Use check instead of assert in export-unexported-depBrian Anderson-1/+1
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-688/+688
2011-05-02Add a regression test that exports can expose unexported itemsBrian Anderson-0/+24
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-688/+688
2011-05-01Implement simple module exportBrian Anderson-0/+37
2011-05-01Fix expr-alt-generic-box2.rs and un-XFAILBrian Anderson-2/+1
2011-05-01Un-XFAIL various tests in stage0Brian Anderson-2/+0
2011-04-29Re-XFAIL lib-io.rs, not quite working yet.Graydon Hoare-0/+1
2011-04-29Un-XFAIL most library tests.Graydon Hoare-18/+0
2011-04-28rustc: Fix vec append glue for strings. Add a test case.Patrick Walton-0/+14
2011-04-28rustc: Add some value names to the vec append glue function. Un-XFAIL vec-gro...Patrick Walton-2/+0
2011-04-28test: Add a test case for vec growthPatrick Walton-0/+15
2011-04-28Consider unop deref as an lval. Un-XFAIL vec-push.Graydon Hoare-3/+1
2011-04-28rustc: Add a testcase for vector push (mutable aliases with *, really)Patrick Walton-0/+11
2011-04-28Change vec-ref-count to handle 1 or 2, so long as non-leaky and non-creeping....Graydon Hoare-4/+5
2011-04-28test: Add a test for vector reference counts, XFAIL'd in rustcPatrick Walton-0/+11
2011-04-28Fix some nested patterns in rustcTim Chevalier-0/+29
2011-04-28Fix bug in handling of expr_alt (postcond for alts was being intersected with...Tim Chevalier-0/+34
2011-04-28Further work on typestate_checkTim Chevalier-0/+42
2011-04-26Fix the interaction between various flags in #fmtBrian Anderson-2/+17
2011-04-26Support octal #fmt conversionsBrian Anderson-0/+11
2011-04-26Make #fmt char conversions behave like printfBrian Anderson-2/+5
2011-04-23Fix busted iter/put code. Un-XFAIL foreach-box-drop.rs.Graydon Hoare-2/+0
2011-04-22New minimal test for current stage2 blocker.Graydon Hoare-0/+17
2011-04-21test: Un-XFAIL drop-parametric-closure-with-bound-box.rs, oops.Patrick Walton-2/+0
2011-04-21test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading...Patrick Walton-0/+4
2011-04-21stdlib: Add a pointer equality function to the standard library and a test casePatrick Walton-0/+12
2011-04-20Fix #335, log context needs to be a scope to capture cleanups.Graydon Hoare-0/+6
2011-04-19Add testcase for bootstrap blocker and fix for each result type to nil.Graydon Hoare-0/+22
2011-04-19Un-XFAIL a few recently passing tests.Graydon Hoare-8/+0
2011-04-19rustc: Make structured comparison glue instead of emitting it inlinePatrick Walton-1/+10
2011-04-19Remove effect system from src.Graydon Hoare-94/+94
2011-04-18Precision overrides 0-padding in #fmtBrian Anderson-1/+11
2011-04-18Left-justification overrides 0-padding in #fmtBrian Anderson-1/+11