Simon Sapin
|
6c6386d488
Url::mutate_query_pairs return a value with Drop rather than take a closure.
|
10 years ago |
Simon Sapin
|
2375850090
Backport to Rust 1.7
|
10 years ago |
Simon Sapin
|
125cf96db1
Method chaining
|
10 years ago |
Simon Sapin
|
6f716e1830
Add Url::mutate_query_pairs
|
10 years ago |
Simon Sapin
|
bea7a484af
form_urlencoded::Serializer is a "stateful" object.
|
10 years ago |
Simon Sapin
|
d3e9824a21
Cow wrangling. (Reduce allocations/copying.)
|
10 years ago |
Simon Sapin
|
837a8da8f9
Introduce "output encoding", per spec.
|
10 years ago |
Simon Sapin
|
31cdce5a52
form_urlencoded::parse returns an iterator.
|
10 years ago |
Simon Sapin
|
a3210b9b90
Make percent-encoding an iterator.
|
10 years ago |
Simon Sapin
|
6db8b84f95
Make percent-decoding an iterator.
|
10 years ago |
Corey Farwell
|
3f28ebfd57
Address issues found by rust-clippy
|
10 years ago |
Pyfisch
|
befcf7c3ed
Move all tests to tests/ folder.
|
11 years ago |
Conrad Kleinespel
|
1524703c84
adds docs for form_urlencoded::parse
|
11 years ago |
Simon Sapin
|
e7475ef4dd
Remove unused lifetime parameter.
|
11 years ago |
Simon Sapin
|
1c3d690a58
Make form_urlencoded::serialize more generic, remove serialize_owned.
|
11 years ago |
Simon Sapin
|
1f227792b4
Merge commit 'refs/pull/82/head' of github.com:servo/rust-url
|
11 years ago |
Alex Crichton
|
8d99afbd99
Remove usage of the `collections` feature
|
11 years ago |
Sebastian Thiel
|
503f52f3b6
`form_urlencoded::serialize(...)` handles owned as well as borrowed pairs
|
11 years ago |
Simon Sapin
|
6a20f9b270
Upgrade to rustc 1.0.0-nightly (522d09dfe 2015-02-19) (built 2015-02-20)
|
11 years ago |
Simon Sapin
|
16923fb0a9
Remove usage of .as_slice()
|
11 years ago |
Peter Atashian
|
69ae087bf0
Update
|
11 years ago |
Сухарик
|
3e441e3dd4
update to recent rust changes
|
11 years ago |
Corey Farwell
|
1a3533e4e0
Bump copyright year on files I modified
|
11 years ago |
Corey Farwell
|
48f61c9b30
Utilize `if...let` sugar
|
11 years ago |
Simon Sapin
|
6d7f6cd540
Upgrade to rustc 0.13.0-nightly (c6c786671 2015-01-04 00:50:59 +0000)
|
11 years ago |
Akos Kiss
|
686c99b9e3
Keep up with std::ascii reform.
|
11 years ago |
Simon Sapin
|
9f05a01080
Use std::borrow::Cow instead of temporary parameter hack.
|
11 years ago |
Simon Sapin
|
4e30f965cc
Simplify and document the signature of EncodingOverride::encode.
|
12 years ago |
Simon Sapin
|
9ae1fd2fc3
Make rust-encoding an optional feature.
|
12 years ago |
Simon Sapin
|
e6866f2a87
Drop isindex support. We’ll see if anyone asks for it.
|
12 years ago |