Folkert
|
cdc61f64ba
|
fix names of min/max float functions
|
2022-05-09 22:46:55 +02:00 |
|
Mfon Eti-mfon
|
9068c2414e
|
Rename float functions and vars
|
2022-05-08 18:42:12 +01:00 |
|
Mfon Eti-mfon
|
85c622b169
|
Update symbols definition
|
2022-05-08 15:54:34 +01:00 |
|
ayazhafiz
|
0626433a14
|
Sweep unused deps
`cargo +nightly udeps` told me what's good
|
2022-05-06 22:54:42 -04:00 |
|
Folkert
|
5755475b3a
|
add ListIsUnique lowlevel operation
|
2022-05-06 13:56:35 +02:00 |
|
Folkert
|
76fb5308e7
|
update wasm type size asserts
|
2022-05-05 17:57:02 +02:00 |
|
Folkert
|
08fdd0781e
|
use NonZeroU32 for ModuleId
|
2022-05-04 23:11:14 +02:00 |
|
Folkert
|
9854f068d9
|
change the internal representation of Symbol to two u32's
|
2022-05-04 22:57:49 +02:00 |
|
Folkert
|
d57d9cc87a
|
use module_const over module_id
|
2022-05-04 22:42:31 +02:00 |
|
Ayaz
|
5ec815a373
|
Merge pull request #2985 from rtfeldman/closure-called-in-defining-scope
Closure called in defining scope
|
2022-05-02 16:41:55 -04:00 |
|
Folkert
|
a35619ec80
|
add Symbol::contains helper for debugging
|
2022-05-01 14:29:52 +02:00 |
|
Folkert
|
76754e4d2a
|
use &str instead of Ident in some key places
|
2022-04-30 20:43:12 +02:00 |
|
Folkert
|
ec99d61953
|
skip generated symbols when looking for an ident
|
2022-04-30 17:11:46 +02:00 |
|
Folkert
|
45197779ae
|
re-use idents more aggressively
|
2022-04-30 15:47:15 +02:00 |
|
Folkert
|
c1d9c63e37
|
flip the order of loops to make lookups much faster
|
2022-04-30 12:27:50 +02:00 |
|
Folkert
|
a78aff0f2f
|
clippy
|
2022-04-30 01:54:16 +02:00 |
|
Folkert
|
572bd66fb7
|
remove exosed_ident_ids
|
2022-04-28 21:34:58 +02:00 |
|
Folkert
|
622c6f3248
|
Merge remote-tracking branch 'origin/trunk' into scope-smarter-storage
|
2022-04-27 19:45:09 +02:00 |
|
Ayaz
|
98a3523702
|
Merge pull request #2961 from rtfeldman/improved-identids
Improved identids
|
2022-04-27 10:11:06 -04:00 |
|
Folkert
|
61d4d66f80
|
move to u16 again for lengths
|
2022-04-27 14:26:20 +02:00 |
|
Folkert
|
b2f3ff0c3b
|
fix bug with updating strings giving incorrect results
|
2022-04-27 11:37:57 +02:00 |
|
Folkert
|
fc9067805b
|
move SmallStringInterner to its own file
|
2022-04-26 22:22:10 +02:00 |
|
Folkert
|
7b7da3ffce
|
refactor out a SmallStringInterner
|
2022-04-26 21:54:45 +02:00 |
|
Folkert
|
a0c8d4413b
|
using features that are too fancy
|
2022-04-26 21:32:34 +02:00 |
|
Folkert
|
e5e27dff1c
|
style
|
2022-04-26 20:40:47 +02:00 |
|
Folkert
|
9cfca53b0d
|
update guess
|
2022-04-26 20:32:11 +02:00 |
|
Folkert
|
d690d3f325
|
clippy
|
2022-04-26 20:26:13 +02:00 |
|
Folkert
|
e87cb5555b
|
use u8 as length type
|
2022-04-26 20:18:17 +02:00 |
|
Folkert
|
c31b796938
|
more types!
|
2022-04-26 20:10:29 +02:00 |
|
Folkert
|
d3ef35d935
|
rename
|
2022-04-26 11:33:26 +02:00 |
|
Folkert
|
25561ff757
|
Merge branch 'improved-identids' of github.com:rtfeldman/roc into improved-identids
|
2022-04-26 09:23:28 +02:00 |
|
Folkert
|
b761890f47
|
use std::io::Write to write bytes
|
2022-04-26 09:17:09 +02:00 |
|
Folkert
|
3e0b598bc7
|
switch to Vec<u8>
|
2022-04-26 09:15:51 +02:00 |
|
Folkert
|
b6e8509e89
|
more inline
|
2022-04-26 09:14:44 +02:00 |
|
Folkert
|
af6c3231f3
|
Improved IdentIds
|
2022-04-25 23:15:57 +02:00 |
|
Folkert
|
ae04887cb1
|
make IdentIds expose an iterator of &str
|
2022-04-25 23:15:56 +02:00 |
|
Folkert
|
724fdb666d
|
Improved IdentIds
|
2022-04-25 23:09:18 +02:00 |
|
Richard Feldman
|
85e7969c2d
|
Replace references to "global tag" with "tag"
|
2022-04-25 17:04:34 -04:00 |
|
Folkert
|
5a5324f27e
|
make IdentIds expose an iterator of &str
|
2022-04-25 21:44:44 +02:00 |
|
Folkert
|
6028507dff
|
Merge remote-tracking branch 'origin/trunk' into scope-smarter-storage
|
2022-04-25 21:33:20 +02:00 |
|
Ayaz Hafiz
|
cf8409dfaa
|
Remove private tag variants
|
2022-04-25 11:38:54 -04:00 |
|
Ayaz Hafiz
|
b6383f81ee
|
Numbers are opaques
|
2022-04-25 10:59:42 -04:00 |
|
Richard Feldman
|
122a1d57a0
|
Merge remote-tracking branch 'origin/trunk' into sqrt-unchecked
|
2022-04-23 15:40:30 -04:00 |
|
Folkert
|
7b234911ac
|
do the work
|
2022-04-22 23:47:43 +02:00 |
|
Richard Feldman
|
132213245d
|
Add a way to convert Lowercase to &str
|
2022-04-20 21:39:09 -04:00 |
|
Brian Carroll
|
f8156ffd53
|
Merge pull request #2834 from rtfeldman/wasm-list-map-n
Wasm List.mapN
|
2022-04-20 14:47:04 +01:00 |
|
Richard Feldman
|
082fde976a
|
Merge branch 'trunk' into sqrt-unchecked
|
2022-04-20 08:19:34 -04:00 |
|
Richard Feldman
|
93677001ba
|
Merge pull request #2888 from rtfeldman/divTrunc
rename divFloor to divTrunc
|
2022-04-19 21:57:49 -04:00 |
|
Kevin Gillette
|
cd8ab753e3
|
remove %% operator
|
2022-04-18 19:15:14 -06:00 |
|
Kevin Gillette
|
777363afd0
|
decrement symbol IDs to account for mod removal
|
2022-04-18 19:14:43 -06:00 |
|