about summary refs log tree commit diff
path: root/src/test/stdtest/four.rs
AgeCommit message (Collapse)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+2
2011-11-21stdlib: added (2,3,4)-valued logic ADTsStefan Plantikow-0/+149
This is useful for writing caches and perhaps in typestate predicates. It also adds a companion module for bool with from_str, to_str, ... fns.