Patrick Walton
|
269af0e422
Add optional serialization with `serde`
|
11 years ago |
Simon Sapin
|
6dbd743189
Add an arbitrary ordering to `Url`. Fix #114.
|
11 years ago |
Simon Sapin
|
3d4430b193
Derive `Hash` instead of implemeting it based on `.serialize()`.
|
11 years ago |
Jorge Israel Peña
|
099a760260
implement FromStr for Url
|
11 years ago |
Simon Sapin
|
93bc3d1f44
Build most Windows-specific code on non-Windows too so it doesn’t bitrot.
|
11 years ago |
Simon Sapin
|
f0f1bb9e82
Use slice indexing rather than Iterator::skip.
|
11 years ago |
Jakko Sikkar
|
be50b34fe4
fix for the "\src\lib.rs:997:5: 1005:6 error: the trait `core::marker::Sized` is not implemented for the type `[collections::string::String]` [E0277]"
|
11 years ago |
Simon Sapin
|
771d5ff32b
Merge pull request #98 from frewsxcv/spelling
|
11 years ago |
Simon Sapin
|
662531313a
Merge pull request #99 from frewsxcv/cleanup
|
11 years ago |
Corey Farwell
|
42da7aa765
General cleanup and modernization
|
11 years ago |
Corey Farwell
|
82212186c1
Fix spelling errors
|
11 years ago |
Corey Farwell
|
c67dcfd085
Fix spelling for 'percent'
|
11 years ago |
Simon Sapin
|
5b79927a2f
Move platform-specific imports into functions that use them.
|
11 years ago |
Nathan Fuchs
|
d03b7f3a25
add missing 'use' for percent_decode
|
11 years ago |
Simon Sapin
|
54b97f14bd
Remove deprecated re-exports. Upgrade to rustc 1.0.0-nightly (2baf34825 2015-04-21) (built 2015-04-22)
|
11 years ago |
Alex Crichton
|
adaa81ec97
Prep for beta
|
11 years ago |
Simon Sapin
|
b07c30e4d3
Upgrade to rustc 1.0.0-nightly (552080181 2015-03-27) (built 2015-03-28)
|
11 years ago |
Simon Sapin
|
23228e7c38
Remove #![feature(std_misc)]
|
11 years ago |
Simon Sapin
|
5dfcdb68ef
Remove #![feature(core)]
|
11 years ago |
Alex Crichton
|
8e356fe493
Update to rust master
|
11 years ago |
Adrian Heine
|
73cbe6f90b
Adapt to new std::os::$platform modules
|
11 years ago |
Simon Sapin
|
245b929a0f
Remov some ?Sized bounds
|
11 years ago |
Alex Crichton
|
baef35d1b8
Fix windows build
|
11 years ago |
Simon Sapin
|
3014439fb4
Take &P where P: AsPath instead of &Path.
|
11 years ago |
Simon Sapin
|
7fa05ce10a
Remove std::old_path support for converting to/from file: URLs.
|
11 years ago |
Alex Crichton
|
8d99afbd99
Remove usage of the `collections` feature
|
11 years ago |
Simon Sapin
|
8b63a3f2eb
Merge pull request #84 from alexcrichton/update
|
11 years ago |
Alex Crichton
|
e36390e866
Bump rustc-serialize and use std::path
|
11 years ago |
Valentin Gosu
|
77f4bbd778
Make urlutils public and disallow changing the scheme type to an incompatible type
|
11 years ago |
Simon Sapin
|
6a20f9b270
Upgrade to rustc 1.0.0-nightly (522d09dfe 2015-02-19) (built 2015-02-20)
|
11 years ago |