Kamil Śliwak
|
05f4617275
|
User-defined operators on structs
|
2023-01-25 00:30:03 +01:00 |
|
Kamil Śliwak
|
5657515f45
|
Type::sameTypeOrPointerTo()
|
2023-01-25 00:30:00 +01:00 |
|
Kamil Śliwak
|
acf943005a
|
Make ReferenceType::stringForReferencePart() public
|
2023-01-25 00:30:00 +01:00 |
|
Kamil Śliwak
|
56a6613c21
|
Disallow redefining <<, >>, ** and !
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
a1438239c3
|
Require the result of user-defined negation operator to be bool
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
e0722732f6
|
Disallow defining operators with non-pure functions
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
56ebb5f901
|
fixup! User-defined operators: Tests
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
7723f90a07
|
fixup! User-defined operators: Tests
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
9250da605b
|
fixup! User-defined operators: Tests
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
bf29ae7669
|
fixup! User-defined operators: Tests
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
cd83d09cf3
|
fixup! User-defined operators: Tests
|
2023-01-25 00:29:10 +01:00 |
|
wechman
|
1edb74dbc9
|
User-defined operators: Tests
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
fd6359000e
|
fixup! User-defined operators: Documentation
|
2023-01-25 00:29:10 +01:00 |
|
Kamil Śliwak
|
2abe345c7f
|
fixup! User-defined operators: Documentation
|
2023-01-24 23:53:24 +01:00 |
|
Kamil Śliwak
|
d52f5fd2aa
|
fixup! User-defined operators: Documentation
|
2023-01-24 23:50:18 +01:00 |
|
wechman
|
c583f56db7
|
User-defined operators: Documentation
|
2023-01-24 16:51:29 +01:00 |
|
wechman
|
c3d3285921
|
User-defined operators: Code generation
|
2023-01-24 16:51:29 +01:00 |
|
Kamil Śliwak
|
e4904cd608
|
fixup! User-defined operators: Analysis
|
2023-01-24 16:51:29 +01:00 |
|
wechman
|
994304453e
|
User-defined operators: Analysis
|
2023-01-24 16:51:29 +01:00 |
|
wechman
|
93a8250c96
|
User-defined operators: Parsing and grammar
|
2023-01-24 16:51:29 +01:00 |
|
wechman
|
f18f40a32e
|
User-defined operators: AST
|
2023-01-24 16:51:29 +01:00 |
|
Kamil Śliwak
|
fc02cdb767
|
Fix typo in test name: singed -> signed
|
2023-01-24 16:51:29 +01:00 |
|
Kamil Śliwak
|
d70d79af4a
|
Merge pull request #13816 from quantum13/disallow_several_indexed_for_event_parameter
Disallow several `indexed` attributes for the same event parameter
|
2023-01-20 21:14:39 +01:00 |
|
vlad
|
484ee8a621
|
Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous
|
2023-01-20 20:05:36 +01:00 |
|
vlad
|
7fbd36855d
|
Disallow usage of the indexed attribute for modifier parameters Added tests for edge cases of several keywords
|
2023-01-20 19:53:02 +01:00 |
|
vlad
|
6a0ea174b8
|
Disallow several indexed attributes for the same event parameter
|
2023-01-20 19:53:02 +01:00 |
|
Daniel
|
c195782f96
|
Merge pull request #13778 from Andy53/removes-solidity-upgrade
Removes solidity upgrade
|
2023-01-18 13:20:54 +01:00 |
|
Kamil Śliwak
|
34b975da62
|
Merge pull request #13881 from ethereum/gnosis-remove-workarounds-for-latest-dependencies
Remove more workarounds from gnosis ext test
|
2023-01-18 12:47:45 +01:00 |
|
Nikola Matić
|
57a686656a
|
Merge pull request #13880 from ethereum/allow-older-boost-support
Allow support for older boost and adjust docs
|
2023-01-18 11:59:12 +01:00 |
|
Nikola Matic
|
c2e2adb953
|
Allow support for older boost and adjust docs
|
2023-01-18 10:51:14 +01:00 |
|
Rodrigo Q. Saramago
|
a9757e963e
|
Remove more workarounds
|
2023-01-18 09:25:31 +00:00 |
|
Nikola Matić
|
db0ecd2413
|
Merge pull request #13878 from ethereum/gnosis-remove-workarounds-for-latest-dependencies
Remove workarounds for latest dependencies from gnosis ext test
|
2023-01-18 09:42:39 +01:00 |
|
Kamil Śliwak
|
6df65ca1a1
|
gnosis ext test: Remove workarounds that used to be necessary to make the test work with latest versions of its dependencies
|
2023-01-18 08:54:01 +01:00 |
|
Kamil Śliwak
|
96ddc54fa2
|
Merge pull request #13860 from ethereum/forbid_private_library_functions_attached
Forbid private library functions be attached with using for outside their declaration scope
|
2023-01-17 22:11:29 +01:00 |
|
Matheus Aguiar
|
7779b6f352
|
Forbid private library functions to be attached outside their declaration scope
|
2023-01-17 16:27:35 -03:00 |
|
andy53
|
df2ea19535
|
Remove solidity-upgrade
update config.yaml
Update using-the-compiler.rst
removed bug reports section
added changelog entry
removed trailing whitespace
removed trailing whitespace
|
2023-01-17 07:59:43 -07:00 |
|
Kamil Śliwak
|
229fcc9fce
|
Merge pull request #13876 from Big-Aaron/develop
Update ir-breaking-changes.rst
|
2023-01-17 14:20:07 +01:00 |
|
Daniel
|
0d19b94286
|
Merge pull request #13877 from ethereum/add-key-name-source-location-for-mappings
Source locations for named mapping keys and values
|
2023-01-17 13:31:32 +01:00 |
|
Nikola Matic
|
83c1f62026
|
Source location for named mapping keys
|
2023-01-17 12:25:23 +01:00 |
|
Big-Aaron
|
83774c28bf
|
Update ir-breaking-changes.rst
Fix errors in the doc
|
2023-01-17 11:30:30 +08:00 |
|
Daniel
|
7b2f8a2e31
|
Merge pull request #13875 from ethereum/fix-ext-test-gnosis
Change filename in gnosis external test script
|
2023-01-16 19:01:20 +01:00 |
|
Matheus Aguiar
|
82806c4236
|
Change filename in sed command
|
2023-01-16 12:54:02 -03:00 |
|
Nikola Matić
|
609f15229b
|
Merge pull request #13857 from ethereum/add-snark-verifier-benchmark
Add snark verifier benchmark test
|
2023-01-12 13:03:10 +01:00 |
|
Nikola Matić
|
7c62f35a61
|
Merge pull request #13863 from ethereum/bump-ubuntu-images
Update ubuntu images from `2004` to `2204`
|
2023-01-12 12:34:54 +01:00 |
|
Nikola Matic
|
0ca97ba8b8
|
Add snark verifier benchmark test
|
2023-01-12 11:59:33 +01:00 |
|
Rodrigo Q. Saramago
|
b1f728efcd
|
Remove hera build
|
2023-01-12 11:47:14 +01:00 |
|
Rodrigo Q. Saramago
|
b07ccd56e1
|
Add CLN library
|
2023-01-12 11:47:14 +01:00 |
|
Rodrigo Q. Saramago
|
43032433fd
|
Rename buildpack-deps ci scripts
|
2023-01-12 11:47:14 +01:00 |
|
Rodrigo Q. Saramago
|
0178024903
|
Reset label version for new image
|
2023-01-12 11:47:14 +01:00 |
|
Rodrigo Q. Saramago
|
904afd8963
|
Rename ubuntu dockerfiles
|
2023-01-12 11:47:14 +01:00 |
|