aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/lib-sha1.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-8/+8
* Reuse a single work buffer every time the SHA1 message block is processed.Brian Anderson2011-05-111-6/+4
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-8/+8
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-2/+2
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-2/+2
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-2/+2
* 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
* Implement sha-1 in standard library. Closes #228Brian Anderson2011-02-211-0/+115