| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
| 2023-06-12 | Delayed errors | Laurenz | |
| Fixes #785. Thanks to @Dherse for the idea! | |||
| 2023-06-12 | Clear page to Even Or Odd (#1427) | Zachary Capalbo | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-06-08 | Fix line alignment | Laurenz | |
| Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack. | |||
| 2023-06-06 | Improve value casting infrastructure | Laurenz | |
| 2023-05-15 | Extract category definitions into individual functions | Laurenz | |
| 2023-05-11 | Remove tracing from cheap functions | Laurenz | |
| Turns out that having tracing enabled on some functions that get called a lot distorts the traces so that their parent stack frames look much more expensive than they actually are. | |||
| 2023-05-11 | More efficient introspection | Laurenz | |
| Switches from a mutable locator to one based on tracked chains and optimizes query performance. | |||
| 2023-05-11 | Remove 'static bound on `World` | Laurenz | |
| Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime. | |||
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-16 | Clippy fixes (#581) | Marek Barvíř | |
| 2023-04-06 | Fix box and block sizing | Laurenz | |
| 2023-04-02 | Fix block spacing | Laurenz | |
| 2023-04-01 | Needless clone, borrows, casts and lifetimes (#504) | Marek Barvíř | |
| 2023-03-30 | Make label on styled and sequence elements locatable | Laurenz | |
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-03-19 | Measurement and introspection rework | Laurenz | |
| 2023-03-18 | Rename formula to equation | Laurenz | |
| 2023-03-18 | Architecture description | Laurenz | |
| 2023-03-17 | Hover and autocomplete in show rules | Laurenz | |
| 2023-03-17 | Counters | Laurenz | |
| 2023-03-11 | Section references | Laurenz | |
| 2023-03-10 | Expose content representation more | Laurenz | |
| 2023-03-09 | Make all optional fields settable | Laurenz | |
| 2023-03-08 | Rework style chain access | Laurenz | |
| 2023-03-08 | Streamline field names | Laurenz | |
| 2023-03-07 | Fully untyped model | Laurenz | |
| 2023-02-12 | Support fractional width for `box` | Laurenz | |
| 2023-02-12 | Make all nodes block-level | Laurenz | |
| 2023-02-12 | Extract regions into separate module | Laurenz | |
| 2023-02-12 | Fix set document bug | Laurenz | |
| 2023-02-11 | Fix flow bugs | Laurenz | |
| 2023-02-09 | Move `Fragment` into library | Laurenz | |
| 2023-02-07 | Remove basics section | Laurenz | |
| 2023-02-02 | Allow arbitrary math directly in content | Laurenz | |
| 2022-12-30 | Numbering functions | Laurenz | |
| 2022-12-23 | Fix typos | Laurenz | |
| 2022-12-22 | Rename `desc` to `terms` | Laurenz | |
| 2022-12-21 | Split up list type into three separate types and document them | Laurenz | |
| 2022-12-09 | Align set rule | Laurenz | |
| 2022-12-08 | Copyable regions | Laurenz | |
| 2022-12-05 | Small improvements | Laurenz | |
| 2022-12-02 | Introspection | Laurenz | |
| 2022-12-02 | Introduce virtual typesetter | Laurenz | |
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-11-28 | Widow and orphan prevention | Laurenz | |
| 2022-11-28 | Fragments | Laurenz | |
| 2022-11-26 | Document metadata | Laurenz | |
| 2022-11-26 | Extract numbering pattern from list node | Laurenz | |
| 2022-11-25 | Tidy up | Laurenz | |
