aboutsummaryrefslogtreecommitdiffstats
path: root/src/register.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor file/module namesBryan Newbold2017-10-261-556/+0
| | | | | | | | I had some early confusion around whether SLEEP refered to individual files or the collection of files making a register (it seems to mean the whole register). Will probably need to refactor again.
* secret key read/write for SLEEP registerBryan Newbold2017-10-261-18/+49
|
* implement trivial dense (not sparse) has() on registerBryan Newbold2017-10-261-7/+18
|
* small lint cleanupsBryan Newbold2017-10-261-1/+0
|
* fix append() bug in register codeBryan Newbold2017-10-261-4/+3
|
* lint fixes/workaroundsBryan Newbold2017-10-201-2/+2
|
* completed append, though something brokenBryan Newbold2017-10-181-19/+91
|
* refactor modules/filesBryan Newbold2017-10-181-0/+444