Commit History

Author SHA1 Message Date
  Simon Sapin a1fdd28ec7 Fix #19: application/x-www-form-urlencoded serialization was broken. 12 years ago
  Björn Steinbrink 4de939b0c6 Fix tests to build with current rust 12 years ago
  Björn Steinbrink 965590ba18 Use `as_slice()` instead of a temporary to get &[T] instead of &[T, ..0] 12 years ago
  Simon Sapin 23fb9ec22c Merge pull request #16 from dotdash/rustup 12 years ago
  Björn Steinbrink fae79aeada Fix building with current rust 12 years ago
  Simon Sapin 637a57a834 Remove #![crate_name = "url"], Cargo takes care of it. 12 years ago
  Simon Sapin dfd4376edb Use the new Rust support in Travis-CI 12 years ago
  Simon Sapin 43419c0b84 Store the default port number in URLs. 12 years ago
  Simon Sapin ec468b202a Merge pull request #11 from michaelsproul/formatter-refactor 12 years ago
  Michael Sproul 653e68518b Refactor URL formatting code into its own module. 12 years ago
  Simon Sapin 63e5d0b570 Make pushing to GitHub Pages verbose. 12 years ago
  Simon Sapin 852d8a90ce Make the port numer Option<u16> instead of String. 12 years ago
  Simon Sapin 553d003051 Move most top-level items into modules. 12 years ago
  Simon Sapin 9d0e089b5e Merge pull request #10 from zarvox/master 12 years ago
  Drew Fisher e10de318b1 Correct precent/percent misspelling 12 years ago
  Simon Sapin 678bb4d526 Use url.path_mut() in tests. 12 years ago
  Simon Sapin d96d1ac3b0 Add _mut version of accessors. Fix #7. 12 years ago
  Simon Sapin 1b05b6cdef Fix the github ribbon for 'cargo doc'. 12 years ago
  Simon Sapin 46f2390ca1 Use the rustup.sh script from rust-lang.org. 12 years ago
  Simon Sapin 6318279688 Use the new and shiny 'cargo doc' 12 years ago
  Simon Sapin 143d902a9c Fix inverted logic in Url::to_file_path() for Windows paths. 12 years ago
  Simon Sapin ad61773abc Have rustdoc --test ignore some non-freestanding doc examples. 12 years ago
  Simon Sapin 123b52da26 Additional debug_assert!() when creating a Windows Path. 12 years ago
  Simon Sapin 286c8f7bfb Add Url::to_file_path() for Windows. 12 years ago
  Simon Sapin 5a690d5955 Have Url::to_file_path() return Err rather than fail on NUL bytes. 12 years ago
  Simon Sapin 36d22de989 Add Url::from_{file,directory}_path() for Windows. Fix #6 12 years ago
  Simon Sapin 48921034b1 Ignore /Cargo.lock 12 years ago
  Simon Sapin 9160248aca Use a multi-line comment for the crate’s doc-comment. 12 years ago
  Simon Sapin 3d54552e06 Merge pull request #5 from seanmonstar/errs 12 years ago
  Sean McArthur e8cce39245 use enum ParseError for errors instead of strings 12 years ago