aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flow_list.rs
Commit message (Expand)AuthorAgeFilesLines
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-2/+8
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* Some further removalsest312019-05-301-6/+0
* Remove unused code from gfx and layout cratesest312019-05-291-15/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-12/+12
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Rustfmt layout cratePyfisch2018-09-011-4/+7
* Remove usage of unstable feature conservative_impl_trait in layoutSimon Sapin2017-10-131-2/+28
* UntrySimon Sapin2017-06-181-2/+2
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-25/+23
* Added a toolbar for going to previous and next nodeShing Lyu2016-12-281-7/+7
* Activate flexbox layout tracingShing Lyu2016-12-281-7/+8
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-1/+31
* Make `FlowRef` a newtypeMichael Howell2016-11-041-6/+15
* layout: Add a safe way for layout to perform random access on childPatrick Walton2016-10-261-16/+33
* layout: Don't leak `FlowRef`s to the flexbox layout code.Patrick Walton2016-10-261-12/+33
* Use impl DoubleEndedIterator for two flow_list iteratorsAnthony Ramine2016-08-141-28/+4
* Added DoubleEndedIterator for MutFlowListIteratorddh2016-06-171-0/+6
* layout: Check flow descendants of inline block fragments to find theirPatrick Walton2016-05-041-0/+6
* Add support for vertical alignment within table cells.Michael Howell2016-04-201-0/+8
* Implement flexbox reorderingDaniel Robertson2016-04-111-0/+6
* Add Multicolumn support block fragmentation.Simon Sapin2016-01-281-0/+18
* Remove dead code from layout.Ms2ger2015-11-181-40/+0
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-4/+4
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Undo elision for trait object; trait objects are strangeManish Goregaokar2015-09-041-4/+4
* Elide most 'a lifetimesManish Goregaokar2015-09-041-6/+6
* Don’t mark flow_ref::deref_mut as unsafe.Simon Sapin2015-08-211-4/+3
* Replace FlowRef with Arc<Flow>, now that Arc supports DST.Simon Sapin2015-08-201-4/+4
* Replace the unsound `impl DerefMut for FlowRef` with an unsafe function.Simon Sapin2015-08-201-4/+5
* Use usize in flow_list.Ms2ger2015-03-291-3/+3
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-0/+2
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-6/+6
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+6
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-6/+6
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-4/+4
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-15/+14
* Use the Deref traits for FlowRefs.Clark Gaebel2014-10-151-6/+6
* Eliminate warningsKeegan McAllister2014-09-201-4/+4
* Remove most of FlowListKeegan McAllister2014-09-201-192/+27
* Cargoify servoJack Moffitt2014-09-081-0/+296