about summary refs log tree commit diff
path: root/src/libstd/tri.rs
AgeCommit message (Collapse)AuthorLines
2012-04-18Remove tri.rs and four.rsMarijn Haverbeke-251/+0
Closes #1892
2012-03-13Name types after their modules instead of 't'Brian Anderson-22/+24
2012-03-09std: Convert to rustdocBrian Anderson-90/+33
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-2/+2
Issue #352 Closes #1720 The old checker would happily accept things like 'alt x { @some(a) { a } }'. It now properly descends into patterns, checks exhaustiveness of booleans, and complains when number/string patterns aren't exhaustive.
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+118
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+188