Commit History

Author SHA1 Message Date
  Corey Farwell 1bee6e189a Add doc examples for `url::Url::password`. 10 years ago
  Corey Farwell 80c0c4889e Add another `url::Url::username` doc example. 10 years ago
  Tshepang Lekhonkhobe 2b72176330 doc: fix grammar 10 years ago
  Anthony Ramine 8e9ce4a34e Remove use of heapsize_plugin 10 years ago
  Corey Farwell 2a7e0becfb Add doc examples for `url::Url::username`. 10 years ago
  Corey Farwell 7b4608b8ab Add doc examples for `url::Url::origin`. 10 years ago
  Simon Sapin dc963b72e5 Fix #203, remove the "Fork me on github" banner. 10 years ago
  Simon Sapin ce6ca74892 Have Url::from_file_path not generate an URL with an empty path. Fix #197. 10 years ago
  Simon Sapin 52ce55f570 Add Url::path_segments_mut, fix #188 10 years ago
  Simon Sapin 34fc56aae2 Test that serialization + parsing is (mostly) idempotent. 10 years ago
  Simon Sapin 91ee6518d9 Parse based on iterators instead of &str slices. 10 years ago
  Simon Sapin e185a8634c Make pop_path_segment and push_path_segment private for now. 10 years ago
  Simon Sapin b6fbbcaf8a Rename mutate_query_pairs to query_pairs_mut. 10 years ago
  Simon Sapin 0c12771a44 Hide Url::assert_invariants from docs. 10 years ago
  Simon Sapin bb72f19592 Fix a corner case of Url::set_host 10 years ago
  Simon Sapin 4a59d935fc Let’s not try to manually maintain a list of authors. 10 years ago
  Simon Sapin f6996c8d33 Have a single `impl Url` block with public methods. 10 years ago
  Simon Sapin e4035794b0 More detailed error type for Url::set_host 10 years ago
  Simon Sapin 3f92946af3 Fewer magic numbers. 10 years ago
  Simon Sapin cd9fda8e30 Fix/clarify comments, and add a debug_assert! 10 years ago
  Simon Sapin 26bdb3abcf Port setter tests and fixes 10 years ago
  Simon Sapin 777413d51a Password setter tests and fixes 10 years ago
  Simon Sapin eb4d9b1386 Username setter tests and fixes. 10 years ago
  Simon Sapin 8685112269 Bring back urlutils.rs / webidl.rs after all 10 years ago
  Simon Sapin f4bd6e5b65 Check invariants during tests. 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 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 837a8da8f9 Introduce "output encoding", per spec. 10 years ago