dark64
|
b3a27bed38
|
implement from instead of try_from on zir expression
|
2022-11-08 19:32:55 +01:00 |
|
dark64
|
e51600579f
|
implement identifier expression in zir
|
2022-11-08 14:21:53 +01:00 |
|
schaeff
|
9aca2d7360
|
fix typo
|
2022-10-26 11:20:51 -05:00 |
|
schaeff
|
3b7fec990b
|
Merge branch 'develop' of github.com:Zokrates/ZoKrates into better-boolean-array-equality-check
|
2022-09-27 10:08:30 +02:00 |
|
Thibaut Schaeffer
|
5e929386d5
|
Merge pull request #916 from Zokrates/identifier-expression
Introduce identifier expression
|
2022-09-27 10:08:13 +02:00 |
|
schaeff
|
230e8f0e84
|
fix utils
|
2022-09-26 15:22:13 +02:00 |
|
schaeff
|
955d6bae5d
|
clean
|
2022-09-26 15:08:41 +02:00 |
|
schaeff
|
745c495fc6
|
use helper functions for tests, wip
|
2022-09-23 15:52:33 +02:00 |
|
Thibaut Schaeffer
|
9e7f01ca2c
|
Merge pull request #1224 from Zokrates/private-parameter-check
Disallow the use of the private keyword on non-entrypoint functions
|
2022-09-22 12:20:14 +02:00 |
|
schaeff
|
4ab9cdb1b0
|
implement better check, add test
|
2022-09-19 18:37:25 +02:00 |
|
dark64
|
dcb52a5581
|
refactor
|
2022-09-09 16:03:46 +02:00 |
|
schaeff
|
f2cc850fc0
|
flatten identifier to expression
|
2022-09-07 14:34:07 +02:00 |
|
schaeff
|
c3f01f8ed0
|
clean
|
2022-09-07 14:00:50 +02:00 |
|
schaeff
|
e005515bcc
|
fix warning
|
2022-09-06 22:05:22 +02:00 |
|
schaeff
|
bea571c836
|
merge dev
|
2022-09-06 21:35:51 +02:00 |
|
dark64
|
57ce308f97
|
fix tests
|
2022-09-06 13:50:40 +02:00 |
|
dark64
|
4d09fe1c19
|
disallow the use of the private keyword on non-entry point functions
|
2022-09-06 12:55:40 +02:00 |
|
schaeff
|
3e6c0146fa
|
bump versions, generate changelog
|
2022-09-05 14:14:28 +02:00 |
|
Thibaut Schaeffer
|
f86172f6a6
|
Merge pull request #1206 from Zokrates/dead-code-elimination
Introduce dead code elimination
|
2022-09-01 15:59:38 +02:00 |
|
schaeff
|
f60cd0e7ad
|
fix typos, fix runtime error, minimize diff in propagation
|
2022-09-01 11:10:28 +02:00 |
|
schaeff
|
594b596292
|
add comments on dynamic lt panic extraction
|
2022-08-31 20:05:03 +02:00 |
|
schaeff
|
40f6fe277f
|
merge dev
|
2022-08-30 18:07:13 +02:00 |
|
dark64
|
dd61b2f0c3
|
Merge branch 'develop' into optional-return
|
2022-08-30 14:03:45 +02:00 |
|
Thibaut Schaeffer
|
d3d6810f44
|
Merge pull request #1193 from Zokrates/shadowing
Allow shadowing of variables
|
2022-08-30 10:48:02 +02:00 |
|
dark64
|
bc25bc4816
|
apply suggestions
|
2022-08-29 16:25:01 +02:00 |
|
schaeff
|
db057e5688
|
remove UintLt from match arm, add comment
|
2022-08-29 16:12:34 +02:00 |
|
dark64
|
ea98c92879
|
make return statement optional
|
2022-08-29 15:17:15 +02:00 |
|
schaeff
|
6bd9852aea
|
rename nth to shadow, add test with scope
|
2022-08-24 14:33:45 +02:00 |
|
schaeff
|
ecac52bc87
|
bump versions, generate changelog
|
2022-08-22 22:49:49 +02:00 |
|
schaeff
|
66bb9f12ca
|
Merge branch 'develop' of github.com:Zokrates/ZoKrates into shadowing
|
2022-08-22 22:00:02 +02:00 |
|
Thibaut Schaeffer
|
f7694a3a6a
|
Merge pull request #1209 from Zokrates/log-integer-check
Error out at compile time if the type of a logged value could not be inferred
|
2022-08-22 21:09:21 +02:00 |
|
dark64
|
1448742642
|
add changelog
|
2022-08-22 13:56:07 +02:00 |
|
schaeff
|
f85675a0ae
|
merge better zir
|
2022-08-22 13:49:52 +02:00 |
|
schaeff
|
267474c3d8
|
fix compile error
|
2022-08-22 13:18:55 +02:00 |
|
schaeff
|
fab3abf5e0
|
fix infinite recursion
|
2022-08-22 13:10:06 +02:00 |
|
dark64
|
6ab602e88c
|
fail if log call contains an int expression
|
2022-08-22 13:01:59 +02:00 |
|
schaeff
|
e4fbc6d35a
|
refactor zir to introduce conditional and select expressions
|
2022-08-22 12:01:23 +02:00 |
|
schaeff
|
20292b7a2d
|
reduce cost of lt for 2**n - 1 bound
|
2022-08-18 22:40:01 +02:00 |
|
schaeff
|
b9dc1bd65e
|
introduce conditional expression, fix flattening to avoid quadratic term
|
2022-08-17 16:07:51 +02:00 |
|
schaeff
|
3fbf63d335
|
extract panics just before flattening, simplify zir, remove redundant checks in code generation
|
2022-08-16 18:53:21 +02:00 |
|
schaeff
|
8caa6b4720
|
wip
|
2022-08-05 16:23:18 +02:00 |
|
schaeff
|
fdebdd86e1
|
clean, update docs
|
2022-07-26 14:18:08 +01:00 |
|
schaeff
|
f4834d34df
|
clean
|
2022-07-26 14:00:32 +01:00 |
|
schaeff
|
b2cf1012e8
|
implement shadowing only at the semantic phase
|
2022-07-21 17:52:54 +02:00 |
|
schaeff
|
8f7b124123
|
Merge branch 'develop' of github.com:Zokrates/ZoKrates into shadowing
|
2022-07-12 16:35:15 +02:00 |
|
dark64
|
37c7f82f7b
|
wip
|
2022-07-12 12:38:55 +02:00 |
|
schaeff
|
e1bf046eb3
|
bump versions, generate changelog, generate js lock
|
2022-07-06 16:31:24 +02:00 |
|
schaeff
|
8b35413169
|
bump nightly, fix clippy errors
|
2022-07-06 15:51:45 +02:00 |
|
schaeff
|
111e4069a0
|
remove libsnark references and orphaned modules
|
2022-07-06 11:50:01 +02:00 |
|
schaeff
|
634c17cb56
|
fix conflicts
|
2022-07-05 22:54:37 +02:00 |
|