Folkert
|
f32d31341a
|
add basic functionality of Str.split
|
2023-02-10 20:19:49 +01:00 |
|
Folkert
|
b022175489
|
implement Box.box and Box.unbox in the dev backend
|
2023-02-08 13:51:30 +01:00 |
|
Ahmad Sattar
|
6a92aed8a2
|
Fix subtle call issue
|
2023-02-04 00:56:45 +01:00 |
|
Ahmad Sattar
|
a44016a56b
|
Consistent naming for "elem_layout"
|
2023-01-29 13:14:19 +01:00 |
|
Ahmad Sattar
|
7fc24d5720
|
Add List.prepend implementation for generic64
|
2023-01-28 22:46:35 +01:00 |
|
Folkert de Vries
|
6fc57f0a0c
|
Merge pull request #4976 from thehabbos007/list-concat
gen_dev: add `List.concat` and fix element width bug
|
2023-01-28 13:56:36 +01:00 |
|
Ahmad Sattar
|
f6b8a27955
|
Add List.concat implementation for generic64
|
2023-01-28 02:16:05 +01:00 |
|
Ahmad Sattar
|
a1e2c3f64b
|
Use list element width for List.withCapacity
|
2023-01-28 02:02:32 +01:00 |
|
Folkert
|
843f5b15e5
|
bitshifts for the dev backend
|
2023-01-27 11:23:51 +01:00 |
|
Ahmad Sattar
|
0adb38beca
|
Add List.append implementation for generic64
|
2023-01-25 19:47:11 +01:00 |
|
Ahmad Sattar
|
9b525143cb
|
Add List.reserve implementation for generic64
|
2023-01-25 19:46:54 +01:00 |
|
Ahmad Sattar
|
312997f1c6
|
Add List.withCapacity implementation for x86
Uses the zig builtin `listWithCapacity`
|
2023-01-21 15:57:10 +01:00 |
|
Folkert de Vries
|
810e05cd9a
|
Merge pull request #4922 from thehabbos007/asa/numgt
gen_dev: fix signed/unsigned `less than` and add signed/unsigned `greater than`
|
2023-01-19 20:49:06 +01:00 |
|
Ahmad Sattar
|
bbd4c9886c
|
Add NumSubWrap as a NumSub copy
|
2023-01-19 09:19:20 +01:00 |
|
Ahmad Sattar
|
6670a5d205
|
Add greater than comparison
|
2023-01-18 20:26:45 +01:00 |
|
Ayaz Hafiz
|
6859c2e15c
|
Update dev backend
|
2023-01-11 14:38:42 -06:00 |
|
Ayaz Hafiz
|
7ab7fdfa7b
|
Push interned layouts as mut throughout the backend, and intern box layouts
|
2022-12-28 18:51:26 -06:00 |
|
Folkert
|
f76df8a356
|
make dbg transparent to refcounting
|
2022-12-22 01:03:03 +01:00 |
|
Ayaz Hafiz
|
803d7e30e3
|
Eliminate Stmt::RuntimeError in favor of crash
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
c7ef1668d4
|
Implement mono of crash
|
2022-11-24 14:46:51 -06:00 |
|
Luke Boswell
|
2c2a70b8e7
|
Merge remote-tracking branch 'upstream/main' into rust-docs
|
2022-11-06 09:15:57 +11:00 |
|
Folkert
|
66a1ba00eb
|
1.65 clippy fixes
|
2022-11-03 16:20:37 +01:00 |
|
Luke Boswell
|
a3f901427a
|
correct formatting and removed duplicate image
|
2022-11-03 20:02:10 +11:00 |
|
Luke Boswell
|
f3bdb5f321
|
updating rust package documentation
|
2022-11-03 20:00:06 +11:00 |
|
Ayaz Hafiz
|
b72ee8a68e
|
Attempt bool true/false impl in dev backend
|
2022-09-20 14:42:09 -05:00 |
|
Folkert
|
b7cb7bb786
|
bitwise logical operators in the dev backend
|
2022-09-03 15:48:57 +02:00 |
|
Ayaz Hafiz
|
3b4b1838b8
|
Push layout interner further through Layout
|
2022-08-31 14:33:52 -05:00 |
|
Folkert de Vries
|
1db7c3664d
|
Merge pull request #3877 from roc-lang/dev-backend-add-checked
dev backend add checked
|
2022-08-29 09:47:20 +02:00 |
|
Folkert
|
42d26a20b6
|
pass return layout along to checked add
|
2022-08-25 19:35:47 +02:00 |
|
Folkert de Vries
|
51d5aa789a
|
Merge pull request #3870 from roc-lang/dev-backend-div
add int/float division to the dev backend
|
2022-08-25 09:03:19 +02:00 |
|
Folkert
|
6869c5d5c8
|
implement signed checked addition
|
2022-08-23 20:23:01 +02:00 |
|
Folkert
|
a22e04361c
|
Merge remote-tracking branch 'origin/main' into expect-fx-codegen
|
2022-08-23 16:28:21 +02:00 |
|
Folkert
|
2d366acc6e
|
split out int and frac division into separate lowlevels
|
2022-08-23 11:07:38 +02:00 |
|
Folkert
|
4f84a120c5
|
add int/float division to the dev backend
|
2022-08-22 22:40:09 +02:00 |
|
Richard Feldman
|
97e2900bf5
|
s/rtfeldman/roc-lang/g in links to GitHub repos
|
2022-08-12 15:24:09 -04:00 |
|
Folkert
|
10b6f33ed2
|
boilerplate
|
2022-08-12 13:34:36 +02:00 |
|
Brendan Hansknecht
|
35a452a69b
|
setup partially functional array loading
|
2022-07-23 07:52:37 -07:00 |
|
Brendan Hansknecht
|
cfe1d3d893
|
add empty array expr to gen_dev
|
2022-07-23 07:52:36 -07:00 |
|
Ayaz Hafiz
|
2d169bf518
|
Remove tag_name from ResetReuse
|
2022-07-03 16:47:01 -04:00 |
|
Ayaz Hafiz
|
019ebd93f7
|
Put the capture niche in the lambda name instead of generating new names
|
2022-07-03 10:37:29 -04:00 |
|
Ayaz Hafiz
|
51978e08ed
|
First pass at supporting multimorphic lambdas in lambda sets
|
2022-07-03 10:37:26 -04:00 |
|
Anton-4
|
eee85fa45d
|
moved all crates into seperate folder + related path fixes
|
2022-07-01 17:37:43 +02:00 |
|