servo/components/util
bors-servo 59fc795025 auto merge of #3829 : cgaebel/servo/fix-into_iter, r=pcwalton
into_iter used to use `inline_size` as the capacity insetad of the actual
capacity. This patch fixes that, adds some utility methods to `SmallVec`
to bring it closer in functionality to `Vec`, and removes the obsolete
`owns_managed` calls.
2014-10-28 16:36:47 -06:00
..
bloom.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
cache.rs layout: Rewrite text and inline fragment handling during flow 2014-10-20 22:05:38 -07:00
Cargo.toml Add layers dependency to util crate. Fixes #3783. 2014-10-23 19:29:05 -04:00
debug_utils.rs Cargoify servo 2014-09-08 20:21:42 -06:00
dlist.rs util: Add a method to push all elements from another doubly-linked list 2014-10-28 10:47:04 -07:00
fnv.rs Added a bloom filter to CSS selector matching. 2014-09-15 16:29:45 -07:00
geometry.rs layout: Rewrite clipping to be per-display-item instead of having 2014-10-13 21:40:36 -07:00
lib.rs Add task profiler, which works by instrumenting each task runtime when enabled. 2014-10-29 07:34:47 +10:00
logical_geometry.rs Improve logical geometry formatting 2014-10-20 18:04:48 -07:00
memory.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Add task profiler, which works by instrumenting each task runtime when enabled. 2014-10-29 07:34:47 +10:00
range.rs layout: Refactor inline layout to remove the code that tried to avoid 2014-10-13 16:33:19 -07:00
resource_files.rs Read user-agent.css at run time. Fix #3516 2014-10-07 21:16:54 +01:00
rtinstrument.rs Add task profiler, which works by instrumenting each task runtime when enabled. 2014-10-29 07:34:47 +10:00
smallvec.rs fix the build 2014-10-28 12:01:33 -07:00
sort.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
str.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
task.rs Add task profiler, which works by instrumenting each task runtime when enabled. 2014-10-29 07:34:47 +10:00
task_state.rs Provide safety check helpers in release builds 2014-10-24 16:53:58 -07:00
taskpool.rs Run all task spawning through util, to allow for easy hooking. 2014-10-28 09:53:45 -07:00
tid.rs added valid license to tid.rs 2014-09-19 11:34:43 -07:00
time.rs auto merge of #3765 : pcwalton/servo/profiler-cleanups, r=cgaebel 2014-10-22 14:45:35 -06:00
vec.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
workqueue.rs Run all task spawning through util, to allow for easy hooking. 2014-10-28 09:53:45 -07:00