Commit History

Author SHA1 Message Date
  bors-servo 8ba21853e7 Auto merge of #211 - servo:url-username, r=SimonSapin 10 years ago
  Corey Farwell 2a7e0becfb Add doc examples for `url::Url::username`. 10 years ago
  bors-servo 6e4c1e46d4 Auto merge of #209 - servo:doc, r=SimonSapin 10 years ago
  bors-servo d6c83f2def Auto merge of #210 - servo:unused, r=SimonSapin 10 years ago
  Corey Farwell 4b81f1e5d9 Remove unused imports. 10 years ago
  Corey Farwell 7b4608b8ab Add doc examples for `url::Url::origin`. 10 years ago
  bors-servo 288dd37de9 Auto merge of #206 - servo:up, r=SimonSapin 10 years ago
  Simon Sapin 8f2a1ca3a0 Add some to UPGRADING.md 10 years ago
  Simon Sapin dde27bbf72 UPGRADING.md: Syntax highlighting for code blocks on github 10 years ago
  Simon Sapin e03ee8c196 UPGRADING.md: add some line breaks. 10 years ago
  Carol (Nichols || Goulding) bdb50a2006 Document common changes needed during a 0.x -> 1.x upgrade 10 years ago
  Simon Sapin dc963b72e5 Fix #203, remove the "Fork me on github" banner. 10 years ago
  bors-servo 2332a5edb9 Auto merge of #202 - servo:https, r=KiChjang 10 years ago
  Corey Farwell 7c08cdf1b8 Use HTTPS for README URLs. 10 years ago
  bors-servo f36d48d1c1 Auto merge of #198 - servo:empty-path, r=mbrubeck 10 years ago
  Simon Sapin ce6ca74892 Have Url::from_file_path not generate an URL with an empty path. Fix #197. 10 years ago
  bors-servo d91d175186 Auto merge of #194 - servo:path-segments, r=nox 10 years ago
  Simon Sapin e66486a7cd Make pushing a "." or ".." segment a no-op. 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
  bors-servo 28d691c870 Auto merge of #190 - servo:input-iterator, r=SimonSapin 10 years ago
  Simon Sapin cd7d83b631 Import new tests from WPT 10 years ago
  Simon Sapin 540bba5cec Simplify Parser::parse_host and Parser::parse_file_host 10 years ago
  Simon Sapin 46df76caed Systematically ignore tabs and newlines. 10 years ago
  Simon Sapin 91ee6518d9 Parse based on iterators instead of &str slices. 10 years ago
  bors-servo d5a84c9286 Auto merge of #189 - servo:defer-mutate-path-segments, r=nox 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
  bors-servo e96d5a4006 Auto merge of #187 - servo:stuff, r=nox 10 years ago
  Simon Sapin 0c12771a44 Hide Url::assert_invariants from docs. 10 years ago