Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move util::cache to style. | Ms2ger | 2016-07-08 | 1 | -122/+0 |
| | |||||
* | Remove HashCache. | Ms2ger | 2016-07-08 | 1 | -50/+1 |
| | |||||
* | Remove unnecessary clone in LRUCache::touch | Matt Brubeck | 2016-05-13 | 1 | -4/+4 |
| | |||||
* | Eliminate unneeded clones in find_or_create | Matt Brubeck | 2016-05-13 | 1 | -16/+15 |
| | | | | ...and use it to eliminate duplicate hash lookups and string copies in shape_text. | ||||
* | Upgrade to new Hasher API | Ruud van Asseldonk | 2016-02-03 | 1 | -4/+3 |
| | |||||
* | Derive Debug on FontGroup and its components | Olaf Buddenhagen | 2015-12-12 | 1 | -0/+1 |
| | |||||
* | HashCache: Apply trait bounds on type itself, rather than only the impl | Olaf Buddenhagen | 2015-12-12 | 1 | -1/+4 |
| | | | | | | | | | I don't think there is any reason to keep the container more generic than its (only) implementation -- the constraints are necessary for this container to work at all. Defining the constraints on the type itself also enables use of #[derive(Debug)]. | ||||
* | Fix issues found by rust-clippy | Corey Farwell | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fix reported test-tidy errors | Brandon Fairchild | 2015-09-01 | 1 | -1/+1 |
| | | | | | This fixes lines that were reported to have missing space after a comma. | ||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -3/+3 |
| | |||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -9/+9 |
| | |||||
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -1/+1 |
| | | | | closes #7197 | ||||
* | Move away from the repeat().take().collect() pattern. | Ms2ger | 2015-07-14 | 1 | -2/+1 |
| | | | | | This was the preferred pattern between the deprecation of Vec::from_elem and the addition of the count argument to the vec![] macro. | ||||
* | Move util crate unit tests into a new unit_tests crate | Simon Sapin | 2015-04-07 | 1 | -49/+0 |
| | |||||
* | Use usize in test_lru_cache. | Ms2ger | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | rm unnecessary old_impl_check | Manish Goregaokar | 2015-03-19 | 1 | -2/+0 |
| | |||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -5/+6 |
| | |||||
* | Remove uint/int inside `components/util` (partial #4745). | Alexandru Cojocaru | 2015-02-28 | 1 | -8/+8 |
| | | | | This leaves range.rs alone. | ||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Fix build warnings. | Ms2ger | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -60/+39 |
| | |||||
* | Stop using Vec::from_elem. | Ms2ger | 2015-01-19 | 1 | -1/+2 |
| | | | | It is obsolete on Rust master. | ||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -5/+3 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -5/+13 |
| | |||||
* | layout: Rewrite text and inline fragment handling during flow | Patrick Walton | 2014-10-20 | 1 | -0/+7 |
| | | | | | | | construction to avoid cloning and moving flows so much. Besides amounting to a 5%-10% win on a page with a lot of text, this simplifies and refactors the text layout code. | ||||
* | Remove unused implementation of MonoCache | Emanuel Rylke | 2014-10-16 | 1 | -52/+0 |
| | |||||
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+279 |