| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder | |
| 2020-01-24 | Merge #295 | bors[bot] | |
| 295: docs: do not use Instant::now in #[init] r=korken89 a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2020-01-21 | docs: do not use Instant::now in #[init] | Jorge Aparicio | |
| 2019-11-18 | Fixed internal overflow on subtraiton in elapsed and duration | Per Lindgren | |
| 2019-10-15 | cyccnt::Instant: simplify the Send / Sync impl | Jorge Aparicio | |
| originally the type was made `!Send` because it loses its meaning when send from one core to another but that was an incorrect use of the `Send` bound (the send operation makes the value incorrect but that doesn't cause memory unsafety on its own). So later the type was (explicitly) made `Send` again resulting in a convoluted implementation -- this commit simplifies things. | |||
| 2019-10-15 | document the limitations of cyccnt::{Instant,Duration} | Jorge Aparicio | |
| 2019-07-11 | change Monotonic::ratio return type to Fraction | Jorge Aparicio | |
| 2019-06-24 | Monotonic trait is safe; add MultiCore trait | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
