Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to external deque crate | Greg Morenz | 2016-02-17 | 1 | -406/+0 |
| | |||||
* | Fix issues found by rust-clippy | Corey Farwell | 2015-10-12 | 1 | -6/+6 |
| | |||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -4/+2 |
| | |||||
* | Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev. | Manish Goregaokar | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 |
| | |||||
* | Fix build warnings. | Ms2ger | 2015-07-04 | 1 | -3/+3 |
| | |||||
* | Auto merge of #6345 - pcwalton:workqueue-arm-optzns, r=glennw | bors-servo | 2015-06-12 | 1 | -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 Walton | 2015-06-11 | 1 | -11/+10 |
| | | | | | | | | Improves scaling on multicore ARM devices. | ||||
* | | Audit and reduce unstable usage in script | Manish Goregaokar | 2015-06-10 | 1 | -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 Sapin | 2015-05-05 | 1 | -5/+5 |
| | |||||
* | Stop using the deprecated range function. | Ms2ger | 2015-04-22 | 1 | -2/+2 |
| | |||||
* | Fix overflowed arithmetic. | Jack Moffitt | 2015-03-19 | 1 | -1/+1 |
| | | | | | | This uses wrapping_add, which was always the intended operation. Fixes #5275. | ||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -5/+7 |
| | |||||
* | Remove uint/int inside `components/util` (partial #4745). | Alexandru Cojocaru | 2015-02-28 | 1 | -21/+21 |
| | | | | This leaves range.rs alone. | ||||
* | Fix warnings in util. | Ms2ger | 2015-02-13 | 1 | -2/+0 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -6/+7 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -259/+9 |
| | |||||
* | Fix `unnecessary `unsafe` block` warning | Matthew Rasmus | 2015-01-08 | 1 | -6/+4 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -0/+660 |