New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New IntoUrl trait #177
Closed
+6,999
−2,745
New IntoUrl trait
3f9dcd4
Select commit
918352b
Make it possible to define new encode sets in other crates.
SimonSapin db9de70
Define encode sets based on another set.
SimonSapin 691aec2
Remove the HTTP_VALUE encode set. It can be defined in another crate.
SimonSapin d140dc8
Rewrite ALL THE THINGS!
SimonSapin 9edff44
Remove the dependency on uuid.
SimonSapin 576bd2a
Add URL slicing/indexing by component.
SimonSapin 7b11445
Add stubs with partial implementation for the WebIDL API.
SimonSapin c617ed1
Shorter Cargo.toml syntax.
SimonSapin 22cf104
serde_serialization -> serde
SimonSapin 0cb3f2b
Make rustc-serialize an optional dependency.
SimonSapin 61a8185
Rename *{Start,End} posititons to {Before,After}*
SimonSapin 813d270
Replace from_hex() with char::to_digit(16)
SimonSapin 0b5ffb4
Make percent-decoding an iterator.
SimonSapin 244d999
Make percent-encoding an iterator.
SimonSapin 7b33b33
Add percent-encoding convienience wrappers.
SimonSapin ca9f87d
Update tests from https://github.com/w3c/web-platform-tests/blob/mast…
SimonSapin 7a0e467
Remove Url::has_host
SimonSapin 9a8d394
Remove unused ParseError variants
SimonSapin 903f1d2
Make context a field of Parser.
SimonSapin a9b4e71
Remove the redundant is_relative field.
SimonSapin ded48a2
Add Url::domain and Url::ip_address
SimonSapin d3dba86
Implement ToSocketAddrs
SimonSapin 088c3ed
Remove Url::ip_address for now
SimonSapin 641f940
Add Unicode and ASCII serializations of origins
SimonSapin 946d950
Test WebIdl::origin
SimonSapin 4dff876
Add a fragment setter
SimonSapin 0ae07ed
Add a query setter.
SimonSapin 542feb0
Make Url::parse_with usable. (EncodingOverride is private.)
SimonSapin dd0436a
Add Origin::is_tuple
SimonSapin f7e0d7c
More consistent checks for URL with authority or path-only.
SimonSapin fd16b74
Re-export OpaqueOrigin. It is exposed publicly through Origin::Opaque
SimonSapin f1bdaa6
Add a scheme setter
SimonSapin 158145f
Add host setters.
SimonSapin b1b0916
More setters
SimonSapin 47e31ef
Add a path setter
SimonSapin e7a4dc0
Username and passowrd setters
SimonSapin 5b26c89
More WebIDL implementations.
SimonSapin bf0f670
Port setters
SimonSapin b89d7d7
All setters.
SimonSapin 3f9dcd4
New IntoUrl trait
cmbrandenburg
Closed
New IntoUrl trait #177
New IntoUrl trait
Dec 4, 2015
Dec 4, 2015
Dec 4, 2015
Dec 9, 2015
Feb 8, 2016
Feb 8, 2016
Feb 8, 2016
Feb 8, 2016
Feb 8, 2016
Feb 8, 2016
Feb 9, 2016
Feb 9, 2016
Feb 9, 2016
Feb 9, 2016
Feb 9, 2016
Feb 10, 2016
Feb 11, 2016
Feb 12, 2016
Feb 11, 2016
Feb 15, 2016
Feb 15, 2016
Feb 15, 2016
Feb 15, 2016
Feb 16, 2016
Feb 16, 2016
Feb 11, 2016
Feb 12, 2016
Feb 19, 2016
Feb 19, 2016
Feb 19, 2016
Feb 19, 2016
Feb 19, 2016
Feb 19, 2016
Feb 23, 2016
Feb 26, 2016
Feb 26, 2016
Feb 26, 2016
Mar 1, 2016
Mar 1, 2016
Mar 4, 2016
3f9dcd4
Select commit
918352b
Make it possible to define new encode sets in other crates.
SimonSapin db9de70
Define encode sets based on another set.
SimonSapin 691aec2
Remove the HTTP_VALUE encode set. It can be defined in another crate.
SimonSapin d140dc8
Rewrite ALL THE THINGS!
SimonSapin 9edff44
Remove the dependency on uuid.
SimonSapin 576bd2a
Add URL slicing/indexing by component.
SimonSapin 7b11445
Add stubs with partial implementation for the WebIDL API.
SimonSapin c617ed1
Shorter Cargo.toml syntax.
SimonSapin 22cf104
serde_serialization -> serde
SimonSapin 0cb3f2b
Make rustc-serialize an optional dependency.
SimonSapin 61a8185
Rename *{Start,End} posititons to {Before,After}*
SimonSapin 813d270
Replace from_hex() with char::to_digit(16)
SimonSapin 0b5ffb4
Make percent-decoding an iterator.
SimonSapin 244d999
Make percent-encoding an iterator.
SimonSapin 7b33b33
Add percent-encoding convienience wrappers.
SimonSapin ca9f87d
Update tests from https://github.com/w3c/web-platform-tests/blob/mast…
SimonSapin 7a0e467
Remove Url::has_host
SimonSapin 9a8d394
Remove unused ParseError variants
SimonSapin 903f1d2
Make context a field of Parser.
SimonSapin a9b4e71
Remove the redundant is_relative field.
SimonSapin ded48a2
Add Url::domain and Url::ip_address
SimonSapin d3dba86
Implement ToSocketAddrs
SimonSapin 088c3ed
Remove Url::ip_address for now
SimonSapin 641f940
Add Unicode and ASCII serializations of origins
SimonSapin 946d950
Test WebIdl::origin
SimonSapin 4dff876
Add a fragment setter
SimonSapin 0ae07ed
Add a query setter.
SimonSapin 542feb0
Make Url::parse_with usable. (EncodingOverride is private.)
SimonSapin dd0436a
Add Origin::is_tuple
SimonSapin f7e0d7c
More consistent checks for URL with authority or path-only.
SimonSapin fd16b74
Re-export OpaqueOrigin. It is exposed publicly through Origin::Opaque
SimonSapin f1bdaa6
Add a scheme setter
SimonSapin 158145f
Add host setters.
SimonSapin b1b0916
More setters
SimonSapin 47e31ef
Add a path setter
SimonSapin e7a4dc0
Username and passowrd setters
SimonSapin 5b26c89
More WebIDL implementations.
SimonSapin bf0f670
Port setters
SimonSapin b89d7d7
All setters.
SimonSapin 3f9dcd4
New IntoUrl trait
cmbrandenburg