about summary refs log tree commit diff
path: root/src/libstd/four.rs
AgeCommit message (Collapse)AuthorLines
2012-04-18Remove tri.rs and four.rsMarijn Haverbeke-307/+0
Closes #1892
2012-03-13Name types after their modules instead of 't'Brian Anderson-25/+27
2012-03-09std: Convert to rustdocBrian Anderson-125/+51
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-3/+3
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/+150
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+229