aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-sort.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-2/+2
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-2/+2
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-1/+1
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-1/+1
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-1/+1
* Un-XFAIL most library tests.Graydon Hoare2011-04-291-1/+0
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
* Add std.sort, with a simple mergesort.Graydon Hoare2010-12-211-0/+50