102 Commits

Author SHA1 Message Date
Laurenz
47dff3765d Remove 'static bound on World
Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime.
2023-05-11 10:50:30 +02:00
Michael Lohr
ffad8516af
Implement default values for at() (#995) 2023-05-03 12:34:35 +02:00
Laurenz
519e8a7b4c Refactor string replacement 2023-05-03 11:44:08 +02:00
dvdvgt
be3c4d7876
[Feature] Allow function as argument for string.replace (#944) 2023-05-03 11:41:50 +02:00
HarmoGlace
856557353b
Add rust minimum version in Cargo.toml (#902) 2023-05-03 10:37:44 +02:00
Laurenz
ad347632ab Make ligatures copyable and searchable
Fixes #479
Fixes #1040
2023-05-03 10:33:18 +02:00
Laurenz
4c4bee9845 Fix two things in docs 2023-05-01 13:28:43 +02:00
Martin Haug
86d7ac881b Add sponsorship section to community page 2023-04-27 13:13:52 +02:00
Martin Haug
a810ae64bf Amend changelog 2023-04-26 18:41:58 +02:00
Laurenz
b1e0de0078 Version bump 2023-04-26 15:54:05 +02:00
Laurenz
3680c854a2 Touch up docs 2023-04-26 15:37:21 +02:00
Laurenz Stampfl
f38989358e
Add a zip method to arrays (#947) 2023-04-25 11:22:20 +02:00
SekoiaTree
efad1e71fa
Add sum and product to arrays (#966) 2023-04-25 11:18:27 +02:00
Laurenz
2fbb14f712 Deterministic order of contributors 2023-04-21 12:27:47 +02:00
Laurenz
c117e2dc27 List contributors in changelog
Co-Authored-By: Martin Haug <mhaug@live.de>
2023-04-20 14:23:36 +02:00
Alex Saveau
b285bea41d
Make dot be multiplication and add dot.period for periods (#747) 2023-04-19 19:08:59 +02:00
Laurenz
d10b53df0b Clippy 2023-04-18 19:16:13 +02:00
Laurenz
4613739748 Merge file and image asset directories 2023-04-18 11:33:11 +02:00
Laurenz
b51cb131bd Bump comemo 2023-04-17 19:59:45 +02:00
Laurenz
89cf4054d6 Reduce amount of hashing 2023-04-13 14:23:46 +02:00
Sébastien d'Herbais de Thun
1198e0cd38
Selector rework (#640) 2023-04-12 12:47:51 +02:00
Laurenz
fe2640c552 Version bump 2023-04-11 22:34:25 +02:00
Laurenz
2cfbf3e823 Update changelog 2023-04-11 22:01:51 +02:00
Laurenz
12be8fe070 Let dictionaries respect insertion order 2023-04-11 21:59:02 +02:00
Laurenz
6dcb65e3a3 Improve documentation 2023-04-11 21:54:13 +02:00
Marmare314
72d8785abe
fix parenthesized binding (#707) 2023-04-11 18:44:17 +02:00
Marmare314
894a78a426
add documentation for enumerate function (#664) 2023-04-11 13:56:43 +02:00
Michael Lohr
f096b7b544
Remove waitlist reference from tutorial (#705) 2023-04-11 13:55:40 +02:00
Daniel Csillag
a8087a9dbb
Array sorting by key (#584) 2023-04-11 12:48:17 +02:00
Marmare314
0f8219b392
Unpacking syntax (#532)
Closes #341
2023-04-06 15:26:09 +02:00
Laurenz
b3faef4b80 Bump version 2023-04-05 01:41:15 +02:00
Laurenz
72c7c04a9d Update changelog 2023-04-05 00:15:54 +02:00
Laurenz
5b0297464e Rename bibliography styles 2023-04-04 18:29:18 +02:00
Laurenz
bfec777542 Bump hayagriva
Fixes #287
Fixes #304
Fixes #459
Fixes #506
2023-04-04 18:21:09 +02:00
Laurenz
5637a1693c Allow labels and reference with ',' and '.' 2023-04-04 18:19:17 +02:00
Laurenz
8284db9000 Fix autocompletion after non-hashtag expression 2023-04-04 18:18:10 +02:00
Laurenz
4b0db52920 Update changelog 2023-04-04 18:00:59 +02:00
Laurenz
570c528b3e Integers with different bases 2023-04-04 15:46:09 +02:00
Zhan Rongrui
5f1513edcc
fix typos (#544) 2023-04-03 13:05:35 +02:00
user202729
100e9d6085
Add documentation on how to access math functions in code (#458) 2023-04-02 11:14:45 +02:00
Sebastian Zivota
0c33a64481
docs: Mention single-letter variables more prominently (#508) 2023-04-01 18:07:59 +02:00
Laurenz
72fb155403 Link to label 2023-03-29 20:10:23 +02:00
Laurenz
d1ff94a3b5 A bit more polygon docs 2023-03-28 17:00:02 +02:00
Laurenz
e84df1a036 Fix tests on Windows
Fixes #386.
2023-03-28 14:30:21 +02:00
Laurenz
056d15aa49 New release 2023-03-28 09:42:23 +02:00
Laurenz
862d3b7684 Methods can be impure
Fixes #385.
2023-03-27 22:54:21 +02:00
Laurenz
e83e05d541 Term list separator changes 2023-03-27 22:31:29 +02:00
Laurenz
66de90437f Update fibonacci example and add round function 2023-03-27 20:23:37 +02:00
Laurenz
f33103cf58 Add note about arrays of length one 2023-03-27 17:27:52 +02:00
Laurenz
b0f87077cc Fix hovering over comments 2023-03-27 17:25:01 +02:00