aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/workqueue.rs
Commit message (Collapse)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
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* 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
| | | | This reverts commit f1394e3ffcd5ce97f307a38237ca05b1808ad71f.
* 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
infrastructure. The work queue accepts abstract generic "work units", which in this case are layout operations. The same speedups have been observed.