Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -291/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -7/+5 |
| | |||||
* | Fix or selectively silence warnings in src/components. | Simon Sapin | 2014-07-08 | 1 | -3/+0 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -3/+3 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -4/+3 |
| | |||||
* | Make the workqueue's type parameter names less terrible | Brendan Zabarauskas | 2014-05-28 | 1 | -35/+34 |
| | |||||
* | Make some scary things in the workqueue module private | Brendan Zabarauskas | 2014-05-28 | 1 | -5/+5 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -4/+3 |
| | |||||
* | Use Vec in workqueue.rs. | Ms2ger | 2014-05-06 | 1 | -9/+9 |
| | |||||
* | Fix some private type export warnings | Manish Goregaokar | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -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. | Ms2ger | 2014-04-04 | 1 | -8/+8 |
| | |||||
* | Set a name for WorkQueue tasks (fixes #1830) | Matt Brubeck | 2014-03-25 | 1 | -2/+5 |
| | |||||
* | Revert "Set a name for WorkQueue tasks (fixes #1830)" | Josh Matthews | 2014-03-22 | 1 | -3/+3 |
| | | | | This reverts commit f1394e3ffcd5ce97f307a38237ca05b1808ad71f. | ||||
* | Set a name for WorkQueue tasks (fixes #1830) | Matt Brubeck | 2014-03-21 | 1 | -3/+3 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -8/+9 |
| | |||||
* | layout: Port parallel layout over to a generic "work queue" | Patrick Walton | 2014-01-24 | 1 | -0/+295 |
infrastructure. The work queue accepts abstract generic "work units", which in this case are layout operations. The same speedups have been observed. |