index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
layout
/
incremental.rs
Age
Commit message (
Expand
)
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
2021-10-23
Introduce page / block / inline levels
Laurenz
2021-09-27
More useful incremental checks
Laurenz
2021-08-19
Refactor layouting a bit
Laurenz
2021-08-19
Pattern properties (#42)
Martin
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
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
2021-06-27
Code review, new stack test
Martin Haug
2021-06-27
Apply suggestions from code review
Martin
2021-06-27
Testing for incremental
Martin Haug
2021-06-18
Ref count the frames
Martin
2021-06-18
Levels
Martin
2021-06-17
Constraints (#31)
Martin