aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/vec.rs
Commit message (Expand)AuthorAgeFilesLines
* Move util::vec::byte_swap to canvas_traitsAnthony Ramine2016-07-041-16/+0
* Move util::vec::ForgetfulSink to style::sink and simplify itAnthony Ramine2016-07-041-71/+0
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-1/+4
* Remove util::vec::ComparatorGuillaume Gomez2016-03-011-59/+0
* Fix issues found by rust-clippyCorey Farwell2015-10-121-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Tighten up checks for spaces around colons to deal with trait inheritance syn...Josh Matthews2015-08-161-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-4/+4
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-13/+47
* Move the sink into util::vec.Ms2ger2015-04-271-0/+36
* Define the binary search methods on [T] rather than &[T].Ms2ger2015-04-241-5/+5
* Move util crate unit tests into a new unit_tests crateSimon Sapin2015-04-071-65/+0
* Remove uint/int inside `components/util` (partial #4745).Alexandru Cojocaru2015-02-281-9/+9
* Implement Canvas pixel manipulationEdit Balint2015-02-221-0/+12
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Use std::cmp::Ordering explicitly.Ms2ger2015-01-221-4/+4
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-12/+12
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+5
* Fix up and run unit tests.Jack Moffitt2014-10-021-5/+5
* Cargoify servoJack Moffitt2014-09-081-0/+124