Pranav Gaddamadugu
|
afc953cd0b
|
Clippy + fmt
|
2023-11-22 17:34:20 -08:00 |
|
Pranav Gaddamadugu
|
1afa68a66e
|
Remove is_main
|
2023-11-22 17:33:42 -08:00 |
|
d0cd
|
5c6a6315e8
|
Merge pull request #5085 from AleoHQ/dependabot/cargo/testnet3/smallvec-1.11.2
Bump smallvec from 1.11.1 to 1.11.2
|
2023-11-20 18:10:35 -08:00 |
|
dependabot[bot]
|
ec6be21abf
|
Bump itertools from 0.11.0 to 0.12.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0)
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-15 10:11:57 +00:00 |
|
dependabot[bot]
|
909aaf6904
|
Bump smallvec from 1.11.1 to 1.11.2
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.1...v1.11.2)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-11 20:19:20 +00:00 |
|
Pranav Gaddamadugu
|
6756320fd8
|
Regen expectations
|
2023-10-27 18:54:58 -04:00 |
|
Pranav Gaddamadugu
|
8ca1de3951
|
Refactor Reconstructor
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
5b2e73d419
|
Refactor TupleTyple
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
072ab7b930
|
Change PositiveNumber to NonzeroNumber
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
7e471b7748
|
Add type checking for arrays
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
c94acdebbd
|
Support array access expressions in AST and visitors
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
5f75ae8c49
|
Support array expressions in AST and visitors
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
e372710d22
|
Introduce ArrayExpression
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
d8a7f74508
|
Add support for parsing the array type
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
c3b92d1a4d
|
Add Array type to Type
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
25b7d5cfac
|
Rename types::Tuple to types::TupleType
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
3fda5aab62
|
Introduce Array type
|
2023-10-27 18:54:56 -04:00 |
|
Collin Chin
|
eb12c7e475
|
chore(leo): bump version for new release
|
2023-10-19 21:02:05 -07:00 |
|
evan-schott
|
7f7f92b508
|
remove duplicate reconstruct_const functions
|
2023-10-04 13:05:35 -07:00 |
|
evan-schott
|
e9d55796a2
|
Apply suggestions from code review
Co-authored-by: d0cd <pranavsaig@gmail.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
|
2023-10-04 13:05:35 -07:00 |
|
evan-schott
|
0d1ed9671e
|
clippy
|
2023-10-04 13:00:58 -07:00 |
|
evan-schott
|
0a2ea03701
|
rebase
|
2023-10-04 13:00:52 -07:00 |
|
evan-schott
|
24c88795fe
|
fixes
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
09df202905
|
updated AST pass templates to account for addition of const in programscope
|
2023-10-04 12:54:36 -07:00 |
|
Pranav Gaddamadugu
|
3d5495aefa
|
Make program scopes indexable by symbol
|
2023-09-28 23:34:18 -04:00 |
|
Collin Chin
|
9c20f42d1d
|
Feat/sha3 (#2604)
* implement Keccak256 Keccak384 Keccak512 with tests
* implement SHA3_256 SHA3_384 SHA3_512 with tests
|
2023-09-22 09:54:14 -07:00 |
|
Collin Chin
|
82b39a81e9
|
implement Keccak256 Keccak384 Keccak512 with tests (#2603)
|
2023-09-22 08:31:30 -07:00 |
|
dependabot[bot]
|
f15677c2f6
|
Bump smallvec from 1.11.0 to 1.11.1
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.0...v1.11.1)
---
updated-dependencies:
- dependency-name: smallvec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-21 10:05:48 +00:00 |
|
d0cd
|
edcf90580e
|
Fix inlining issue (#2581)
|
2023-09-18 09:52:52 -07:00 |
|
collin
|
0f2f16877b
|
chore(leo): bump version for new release
|
2023-09-08 10:18:21 -07:00 |
|
evan-schott
|
aceb20b8d5
|
Merge remote-tracking branch 'origin/testnet3' into feat/hash-symbol-table
|
2023-09-07 11:09:02 -07:00 |
|
evan-schott
|
444a4214eb
|
run all tests, add optionality for writing symbol tables to json
|
2023-09-06 16:02:21 -07:00 |
|
Pranav Gaddamadugu
|
e96475b3e2
|
Update AST
|
2023-08-30 14:05:46 -04:00 |
|
Pranav Gaddamadugu
|
46e9313e55
|
Introduce Type::Signature to the AST
|
2023-08-30 14:05:46 -04:00 |
|
d0cd
|
e180118a30
|
Merge pull request #2545 from AleoHQ/feat/underscore
Add support for underscores in numeric literals #2538
|
2023-08-28 08:17:22 -04:00 |
|
evan-schott
|
f4fee23758
|
clippy fix
|
2023-08-24 15:40:00 -07:00 |
|
evan-schott
|
439d2b29de
|
loop unrolling compatible with underscores
|
2023-08-24 15:07:00 -07:00 |
|
collin
|
439312275a
|
fix more warnings
|
2023-08-18 16:47:08 -07:00 |
|
Pranav Gaddamadugu
|
440cced9d8
|
Cleanup
|
2023-08-17 17:49:29 -04:00 |
|
Pranav Gaddamadugu
|
05d38f3777
|
Use NodeBuilder in Flattener
|
2023-08-17 17:22:56 -04:00 |
|
Pranav Gaddamadugu
|
637e091abb
|
Use NodeBuilder in DCE
|
2023-08-17 17:22:56 -04:00 |
|
Pranav Gaddamadugu
|
a1b5cb1add
|
Add NodeID to AST node constructors
|
2023-08-17 17:22:56 -04:00 |
|
Pranav Gaddamadugu
|
c2d04bf444
|
Introduce NodeBuilder
|
2023-08-17 17:22:56 -04:00 |
|
Pranav Gaddamadugu
|
93efccc9a7
|
Add NodeID to Identifier::serialize
|
2023-08-17 17:22:56 -04:00 |
|
d0cd
|
7cd6e757bf
|
Merge pull request #2522 from AleoHQ/design/node-id
[Design] Add `id` to AST nodes.
|
2023-08-17 00:26:52 -04:00 |
|
collin
|
11b87229f1
|
chore(leo): bump version for new release
|
2023-08-15 14:02:00 -07:00 |
|
Pranav Gaddamadugu
|
cbe79c0e98
|
Remove unused code
|
2023-08-09 17:38:13 -04:00 |
|
Pranav Gaddamadugu
|
9125c84cd1
|
Make StructVariableInitializer an AST node
|
2023-08-09 17:22:52 -04:00 |
|
Pranav Gaddamadugu
|
90add44907
|
WIP update passes
|
2023-08-09 15:34:39 -04:00 |
|
Pranav Gaddamadugu
|
a819488190
|
Support NodeID in parser; note that NodeID::default() is a placeholder
|
2023-08-09 13:09:43 -04:00 |
|