aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove un-needed feature gate.Brian Cully2019-08-141-7/+6
* Relax ordering and use fences where necessary.Brian Cully2019-08-141-15/+29
* Remove `Copy` requirement for most methods.Brian Cully2019-08-141-23/+54
* API Change: Don't require default value for RingBuffer::new().Brian Cully2019-08-141-22/+31
* Add Writer::unshift_from for batch copying data in.Brian Cully2019-08-131-0/+52
* Add Reader::shift_into function for batch copying.Brian Cully2019-08-131-3/+67
* Documentation.Brian Cully2019-08-131-0/+19
* Add iterator implementation.Brian Cully2019-08-131-4/+28
* Use get_unchecked for backing array access.Brian Cully2019-08-131-4/+8
* Initial commit.v0.1.0Brian Cully2019-08-041-0/+221