summaryrefslogtreecommitdiff
path: root/crates/typst-macros
AgeCommit message (Expand)Author
2025-06-20Support for generating native functions at runtimeLaurenz
2025-06-02Bump Rust to 1.87 in CI (#6367)Laurenz
2025-02-05Export target docs (#5812)Laurenz
2025-02-04Scope deprecations (#5798)Laurenz
2025-01-10Don't generate accessors for required fields (#5680)Laurenz
2024-12-17Support for defining which charset should be covered by a font (#5305)Peng Guanwen
2024-12-04Add some more spansLaurenz
2024-11-17Use `codex` for symbols (#5421)Malo
2024-10-31Replace `once_cell`'s `Lazy` as much as possible (#4617)Abdul-Rahman Sibahi
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-07Fix warning in proc macro (#5150)Laurenz
2024-09-08Fix a few doc typos. (#4914)inferiorhumanorgans
2024-08-15Move `calc.nan` to `float.nan` and add `float.inf` (#4733)Malo
2024-06-22Add message when trying to access a field that is not set (#4399)+merlan #flirora
2024-06-13Make symbols callable like functions & migrate callable accents to callable s...Yip Coekjan
2024-06-04Refactor casts to use `HintedStrResult` (#4229)PgBiel
2024-05-25Refactor `Capable::vtable` to return `Option<NonNull<()>>` (#4252)+merlan #flirora
2024-05-25Improve macro docs (+ Native*Data docs) (#4240)bluebear94
2024-05-13Factor out `typst-utils` crate (#4125)Laurenz
2024-04-02A few CI and crate config changes (#3852)Laurenz
2024-03-15Final touches (#3678)Laurenz
2024-03-04Add support for shortcut links in docs (#3547)Laurenz
2024-03-03Fix some comments (#3541)geekvest
2024-02-27New context system (#3497)Laurenz
2024-02-13Minor realization improvements (#3408)Laurenz
2024-02-01Fix show-set semantics (#3311)Laurenz
2024-01-31Ensure synthesized field access never panics (#3310)Laurenz
2024-01-30Respect set rules in where selectors (#3290)Laurenz
2024-01-30Refactor `#[elem]` macro (#3303)Laurenz
2024-01-30Refactor folding (#3294)Laurenz
2024-01-29Refactor capability helpersLaurenz
2024-01-29Merge `Fields` and `ElementFields` traitsLaurenz
2024-01-17Add a few manual Debug impls to elementsLaurenz
2024-01-16Don't discard other attributes in `time` macroLaurenz
2024-01-16Migrate metadata fields out of individual elements (#3200)Laurenz
2024-01-12Autogenerate default cast in`#[ty]` unless `cast` is specifiedLaurenz
2024-01-02Fix `#[internal]` fields needing `IntoValue` impl (#3103)Sébastien d'Herbais de Thun
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
2023-12-28Remove uses of `EcoString::inline`Laurenz
2023-12-07Fix label in `.fields()` accessor (#2884)Sébastien d'Herbais de Thun
2023-12-04Fix defaults on `#[synthesized]` fields (#2825)Sébastien d'Herbais de Thun
2023-11-30Fix content hashingLaurenz
2023-11-27Make workspace inheriting consistentLaurenz
2023-11-27Optimize `Content::has`, `Introspector::query_label`, and `MetaElem` (#2759)Sébastien d'Herbais de Thun
2023-11-27Use clippy workspace lints and inline format args (#2771)danieleades
2023-11-26Rework `Vt` into `Engine`Laurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-24Fix `has` on non-inherent fields (#2745)frozolotl
2023-11-20Document the `#[ghost]` attribute from #2718 (#2721)Sébastien d'Herbais de Thun
2023-11-19Added `ghost` attr to `elem` macro (#2718)Sébastien d'Herbais de Thun