aboutsummaryrefslogtreecommitdiff
path: root/src/lib/bitv.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-0/+222
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-222/+0
* Remove 'deprecated mutable...' from our codeMarijn Haverbeke2011-05-051-6/+6
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-5/+5
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-5/+5
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-5/+5
* Remove effect system from src.Graydon Hoare2011-04-191-8/+8
* Further work on typestate. Handles expr_rec and expr_assign now.Tim Chevalier2011-04-121-3/+12
* Implemented computing prestates and poststates for a few expression forms.Tim Chevalier2011-04-081-0/+15
* Continued sketching out code for checking states against preconditions.Tim Chevalier2011-04-061-0/+22
* Add "mutable?" to _vec in the standard library; fix callersPatrick Walton2011-03-181-1/+1
* Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...Graydon Hoare2011-03-091-4/+0
* Add a check for binding an alias. Good thing, as we had two instances in our ...Graydon Hoare2010-11-081-1/+1
* Split out stratum-checking pass, implement more-strict (overly aggressive) im...Graydon Hoare2010-11-021-9/+9
* eliminated bitv.test, which now lives in test/run-passDave Herman2010-10-211-283/+0
* line length police; moved comp.util.bits to std.bitvDave Herman2010-10-211-0/+463