Corey Farwell
|
48f61c9b30
Utilize `if...let` sugar
|
11 years ago |
Simon Sapin
|
dbacb6387c
Use the matches crate form crates.io
|
11 years ago |
Simon Sapin
|
061485a080
Fix warnings.
|
11 years ago |
Simon Sapin
|
47da1ddbbb
Upgrade to rustc 1.0.0-dev (a9be50e28 2015-01-09 19:44:50 +0000)
|
11 years ago |
Tetsuharu OHZEKI
|
e64ebf9fad
Fix warning for rustc 1.0.0-nightly (ea6f65c5f 2015-01-06 19:47:08 +0000)
|
11 years ago |
Peter Atashian
|
b46d7795c3
Update serialize
|
11 years ago |
Simon Sapin
|
6d7f6cd540
Upgrade to rustc 0.13.0-nightly (c6c786671 2015-01-04 00:50:59 +0000)
|
11 years ago |
Steven Fackler
|
5a029d99a6
Fix for upstream changes
|
11 years ago |
Alex Crichton
|
15c2c8620a
Update to rust master
|
11 years ago |
Alex Crichton
|
13be975b60
Udpate to rust master
|
11 years ago |
Simon Sapin
|
5a446d7ecc
The old url crate is gone, don’t mention it in docs. Fix #63.
|
11 years ago |
Pierre Baillet
|
bd385392ec
Fix for macro syntax change in rust on 2014-12-19
|
11 years ago |
Benjamin Herr
|
1d37cd9818
Update to rust with opt-in Copy
|
11 years ago |
Simon Sapin
|
9ae1fd2fc3
Make rust-encoding an optional feature.
|
12 years ago |
Simon Sapin
|
56d10e0f3d
No flat enums. [breaking-change]
|
12 years ago |
Simon Sapin
|
ac355d4bca
Make ParseError a C-like enum.
|
12 years ago |
Andrew Cann
|
89dd1b1555
fmt::FormatError has been renamed to fmt::Error
|
12 years ago |
Jason Ozias
|
0e55c64847
Fix for rust commit 3dcd2157403163789aaf21a9ab3c4d30a7c6494d 'Switch to purely namespaced enums'
|
12 years ago |
Steve Klabnik
|
459e021147
fail -> panic
|
12 years ago |
Simon Sapin
|
29f70a4723
Upgrade to rustc 0a4c136d6 2014-09-23. Fix #31, close #32.
|
12 years ago |
Alex Crichton
|
903f1c19c1
Update to rust master
|
12 years ago |
Simon Sapin
|
bfdf809365
Implement Encodable and Decodable for Url. See #27.
|
12 years ago |
Simon Sapin
|
03f6b332bc
Add parse_path(). Fix #14.
|
12 years ago |
Björn Steinbrink
|
4de939b0c6
Fix tests to build with current rust
|
12 years ago |
Simon Sapin
|
637a57a834
Remove #![crate_name = "url"], Cargo takes care of it.
|
12 years ago |
Simon Sapin
|
43419c0b84
Store the default port number in URLs.
|
12 years ago |
Michael Sproul
|
653e68518b
Refactor URL formatting code into its own module.
|
12 years ago |
Simon Sapin
|
852d8a90ce
Make the port numer Option<u16> instead of String.
|
12 years ago |
Simon Sapin
|
553d003051
Move most top-level items into modules.
|
12 years ago |
Drew Fisher
|
e10de318b1
Correct precent/percent misspelling
|
12 years ago |