0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2025 — Jul 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
a broken WIP to illustrate an issue with function calling between impls More... over 13 years ago
fix broken unit test case More... over 13 years ago
Merge pull request #1 from nikomatsakis/master More... over 13 years ago
Correct borrowing errors. More... over 13 years ago
moving to use explicit lifetimes More... over 13 years ago
commenting out some trouble modules More... over 13 years ago
fixing tests More... over 13 years ago
removing borrowed pointers. More... over 13 years ago
thanks to tim chevalier for pointing out a new call syntax for slots More... over 13 years ago
commenting out lzc while I understand what's up with imports More... over 13 years ago
moving non-trait functions into an anonymous trait More... over 13 years ago
using self-types as per 0.5 More... over 13 years ago
huet zippers for lists More... over 13 years ago
killing the @box in the trait and copying the value into and out of the underlying Map More... over 13 years ago
make the anonymous trait private More... over 13 years ago
moving private methods into anonymous trait More... over 13 years ago
remove traverse, implement BaseIter instead More... over 13 years ago
simplify our Red-Black tree into a Left-Leaning Red-Black tree More... over 13 years ago
added test for both sides of tree More... over 13 years ago
renaming Map to PersistentMap, indenting properly More... over 13 years ago
pure rust implementation of lzcount More... over 13 years ago
fixing the name of the function in the comment More... over 13 years ago
turned inner lets into consts More... over 13 years ago
removing an unused function More... over 13 years ago
added in-order traversal and a test More... over 13 years ago
fnv1a in rust More... over 13 years ago
pure rust implementation of the CTPOP population count instruction More... over 13 years ago
small cleanup More... over 13 years ago
spell interleave correctly. add check that deleting the last item results in an empty heap More... over 13 years ago
a purely functional red-black tree More... over 13 years ago