| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-01-20 | Rewrite parser | Laurenz | |
| 2023-01-15 | Remove most fields from `SyntaxKind` enum | Laurenz | |
| 2023-01-14 | Reorganize syntax module | Laurenz | |
| 2022-12-14 | Move highlighting into new IDE module | Laurenz | |
| 2022-12-14 | Linked syntax node | Laurenz | |
| 2022-12-06 | More math syntax | Laurenz | |
| 2022-11-04 | Style changes | Laurenz | |
| 2022-10-17 | Merge some modules | Laurenz | |
| 2022-10-05 | Remove `SpanPos` in favor of `ErrorPos` | Laurenz | |
| 2022-10-05 | Refactor syntax module | Laurenz | |
| 2022-10-04 | Parse basic math syntax | Laurenz | |
| 2022-09-26 | Description lists, link syntax, and new enum syntax | Laurenz | |
| 2022-09-20 | Refactor error handling | Laurenz | |
| 2022-09-20 | A New World | Laurenz | |
| 2022-09-07 | [WIP] Label and reference syntax | Laurenz | |
| 2022-06-14 | Many fixes | Laurenz | |
| 2022-06-10 | Bump dependencies | Laurenz | |
| 2022-06-01 | Switch bounded condition, delete `only_at_start` | Martin Haug | |
| 2022-06-01 | Refine `ahead_nontrivia` search | Martin Haug | |
| Also reintroduces unsafe layers under another name | |||
| 2022-06-01 | Documentation | Laurenz | |
| 2022-06-01 | Incremental renumbering | Laurenz | |
| 2022-05-31 | Enforce and make use of span ordering | Laurenz | |
| 2022-05-31 | Numbered spans | Laurenz | |
| 2022-05-31 | Remove green/red distinction | Laurenz | |
| 2022-05-19 | Simplify `only_in_mode` to `only_in_markup` | Laurenz | |
| 2022-05-16 | Safe `eval` function | Laurenz | |
| 2022-05-04 | Improve diagnostics | Laurenz | |
| 2022-05-04 | Keyed pairs | Laurenz | |
| 2022-04-30 | New block spacing model | Laurenz | |
| 2022-04-24 | Rename soft linebreak to justified linebreak | Laurenz | |
| 2022-04-23 | Show rules with type ascribed object | Laurenz | |
| 2022-04-19 | Field access | Laurenz | |
| 2022-04-16 | Ellipsis | Laurenz | |
| 2022-04-13 | Soft breaks and shy hyphens | Laurenz | |
| 2022-04-12 | Introduce `NodeKind::Quote` | Martin Haug | |
| 2022-04-11 | Fix incremental bugs | Laurenz | |
| Co-Authored-By: Martin Haug <mhaug@live.de> | |||
| 2022-04-08 | Em units | Laurenz | |
| 2022-03-18 | Methods | Laurenz | |
| 2022-03-11 | Rename template to content | Laurenz | |
| 2022-03-11 | Consistent block naming | Laurenz | |
| 2022-02-23 | Code Review: That's just like your struct, man. | Martin Haug | |
| 2022-02-23 | Early stop for falling indents. | Martin Haug | |
| Fix code edits and at_start handling. Also fix dedenting for multi-byte chars in raw blocks. | |||
| 2022-02-21 | Remove `Parbreak` as a `NodeKind` | Martin Haug | |
| 2022-02-18 | Basic show rules | Laurenz | |
| 2022-02-17 | Make values hashable | Laurenz | |
| 2022-01-31 | Switch from `Rc` to `Arc` | Laurenz | |
| 2022-01-31 | Reorder succession rules | Laurenz | |
| 2022-01-30 | Rework strong and emph | Laurenz | |
| - Star and underscore not parsed as strong/emph inside of words - Stars/underscores must be balanced and they cannot go over paragraph break - New `strong` and `emph` classes | |||
| 2022-01-28 | Parse `break`, `continue` and `return` expression | Laurenz | |
