Simon Sapin
|
46f2390ca1
Use the rustup.sh script from rust-lang.org.
|
12 years ago |
Simon Sapin
|
6318279688
Use the new and shiny 'cargo doc'
|
12 years ago |
Simon Sapin
|
143d902a9c
Fix inverted logic in Url::to_file_path() for Windows paths.
|
12 years ago |
Simon Sapin
|
ad61773abc
Have rustdoc --test ignore some non-freestanding doc examples.
|
12 years ago |
Simon Sapin
|
123b52da26
Additional debug_assert!() when creating a Windows Path.
|
12 years ago |
Simon Sapin
|
286c8f7bfb
Add Url::to_file_path() for Windows.
|
12 years ago |
Simon Sapin
|
5a690d5955
Have Url::to_file_path() return Err rather than fail on NUL bytes.
|
12 years ago |
Simon Sapin
|
36d22de989
Add Url::from_{file,directory}_path() for Windows. Fix #6
|
12 years ago |
Simon Sapin
|
48921034b1
Ignore /Cargo.lock
|
12 years ago |
Simon Sapin
|
9160248aca
Use a multi-line comment for the crate’s doc-comment.
|
12 years ago |
Simon Sapin
|
3d54552e06
Merge pull request #5 from seanmonstar/errs
|
12 years ago |
Sean McArthur
|
e8cce39245
use enum ParseError for errors instead of strings
|
12 years ago |
Simon Sapin
|
98a28e8556
Make whatwg_scheme_type_mapper() public.
|
12 years ago |
Simon Sapin
|
94c8757751
Fix bashism (?) in doc.sh that fails on Travis CI.
|
12 years ago |
Simon Sapin
|
e26b42e617
Unhide the Crates sidebar, it should be correct now.
|
12 years ago |
Simon Sapin
|
092c4e6503
Rename the crate to "url".
|
12 years ago |
Simon Sapin
|
d66150a986
Add a FIXME comment: IPv6 paring is probably wrong.
|
12 years ago |
Simon Sapin
|
d6f6343dc0
UrlUtils.set_query() works on non-relative URLs, per spec.
|
12 years ago |
Simon Sapin
|
c05d99d447
IPv6 addresses should serialize to lower-case hexadecimal.
|
12 years ago |
Simon Sapin
|
c651832cbb
Remove done TODO item (Write documentation) in README.
|
12 years ago |
Simon Sapin
|
f27c9e691d
Hide the sidebar on the root documentation page.
|
12 years ago |
Simon Sapin
|
d7b5cd7d73
Try to fix some documentation links.
|
12 years ago |
Simon Sapin
|
7b65628773
Upgrade to rustc a4553453a 2014-07-25.
|
12 years ago |
Simon Sapin
|
24a4a03802
Document ALL THE THINGS!
|
12 years ago |
Simon Sapin
|
c94b93d9d2
Add methods for application/x-www-form-urlencoded access to Url::query
|
12 years ago |
Simon Sapin
|
672adcf4c1
Add convenience methods for percent-decoding URL components.
|
12 years ago |
Simon Sapin
|
19cc434d57
Add Url::username() and Url::password() convenience accessors.
|
12 years ago |
Simon Sapin
|
b9b78a8fec
Rewrite some match {} statements as Option::map() and Option::and_then()
|
12 years ago |
Simon Sapin
|
4f5bf53704
Debug-assert that to_file_path() returns an absolute path.
|
12 years ago |
Simon Sapin
|
332768eb77
Also accept a "localhost" domain in to_file_path()
|
12 years ago |