2933 Commits

Author SHA1 Message Date
Laurenz
020294fca9
Better test runner (#3922) 2024-04-13 08:39:45 +00:00
Matthew Toohey
72dd792106
Add --make-deps CLI argument (#2877) (#3890) 2024-04-09 11:50:41 +00:00
A-Walrus
847b710480
Fix raw bidi text (#3885) 2024-04-09 11:49:38 +00:00
Rik Huijzer
7ea55ec9a0
Document how to import func (#3889)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-04-09 08:31:31 +00:00
frozolotl
2663f42442
Rename turtle to shell (#3870) 2024-04-08 10:39:11 +00:00
frozolotl
36dcabe692
Fix gradient sample example (#3868) 2024-04-08 10:36:36 +00:00
Leedehai
9289d9334b
SyntaxKind::Eof => SyntaxKind::End to better express its usage (#3872) 2024-04-08 10:21:06 +00:00
Rik Huijzer
33d620ed2e
Mention fields function in docs (#3897)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-04-08 10:10:08 +00:00
José Lopes
351cf127f2
Fix missing blackboard bold letters (#3759) 2024-04-08 08:46:31 +00:00
Tomás Cruz
5de36f7b97
Deformed stroke for some length values fix (#3860) 2024-04-06 11:21:38 +00:00
Leedehai
3d4de954aa
Fix broken links in tables.md on striped rows and columns (#3884) 2024-04-06 11:17:15 +00:00
frozolotl
ffc9570c64
Remove SOURCE_DATE_EPOCH CLI argument (#3859) 2024-04-04 15:00:02 +00:00
tingerrr
8013f69714
Implement World for common pointer types of World (#3838)
Co-authored-by: Ilia <43654815+istudyatuni@users.noreply.github.com>
2024-04-04 09:37:23 +00:00
Leedehai
8c28f67504
Let the lexer respect linebreaks within inline raw (#3756) 2024-04-04 08:18:37 +00:00
frozolotl
d4b3ae0925
Read SOURCE_DATE_EPOCH for better reproducibility (#3809) 2024-04-03 10:34:17 +00:00
Leedehai
0619ae98a8
Fix newline parsing behavior in code mode (#3780) 2024-04-03 09:01:50 +00:00
Gabriel Araújo
0b9878ed31
Fix wrong PDF page labels (#3836) (#3837) 2024-04-03 08:39:47 +00:00
Laurenz
b3615ccd49
A few CI and crate config changes (#3852) 2024-04-02 14:16:44 +00:00
Malo
c4001662b6
Improve repr for SequenceElem (#3584) 2024-04-02 12:47:56 +00:00
Ana Gelez
29af23663d
Support negative dimensions in rectangles (#3807) 2024-04-02 12:17:10 +00:00
Ana Gelez
c413bef11d
Never shrink lines in raw blocks (#3796) 2024-04-02 12:16:00 +00:00
Leedehai
c225adb22b
Fix tab rendering for raw block with lang "typ(c)" (#3847) 2024-04-02 09:07:00 +00:00
Etienne Collin
f461b2059d
Fixed interaction of first_line_indent with outline (#3745) 2024-04-02 08:13:13 +00:00
Leedehai
1e645b3964
Fix str.trim(regex,at:end) when the whole string is matched (#3730) 2024-04-01 21:01:26 +00:00
Myriad-Dreamin
092f6dc462
Fix source path resolution in import analysis (#3842) 2024-04-01 20:54:49 +00:00
Lucy-73
d672080e85
Changed equation reference customization example to include a link (#3812) 2024-04-01 20:50:28 +00:00
Eric Biedert
72c5b42a30
Fix patterns with spacing in PDF (#3793) 2024-04-01 20:37:05 +00:00
Wenzhuo Liu
eef3c3c5ff
Remove unsafe flag usage in typst-timing (#3788) 2024-04-01 20:36:25 +00:00
Matthew Toohey
dee8ccf048
Add side parameter to leaf_at (#3767) 2024-04-01 20:22:54 +00:00
Ran Luo
16c3af7c92
Fix compression of punctuation marks at line start of end (#3744) 2024-04-01 20:22:00 +00:00
Kamack38
7b9faa81bf
Add parallelogram symbols (#3740) 2024-04-01 20:20:05 +00:00
Ilia
e91baaca82
Support writing document to stdout (#3632) 2024-04-01 19:36:21 +00:00
frozolotl
82717b2869
Implement to-dict method on arrays (#3575) 2024-04-01 17:21:19 +00:00
Adrian Freund
27259b714f
Speed up docker build (#3627) 2024-04-01 16:55:48 +00:00
Leedehai
0d7fa1747e
Change sym.triangle from ▷ to △ (#3628) 2024-04-01 16:41:44 +00:00
Ana Gelez
105d7156f8
Better handle large numbers from external data files (#3791)
Co-authored-by: Martin Haug <mhaug@live.de>
2024-03-25 16:51:35 +00:00
Ana Gelez
2efa86cbdf
Fix smart quotes in PDF outline (#3790) 2024-03-25 13:32:02 +00:00
frozolotl
a33d8bf322
Escape path and entrypoint in typst init output (#3753) 2024-03-23 11:54:50 +00:00
Leedehai
bf519162ff
Exclude bots from the doc's contributor list (#3731) 2024-03-23 11:53:17 +00:00
Leedehai
d1568a5583
Let Repr for Relative<T> print both abs + ratio (#3721) 2024-03-23 11:51:43 +00:00
Laurenz
0dba0e2658
Pin CI Rust version (#3763) 2024-03-22 13:30:47 +00:00
frozolotl
0a917aba98
Fix warnings introduced by rust 1.77 (#3754) 2024-03-22 12:35:02 +00:00
Matt Fellenz
41db766b83
Unify ops match arms (#3720) 2024-03-19 09:37:30 +00:00
Malo
c125125080
Documentation improvements (#3698)
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
2024-03-19 09:37:16 +00:00
frozolotl
9dfc54d726
Fix color documentation (#3688) 2024-03-19 09:36:30 +00:00
Malo
65ae369f2c
Add stroked variants of suits (#3612) 2024-03-19 09:35:26 +00:00
A-Walrus
e6f7cc126c
Fix all cargo doc warnings (#3684) 2024-03-16 09:25:40 +00:00
PgBiel
c8d4a4d2b6
Remove grid usize overflow tests (#3687) 2024-03-16 09:24:45 +00:00
Laurenz
2bf9f95dd8 Version bump v0.11.0 2024-03-15 16:03:45 +01:00
Laurenz
faca50a240
Final touches (#3678) 2024-03-15 14:47:41 +00:00