Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -355/+0 |
| | |||||
* | Add a layout debug module. This outputs a trace of the layout process to a JSON | Glenn Watson | 2014-09-04 | 1 | -1/+1 |
| | | | | | | file which can be viewed in an external tool. It provides a timelapse view of how the flow tree and fragments changed during the layout process, which makes it easier to debug layout bugs. | ||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -3/+3 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Improve Range method documentation and field and parameter names | Brendan Zabarauskas | 2014-05-15 | 1 | -22/+91 |
| | |||||
* | Make RangeIndex trait more general | Brendan Zabarauskas | 2014-05-14 | 1 | -50/+58 |
| | |||||
* | Add RangeIndex trait and iterator | Brendan Zabarauskas | 2014-05-12 | 1 | -36/+139 |
| | | | | This will allow for the definition of typesafe range units in the future, for example for glyph indices. This also adds a macro that allows for the easy implementation of new range index types. | ||||
* | Require Range<T> to have a signed integer T | Brendan Zabarauskas | 2014-05-07 | 1 | -14/+14 |
| | | | | This allows for generic +ve/-ve offsets | ||||
* | Use {} instead of {:?} for debug!ing in util::range | Brendan Zabarauskas | 2014-05-07 | 1 | -7/+8 |
| | |||||
* | Make range generic | Brendan Zabarauskas | 2014-05-07 | 1 | -34/+44 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -2/+2 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | Fix some private type in public signature warnings. | Josh Matthews | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Ms2ger | 2014-04-07 | 1 | -4/+4 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -3/+3 |
| | |||||
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -5/+5 |
| | |||||
* | Add default formatters for Au and Range | Keegan McAllister | 2013-10-31 | 1 | -0/+7 |
| | |||||
* | Optimize reflow by changing enums to traits and inlining more | Patrick Walton | 2013-10-28 | 1 | -1/+21 |
| | |||||
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | For loops and misc changes | Keegan McAllister | 2013-08-15 | 1 | -8/+3 |
| | |||||
* | Trait changes, and eliminate 'copy' | Keegan McAllister | 2013-08-15 | 1 | -0/+1 |
| | |||||
* | Add utility methods to Range | Seth Fowler | 2013-06-26 | 1 | -0/+16 |
| | |||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -15/+17 |
| | |||||
* | Remove the `servo-` prefix from core components. | Patrick Walton | 2013-05-28 | 1 | -0/+123 |