summaryrefslogtreecommitdiff
path: root/library/src/meta/state.rs
AgeCommit message (Collapse)Author
2023-07-02Move everything into `crates/` directoryLaurenz
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-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-05-01Fix two things in docsLaurenz
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-01Don't display empty counters and stateLaurenz
Fixes #338.
2023-03-20Documentation for measure, locate, and styleLaurenz
2023-03-20Documentation for queryLaurenz
2023-03-20Documentation for stateLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-19Measurement and introspection reworkLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-17StateLaurenz