| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-01 | Optimize `.count() > 1` check (#1053) | Matt Fellenz | |
| This can be trivially optimized to `.nth(1).is_some()` which obviates evaluating every element in the iterator. | |||
| 2023-04-18 | clippy::wrong_self_convention (#857) | Marek Barvíř | |
| 2023-04-07 | realize before layout_math (#637) | _rqy | |
| 2023-04-01 | Needless clone, borrows, casts and lifetimes (#504) | Marek Barvíř | |
| 2023-03-29 | Fix styling of text operators | Laurenz | |
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-03-12 | Spans in math | Laurenz | |
| 2023-03-08 | Rework style chain access | Laurenz | |
| 2023-02-12 | Remove base width | Laurenz | |
| 2023-02-03 | Keep font directly in `GlyphFragment` | Laurenz | |
| 2023-02-02 | More robust automatic math spacing | Laurenz | |
| 2023-02-02 | Math tests | Laurenz | |
| 2023-01-29 | Fix math styling | Laurenz | |
| 2023-01-28 | More capable math calls | Laurenz | |
| 2023-01-27 | Fix math spacing bugs | Laurenz | |
| 2023-01-22 | Math framework | Laurenz | |
