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
/
ide
/
complete.rs
Age
Commit message (
Expand
)
Author
2023-04-04
Fix autocompletion after non-hashtag expression
Laurenz
2023-03-28
Fix basic lints (cargo clippy) (#383)
Marek Barvíř
2023-03-22
Fix typos (#115)
Kian-Meng Ang
2023-03-19
Renaming and refactoring
Laurenz
2023-03-18
Rename formula to equation
Laurenz
2023-03-14
Bibliography and citations
Laurenz
2023-03-13
Fix font tooltip
Laurenz
2023-03-11
Section references
Laurenz
2023-03-11
Autocompletion for raw language tags
Laurenz
2023-03-10
New #[func] macro
Laurenz
2023-03-07
Fully untyped model
Laurenz
2023-03-01
Split up `model` module
Laurenz
2023-03-01
Bump `ecow`
Laurenz
2023-02-25
Show only math fonts in formula show rule
Laurenz
2023-02-24
Better font autocompletion
Laurenz
2023-02-24
Don't complete in comments
Laurenz
2023-02-24
Don't complete params directly after comma
Laurenz
2023-02-23
Switch to ecow
Laurenz
2023-02-12
Require colon in show rule
Laurenz
2023-02-12
Autocomplete parentheses
Laurenz
2023-01-31
More `PartialEq` impls for `EcoString`
Laurenz
2023-01-29
Import completions
Laurenz
2023-01-28
Dictionary field completion
Laurenz
2023-01-28
Remove method call syntax kind
Laurenz
2023-01-28
More capable math calls
Laurenz
2023-01-28
Rework math attachments and accents
Laurenz
2023-01-27
Autocomplete methods
Laurenz
2023-01-27
Refactor autocomplete
Laurenz
2023-01-23
Math module
Laurenz
2023-01-20
Rewrite parser
Laurenz
2023-01-15
Remove most fields from `SyntaxKind` enum
Laurenz
2022-12-27
Bugfixes
Laurenz
2022-12-25
Fix autocomplete
Laurenz
2022-12-22
Rename `desc` to `terms`
Laurenz
2022-12-20
Documentation
Laurenz
2022-12-17
Fix set rule autocomplete filter
Laurenz
2022-12-17
Document parameters in comment
Laurenz
2022-12-15
Reflection for castables
Laurenz
2022-12-14
Basic autocompletion
Laurenz