This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4f19d68ee9d9b6fda457cedb5b95e1f125812e9c
solidity
/
libsolidity
T
History
chriseth
4f19d68ee9
Merge pull request
#12620
from ethereum/assemblyAnnotation
...
Memory-safety annotation for inline assembly.
2022-03-07 12:48:41 +01:00
..
analysis
Inline assembly without memory effects is implicitly memory safe.
2022-03-02 16:42:28 +01:00
ast
Inline assembly without memory effects is implicitly memory safe.
2022-03-02 16:42:28 +01:00
codegen
Merge pull request
#12620
from ethereum/assemblyAnnotation
2022-03-07 12:48:41 +01:00
formal
Changed instaces of isByteArrayOrString() to isByteArray() where it's only supposed to return a True for Bytes Type
2022-02-02 17:05:26 +05:30
interface
Split out disassemble to remove numeric from instruction includes.
2022-03-02 15:30:41 +01:00
lsp
LSP: Introduces lspAssert(condition, ErrorCode, message)
2022-01-05 11:30:04 +01:00
parsing
Separate DebugData fields for Solidity and Yul source locations
2021-09-22 13:11:39 +02:00
CMakeLists.txt
Initial implementation of Language Server
2021-12-16 17:52:49 +01:00