Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move util::range into its own crate | Jonathan Schuster | 2016-02-25 | 1 | -319/+0 |
| | |||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | util: Inline trivial range constructors. | Patrick Walton | 2015-12-15 | 1 | -0/+12 |
| | | | | These were showing up in the profile. | ||||
* | Remove unused method from Range | Matt Brubeck | 2015-11-09 | 1 | -24/+0 |
| | |||||
* | gfx: Make display lists serializable using `serde`. | Patrick Walton | 2015-07-15 | 1 | -1/+1 |
| | | | | | | | | | This commit introduces the `serde` dependency, which we will use to serialize messages going between processes in multiprocess Servo. This also adds a new debugging flag, `-Z print-display-list-json`, allowing the output of display list serialization to be visualized. This will be useful for our experiments with alternate rasterizers. | ||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -139/+40 |
| | |||||
* | Stop using the deprecated range function. | Ms2ger | 2015-04-22 | 1 | -5/+4 |
| | |||||
* | Remove int_uint feature from gfx. | Josh Matthews | 2015-04-07 | 1 | -0/+9 |
| | |||||
* | Use isize/usize in range. | Ms2ger | 2015-03-28 | 1 | -12/+12 |
| | |||||
* | Fix more warnings everywhere. | Simon Sapin | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -79/+108 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -3/+3 |
| | |||||
* | Move RangeIndex to associated types (avoids old impl check) | Manish Goregaokar | 2015-01-31 | 1 | -13/+13 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -38/+54 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | Simplify util::range::RangeIndex to always require std::num::Int, | Simon Sapin | 2014-12-18 | 1 | -42/+27 |
| | | | | and fix remaining warnings. | ||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -2/+80 |
| | |||||
* | layout: Refactor inline layout to remove the code that tried to avoid | Patrick Walton | 2014-10-13 | 1 | -64/+23 |
| | | | | | | | | | | | splitting fragments. I don't think it will be possible to avoid splitting fragments in the presence of `vertical-align`, because one `ScannedTextFragment` could potentially be split into arbitrary many fragments, each having its own vertical position that can influence layout of other fragments. This code also removes parts of `Range` that were no longer used. | ||||
* | Fix doctest errors in rustdoc comments | Matt Brubeck | 2014-09-17 | 1 | -8/+8 |
| | | | | Mostly this disables doctest for comments that are not actually tests. | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+355 |