Chadtech
|
bec9e6ff53
|
Avoided memory leak problem, theres no real implementation beyond RocDict.empty so there is no need for memory allocation yet
|
2021-02-01 23:24:04 -05:00 |
|
Chadtech
|
ad0a22f257
|
Merging in remote
|
2021-01-31 15:52:33 -05:00 |
|
Chadtech
|
bb853d4b51
|
Use dict_entries_len instead of non-existent dict_len struct field
|
2021-01-31 15:51:57 -05:00 |
|
Chadtech
|
69fcbf70ea
|
Merge branch 'trunk' into dict
|
2021-01-31 15:46:22 -05:00 |
|
Folkert
|
ac3788ba85
|
fix tests
|
2021-01-31 18:51:12 +01:00 |
|
Folkert
|
76f9444e46
|
clippy
|
2021-01-31 17:11:16 +01:00 |
|
Folkert
|
6f394aef08
|
notify when base and fx are available
|
2021-01-31 15:55:30 +01:00 |
|
Folkert
|
5a3a3a8310
|
block on unresolved shorthand
|
2021-01-31 15:17:01 +01:00 |
|
Folkert
|
74ad32f953
|
package-qualify module ids
|
2021-01-31 15:01:57 +01:00 |
|
Folkert
|
fd7e107069
|
add lifetime to dependencies
|
2021-01-31 14:49:03 +01:00 |
|
Folkert
|
b9579af16d
|
refactor dependencies
|
2021-01-31 14:48:11 +01:00 |
|
Folkert
|
e4ae0f9e8c
|
consider the effects module a proper module
|
2021-01-31 14:41:59 +01:00 |
|
Folkert
|
42bb5fc8fd
|
make Effects Send
|
2021-01-31 14:41:06 +01:00 |
|
Folkert
|
42367d37ad
|
refactor PackageQualified
|
2021-01-31 14:40:19 +01:00 |
|
Folkert
|
53afa3c3fc
|
parse a shortname prefix before Effects
|
2021-01-31 13:43:19 +01:00 |
|
Chadtech
|
7e63f72922
|
WIP code for the basic methods on the Zig RocDict type (init, deinit, clone, allocate)
|
2021-01-31 00:33:06 -05:00 |
|
Chadtech
|
7a64ffede5
|
Merge branch 'trunk' of github.com:rtfeldman/roc into dict
|
2021-01-29 21:17:32 -05:00 |
|
Folkert
|
591cf43513
|
clippy
|
2021-01-29 16:29:37 +01:00 |
|
Folkert
|
f3385aceec
|
fix overflow for large list literals
|
2021-01-29 16:20:49 +01:00 |
|
Folkert
|
b5cfb12a3b
|
remove aliased symbols after definition
|
2021-01-29 15:49:59 +01:00 |
|
Folkert
|
4bd9d417d1
|
add stdin support for cli tests (currently unused)
|
2021-01-29 00:13:09 +01:00 |
|
Folkert
|
999f3cfce6
|
clippy
|
2021-01-28 15:52:34 +01:00 |
|
Folkert
|
c8f1bd98e0
|
clippy
|
2021-01-28 15:39:25 +01:00 |
|
Folkert
|
55eff1dba1
|
fix oversights
|
2021-01-28 15:32:22 +01:00 |
|
Folkert
|
74e94869e3
|
cleanup
|
2021-01-28 13:40:44 +01:00 |
|
Folkert
|
37dbfe9461
|
comments
|
2021-01-28 13:34:08 +01:00 |
|
Folkert
|
936bf459eb
|
initial version of rc optimization
|
2021-01-28 13:14:54 +01:00 |
|
Folkert
|
21713bbb0a
|
clippy
|
2021-01-27 00:13:20 +01:00 |
|
Folkert
|
e87d8f6449
|
optimize branching in debug builds
|
2021-01-26 23:45:41 +01:00 |
|
Folkert
|
aaa103005a
|
format
|
2021-01-26 23:44:29 +01:00 |
|
Folkert
|
ec042b5949
|
remove unneeded argument
|
2021-01-26 23:12:04 +01:00 |
|
Folkert
|
53e56e275d
|
don't store function arguments in alloca
|
2021-01-26 22:01:04 +01:00 |
|
Chadtech
|
d787d3ef7b
|
Merge branch 'trunk' into dict
|
2021-01-25 20:25:37 -05:00 |
|
Folkert
|
dbb1484a91
|
fix isize/usize mixup
|
2021-01-26 01:12:46 +01:00 |
|
Folkert
|
0f7500e4fe
|
Merge remote-tracking branch 'origin/trunk' into str-join
|
2021-01-25 20:12:48 +01:00 |
|
Folkert
|
712be89c9d
|
fix zig tests
|
2021-01-25 20:12:37 +01:00 |
|
Folkert
|
205f55be2e
|
cleanup
|
2021-01-25 17:24:22 +01:00 |
|
Folkert
|
5a62359a5f
|
remove T from join
|
2021-01-25 17:23:45 +01:00 |
|
Folkert
|
517bde4f4a
|
remove T from concat
|
2021-01-25 17:22:22 +01:00 |
|
Folkert
|
257985496b
|
use usize to determine size of roc str
|
2021-01-25 17:13:52 +01:00 |
|
Folkert
|
7e89307292
|
implement Dict.empty
|
2021-01-25 16:53:11 +01:00 |
|
Folkert
|
0166a4d915
|
fix test hanging forever
|
2021-01-25 13:20:40 +01:00 |
|
Richard Feldman
|
427ff12950
|
Merge branch 'trunk' into dev-backend
|
2021-01-25 00:56:14 -05:00 |
|
Richard Feldman
|
4bd84f4b6f
|
Merge branch 'trunk' into str-join
|
2021-01-25 00:54:28 -05:00 |
|
Richard Feldman
|
54f8efaa68
|
Merge branch 'trunk' into list-empty-record
|
2021-01-25 00:50:58 -05:00 |
|
Folkert
|
48c8343d53
|
add Str.joinWith
|
2021-01-25 00:30:48 +01:00 |
|
Folkert
|
73de5b8132
|
joinWith zig implementation and general string improvements
|
2021-01-25 00:17:41 +01:00 |
|
Chadtech
|
171e0358f3
|
Mono and can tests for Dict.len Dict.empty
|
2021-01-24 14:43:08 -05:00 |
|
Chadtech
|
ec7d8e0dc9
|
Bringing in Trunk and resolving conflict
|
2021-01-23 21:23:31 -05:00 |
|
Folkert
|
54fb482b79
|
Merge remote-tracking branch 'origin/trunk' into list-empty-record
|
2021-01-23 15:24:05 +01:00 |
|