Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ConcurrentHashMap. | Cameron Zwarich | 2014-05-29 | 1 | -518/+0 |
| | | | | | ConcurrentHashMap is unused and has a lot of uses of transmute_mut, so it's best to remove it. | ||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -6/+6 |
| | |||||
* | Use Vec in concurrentmap.rs. | Ms2ger | 2014-05-06 | 1 | -37/+36 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -13/+13 |
| | | | | | | 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. | ||||
* | Fix tests. | Josh Matthews | 2014-04-04 | 1 | -1/+2 |
| | |||||
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -6/+6 |
| | |||||
* | Rust upgrade for new master rebase | Lars Bergstrom | 2014-03-18 | 1 | -2/+2 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -23/+24 |
| | |||||
* | util: Implement a Doug Lea-style concurrent hash table. | Patrick Walton | 2014-01-30 | 1 | -0/+517 |
This will be used for leaf sets and interned strings. |