aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/url_plugin.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove the url! plugin.Simon Sapin2016-04-141-146/+0
| | | | | | | | In rust-url 1.0 the `Url` struct is going to have private fields, and there is no way to to create an aribitrary one without going through the parser. The plugin never had a clear demonstrated performance benefit, it was made mostly because it was possible and relatively easy at the time.
* Bump to Rust 2016-02-22Anthony Ramine2016-02-231-3/+3
|
* Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26)Simon Sapin2015-11-271-1/+1
|
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-8/+13
| | | | … and libc 0.2 and many other dependencies
* Implement 'url!(..)' macroCorey Farwell2015-11-211-0/+141
https://github.com/servo/rust-url/issues/136 https://github.com/servo/rust-url/pull/137