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
/
eval
/
scope.rs
Age
Commit message (
Expand
)
Author
2023-03-10
New #[func] macro
Laurenz
2023-03-01
Split up `model` module
Laurenz
2022-10-17
Merge some modules
Laurenz
2022-09-20
Refactor error handling
Laurenz
2022-09-20
A New World
Laurenz
2022-06-14
Many fixes
Laurenz
2022-05-26
Pure functions!
Laurenz
2022-05-25
Move route from context to VM
Laurenz
2022-03-18
Methods
Laurenz
2022-03-12
Remove classes and improve naming
Laurenz
2022-02-23
Rework the core context
Laurenz
2022-02-17
Merge eval and layout contexts into `Vm`
Laurenz
2022-02-17
Make values sync
Laurenz
2022-02-17
Make values hashable
Laurenz
2022-02-01
Better function representation
Laurenz
2022-01-31
Switch from `Rc` to `Arc`
Laurenz
2021-12-15
Set Rules Episode VII: The Set Awakens
Laurenz
2021-12-09
Set Rules Episode III: Revenge of the packer
Laurenz
2021-11-08
Fine-grained capturing
Laurenz
2021-09-10
Rename `Arguments` to `Args`
Laurenz
2021-08-21
Prune derives
Laurenz
2021-08-14
Separate type for string values
Laurenz
2021-07-30
Fatal errors
Laurenz
2021-07-29
Change derive order
Laurenz
2021-07-11
Simpler casting
Laurenz
2021-07-10
Reference-count complex values
Laurenz
2021-07-10
Eco string ๐ฑ
Laurenz
2021-06-09
Lists with indent-based parsing
Laurenz
2021-06-01
Refactor path handling
Laurenz
2021-05-31
Module loading system
Laurenz
2021-05-23
A few predefined colors for testing
Laurenz
2021-04-21
Make frames serializable ๐
Laurenz
2021-03-03
Documentation fixes โ
Laurenz
2021-03-03
Closures and function definitions ๐
Laurenz
2021-02-09
Split evaluation and execution ๐ช
Laurenz
2021-02-07
Remove captured expression ๐๏ธ
Laurenz
2021-01-30
Capture variable by slot instead of value ๐ฃ
Laurenz
2021-01-27
Capture variables in templates ๐
Laurenz
2021-01-27
Scope variables in blocks ๐๏ธ
Laurenz
2021-01-22
Many more expressions ๐ฅ
Laurenz
2021-01-20
If expressions ๐
Laurenz
2021-01-15
Split state and scopes, less ref-counting ๐
Laurenz
2021-01-03
Move and rename many things ๐
Laurenz
2021-01-02
Dynamic values, Types, Arrays, and Dictionaries ๐
Laurenz
2020-10-07
Fix some clippy warnings โ
Laurenz
2020-10-04
Shorten some names โ
Laurenz
2020-10-04
Style nits ๐
Laurenz
2020-10-04
Separate state and constraints ๐งถ
Laurenz
2020-10-01
Rename compute to eval โ
Laurenz