aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/workqueue.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-291/+0
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
* Upgrade Rust.Jack Moffitt2014-08-021-7/+5
* Fix or selectively silence warnings in src/components.Simon Sapin2014-07-081-3/+0
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-3/+3
* Upgrade Rust.Jack Moffitt2014-06-051-4/+3
* Make the workqueue's type parameter names less terribleBrendan Zabarauskas2014-05-281-35/+34
* Make some scary things in the workqueue module privateBrendan Zabarauskas2014-05-281-5/+5
* Update Rust.Ms2ger2014-05-221-4/+3
* Use Vec in workqueue.rs.Ms2ger2014-05-061-9/+9
* Fix some private type export warningsManish Goregaokar2014-05-031-2/+2
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-9/+9
* Upgrade rust.Ms2ger2014-04-041-8/+8
* Set a name for WorkQueue tasks (fixes #1830)Matt Brubeck2014-03-251-2/+5
* Revert "Set a name for WorkQueue tasks (fixes #1830)"Josh Matthews2014-03-221-3/+3
* Set a name for WorkQueue tasks (fixes #1830)Matt Brubeck2014-03-211-3/+3
* Rust upgradesLars Bergstrom2014-03-181-8/+9
* layout: Port parallel layout over to a generic "work queue"Patrick Walton2014-01-241-0/+295