servo/components/util
Simon Sapin 0d226722b7 Deduplicate some dependencies.
This uses some dependencies from crates.io instead of git
where the crates.io copy was already used in some other part
of the dependency tree, so we had two copies of the same library.

The `android_glue` crate is the only one left where we have two copies,
but solving that is more tricky since we hard-code a path in
`components/servo/.cargo/config`.
2015-05-07 01:56:49 +02:00
..
deque Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
bezier.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
cache.rs Move util crate unit tests into a new unit_tests crate 2015-04-07 16:37:11 -04:00
Cargo.toml Deduplicate some dependencies. 2015-05-07 01:56:49 +02:00
cursor.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
debug_utils.rs Move to new io in util. 2015-03-28 20:02:23 +01:00
fnv.rs Remove allow(missing_copy_implementations) attributes. 2015-03-23 10:49:44 +01:00
geometry.rs Make most Au methods take self by value. (It’s a i32 wrapper.) 2015-05-05 18:43:12 +02:00
lib.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
linked_list.rs Remove workaround for rust-lang/rust#22244 2015-03-18 14:44:34 -07:00
logical_geometry.rs Address review comments 2015-04-27 17:12:08 +02:00
mem.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
namespace.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
opts.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
persistent_list.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
range.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
resource_files.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
str.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
task.rs Move util crate unit tests into a new unit_tests crate 2015-04-07 16:37:11 -04:00
task_state.rs util: Turn on ndebug in release mode, and fix task-state to not crash 2015-03-20 10:09:52 -07:00
taskpool.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
tid.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
vec.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
workqueue.rs Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00