Commit History

Author SHA1 Message Date
  Markus Westerlind bb83d991d1 perf: Avoid checking for NFC if the string is already normalized (-20%) 8 years ago
  Markus Westerlind 3071ad4156 perf: Pre-allocate the strings in processing (-5%) 8 years ago
  Markus Westerlind e035f8909b perf: Split the uts46 table for better cache locality (-4%) 8 years ago
  Markus Westerlind c493261bdf Add benchmark 8 years ago
  bors-servo 04d5ec1e7f Auto merge of #439 - servo:test, r=emilio 8 years ago
  Simon Sapin 9d500e76a0 Update to rustc_test 0.3, unbreak tests on nightly-2018-02-25 8 years ago
  Simon Sapin 1b84a3944f 1.7.0 8 years ago
  bors-servo 32c2006658 Auto merge of #433 - dekellum:improve-violations-interface-2, r=nox 8 years ago
  David Kellum 255df06d4f Add syntax_violation_callback, SyntaxViolation enum 8 years ago
  David Kellum 42b82fadc5 Test for existing log_violation_syntax interface 8 years ago
  Simon Sapin 49bea1e876 Fix data-url README 8 years ago
  bors-servo e447349cbb Auto merge of #432 - servo:data, r=nox 8 years ago
  Simon Sapin a6e63fed24 Add metadata for the data-url crate 8 years ago
  Simon Sapin 56446b4c9c Attempt at fixing Travis config for 1.17 8 years ago
  Simon Sapin 458f67fbe0 Make url_serde use the local url crate when in the repo 8 years ago
  Simon Sapin a715ed987e Add data-url to the workspace 8 years ago
  Simon Sapin be56f24817 Travis: Only test url on 1.17 (data-url uses `pub(crate)`) 8 years ago
  Simon Sapin e76e98c446 Merge branch 'master' of ../rust-data-url into data 8 years ago
  Simon Sapin cc670f686b Move into a subdirectory, to prepare for merge into the rust-url repository 8 years ago
  Simon Sapin a2851be757 Use `cargo test --all` on Travis 8 years ago
  Simon Sapin d56fcdd066 Add Mime::get_parameter 8 years ago
  Simon Sapin 72a19fa69e Switch to WHATWG’s MIME type parsing algorithm 8 years ago
  Simon Sapin 16e0e57bbd Use serde to read JSON into custom types rather than serde_json::Value 8 years ago
  Simon Sapin 226e0a4ece Run (very few of) the WPT MIME parsing tests 8 years ago
  Simon Sapin 28c79fb2de Another base64 bug 8 years ago
  Simon Sapin 245626794e Fix some base64 bugs 8 years ago
  Simon Sapin f18ed94bce Add some detail to base64 errors 8 years ago
  Simon Sapin fb3174bec8 Run WPT tests for base64 8 years ago
  Simon Sapin 63493ba0cc Move base64 to a separate module 8 years ago
  Simon Sapin 0b58116c77 Add base64 decoding to Vec 8 years ago