servo/components/gfx
Manish Goregaokar ea9842723d Audit and reduce unstable usage in gfx
Reasons behind existing unstable features:

alloc:

 - weak pointers (may not belong)
 - boxed::into_raw and from_raw (naming)

collections:

 - `Vec.push_all()` (May be replaced)
   - Replace with loop

core:

 - `min_by` (#15311)
 - `PI_2` (naming)

rustc_private:

 - FnVHasher
   - Can be replaced by rust-fnv

std_misc:

 - Hash state stuff (no option here unless we want to stop using it)

str_char:

 - CharRange usage
   - Can be replaced by regular iterators (char_indices)
2015-06-09 23:24:18 +05:30
..
display_list Audit and reduce unstable usage in gfx 2015-06-09 23:24:18 +05:30
platform Remove get_ prefix on getters 2015-06-02 08:54:44 -04:00
text remove more heapsize ignores 2015-06-03 07:14:20 +05:30
buffer_map.rs Measure paint task buffer maps in the memory profiler. 2015-05-27 18:27:18 -07:00
Cargo.toml Clean up dependencies. 2015-06-07 12:14:38 -06:00
filters.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
font.rs Remove get_ prefix on getters 2015-06-02 08:54:44 -04:00
font_cache_task.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
font_context.rs Remove get_ prefix on getters 2015-06-02 08:54:44 -04:00
font_template.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
lib.rs Audit and reduce unstable usage in gfx 2015-06-09 23:24:18 +05:30
paint_context.rs Remove get_ prefix on getters 2015-06-02 08:54:44 -04:00
paint_task.rs Auto merge of #6214 - glennw:parse-transforms, r=pcwalton 2015-06-02 19:56:17 -05:00