Commit History

Author SHA1 Message Date
  Jorge Israel Peña 099a760260 implement FromStr for Url 11 years ago
  Simon Sapin 93bc3d1f44 Build most Windows-specific code on non-Windows too so it doesn’t bitrot. 11 years ago
  Corey Farwell 42da7aa765 General cleanup and modernization 11 years ago
  Simon Sapin 5dfcdb68ef Remove #![feature(core)] 11 years ago
  Alex Crichton 8e356fe493 Update to rust master 11 years ago
  Simon Sapin 7fa05ce10a Remove std::old_path support for converting to/from file: URLs. 11 years ago
  Alex Crichton e36390e866 Bump rustc-serialize and use std::path 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
  Simon Sapin 5fd0cf91d6 Fix old_path import in tests. 11 years ago
  Peter Atashian 69ae087bf0 Update 11 years ago
  Simon Sapin 1565178638 Upgrade to rustc 1.0.0-nightly (c5961ad06 2015-01-28 21:49:38 +0000) 11 years ago
  Simon Sapin 47da1ddbbb Upgrade to rustc 1.0.0-dev (a9be50e28 2015-01-09 19:44:50 +0000) 11 years ago
  Simon Sapin 09a5b076dd Upgrade to rustc 0.13.0-nightly (10d99a973 2014-12-31 21:01:42 +0000) 11 years ago
  Alex Crichton 15c2c8620a Update to rust master 11 years ago
  Pierre Baillet bd385392ec Fix for macro syntax change in rust on 2014-12-19 11 years ago
  Simon Sapin 56d10e0f3d No flat enums. [breaking-change] 12 years ago
  Simon Sapin cec3c32168 Upgrade to rustc 63c4f22f2 2014-11-05. 12 years ago
  Steve Klabnik 459e021147 fail -> panic 12 years ago
  Louis Morgan b57d7d0d02 Fix some deprecation warnings 12 years ago
  Alex Crichton 903f1c19c1 Update to rust master 12 years ago
  Björn Steinbrink 4de939b0c6 Fix tests to build with current rust 12 years ago
  Simon Sapin 43419c0b84 Store the default port number in URLs. 12 years ago
  Simon Sapin 852d8a90ce Make the port numer Option<u16> instead of String. 12 years ago
  Simon Sapin 678bb4d526 Use url.path_mut() in tests. 12 years ago
  Simon Sapin 143d902a9c Fix inverted logic in Url::to_file_path() for Windows paths. 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 7b65628773 Upgrade to rustc a4553453a 2014-07-25. 12 years ago