Ms2ger
|
2026cbada2
|
Fix various build warnings.
|
2015-01-28 20:42:39 +01:00 |
|
Josh Matthews
|
95fc29fa0d
|
Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.
|
2015-01-28 10:16:49 +10:00 |
|
Ms2ger
|
13c7cf928a
|
Stop calling deref() and deref_mut() explicitly.
|
2015-01-22 16:04:21 +01:00 |
|
Ms2ger
|
faefb27f3e
|
Use std::sync::atomic::Ordering explicitly.
|
2015-01-22 14:49:25 +01:00 |
|
Ms2ger
|
01ed338746
|
Move to to_owned rather than into_string.
into_string has been removed from Rust.
|
2015-01-20 14:49:07 +01:00 |
|
Matthew Rasmus
|
dc72119998
|
Fix non_upper_case_globals warnings
|
2015-01-08 08:51:11 -08:00 |
|
Ms2ger
|
16c7060bc8
|
Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.
|
2015-01-08 09:58:46 -05:00 |
|
Manish Goregaokar
|
c7dfb1d24b
|
layout: to_string() -> into_string()
|
2014-12-27 14:48:36 +01:00 |
|
Jack Moffitt
|
d1b433a3b3
|
Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a
|
2014-11-13 11:17:43 +10:00 |
|
Patrick Walton
|
de5e2fd5e2
|
layout: Shrink fragments down from 448 bytes down to 128 bytes.
16% performance improvement in layout (!)
|
2014-10-23 09:13:41 -07:00 |
|
Clark Gaebel
|
76ed7484eb
|
Use the Deref traits for FlowRefs.
This patch switches FlowRefs to using the Deref and DerefMut traits, instead of
the custom `get` and `get_mut` functions.
|
2014-10-15 11:04:05 -07:00 |
|
Keegan McAllister
|
dc86e83654
|
Eliminate warnings
|
2014-09-20 13:00:55 -07:00 |
|
Jack Moffitt
|
c6ab60dbfc
|
Cargoify servo
|
2014-09-08 20:21:42 -06:00 |
|