Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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/+1 | |
| | ||||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -22/+22 | |
| | ||||||
* | Use euclid from crates.io | ecoal95 | 2015-06-19 | 1 | -1/+1 | |
| | ||||||
* | rust-geom API changes | Corey Farwell | 2015-06-13 | 1 | -1/+1 | |
| | | | | https://github.com/servo/rust-geom/pull/81 | |||||
* | Audit and reduce unstable usage in script | Manish Goregaokar | 2015-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasons behind existing unstable features: alloc: - `Rc.make_unique()` - `into_raw` / `from_raw` (naming). All over the bindings code. collections: - `Vec.push_all()` - `from_str` - can be replaced by `.to_owned()` - `from_raw_buf` - could be done directly core: - `nonzero` - `UnsafeCell` (`as_unsafe_cell`) - `Zeroable` - `Peekable.is_empty` std_misc: - Handle stuff | |||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -1/+1 | |
| | ||||||
* | Add/update comments with links to spec | Corey Farwell | 2015-04-14 | 1 | -0/+3 | |
| | | | | | | | | | | Extracted out of #5649 * add more hyperlinks to associated specification for structs/methods * follow redirects and update links * replace broken links * removal of WHATWG multipage page name since the page name is not guaranteed to be stable | |||||
* | Stop using int/uint in script. | Ms2ger | 2015-04-03 | 1 | -1/+1 | |
| | ||||||
* | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -2/+2 | |
| | ||||||
* | Fix various build warnings. | Ms2ger | 2015-03-20 | 1 | -1/+1 | |
| | ||||||
* | Implement Canvas pixel manipulation | Edit Balint | 2015-02-22 | 1 | -0/+87 | |