ljedrz
|
ffef5089f7
|
clippy: fix new_without_default
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
c21b5ad2f3
|
clippy: fix useless_format
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:12:35 +02:00 |
|
ljedrz
|
b8e22e0c96
|
clippy: fix write_with_newline
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-05 17:18:29 +02:00 |
|
ljedrz
|
4f46dd2982
|
clippy: allow module_inception
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-05 17:18:25 +02:00 |
|
ljedrz
|
0cf7a247cc
|
clippy: fix needless_return
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-05 17:16:44 +02:00 |
|
Collin Chin
|
13dc121091
|
Merge pull request #368 from AleoHQ/fix/array-return-type
Fix/array return type
|
2020-09-18 12:47:04 -07:00 |
|
Collin Chin
|
2923d73978
|
Merge pull request #366 from AleoHQ/feature/strict-assignee-rule
make assignee rule more strict during pest parsing
|
2020-09-18 12:46:50 -07:00 |
|
collin
|
6250e95277
|
impl compare nested array types method for function return type
|
2020-09-17 12:46:55 -07:00 |
|
collin
|
3708c54362
|
make assignee rule more strict during pest parsing
|
2020-09-16 14:27:44 -07:00 |
|
collin
|
32c85720be
|
make core function arguments and returns generic
|
2020-09-15 21:18:48 -07:00 |
|
collin
|
3d3a093f2a
|
Merge branch 'master' of github.com:AleoHQ/leo into feature/blake2s
|
2020-09-15 17:27:55 -07:00 |
|
collin
|
5341c28805
|
naive call to blake2s function working
|
2020-09-15 12:33:28 -07:00 |
|
collin
|
9ed64a6627
|
fix conflicts
|
2020-09-10 16:44:25 -07:00 |
|
collin
|
5e4877e778
|
fix static call nested and test
|
2020-09-07 21:56:39 -07:00 |
|
collin
|
59570002f2
|
mutable self wip
|
2020-09-05 22:03:02 -07:00 |
|
collin
|
4932eb688e
|
support all combinations of nested and tuple array syntax. Test small and large arrays
|
2020-09-03 13:22:05 -07:00 |
|
collin
|
b6dc77e112
|
support nested array type in leo inputs
|
2020-09-03 11:24:23 -07:00 |
|
collin
|
de3564b98d
|
support nested array type in leo programs
|
2020-09-03 10:02:59 -07:00 |
|
howardwu
|
2620ae7bc2
|
chore(leo): bump version for new release
|
2020-09-03 03:08:33 -07:00 |
|
howardwu
|
981d272fa6
|
Fixes array indices for both nested and tuple cases
|
2020-09-03 02:40:50 -07:00 |
|
howardwu
|
40ac13e317
|
Fix critical array indexing bug
|
2020-09-03 00:30:57 -07:00 |
|
Howard Wu
|
ad53cdc9ba
|
Merge pull request #341 from AleoHQ/refactor/keywords
Refactor/keywords
|
2020-09-02 21:54:59 -07:00 |
|
Howard Wu
|
377c416941
|
Merge pull request #338 from AleoHQ/refactor/span
remove unused span methods
|
2020-09-02 21:54:33 -07:00 |
|
Howard Wu
|
179fba27fc
|
Merge pull request #337 from AleoHQ/fix/missing-license
add missing license headers
|
2020-09-02 21:53:14 -07:00 |
|
collin
|
603438b216
|
impl self keyword protected name and add tests
|
2020-09-02 20:59:05 -07:00 |
|
collin
|
9a6cfbdd7a
|
impl Self keyword protected name
|
2020-09-02 20:48:20 -07:00 |
|
collin
|
42b03a3ccb
|
impl input keyword protected name
|
2020-09-02 20:24:21 -07:00 |
|
collin
|
e6abe82935
|
remove unused span methods
|
2020-09-02 18:52:40 -07:00 |
|
collin
|
ddb40a3b15
|
add missing license headers
|
2020-09-02 18:45:48 -07:00 |
|
collin
|
c84227f69a
|
Merge branch 'master' of github.com:AleoHQ/leo into feature/mutable-circuit-variables
|
2020-09-02 18:04:00 -07:00 |
|
Collin Chin
|
6fc3393f5c
|
Merge pull request #334 from AleoHQ/feature/array-init-parenthesis
Feature/array init parenthesis
|
2020-09-02 20:36:13 -04:00 |
|
Collin Chin
|
7bc803bd32
|
Merge pull request #333 from AleoHQ/feature/rename-circuit-field
Feature/rename circuit field
|
2020-09-02 20:36:01 -04:00 |
|
collin
|
df9fb58677
|
impl mutable circuit variables
|
2020-09-02 17:31:31 -07:00 |
|
collin
|
51b80d1742
|
Merge branch 'feature/rename-circuit-field' into feature/mutable-circuit-variables
|
2020-09-02 16:59:30 -07:00 |
|
collin
|
bd3b465a4f
|
add tests for input array initializer
|
2020-09-02 16:04:41 -07:00 |
|
collin
|
91350a2ffe
|
impl parenthesis syntax for input array initializer
|
2020-09-02 15:47:05 -07:00 |
|
collin
|
b1a886640e
|
impl parenthesis syntax for array initializer
|
2020-09-02 15:01:37 -07:00 |
|
collin
|
d33ca81869
|
rename circuit_field -> circuit_variable in typed
|
2020-09-02 14:10:40 -07:00 |
|
collin
|
16f3cbd3dd
|
rename circuit_field -> circuit_variable in ast
|
2020-09-02 14:07:19 -07:00 |
|
Howard Wu
|
cb3fcf1d1e
|
Merge pull request #326 from AleoHQ/refactor/array-initializer
Restrict pest grammar rule for array initializers
|
2020-09-02 13:40:55 -07:00 |
|
collin
|
0edad533fb
|
restrict grammar rule for array initializers
|
2020-09-02 12:19:43 -07:00 |
|
collin
|
e7091b18ed
|
fix tests
|
2020-09-02 11:12:12 -07:00 |
|
collin
|
77e2d55765
|
fix input array type parsing bug
|
2020-09-02 10:58:10 -07:00 |
|
collin
|
a4b0fb1a49
|
impl array-type for inputs in typed
|
2020-09-02 10:24:53 -07:00 |
|
collin
|
02128488ea
|
impl array-type in typed
|
2020-09-02 09:16:04 -07:00 |
|
howardwu
|
bf82bf4d1b
|
chore(leo): bump version for new release
|
2020-08-28 23:26:19 -07:00 |
|
howardwu
|
12971b9cbb
|
Update Cargo.toml
|
2020-08-27 01:33:00 -07:00 |
|
howardwu
|
cc183475ee
|
Update logging with custom formatter
|
2020-08-27 00:55:29 -07:00 |
|
howardwu
|
c07958e292
|
Clean up Cargo.toml
|
2020-08-21 05:09:48 -07:00 |
|
howardwu
|
16d587b8a9
|
Update Cargo.toml
|
2020-08-21 03:09:09 -07:00 |
|