Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move common macros into a new crate (fixes #1882) | Matt Brubeck | 2014-03-21 | 1 | -24/+0 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -2/+4 |
| | |||||
* | Make Node::is_in_doc O(1) | Bruno de Oliveira Abinader | 2013-12-17 | 1 | -0/+22 |
Added a flags variable inside Node to represent boolean flags, with is_in_doc being the first of them. It is updated whenever a node is appended or removed from a parent. This patch is for: https://github.com/mozilla/servo/issues/1030 |