Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move constellation into its own crate. | Ms2ger | 2016-05-18 | 1 | -221/+0 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+0 |
* | Use num-traits in compositing. | Ms2ger | 2016-04-20 | 1 | -1/+1 |
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -3/+3 |
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -4/+3 |
* | Use thread::sleep instead of deprecated sleep_ms | James Sanders | 2015-11-29 | 1 | -1/+2 |
* | script: Make timer events e10s-safe. | Patrick Walton | 2015-11-12 | 1 | -4/+6 |
* | Use while let{} instead of loop{match{}} in TimerScheduler::run_event_loop() | Raphael Nestler | 2015-11-09 | 1 | -5/+4 |
* | Timers are scheduled by a dedicated per-constellation thread. | benshu | 2015-10-21 | 1 | -0/+221 |