aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_debug.rs
Commit message (Expand)AuthorAgeFilesLines
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-15/+15
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Fix deprecation warningsSimon Sapin2019-01-281-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Rustfmt layout cratePyfisch2018-09-011-1/+1
* Use specific assertion for layout layout_debugCYBAI2018-01-261-1/+1
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-5/+5
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-2/+2
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+4
* Stop allowing unsafe code around thread_local.Ms2ger2016-12-301-3/+0
* layout: Simplify layout debugging scope.Emilio Cobos Álvarez2016-12-251-15/+9
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-11/+11
* Create separate layout trace file for each reflowShing Lyu2016-09-091-2/+2
* Fragment debug_id u16 only exists in debug, prod will format mem addressMitchell Hentges2016-06-041-0/+3
* Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)Ms2ger2016-01-141-0/+3
* task -> threadrohan.prinja2016-01-101-4/+4
* 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