| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-20 | Support for generating native functions at runtime | Laurenz | |
| 2024-10-31 | Replace `once_cell`'s `Lazy` as much as possible (#4617) | Abdul-Rahman Sibahi | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2024-10-27 | Split out four new crates (#5302) | Laurenz | |
| 2024-05-25 | Improve macro docs (+ Native*Data docs) (#4240) | bluebear94 | |
| 2024-03-04 | Add support for shortcut links in docs (#3547) | Laurenz | |
| 2024-02-27 | New context system (#3497) | Laurenz | |
| 2023-11-26 | Rework `Vt` into `Engine` | Laurenz | |
| - Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts | |||
| 2023-11-24 | Merge `typst` and `typst-library` | Laurenz | |
| 2023-11-19 | Streamline imports | Laurenz | |
| 2023-10-30 | Fixed typos (#2524) | Fritz Rehde | |
| 2023-10-27 | Fix error priority for function arguments | Laurenz | |
| Errors about superfluous arguments are now thrown before errors of the function execution itself. Fixes #1367 | |||
| 2023-10-27 | Fix argument parsing bug | Laurenz | |
| Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen. | |||
| 2023-09-11 | Better proc macros | Laurenz | |
| 2023-08-25 | calm down clippy even more (#1997) | Beiri22 | |
| 2023-08-07 | Touch up docs | Laurenz | |
| 2023-07-20 | Center delimiters vertically about the axis (#1756) | damaxwell | |
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
