summaryrefslogtreecommitdiff
path: root/library/src/meta/counter.rs
AgeCommit message (Collapse)Author
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-30Minor improvementsLaurenz
2023-06-24Use third person in documentation (#1560)MALO
2023-06-12Delayed errorsLaurenz
Fixes #785. Thanks to @Dherse for the idea!
2023-06-06Improve value casting infrastructureLaurenz
2023-05-19Document `both` argument for countersLaurenz
2023-05-17Better documentation outlinesLaurenz
2023-05-11More efficient introspectionLaurenz
Switches from a mutable locator to one based on tracked chains and optimizes query performance.
2023-05-11Remove '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-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-12Selector rework (#640)Sébastien d'Herbais de Thun
2023-04-04Locatable selectorsLaurenz
2023-04-04Refactor and document figuresLaurenz
2023-04-04Improved figure numbering, labelling and referencing (#491)Sébastien d'Herbais de Thun
2023-04-02Revise counter documentationLaurenz
2023-04-02Make all counters start at zero (#533)Sébastien d'Herbais de Thun
2023-04-01Fix underflows in counterLaurenz
2023-04-01Don't display empty counters and stateLaurenz
Fixes #338.
2023-03-27Fix enum parsing and allow zero in numberingsLaurenz
Fixes #353.
2023-03-21Fix typoLaurenz
2023-03-20Documentation for citation, bibliography, and contentLaurenz
2023-03-20Documentation for queryLaurenz
2023-03-20Documentation for stateLaurenz
2023-03-20Documentation for countersLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-19Measurement and introspection reworkLaurenz
2023-03-18Fix page counterLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-17StateLaurenz
2023-03-17CountersLaurenz