Collin Chin
|
ea5bc5d693
|
Merge pull request #825 from AleoHQ/bug/815-mutable-method-imuttable-context
Bug/815 mutable method imuttable context
|
2021-04-05 21:12:39 -07:00 |
|
gluax
|
38c36cc305
|
tests for all the integers
|
2021-04-05 12:59:08 -04:00 |
|
gluax
|
f0ce9d400e
|
testing the changes
|
2021-04-05 12:54:27 -04:00 |
|
gluax
|
f44dcc1e96
|
test for bug
|
2021-04-02 04:50:14 -04:00 |
|
gluax
|
dc8a04e872
|
fix test
|
2021-03-31 14:59:45 -04:00 |
|
gluax
|
24e5d5365b
|
resolve all the merge conflicts
|
2021-03-31 14:08:38 -04:00 |
|
collin
|
5bfca36fc7
|
fix array indexing bug and add test
|
2021-03-30 14:28:22 -07:00 |
|
Protryon
|
a763075e99
|
runtime array indexing
|
2021-03-29 14:16:53 -07:00 |
|
collin
|
9be13dfd51
|
update comments
|
2021-03-29 12:12:38 -07:00 |
|
collin
|
6774cbb01c
|
fix canonicalization tests
|
2021-03-29 11:24:58 -07:00 |
|
gluax
|
dadb518598
|
forgot to update test json
|
2021-03-26 17:14:37 -04:00 |
|
gluax
|
3e912ef165
|
access member fix
|
2021-03-26 17:02:59 -04:00 |
|
gluax
|
871e52006b
|
quick bug fix
|
2021-03-26 16:51:03 -04:00 |
|
Protryon
|
63d1b1005f
|
format
|
2021-03-26 05:19:42 -07:00 |
|
Protryon
|
5985d8da41
|
tendrilize spans
|
2021-03-26 05:18:55 -07:00 |
|
collin
|
dcc2844a50
|
fix canonicalization test
|
2021-03-25 22:52:58 -07:00 |
|
collin
|
6a1afdabb7
|
Merge branch 'master' of https://github.com/AleoHQ/leo into feature/constant-mutable-declarations
|
2021-03-25 22:46:11 -07:00 |
|
gluax
|
c78ab699b8
|
another test
|
2021-03-25 16:52:43 -04:00 |
|
gluax
|
793cbb9f27
|
add test for const self, no clippy issues locally
|
2021-03-25 14:30:06 -04:00 |
|
gluax
|
3efc705a8c
|
fix tests merged from master
|
2021-03-25 11:19:42 -04:00 |
|
gluax
|
ab32aeb342
|
merge master
|
2021-03-24 15:13:53 -04:00 |
|
Collin Chin
|
94e7509690
|
Merge pull request #784 from AleoHQ/dead-code-elimination
Dead code elimination
|
2021-03-23 16:26:22 -07:00 |
|
collin
|
113ba12959
|
add tests for dead code elim
|
2021-03-23 15:49:56 -07:00 |
|
Collin Chin
|
46220aa889
|
Merge pull request #761 from AleoHQ/feature/const-inputs
[Feature, Compiler] Adds constant inputs
|
2021-03-23 15:19:44 -07:00 |
|
gluax
|
2c6a34fea7
|
test that was failing coverage only existed on master
|
2021-03-22 11:47:34 -04:00 |
|
gluax
|
ef43230e98
|
merge master and see if it fixes coverage ci
|
2021-03-22 11:38:19 -04:00 |
|
Max Bruce
|
d120e90d6e
|
Merge branch 'master' into dead-code-elimination
|
2021-03-22 07:04:38 -07:00 |
|
gluax
|
1d9befc0ac
|
function input mutable by default
|
2021-03-19 11:30:24 -04:00 |
|
gluax
|
b50919085b
|
deprecate let mut, undeprecate const, let is now mutable by default
|
2021-03-18 15:19:07 -04:00 |
|
collin
|
f1f8b99690
|
add passing iteration test with loop variable
|
2021-03-17 12:35:16 -07:00 |
|
gluax
|
dceb8a9744
|
fix Self inside of circuit giving an error, tests
|
2021-03-17 14:33:04 -04:00 |
|
damirka
|
60519275c9
|
added test for non const input as const
|
2021-03-16 23:18:10 +03:00 |
|
damirka
|
40f4b1cb65
|
covered type mismatch in constant inputs
|
2021-03-16 16:32:55 +03:00 |
|
damirka
|
2508ec7ef1
|
array dimensions check added, const tuples added
|
2021-03-15 22:58:34 +03:00 |
|
damirka
|
258255102a
|
expect fail in mismatch
|
2021-03-15 17:09:50 +03:00 |
|
Protryon
|
5f79a261e7
|
add cond_mut test
|
2021-03-13 07:02:18 -08:00 |
|
Collin Chin
|
45316e90d9
|
formatting
|
2021-03-12 21:02:38 -08:00 |
|
Collin Chin
|
712d2fbd02
|
add test for non-constant loop ranges
|
2021-03-12 20:39:58 -08:00 |
|
damirka
|
14d167a725
|
added tests for constants
|
2021-03-12 13:56:38 +03:00 |
|
ljedrz
|
25458835dc
|
clippy: fix 1.50 lints
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2021-03-11 14:12:43 +01:00 |
|
Protryon
|
a4f2101aaf
|
remove if from ternary expression
|
2021-03-08 14:45:38 -08:00 |
|
Protryon
|
f5187fc872
|
fix some failing tests
|
2021-03-07 06:27:42 -08:00 |
|
collin
|
10ecc6e6e2
|
merge master and fix build issues
|
2021-03-04 14:11:17 -08:00 |
|
howardwu
|
2e7b542b8b
|
Format and clean up, enable default on snarkvm_algorithms
|
2021-03-04 11:09:24 -08:00 |
|
howardwu
|
1735038dee
|
Update algorithms, curves, and gadget traits
|
2021-03-04 11:02:31 -08:00 |
|
howardwu
|
24f5b168aa
|
Updates r1cs traits
|
2021-03-04 10:45:37 -08:00 |
|
howardwu
|
4f50b44a63
|
itemize imports
|
2021-03-04 10:33:51 -08:00 |
|
Protryon
|
d400764e00
|
parser rewrite
|
2021-03-03 09:59:24 -08:00 |
|
collin
|
356b7ba062
|
merge master
|
2021-02-25 09:51:12 -08:00 |
|
howardwu
|
be398437c6
|
Updates snarkVM to 0.0.5, updates rand usage
|
2021-02-25 08:56:20 -08:00 |
|