aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/str.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+3
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Use AsciiExt in ByteString implementations.Ms2ger2015-05-011-10/+3
* Replace ByteString::as_slice() by a Deref implementation.Ms2ger2015-05-011-6/+8
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-3/+3
* Implement USVString.Ms2ger2015-03-131-0/+4
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+3
* auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyukibors-servo2015-01-281-2/+0
|\
| * Require documentation for all code in dom::bindings (excluding dom::bindings:...Ms2ger2015-01-251-2/+0
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-6/+6
|/
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Require documentation for ByteString.Ms2ger2014-12-201-0/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-13/+13
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-4/+3
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+2
* Cargoify servoJack Moffitt2014-09-081-0/+157