Pranav Gaddamadugu
|
a47eb32eaf
|
Cleanup; add test
|
2022-08-05 14:58:29 -07:00 |
|
collin
|
d397c750d2
|
merge testnet3
|
2022-08-05 13:59:08 -07:00 |
|
Collin Chin
|
46f21c68a2
|
Merge pull request #1994 from AleoHQ/remove-unsafe
Remove all uses of unsafe
|
2022-08-05 13:50:53 -07:00 |
|
Pranav Gaddamadugu
|
08b9aa0170
|
Regen test expectations
|
2022-08-05 08:43:01 -07:00 |
|
Pranav Gaddamadugu
|
1e4f2b1cca
|
Add compiler test for function calls; fix bugs; regen test expectations
|
2022-08-04 21:21:56 -07:00 |
|
Pranav Gaddamadugu
|
34be1fc39d
|
Codegen for function call; emits closures before functions
|
2022-08-04 21:03:42 -07:00 |
|
Pranav Gaddamadugu
|
dfea5bbf15
|
Add @program modifier to tests; regen expectations
|
2022-08-04 20:00:40 -07:00 |
|
Pranav Gaddamadugu
|
efafb7748e
|
Regen test expectations due to AST refactors
|
2022-08-04 18:00:00 -07:00 |
|
Pranav Gaddamadugu
|
a73ddfb815
|
Add parser tests for annotations
|
2022-08-04 17:55:26 -07:00 |
|
Mazdak Farrokhzad
|
a77d3b4092
|
forbid unsafe_code in all crates
|
2022-08-05 00:36:41 +02:00 |
|
collin
|
13350da303
|
merge testnet3
|
2022-08-03 17:20:40 -07:00 |
|
collin
|
0138b270a8
|
regen tests
|
2022-08-03 16:26:16 -07:00 |
|
collin
|
3a32e51753
|
fix conflicts
|
2022-08-03 16:18:34 -07:00 |
|
collin
|
2331debcf5
|
update test infra
|
2022-08-03 16:17:40 -07:00 |
|
Pranav Gaddamadugu
|
338515fd66
|
Regen test expectations
|
2022-08-03 16:07:18 -07:00 |
|
Pranav Gaddamadugu
|
58fccb7bb5
|
Added compiler tests for rem and mod
|
2022-08-03 14:40:12 -07:00 |
|
collin
|
7f636ca06d
|
regen tests
|
2022-08-03 13:47:17 -07:00 |
|
collin
|
e5da76abaf
|
impl nonce
|
2022-08-03 13:35:58 -07:00 |
|
Pranav Gaddamadugu
|
6f3c635f75
|
Add test case for this bug
|
2022-08-02 23:57:28 -07:00 |
|
Pranav Gaddamadugu
|
915b77bba4
|
SSA replaces ReturnStatement with empty BlockStatement; regen test expectations
|
2022-08-02 23:56:57 -07:00 |
|
collin
|
5777c76d04
|
refactor more iteration tests
|
2022-08-01 17:01:58 -07:00 |
|
collin
|
1d734ffa3f
|
group tests passing
|
2022-08-01 15:33:26 -07:00 |
|
collin
|
2cb40cebf0
|
patch group coordinate codegen
|
2022-08-01 14:30:05 -07:00 |
|
collin
|
1a7a67e4c3
|
commit rest of tests
|
2022-08-01 14:17:55 -07:00 |
|
collin
|
3826293f31
|
fix op assign bugs
|
2022-08-01 14:14:39 -07:00 |
|
collin
|
60e4279934
|
merge testnet3
|
2022-07-29 14:16:34 -07:00 |
|
collin
|
4dda9ab0fd
|
regen tests
|
2022-07-29 14:09:09 -07:00 |
|
Pranav Gaddamadugu
|
bf1421280e
|
Fix bug in SSA; regen test expectations
|
2022-07-29 12:52:18 -07:00 |
|
collin
|
dd8e1c1a4e
|
impl and, or, bitand, bitor, bitxor, shl, shr assign parsing
|
2022-07-29 12:47:23 -07:00 |
|
collin
|
c73671bb7b
|
impl sub, mul, div, pow assign parsing
|
2022-07-29 11:57:34 -07:00 |
|
collin
|
d71788e8a4
|
impl add assign operator
|
2022-07-28 18:00:46 -07:00 |
|
collin
|
a2862f8894
|
stabilize all tests working with snarkVM package build
|
2022-07-28 17:07:51 -07:00 |
|
collin
|
166c159867
|
stabilize tuple tests
|
2022-07-28 16:50:18 -07:00 |
|
collin
|
0a34115ef7
|
stabilize scalar tests
|
2022-07-28 16:46:30 -07:00 |
|
collin
|
86219c0044
|
stabilize record tests
|
2022-07-28 16:40:48 -07:00 |
|
collin
|
5a26eed8ca
|
integer min tests fixed
|
2022-07-28 16:23:16 -07:00 |
|
collin
|
eaa04a5f7e
|
core algorithm tests working
|
2022-07-28 15:27:43 -07:00 |
|
collin
|
66c5deb7e3
|
merge testnet3 do not regen tests
|
2022-07-28 14:23:47 -07:00 |
|
collin
|
8a0e9bc5cc
|
merge testnet3 regen tests
|
2022-07-28 14:19:57 -07:00 |
|
collin
|
10c9bb1c28
|
fix directory bug for test expectations
|
2022-07-28 14:14:25 -07:00 |
|
collin
|
fa0fd5b8c0
|
integer tests passing. strings wip
|
2022-07-28 13:34:44 -07:00 |
|
Pranav Gaddamadugu
|
4d978dc41c
|
Regenerate test expectations after AST changes
|
2022-07-28 09:25:26 -07:00 |
|
Pranav Gaddamadugu
|
d11ed35c77
|
Addressing feedback
|
2022-07-28 09:24:33 -07:00 |
|
collin
|
184af219ee
|
build and check aleo files during cargo test
|
2022-07-27 15:49:49 -07:00 |
|
Mazdak Farrokhzad
|
86ae9e1727
|
refactor benchmarks code
|
2022-07-27 19:40:19 +02:00 |
|
collin
|
77a16585fe
|
remove unused tests
|
2022-07-25 18:48:16 -07:00 |
|
Pranav Gaddamadugu
|
9dd45c3620
|
Type checking errors on multiple returns
|
2022-07-24 21:32:36 -07:00 |
|
Pranav Gaddamadugu
|
0194e09b41
|
Regen test expectations
|
2022-07-23 10:33:57 -07:00 |
|
Pranav Gaddamadugu
|
1a62a2ba8c
|
SSA shouldn't reconstruct function ids
|
2022-07-23 10:29:13 -07:00 |
|
Pranav Gaddamadugu
|
12e356c030
|
Integrate SSA pass with compiler
|
2022-07-23 10:29:13 -07:00 |
|