aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/range.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move util::range into its own crateJonathan Schuster2016-02-251-319/+0
|
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
|
* util: Inline trivial range constructors.Patrick Walton2015-12-151-0/+12
| | | | These were showing up in the profile.
* Remove unused method from RangeMatt Brubeck2015-11-091-24/+0
|
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-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 Sapin2015-05-051-139/+40
|
* Stop using the deprecated range function.Ms2ger2015-04-221-5/+4
|
* Remove int_uint feature from gfx.Josh Matthews2015-04-071-0/+9
|
* Use isize/usize in range.Ms2ger2015-03-281-12/+12
|
* Fix more warnings everywhere.Simon Sapin2015-03-181-1/+1
|
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-79/+108
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
|
* Move RangeIndex to associated types (avoids old impl check)Manish Goregaokar2015-01-311-13/+13
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-38/+54
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
|
* Simplify util::range::RangeIndex to always require std::num::Int,Simon Sapin2014-12-181-42/+27
| | | | and fix remaining warnings.
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+80
|
* layout: Refactor inline layout to remove the code that tried to avoidPatrick Walton2014-10-131-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 commentsMatt Brubeck2014-09-171-8/+8
| | | | Mostly this disables doctest for comments that are not actually tests.
* Cargoify servoJack Moffitt2014-09-081-0/+355