servo/components/util
Alan Jeffrey 3dec6edd10 Update string_cache to 0.2.
Updated string_cache, html5ever, xml5ever and selectors in Cargo.toml files and Cargo.lock.
Removed references to string_cache_plugin.
Import atom! and ns! from string_cache.
Replaced ns!("") by ns!().
Replaced ns!(XML) and co by ns!(xml) and co.
Replaced atom!(foo) by atom!("foo").
Replaced Atom::from_slice by Atom::from.
Replaced atom.as_slice() by &*atom.
2015-11-25 10:13:21 -06:00
..
deque Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
bezier.rs style: Switch animation timestamps to be doubles instead of floats. 2015-08-01 17:46:39 -07:00
cache.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
Cargo.toml Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
cursor.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
debug_utils.rs Move to new io in util. 2015-03-28 20:02:23 +01:00
geometry.rs Expand DisplayList layer bounds to whole pixels 2015-10-28 18:11:59 -07:00
ipc.rs Update ipc-channel to pick up the improved error reporting. 2015-11-23 16:38:39 -08:00
lib.rs Auto merge of #8599 - jdm:e10s-redux, r=metajack 2015-11-20 03:59:48 +05:30
linked_list.rs util: Remove the old broken SerializableLinkedList code in favor of 2015-07-31 08:42:29 -07:00
logical_geometry.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
mem.rs reduce node.unique_id size 2015-11-19 00:48:20 +05:00
opts.rs Implement 'url!(..)' macro 2015-11-21 08:15:56 -05:00
persistent_list.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
prefs.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
print_tree.rs Improve printing of DisplayLists 2015-09-16 12:31:38 -07:00
range.rs Remove unused method from Range 2015-11-09 17:47:08 -08:00
resource_files.rs Add a pref for a default homepage. 2015-09-25 00:58:51 +01:00
str.rs compositing: Split Servo up into multiple sandboxed processes. 2015-11-19 16:38:04 -05:00
task.rs compositing: Split Servo up into multiple sandboxed processes. 2015-11-19 16:38:04 -05:00
task_state.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
taskpool.rs Cleanup code that was warned by rust-clippy 2015-10-11 20:47:45 -04:00
tid.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
vec.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
workqueue.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00