| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-26 | Disallow empty labels and references (#5776) (#6332) | Said A. | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2025-03-24 | Use `u64` instead of `usize` to store counter and enumeration item numbers, ↵ | Eduardo Sánchez Muñoz | |
| so behavior does not vary from 64-bit to 32-bit platforms (#6026) | |||
| 2025-02-26 | Improve clarity of `ast.rs` for newcomers to the codebase (#5784) | Ian Wrzesinski | |
| Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: T0mstone <39707032+T0mstone@users.noreply.github.com> | |||
| 2025-01-29 | Resolve bound name of bare import statically (#5773) | Laurenz | |
| 2025-01-23 | Just add MathText SyntaxKind | Ian Wrzesinski | |
| 2024-12-20 | Remove unused single quote shorthand (#5609) | Ian Wrzesinski | |
| 2024-12-17 | Rename `pattern` to `tiling` (#5590) | Laurenz | |
| 2024-09-26 | Spelling (#5020) | Josh Soref | |
| Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-09-22 | Reduce typo count. (#4923) | Bruce Mitchener | |
| 2024-08-20 | Fix typos (#4784) | Max | |
| 2024-08-09 | Split shorthands into math and markup, add tilde shorthand (#4706) | Max | |
| 2024-05-30 | Add nested import syntax (#4228) | Tulio Martins | |
| Co-authored-by: LuizAugustoPapa <luiz.papa@aluno.puc-rio.br> Co-authored-by: PepinhoJp <pepinho.jp@gmail.com> Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> | |||
| 2024-05-29 | Fix `Default` impls for AST nodes (#4288) | Laurenz | |
| 2024-03-09 | Update changelog and roadmap (#3594) | Laurenz | |
| 2024-03-03 | Fix some comments (#3541) | geekvest | |
| Signed-off-by: geekvest <cuimoman@sohu.com> | |||
| 2024-03-01 | Provide more fine-grained spans in raw blocks (#3257) | Myriad-Dreamin | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2024-02-29 | Add `depth` and `offset` field to `heading` (#3038) | tingerrr | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2024-02-28 | Make use of `is_some_and` where applicable (#3523) | Laurenz | |
| 2024-02-27 | New context system (#3497) | Laurenz | |
| 2024-02-21 | Destructuring improvements (#3463) | Laurenz | |
| 2024-01-30 | Remove an unnecessary clone in loop evaluation (#3297) | Leedehai | |
| 2023-11-27 | Fix trailing comma of function call in math mode (#2772) | T0mstone | |
| 2023-11-19 | Streamline imports | Laurenz | |
| 2023-11-02 | Implement dict key interpolation (#2559) | Matt Fellenz | |
| 2023-10-12 | MathAttach::primes: account for possible hash before base (#2363) | bluebear94 | |
| Fixes #2358. | |||
| 2023-10-09 | Hashtag -> Hash | Laurenz | |
| 2023-10-09 | Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318) | MALO | |
| 2023-09-16 | Fix missing capturing of assignments | Laurenz | |
| The previous commit was a bit overambitious. The left-hand side of assignments should actually be fully captured: Argument lists in `at` calls can contain captured variables. And if the assigned variable itself is captured, then the function is faulty anyway. (And we ensure the correct error message by capturing it.) Fixes #2169 | |||
| 2023-09-16 | Fix incremental compilation by fixing closure capturing | Laurenz | |
| Fixes #1958 | |||
| 2023-09-04 | Update ast.rs (#2057) | KillTheMule | |
| Rust 1.74 warns about this, noting it will be a hard error soon. Quite annoying when developing on an unstable compiler now already ;) | |||
| 2023-08-30 | Allow renaming imports with `as` (#1923) | Pg Biel | |
| 2023-08-19 | Make AST borrowed | Laurenz | |
| 2023-08-10 | Fix single prime in subscript (#1909) | sitandr | |
| * Fix single prime in subscript (a_' producing wrong result) * Clippy | |||
| 2023-08-03 | Split markup and math shorthands for docs | Laurenz | |
| 2023-07-18 | Extract syntax module into typst-syntax crate | Laurenz | |
