aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/bloom.rs
Commit message (Expand)AuthorAgeFilesLines
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-338/+0
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-6/+6
* Various compile fixes for android rustup (link still fails).Glenn Watson2014-12-181-0/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-5/+4
* Use Gecko's simpler Bloom filter instead of one based on hashPatrick Walton2014-10-101-234/+173
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Added a bloom filter to CSS selector matching.Clark Gaebel2014-09-151-0/+398