Commit History

Author SHA1 Message Date
  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
  Simon Sapin 00c0111b89 Dont transmute non-UTF-8 bytes to str, even though it kinda maybe looks safe. 12 years ago
  Chris Morgan 1048a8dd13 Rust update. 12 years ago
  Jason Ozias 0f378a1501 Update for changes to rust-encoding 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 a1fdd28ec7 Fix #19: application/x-www-form-urlencoded serialization was broken. 12 years ago
  Björn Steinbrink 965590ba18 Use `as_slice()` instead of a temporary to get &[T] instead of &[T, ..0] 12 years ago
  Björn Steinbrink fae79aeada Fix building with current rust 12 years ago