Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the url! plugin. | Simon Sapin | 2016-04-14 | 1 | -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-22 | Anthony Ramine | 2016-02-23 | 1 | -3/+3 |
| | |||||
* | Upgrade to rustc 1.6.0-nightly (1805bba39 2015-11-26) | Simon Sapin | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -8/+13 |
| | | | | … and libc 0.2 and many other dependencies | ||||
* | Implement 'url!(..)' macro | Corey Farwell | 2015-11-21 | 1 | -0/+141 |
https://github.com/servo/rust-url/issues/136 https://github.com/servo/rust-url/pull/137 |