howardwu
|
4eac040178
|
chore(leo): bump version for new release
|
2021-04-15 13:49:42 -07:00 |
|
Collin Chin
|
5f46ccc026
|
Merge pull request #869 from AleoHQ/bug/calling-mut-method-from-immutable-context
bug-fix-852
|
2021-04-15 11:51:11 -07:00 |
|
gluax
|
59f86c4b34
|
fix call for immutable context, add it to test
|
2021-04-15 14:34:22 -04:00 |
|
gluax
|
2f7ed99f76
|
pull max's required semi-colon branch to ensure sameness, MD file renamed to readme
|
2021-04-14 18:38:49 -04:00 |
|
Protryon
|
df60874da9
|
fix tests
|
2021-04-14 15:27:57 -07:00 |
|
Protryon
|
51920b5df7
|
require semicolons on return
|
2021-04-14 15:27:57 -07:00 |
|
gluax
|
6e595bd845
|
remove escaped double quote for now, address(...) removed
|
2021-04-14 17:43:02 -04:00 |
|
gluax
|
1803925b08
|
semi-colon after return statements are required
|
2021-04-14 16:59:07 -04:00 |
|
gluax
|
11c78da916
|
formatted string -> renamed format string
|
2021-04-14 16:15:27 -04:00 |
|
gluax
|
91634d6479
|
implicit input, removed from function input
|
2021-04-14 16:00:19 -04:00 |
|
damirka
|
ccd7a197ca
|
changed context-specific to specific in loops
|
2021-04-14 18:01:14 +03:00 |
|
howardwu
|
62ee4c3b8b
|
chore(leo): bump version for new release
|
2021-04-09 14:08:52 -07:00 |
|
collin
|
aa0e576773
|
edit duplicate function message
|
2021-04-07 14:31:44 -07:00 |
|
damirka
|
f55e880c43
|
adds check for already existing functions
|
2021-04-07 19:39:53 +03:00 |
|
gluax
|
952ce8c17e
|
allow mutable method from immutable context
|
2021-04-02 04:45:02 -04:00 |
|
collin
|
5bfca36fc7
|
fix array indexing bug and add test
|
2021-03-30 14:28:22 -07:00 |
|
collin
|
dca215cfb1
|
pass input length through
|
2021-03-29 14:26:11 -07:00 |
|
Protryon
|
a763075e99
|
runtime array indexing
|
2021-03-29 14:16:53 -07: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
|
6a1afdabb7
|
Merge branch 'master' of https://github.com/AleoHQ/leo into feature/constant-mutable-declarations
|
2021-03-25 22:46:11 -07:00 |
|
collin
|
ef8517b8ce
|
allow clippy warns
|
2021-03-25 15:51:46 -07:00 |
|
gluax
|
cf603dbc73
|
no circular reference
|
2021-03-25 14:51:43 -04:00 |
|
gluax
|
99db18167a
|
second header pass for circuit members
|
2021-03-25 14:15:30 -04:00 |
|
gluax
|
696825eb6a
|
asked for refactors started, this will fail tests
|
2021-03-25 13:48:47 -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 Chin
|
46220aa889
|
Merge pull request #761 from AleoHQ/feature/const-inputs
[Feature, Compiler] Adds constant inputs
|
2021-03-23 15:19:44 -07:00 |
|
collin
|
b9d676a404
|
assign todos
|
2021-03-23 15:17:31 -07:00 |
|
gluax
|
0ea4f1e0e3
|
const_ self as function input properly
|
2021-03-23 11:49:27 -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 |
|
gluax
|
6ffcb48822
|
asg now handles Circuit name in Circuit name, some bug fixes
|
2021-03-16 16:49:18 -04:00 |
|
Protryon
|
ba9444ecc4
|
dead code elimination pass
|
2021-03-13 06:58:09 -08:00 |
|
Collin Chin
|
0aa71ed3f9
|
Add consty checks. Closes #749.
|
2021-03-12 19:14:31 -08:00 |
|
damirka
|
9808b2fa7f
|
Merge branch 'master' into feature/const-inputs
|
2021-03-12 10:14:29 +03:00 |
|
Collin Chin
|
6d378c37e6
|
Merge pull request #760 from ljedrz/clippy_lints
clippy: 1.50 lints
|
2021-03-11 15:20:53 -08:00 |
|
damirka
|
47e4d23ab1
|
staging commit with const input syntax and constants processing
|
2021-03-11 19:05:08 +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
|
9156068801
|
constant folding
|
2021-03-10 09:35:11 -08:00 |
|
dependabot-preview[bot]
|
ab5da38aa0
|
Bump num-bigint from 0.3.1 to 0.4.0
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.3.1...num-bigint-0.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-08 23:39:44 +00:00 |
|
Protryon
|
a4f2101aaf
|
remove if from ternary expression
|
2021-03-08 14:45:38 -08:00 |
|
Protryon
|
a6bf66f864
|
fix tests
|
2021-03-07 06:48:02 -08:00 |
|
Protryon
|
f5187fc872
|
fix some failing tests
|
2021-03-07 06:27:42 -08:00 |
|
collin
|
d7d84c0ea7
|
fix test build issues. parser errors on dash + number names
|
2021-03-04 15:58:00 -08:00 |
|
collin
|
10ecc6e6e2
|
merge master and fix build issues
|
2021-03-04 14:11:17 -08:00 |
|
Protryon
|
d400764e00
|
parser rewrite
|
2021-03-03 09:59:24 -08:00 |
|