0
I Use This!
Inactive

Commits : Listings

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