Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move util::logical_geometry to style | Anthony Ramine | 2016-02-18 | 1 | -1040/+0 |
| | |||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Improve readability of flow tree dump | Martin Robinson | 2015-11-23 | 1 | -11/+21 |
| | | | | | | | Use the PrintTree utility to improve the readability of flow tree dumps. Blocks and fragments are now split over two dump levels, because otherwise they are impenetrable. Also start printing the restyle damage of fragments. | ||||
* | Associate documentation comments for LogicalPoint's fields with the correct ↵ | Ms2ger | 2015-10-23 | 1 | -2/+4 |
| | | | | field. | ||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -4/+3 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | Basic support for bidirectional text | Matt Brubeck | 2015-07-23 | 1 | -0/+8 |
| | |||||
* | Use euclid from crates.io | ecoal95 | 2015-06-19 | 1 | -2/+2 |
| | |||||
* | Move to latest hyper everywhere | Manish Goregaokar | 2015-06-02 | 1 | -2/+2 |
| | |||||
* | Change not(ndebug) to debug_assertions | Matt Brubeck | 2015-06-01 | 1 | -6/+6 |
| | | | | The name of this directive changed in rust-lang/rust#22980. | ||||
* | Positioning fixes for RTL floats | Matt Brubeck | 2015-05-18 | 1 | -0/+7 |
| | |||||
* | Address review comments | Patrick Walton | 2015-04-27 | 1 | -0/+47 |
| | |||||
* | Move util crate unit tests into a new unit_tests crate | Simon Sapin | 2015-04-07 | 1 | -62/+0 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -7/+7 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -34/+51 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -15/+15 |
| | |||||
* | Remove usage of the deprecated std::num::Zero trait. | Simon Sapin | 2014-12-18 | 1 | -24/+9 |
| | |||||
* | Fix spelling mistakes in comments. | Joseph Crail | 2014-12-11 | 1 | -3/+3 |
| | |||||
* | Fix unit test compile error. | Glenn Watson | 2014-11-13 | 1 | -9/+9 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -10/+10 |
| | |||||
* | Fix the documentation comment for logical_geometry.rs. | Ms2ger | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Improve logical geometry formatting | Martin Robinson | 2014-10-20 | 1 | -10/+14 |
| | | | | | | | | Logical geometry is complicated, so the string formatted output is verbose. This means that flow tree dumps often go well beyond the edge of the terminal screen. With a simple notation, we can shorten the output and make it slightly easier to read. This notation also makes it more similar to the formatted output of Rect, Point2D, and Size2D. | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+1023 |