aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Move util::range into its own crateJonathan Schuster2016-02-251-4/+0
* Auto merge of #9679 - gmorenz:deque, r=pcwaltonbors-servo2016-02-251-3/+1
|\
| * Switch to external deque crateGreg Morenz2016-02-171-3/+1
* | Move util::persistent_list to layoutTim van der Meij2016-02-201-1/+0
* | Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+0
|/
* Auto merge of #9636 - nox:mv-cursor, r=Ms2gerbors-servo2016-02-161-1/+0
|\
| * Move util::cursor to style_traitsAnthony Ramine2016-02-161-1/+0
* | Move util::bezier to styleAnthony Ramine2016-02-141-1/+0
|/
* Remove some unused dependencies from the util crate.Ms2ger2016-02-051-8/+0
* Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanutbors-servo2016-02-051-1/+0
|\
| * Upgrade to new Hasher APIRuud van Asseldonk2016-02-031-1/+0
* | Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-2/+2
|/
* Use features to prevent the util component from entraining the world in Gecko...Bobby Holley2016-01-111-2/+9
* task -> threadrohan.prinja2016-01-101-3/+3
* Use thread::sleep instead of deprecated sleep_msJames Sanders2015-11-291-0/+1
* Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanutbors-servo2015-11-281-7/+7
|\
| * Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-7/+7
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-2/+0
|/
* Auto merge of #8599 - jdm:e10s-redux, r=metajackbors-servo2015-11-201-0/+1
|\
| * compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-0/+1
* | reduce node.unique_id sizeAleksandr Likhanov2015-11-191-0/+1
|/
* Use the conversion traits from js.Ms2ger2015-11-121-0/+1
* Remove some unused code on AndroidMatt Brubeck2015-10-291-1/+1
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-0/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-8/+11
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-231-1/+0
* Issue #7390 correct the order of mod declarationHugo Thiessard2015-09-181-3/+3
* Improve printing of DisplayListsMartin Robinson2015-09-161-0/+1
* Replace catch-all experimental flag with fine-grained boolean preferences ini...Josh Matthews2015-08-281-0/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Use getopts from crates.ioSimon Sapin2015-08-071-1/+0
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-0/+4
* util: Add a multiprocess command-line option and implementPatrick Walton2015-07-311-0/+2
* Fix deprecation warningsSimon Sapin2015-07-241-1/+1
* Make the global options more resilient to unit tests running in parallel.Josh Matthews2015-07-211-0/+2
* layout: Make the `LayoutControlChan` use IPC.Patrick Walton2015-07-141-0/+4
* Remove string_cache dependency from util.Matt Brubeck2015-07-011-4/+0
* Remove unused dependencies from utilMatt Brubeck2015-07-011-1/+0
* Remove layers dependency from utilMatt Brubeck2015-07-011-1/+0
* Stop using the deprecated Thunk API.Ms2ger2015-06-261-1/+0
* Stop using env::set_exit_code.Ms2ger2015-06-261-1/+0
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-3/+7
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Remove fnv & smallvec crate reexports from utilCorey Farwell2015-06-101-5/+1
* Give a useful error when passed a non-existant fileMatt Brubeck2015-06-041-1/+1
* Remove call to env::current_dir from BrowserBrian Anderson2015-05-091-0/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-12/+12
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-0/+1
* auto merge of #5416 : Ms2ger/servo/int, r=jdmbors-servo2015-03-281-1/+0
|\
| * Use isize/usize in range.Ms2ger2015-03-281-1/+0