summary refs log tree commit diff
path: root/src/libstd/cell.rs
AgeCommit message (Expand)AuthorLines
2012-08-16libstd: Add a function to borrow a cellPatrick Walton-1/+8
2012-08-12std: Add tests for cell. Fix a logic errorBrian Anderson-4/+32
2012-08-12std: Add cell to the std crate and make it buildBrian Anderson-4/+3
2012-08-09libstd: Implement cells as a nicer replacement for the option dancePatrick Walton-0/+42