| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-30 | Fixed typos (#2524) | Fritz Rehde | |
| 2023-10-29 | Linebreaking for links | Laurenz | |
| 2023-10-19 | Fix tag list order | Laurenz | |
| 2023-10-17 | Replace `Vec` with `EcoVec`, removed `Box` (#2420) | Sébastien d'Herbais de Thun | |
| 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-10-09 | Bump ecow | Laurenz | |
| 2023-09-26 | Extract IDE crate | Laurenz | |
| 2023-09-19 | Improve span stability after incremental parsing | Laurenz | |
| 2023-09-19 | Incremental parsing in CLI | Laurenz | |
| Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible. | |||
| 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-12 | Fix newline parsing behaviour in markup | Laurenz | |
| 2023-09-11 | First-class types | Laurenz | |
| Makes types first-class values. | |||
| 2023-09-06 | Don't automatically match fences | Laurenz | |
| Fixes #306 | |||
| 2023-09-04 | Allow packages to specify their minimum compiler version | Laurenz | |
| 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-29 | More type safety for spans | Laurenz | |
| 2023-08-22 | Virtual path type | Laurenz | |
| Fixes #1937 | |||
| 2023-08-21 | Set new minimum serde version | Laurenz | |
| 1.0.184 does not ship with a precompiled binary anymore | |||
| 2023-08-19 | Restrict serde version | Laurenz | |
| 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-08-03 | enum ident one more then current start (#1824) | Anton Wetzel | |
| 2023-07-19 | Enable ecow's serde feature for typst-syntax | Laurenz | |
| 2023-07-18 | Extract syntax module into typst-syntax crate | Laurenz | |
