85 Commits (762aa2d0f39096ae2c6b3193d7e5938f297015c3)

Author SHA1 Message Date
Lefteris Karapetsas 50a4b6055b Fixes after rebasing on develop 10 years ago
Lefteris Karapetsas 37eb587dd9 Adding isStateVariable attribute to a VarDecl 10 years ago
Lefteris Karapetsas 3732d42ce8 Various small fixes for Sol Automatic Accessors 10 years ago
Lefteris Karapetsas 3d1c0a9bef Modifications to Mix to adapt to FunctionDescription 10 years ago
Lefteris Karapetsas 06764f026e State variable accessors code is now more organized 10 years ago
Lefteris Karapetsas 818742dac9 Work in progress for state variable accessors 10 years ago
Christian fdf791149d Compilation of function modifiers. 10 years ago
Christian 2566466a6c Type resolution for function modifiers. 10 years ago
Christian 133610be56 Function modifier parsing. 10 years ago
Christian a89e21d2a3 Style changes. 10 years ago
Christian 747bf7f2d4 Include virtual function overrides in constructor context. 10 years ago
Christian 50c0a0ed66 Constructor arguments for base classes. 10 years ago
Christian 4fe47c5014 Explicit calls to base class function. 10 years ago
Christian ffead7b4d5 Check overrides and provide inherited public interface. 10 years ago
Christian feff325023 Import inherited members into the contract's scope. 10 years ago
Christian c1834466a2 Inheritance parser. 10 years ago
Christian e16d88c894 Check for hash collisions already before compiling. 10 years ago
Christian de3e6a09db Specify value for contract creation. 10 years ago
arkpar 72628e8f32 fixed warnings for msvc build 10 years ago
Lefteris Karapetsas b8b75c841b Solidity getInterfaceFunctions is now a map of hash to Function 10 years ago
Lefteris Karapetsas 48080e0415 Small issues with Canonical Function Signature 10 years ago
Lefteris Karapetsas c2b194d4c3 Creating the canonical signature of a function, for later use in the ABI 10 years ago
Christian 46664c44b3 Assertions that throw InternalCompilerErrors. 10 years ago
Lefteris Karapetsas 3c6e966160 Solidity ForStatement Compiler part 10 years ago
Lefteris Karapetsas 1f0346396a Minor issues, grammar update, new ForStatement test 10 years ago
Lefteris Karapetsas 5eec2c5ac6 ForStatement typecheck and initExpression is a Statement 10 years ago
Lefteris Karapetsas 30c000d121 Adding a ForStatement solidity AST Node. 10 years ago
Christian c00153e5c1 Stylistic changes. 10 years ago
Christian a3473ad88d Check that constructor does not have "returns" directive. 10 years ago
Christian 5026c5855d Create contracts. 10 years ago
Lefteris Karapetsas 01e419fcaf Natspec title and author tag. 10 years ago
Christian a03f2870c6 More const cleanup. 10 years ago
Christian 2506b42da8 Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers. 10 years ago
Christian 1e5ebff359 Const AST visitor for the compiler. 10 years ago
Christian 169139a066 Const functions for ASTVisitor and const ASTPrinter. 10 years ago
Christian dcce76392b Renamed url to identifier and added some comments. 10 years ago
Christian 8621949067 Import directive. 10 years ago
Christian a2aa117a6b Disallow assignments to structs and mappings. 10 years ago
Christian b514546927 Save the scope for every declaration. 10 years ago
Lefteris Karapetsas 60ac4d3a2c Exporting Natspec documentation to a JSON interface 10 years ago
Lefteris Karapetsas 4bb7cc9f67 Solidity FunctionDefinition used ASTString shared ptr for docstrings 10 years ago
Lefteris Karapetsas 43f269ce9a Solidity function AST nodes get documentation attribute 10 years ago
Christian 68acfc0544 Global functions. 10 years ago
chriseth 0669eb8d4c Whitespace change. 10 years ago
Christian 27d20cd849 Magic variables. 10 years ago
Christian 638960f22f Contracts as types and framework for special global variables. 10 years ago
Christian bbc3a1b37e Struct types. 10 years ago
Christian ec2b010047 Mapping types. 10 years ago
Christian 104dd11456 Provide interface for calls in JSON and some other formatting changes. 10 years ago
Christian a5542ba2de State variables. 10 years ago