Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -4/+4 | |
| | ||||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -5/+3 | |
| | | | | This merges import blocks that were reported by tidy as unmerged. | |||||
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -6/+6 | |
| | ||||||
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 | |
| | | | | closes #7357 | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 | |
| | ||||||
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+2 | |
| | ||||||
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -0/+5 | |
| | ||||||
* | Remove some more unnecessary let bindings | David Zbarsky | 2015-07-14 | 1 | -9/+3 | |
| | ||||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -22/+25 | |
| | ||||||
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -1/+5 | |
| | | | | Part of https://github.com/servo/servo/issues/6041 | |||||
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+1 | |
| | | | | | They now live in traits Rootable, OptionalOptionalRootable, OptionalRootable and ResultRootable. | |||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -8/+14 | |
| | ||||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 | |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | |||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -4/+5 | |
| | | | | into_string has been removed from Rust. | |||||
* | Fixes #4164 Make Constructor and new functions take GlobalRef by value | Matt McCoy | 2015-01-07 | 1 | -4/+4 | |
| | ||||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -7/+7 | |
| | | | | This changes those calls that were already sound. | |||||
* | auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallister | bors-servo | 2014-12-27 | 1 | -7/+1 | |
|\ | | | | | | | | | | | Now `#[dom_struct]` also generates Reflectable impls, and there's another lint to ensure that a DOM struct only contains one bare DOM field (as the first field) or a Reflector. A lot of this was generated by sed -- each autogenerated change has its own commit for easy review; these will be squashed later. | |||||
| * | Add inheritance-checking lint | Manish Goregaokar | 2014-12-27 | 1 | -7/+1 | |
| | | ||||||
* | | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -3/+3 | |
|/ | ||||||
* | Create a replacement for Cell<SM primitive>. Fixes #4337. | Josh Matthews | 2014-12-19 | 1 | -3/+3 | |
| | ||||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -6/+7 | |
| | ||||||
* | Make ErrorEvent::new take cancelable and bubbling enums | thiagopnts | 2014-12-15 | 1 | -5/+9 | |
| | ||||||
* | added ErrorEvent WebIDL and errorevent.rs | Ronak Nisher | 2014-12-04 | 1 | -0/+130 | |