summary refs log tree commit diff
path: root/src/libextra/btree.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree.Nif Ward-115/+256
2013-12-17Don't allow impls to force public typesAlex Crichton-1/+1
2013-12-08Remove dead codesKiet Tran-81/+84
2013-11-28Register new snapshotsAlex Crichton-3/+3
2013-11-08Added proper //! documentation to the beginning of btree.rs.niftynif-2/+3
2013-11-07Addressed style concerns in btree.rs and added it to the lib file.niftynif-60/+124
2013-11-05Re-arranging some things in btree.rs to accommodate testing.niftynif-107/+119
2013-11-04Added skeleton implementation of a B-tree with a few bells andniftynif-0/+372