aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/deque
Commit message (Collapse)AuthorAgeFilesLines
* Switch to external deque crateGreg Morenz2016-02-171-406/+0
|
* Fix issues found by rust-clippyCorey Farwell2015-10-121-6/+6
|
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+2
|
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-231-1/+1
|
* sort all usesJohann Tuffe2015-08-201-3/+3
|
* Fix build warnings.Ms2ger2015-07-041-3/+3
|
* Auto merge of #6345 - pcwalton:workqueue-arm-optzns, r=glennwbors-servo2015-06-121-11/+10
|\ | | | | | | | | | | | | | | | | | | Improves scaling on multicore ARM devices. r? @glennw <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6345) <!-- Reviewable:end -->
| * util: Reduce memory barriers and integer divisions in the work queue.Patrick Walton2015-06-111-11/+10
| | | | | | | | Improves scaling on multicore ARM devices.
* | Audit and reduce unstable usage in scriptManish Goregaokar2015-06-101-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasons behind existing unstable features: alloc / OIBIT : For deque (which was just copied from rust's source) collections: - `[T].tail()` - `to_lowercase()` core: - `FnBox` - `intrinsics::breakpoint()` exit_status: for setting exit status path_ext: for `is_dir` and `exists()` (can be done in other ways) step_by/step_trait std_misc: - Thunk - DefaultState and other hasher stuff zero_one: `num::One`
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-5/+5
|
* Stop using the deprecated range function.Ms2ger2015-04-221-2/+2
|
* Fix overflowed arithmetic.Jack Moffitt2015-03-191-1/+1
| | | | | | This uses wrapping_add, which was always the intended operation. Fixes #5275.
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-5/+7
|
* Remove uint/int inside `components/util` (partial #4745).Alexandru Cojocaru2015-02-281-21/+21
| | | | This leaves range.rs alone.
* Fix warnings in util.Ms2ger2015-02-131-2/+0
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-6/+7
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-259/+9
|
* Fix `unnecessary `unsafe` block` warningMatthew Rasmus2015-01-081-6/+4
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+660