| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix clippy lints. | Brian Cully | 2019-09-09 | 1 | -3/+2 |
| * | Remove calls to mem::transumte. | Brian Cully | 2019-09-09 | 1 | -41/+23 |
| * | Remove `Sync` marker for Reader/Writer.v0.3.0 | Brian Cully | 2019-09-02 | 3 | -4/+8 |
| * | Ignore target directory. | Brian Cully | 2019-08-15 | 1 | -1/+1 |
| * | Fix travis-ci badge. | Brian Cully | 2019-08-14 | 1 | -1/+1 |
| * | Finish documentation sentence for `unshift_from`. | Brian Cully | 2019-08-14 | 1 | -1/+1 |
| * | Version bump to 0.2.v0.2.0 | Brian Cully | 2019-08-14 | 1 | -1/+1 |
| * | Add changelog. | Brian Cully | 2019-08-14 | 1 | -0/+8 |
| * | Add badges to README. | Brian Cully | 2019-08-14 | 1 | -2/+6 |
| * | Remove un-needed feature gate. | Brian Cully | 2019-08-14 | 2 | -7/+8 |
| * | Use rust nightly. | Brian Cully | 2019-08-14 | 1 | -0/+2 |
| * | Add travis CI stuff. | Brian Cully | 2019-08-14 | 1 | -0/+1 |
| * | Relax ordering and use fences where necessary. | Brian Cully | 2019-08-14 | 1 | -15/+29 |
| * | Remove `Copy` requirement for most methods. | Brian Cully | 2019-08-14 | 1 | -23/+54 |
| * | API Change: Don't require default value for RingBuffer::new(). | Brian Cully | 2019-08-14 | 1 | -22/+31 |
| * | Add Writer::unshift_from for batch copying data in. | Brian Cully | 2019-08-13 | 1 | -0/+52 |
| * | Add Reader::shift_into function for batch copying. | Brian Cully | 2019-08-13 | 1 | -3/+67 |
| * | Version bump to 0.1.1.v0.1.1 | Brian Cully | 2019-08-13 | 1 | -1/+1 |
| * | Documentation. | Brian Cully | 2019-08-13 | 1 | -0/+19 |
| * | Add iterator implementation. | Brian Cully | 2019-08-13 | 1 | -4/+28 |
| * | Use get_unchecked for backing array access. | Brian Cully | 2019-08-13 | 1 | -4/+8 |
| * | Initial commit.v0.1.0 | Brian Cully | 2019-08-04 | 6 | -0/+1076 |
