about summary refs log tree commit diff
path: root/src/test/stdtest/tri.rs
AgeCommit message (Collapse)AuthorLines
2012-01-17libstd: Move std tests into libstdBrian Anderson-119/+0
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/+117
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.