| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-22 | Remove layout cache | Laurenz | |
| 2022-02-18 | Remove layout-cache feature | Laurenz | |
| 2022-01-31 | Switch from `Rc` to `Arc` | Laurenz | |
| 2022-01-31 | Fix incremental parsing bugs | Laurenz | |
| 2022-01-24 | Simplify CLI | Laurenz | |
| 2021-12-30 | Make clippy a bit happier | Laurenz | |
| 2021-12-13 | Reduce the size of the `FramesEntry` struct and bump edition | Martin Haug | |
| 2021-11-22 | Remove decorum | Laurenz | |
| 2021-10-31 | Reorganize modules | Laurenz | |
| Instead of separating functionality into layout and library, everything lives in the library now. This way, related things live side by side and there are no duplicate file names in the two directories. | |||
| 2021-10-23 | Introduce page / block / inline levels | Laurenz | |
| 2021-09-27 | More useful incremental checks | Laurenz | |
| Co-Authored-By: Martin <mhaug@live.de> | |||
| 2021-08-19 | Refactor layouting a bit | Laurenz | |
| Notably: - Handle aspect ratio in fixed node - Inline constraint inflation into pad node | |||
| 2021-08-19 | Pattern properties (#42) | Martin | |
| Included in this package are: * Code review I: The unnamed review. * Code Review II: How I met your review. * Code Review III: Code, the final frontier. These are the voyages of the USS Review ... | |||
| 2021-08-09 | New source loading architecture | Laurenz | |
| 2021-08-01 | Pretty-printed diagnostics with traceback | Laurenz | |
| 2021-07-29 | Change derive order | Laurenz | |
| 2021-07-29 | Move EcoString and OptionExt into util | Laurenz | |
| 2021-07-26 | Slightly more expressive method name | Laurenz | |
| 2021-07-26 | No more excessive region cloning | Laurenz | |
| 2021-07-25 | Fix comment | Laurenz | |
| 2021-07-25 | Move and refactor | Laurenz | |
| 2021-07-16 | Use array's IntoIterator impl and nested or patterns | Laurenz | |
| *yay* | |||
| 2021-07-08 | Add lots of Eq impls | Laurenz | |
| 2021-06-30 | Make clippy a bit happier | Laurenz | |
| 2021-06-29 | Put incremental compilation behind feature | Martin Haug | |
| 2021-06-27 | Code review: Reverse temperature | Martin Haug | |
| 2021-06-27 | Adjust comments | Martin | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> Update tests/typ/layout/stack.typ Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2021-06-27 | Code review, new stack test | Martin Haug | |
| 2021-06-27 | Apply suggestions from code review | Martin | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2021-06-27 | Testing for incremental | Martin Haug | |
| Also, constraint bugfixes. | |||
| 2021-06-18 | Ref count the frames | Martin | |
| 2021-06-18 | Levels | Martin | |
| 2021-06-17 | Constraints (#31) | Martin | |
