aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_debug.rs
Commit message (Expand)AuthorAgeFilesLines
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Fix match_refs and let_returns in layout, address review changesManish Goregaokar2015-09-041-6/+6
* sort all usesJohann Tuffe2015-08-201-2/+2
* Change not(ndebug) to debug_assertionsMatt Brubeck2015-06-011-2/+2
* Make DEBUG_ID_COUNTER a plain static.Ms2ger2015-05-051-3/+2
* Remove old_path usage from layout.Ms2ger2015-03-251-2/+1
* auto merge of #5296 : servo/servo/unsafe_code, r=Ms2gerbors-servo2015-03-211-1/+1
|\
| * Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* | Replace most usage of std::old_io::File.Ms2ger2015-03-201-2/+3
|/
* Use rustc-serialize rather than the built-in deprecated serialize.Ms2ger2015-02-171-1/+1
* Fix some warnings in layout.Ms2ger2015-02-121-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-6/+6
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+1
* Fix various build warnings.Ms2ger2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-9/+9
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-4/+4
* Use std::sync::atomic::Ordering explicitly.Ms2ger2015-01-221-2/+2
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+3
* Fix `non_upper_case_globals` warningsMatthew Rasmus2015-01-081-6/+6
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-30/+31
* layout: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-5/+6
* layout: Shrink fragments down from 448 bytes down to 128 bytes.Patrick Walton2014-10-231-2/+2
* Use the Deref traits for FlowRefs.Clark Gaebel2014-10-151-4/+4
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Cargoify servoJack Moffitt2014-09-081-0/+126