Folkert
|
3093fe9e18
|
Merge remote-tracking branch 'origin/dict-more' into zig-list
|
2021-02-17 16:19:36 +01:00 |
|
Folkert
|
2166b1355b
|
check for empty key/value (not doing so caused problems for set)
|
2021-02-17 16:18:42 +01:00 |
|
Folkert
|
42c5662872
|
List.map in zig!
|
2021-02-17 15:38:55 +01:00 |
|
Anton-4
|
60edbaffee
|
Merge branch 'trunk' into dict-more
|
2021-02-17 14:52:48 +01:00 |
|
Folkert
|
821e750876
|
implement primitives
|
2021-02-17 14:08:59 +01:00 |
|
Folkert
|
b8b0156c7b
|
factor out utils.zig
|
2021-02-17 13:56:40 +01:00 |
|
Folkert
|
6154ce1254
|
clippy
|
2021-02-17 01:22:16 +01:00 |
|
Folkert
|
b09f82ff51
|
clippy
|
2021-02-17 01:08:24 +01:00 |
|
Folkert
|
e6ec85eeba
|
revert mono tests
|
2021-02-17 01:05:03 +01:00 |
|
Folkert
|
80736f93b9
|
fix mono tests
|
2021-02-17 00:48:37 +01:00 |
|
Folkert
|
6d6c7a294a
|
improved debug printing of layouts
|
2021-02-17 00:39:34 +01:00 |
|
Folkert
|
f59e79d779
|
RC expansion of nested structs
|
2021-02-17 00:38:14 +01:00 |
|
Folkert
|
c788965182
|
only reference count closures if the captured values are RC'd
|
2021-02-16 22:00:15 +01:00 |
|
Folkert
|
bc0a6f24ef
|
cover the closure case in RC expansion
|
2021-02-16 21:59:08 +01:00 |
|
Folkert
|
4b20f969de
|
never borrow a closure layout
|
2021-02-16 21:58:52 +01:00 |
|
Folkert
|
22a9779fe4
|
test case for alias diff reporting
|
2021-02-16 17:22:06 +01:00 |
|
Folkert
|
2a22f6254f
|
Merge remote-tracking branch 'origin/trunk' into specialize-owned
|
2021-02-16 17:08:35 +01:00 |
|
Folkert
|
a08485b0ee
|
fix alias error incorrectly reported
|
2021-02-16 17:07:33 +01:00 |
|
Folkert
|
1ef0d82c5c
|
apply created closure immediately
|
2021-02-16 16:26:04 +01:00 |
|
Folkert
|
3b267392b3
|
make closure borrowed example work
|
2021-02-16 15:44:27 +01:00 |
|
Folkert
|
e4f0dc8897
|
crude prototype
|
2021-02-16 14:42:16 +01:00 |
|
Brendan Hansknecht
|
798ac52dcf
|
Merge remote-tracking branch 'origin' into gen_dev/zig_builtins
|
2021-02-15 23:52:23 -08:00 |
|
Richard Feldman
|
80f00124a9
|
Merge branch 'trunk' into dict-more
|
2021-02-15 22:52:22 -05:00 |
|
Richard Feldman
|
b8ddf74500
|
Merge pull request #994 from rtfeldman/gen_dev/switch
Gen dev/switch
|
2021-02-15 22:47:19 -05:00 |
|
Folkert
|
a37913ff01
|
fix shadowing
|
2021-02-16 01:23:10 +01:00 |
|
Folkert
|
0fc66aa61d
|
fix tests
|
2021-02-16 01:06:24 +01:00 |
|
Folkert
|
411a265024
|
remove bitcast in Str.fromFloat
|
2021-02-16 00:56:44 +01:00 |
|
Folkert
|
49ca8f3e86
|
add Set.fromList
|
2021-02-16 00:51:23 +01:00 |
|
Folkert
|
581628f461
|
add gen_result test file
|
2021-02-16 00:14:59 +01:00 |
|
Folkert
|
5826da028c
|
add Set.contains
|
2021-02-16 00:12:57 +01:00 |
|
Folkert
|
fdf020d89a
|
add closure problem error reporting
|
2021-02-16 00:05:00 +01:00 |
|
Folkert
|
83f875ddca
|
use helpers in can builtin construction
|
2021-02-15 22:50:02 +01:00 |
|
Folkert
|
fbaac9165f
|
add lowlevel helpers to can builtins
|
2021-02-15 22:33:58 +01:00 |
|
Folkert
|
0fdba3be56
|
memory leak investigation
|
2021-02-15 22:05:00 +01:00 |
|
Folkert
|
82ff8a8edf
|
clippy
|
2021-02-15 21:35:52 +01:00 |
|
Folkert
|
13b2c23c01
|
working AStar
|
2021-02-15 21:34:55 +01:00 |
|
Jared Ramirez
|
2159d94b87
|
Zig fmt
|
2021-02-14 19:00:56 -08:00 |
|
Brendan Hansknecht
|
7d24d51392
|
gen_dev: generate and link zig builtins.
|
2021-02-14 18:15:00 -08:00 |
|
Folkert
|
9527434be8
|
Set.walk closure trouble
|
2021-02-15 02:04:04 +01:00 |
|
Folkert
|
35e1e94a94
|
implement Set.walk
|
2021-02-15 01:49:25 +01:00 |
|
Folkert
|
57e8d5b4c3
|
implement Set inclusion functions
|
2021-02-14 23:57:35 +01:00 |
|
Folkert
|
1256327caa
|
dict walk
|
2021-02-14 21:16:42 +01:00 |
|
Folkert
|
39c4353554
|
add difference
|
2021-02-14 20:01:24 +01:00 |
|
Folkert
|
02db8f1a05
|
union and intersection
|
2021-02-14 19:55:01 +01:00 |
|
Folkert
|
88d5b84cc7
|
add unit value dict tests
|
2021-02-14 18:44:30 +01:00 |
|
Folkert
|
87ce5d9dd8
|
remove dict test
|
2021-02-14 16:24:26 +01:00 |
|
Folkert
|
3f28a40f57
|
use RocStr From instance
|
2021-02-14 16:20:53 +01:00 |
|
Folkert
|
b114ca80b4
|
fix test
|
2021-02-14 16:19:04 +01:00 |
|
Folkert
|
c4e606bcc6
|
fix formatting issue
|
2021-02-14 16:09:59 +01:00 |
|
Folkert
|
02e161f839
|
add dict tests with string keys/values
|
2021-02-14 15:49:40 +01:00 |
|