Commit History

Author SHA1 Message Date
  Daniel Lockyer 01ec217a82 Remove lifetimes 9 years ago
  Simon Sapin 2bd16791e1 Don’t mention the query_encoding in top-level crate docs. It’s very niche. 9 years ago
  Simon Sapin b6fbbcaf8a Rename mutate_query_pairs to query_pairs_mut. 10 years ago
  Simon Sapin 4a59d935fc Let’s not try to manually maintain a list of authors. 10 years ago
  Simon Sapin 806bab012a form_urlencoded::Parse::into_owned returns a dedicated type 10 years ago
  Simon Sapin adba760e29 Copyright date 10 years ago
  Simon Sapin 1fdd0194d4 Rename append_pair_iter to extend_pairs 10 years ago
  Simon Sapin 224aee62d7 Add form_urlencoded::Parse::into_owned 10 years ago
  Simon Sapin dd2d1ea160 Rename append_pairs to append_pair_iter 10 years ago
  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