Historial de Commits

Autor SHA1 Mensaje Fecha
  Simon Sapin de6bd47a1f Add some early returns to reduce indentation. hace 12 años
  Simon Sapin da7f23905b Refactor some repeating/redundant code. hace 12 años
  Simon Sapin 83f494b0f3 Replace the c.len_utf8_bytes() hack by a custom string iterator. hace 12 años
  Simon Sapin 9f257e9f64 Update tests from github.com/w3c/web-platform-tests hace 12 años
  Simon Sapin 5c6e271db3 Add support for expected failures in tests. hace 12 años
  Simon Sapin 86fd85478a Use lookup tables for percent-encoding. hace 12 años
  Simon Sapin f3548e98cf Upgrade to rustc 5ad7286dc37839b7234ff51aab172e48935869d8 2014-07-12 hace 12 años
  Simon Sapin 72b7b97343 Temporarily rename the crate to url_, avoid conflict with rust’s url crate. hace 12 años
  Simon Sapin ed958694d2 Update API in README. hace 12 años
  Simon Sapin 7b973db506 U+FFF0 to U+FFFD are now URL code points per spec. hace 12 años
  Simon Sapin f51915ae55 Disallow leading zeros in IPv4-in-IPv6 address, per spec. hace 12 años
  Simon Sapin 61154630fb Add URLUtils setters. hace 12 años
  Simon Sapin 5c3d3b2beb Get rid of UserInfo. The username default to the empty string. hace 12 años
  Simon Sapin a3f858426c The spec now considers to be a string rather than a list of (string) labels. hace 12 años
  Simon Sapin f2f4427151 Non-fatal parse errors shall be handled by callback. hace 12 años
  Simon Sapin 74e40543e7 Use try!() to simplify some code. hace 12 años
  Simon Sapin 579895c93a Parse with char iterators instead of UTF-8 bytes. hace 12 años
  Simon Sapin c63b03a779 Switch to Cargo. hace 12 años
  Simon Sapin 1e3e6535f4 Upgrade to rustc 459f155f81291c46633e86a480628b50304ffb1c 2014-07-04 hace 12 años
  Simon Sapin c36aac6abd Upgrade to Rust 25951b2 2014-05-30 hace 12 años
  Simon Sapin c6eed978a3 Upgrade to Rust aa67254 2014-05-08 hace 12 años
  Simon Sapin 350bd6b910 Merge pull request #1 from dmski/master hace 12 años
  Dmitry Promsky 491c1667e3 Made rust-url compile with rust master hace 12 años
  Simon Sapin 7592e78c82 Rename URL to Url and IPv6 to Ipv6, per Rust naming convention. hace 12 años
  Simon Sapin affce4116d More doc tweaks. hace 12 años
  Simon Sapin 15d0ffdb66 Tweak and document the API hace 12 años
  Simon Sapin 5d584273ba Fix parsing of application/x-www-form-urlencoded from bytes. hace 12 años
  Simon Sapin 3662f92224 Move application/x-www-form-urlencoded stuff into a module. hace 12 años
  Simon Sapin 2bb8cf786b Turns out [Ascii] isn’t that useful. Switch to str. hace 12 años
  Simon Sapin 4091e1437a Add a TODO list hace 12 años