| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix parking_lot::{Mutex, RwLock} re-exports | Zeyla Hellyer | 2017-11-09 | 1 | -2/+5 |
| | | | | | | | | | Fix the re-exports for `parking_lot::{Mutex, RwLock}` no longer functioning due to the conditional compilation gate removal (`parking_lot` is now always compiled). Tests have been updated to ensure the functionality of these re-exports. | ||||
| * | rustfmt | acdenisSK | 2017-07-27 | 1 | -1/+1 |
| | | |||||
| * | Fix doc tests | acdenisSK | 2017-07-02 | 1 | -0/+1 |
| | | |||||
| * | Fix no-feature tests | Zeyla Hellyer | 2017-06-24 | 1 | -1/+4 |
| | | |||||
| * | Add an initial tiny test suite to get Travis going | Austin Hellyer | 2016-11-27 | 1 | -0/+4 |