Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add assembly support for EXTCODEHASH (EIP-1052) | Jared Wasinger | 2018-09-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5061 from ethereum/fixedSizeArrayLength | chriseth | 2018-09-26 | 1 | -0/+2 |
|\ | | | | | Disallow fixed-size arrays with zero length | ||||
| * | Updates changelog. | Erik Kundt | 2018-09-22 | 1 | -0/+2 |
| | | |||||
* | | CREATE2 is part of Constantinople now | Alex Beregszaszi | 2018-09-26 | 1 | -1/+1 |
| | | | | | | | | Also add hasCreate2 to EVMVersion | ||||
* | | Disallow uppercase X in hex number literals | hydai | 2018-09-19 | 1 | -0/+1 |
|/ | |||||
* | CREATE2 opcode has been moved from 0xfb to 0xf5 | Alex Beregszaszi | 2018-09-19 | 1 | -0/+1 |
| | |||||
* | Fix typos in Changelog | hydai | 2018-09-19 | 1 | -4/+4 |
| | |||||
* | Split simplification rules into two functions. | Daniel Kirchner | 2018-09-18 | 1 | -0/+1 |
| | |||||
* | Changelog entry for array type conversion change. | chriseth | 2018-09-17 | 1 | -0/+1 |
| | |||||
* | Merge branch 'release' into develop. | chriseth | 2018-09-14 | 1 | -6/+9 |
|\ | |||||
| * | Update changelog. | chriseth | 2018-09-13 | 1 | -1/+2 |
| | | |||||
| * | Set relase date of 0.4.25. | chriseth | 2018-09-13 | 1 | -1/+1 |
| | | |||||
| * | Changelog entry and bug list. | chriseth | 2018-09-10 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #4937 from ethereum/fixNewline_0425 | chriseth | 2018-09-10 | 1 | -0/+3 |
| |\ | | | | | | | [backport] Fix newline bugs | ||||
| | * | Changelog. | chriseth | 2018-09-10 | 1 | -0/+3 |
| | | | |||||
| * | | Disallow indexed reference types in events when using ABIEncoderV2 | Leonardo Alt | 2018-09-07 | 1 | -0/+1 |
| |/ | |||||
| * | Disallow structs in events without ABIEncoderV2 | Leonardo Alt | 2018-09-06 | 1 | -0/+2 |
| | | |||||
| * | Set version. | chriseth | 2018-09-06 | 1 | -0/+3 |
| | | |||||
* | | Add payable and non-payable state mutability to AddressType. | Daniel Kirchner | 2018-09-13 | 1 | -0/+2 |
| | | |||||
* | | Accept ``address payable`` during parsing. | Daniel Kirchner | 2018-09-11 | 1 | -0/+1 |
| | | |||||
* | | Changelog entry and bug list. | chriseth | 2018-09-10 | 1 | -0/+3 |
| | | |||||
* | | Changelog. | chriseth | 2018-09-06 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #4872 from bakaoh/issue4716 | chriseth | 2018-09-06 | 1 | -0/+1 |
|\ \ | | | | | | | Crash when array index value is too large | ||||
| * | | Fix #4716: Crash when array index value is too large | bakaoh | 2018-09-05 | 1 | -0/+1 |
| | | | |||||
* | | | Split IntegerType into IntegerType and AddressType. | Daniel Kirchner | 2018-09-05 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4590 from ethereum/msgValueModifier | chriseth | 2018-09-05 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Warn if modifier uses msg.value in non-payable function | ||||
| * | | | Update changelog. | chriseth | 2018-09-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Warns if modifier uses msg.value in non-payable function. | Erik Kundt | 2018-09-04 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #4866 from bakaoh/issue4743 | chriseth | 2018-09-05 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix#4743: Incorrect source location for nameless parameters | ||||
| * | | | Update test to correct source location for nameless parameters | bakaoh | 2018-08-31 | 1 | -0/+1 |
| |/ / | |||||
* | | | Review suggestions | Leonardo Alt | 2018-09-04 | 1 | -1/+1 |
| | | | |||||
* | | | Disallow single statement var decl in if/while/for without blocks | Leonardo Alt | 2018-09-04 | 1 | -0/+1 |
|/ / | |||||
* | | Dynamic type as mapping key returns error instead of assertion fail | Leonardo Alt | 2018-08-16 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4822 from ethereum/addressStaticCall | chriseth | 2018-08-16 | 1 | -0/+1 |
|\ \ | | | | | | | Add ``staticcall`` to ``address``. | ||||
| * | | Add ``staticcall`` to ``address``. | Daniel Kirchner | 2018-08-15 | 1 | -0/+1 |
| | | | |||||
* | | | Disallow indexed reference types in events when using ABIEncoderV2 | Leonardo Alt | 2018-08-15 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #4390 from ethereum/abidecode | chriseth | 2018-08-15 | 1 | -0/+1 |
|\ \ | | | | | | | Add abi.decode | ||||
| * | | Changelog entry. | chriseth | 2018-08-15 | 1 | -0/+1 |
| | | | |||||
* | | | Fixes #4718: High CPU usage when using large variable names | bakaoh | 2018-08-15 | 1 | -0/+1 |
|/ / | |||||
* | | Update documentation. | chriseth | 2018-08-15 | 1 | -2/+3 |
| | | |||||
* | | Calculate the dataGas correctly in the constant optimiser | Alex Beregszaszi | 2018-08-14 | 1 | -0/+1 |
| | | | | | | | | | | This may cause a wrong decision about cost (and as a result choosing the least efficient code), but will not cause any miscompilation or invalid output. | ||||
* | | Merge pull request #4765 from ethereum/fixes-issue-4673 | chriseth | 2018-08-14 | 1 | -0/+1 |
|\ \ | | | | | | | [WIP] Fixes issue where computing storage size for a number would take too long (or even cause a crash). | ||||
| * | | Fixes issue where computing storage size for a number would take too long. | Christian Parpart | 2018-08-14 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes #4673. | ||||
* | | | Merge pull request #4782 from ethereum/encodePackedArrayOfStructs | chriseth | 2018-08-14 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Encode packed array of structs | ||||
| * | | | Changelog entry. | chriseth | 2018-08-10 | 1 | -0/+1 |
| |/ / | |||||
* | | | Adds support for structs in interfaces. | Christian Parpart | 2018-08-14 | 1 | -0/+1 |
| | | | | | | | | | | | | Closes #4733. | ||||
* | | | Merge pull request #4777 from ethereum/typeConversionMemory | chriseth | 2018-08-14 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Defaul data location for type conversions is memory. | ||||
| * | | | Defaul data location for type conversions is memory. | chriseth | 2018-08-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4798 from ethereum/mappingArgumentsAndReturns | chriseth | 2018-08-13 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Mapping arguments and returns | ||||
| * | | | | Consider mappings return values in control flow analysis. | Daniel Kirchner | 2018-08-13 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Allow mapping arguments and return values in all internal functions. | Daniel Kirchner | 2018-08-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Allow mapping arguments and return values in internal library functions. | Daniel Kirchner | 2018-08-13 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge pull request #4696 from ethereum/byteLiteralConversion | chriseth | 2018-08-13 | 1 | -1/+3 |
|\ \ \ \ | |/ / / |/| | | | Disallow ambiguous implicit and explicit conversions from number literals to bytesXX | ||||
| * | | | Disallow ambiguous conversions between number literals and bytesXX types. | Daniel Kirchner | 2018-08-13 | 1 | -1/+3 |
| |/ / | |||||
* / / | Disallow remappings with empty prefix. | Daniel Kirchner | 2018-08-11 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #4767 from ethereum/cvc4Build | Daniel Kirchner | 2018-08-09 | 1 | -0/+1 |
|\ \ | | | | | | | Add workarounds for building against CVC4 on ArchLinux. | ||||
| * | | Add Changelog entry. | Daniel Kirchner | 2018-08-09 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4684 from ethereum/underscores_in_numeric_literals | chriseth | 2018-08-09 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | [BREAKING] Underscores in numeric literals | ||||
| * | | Allow underscores in numbers. | Balajiganapathi S | 2018-08-08 | 1 | -0/+1 |
| | | | |||||
* | | | Provide nicer error message when referencing overloaded references | Alex Beregszaszi | 2018-08-08 | 1 | -0/+1 |
| | | | |||||
* | | | Remove experimental 0.5.0 pragma | Alex Beregszaszi | 2018-08-08 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4740 from ethereum/enforceNumberOfReturnValues | chriseth | 2018-08-08 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Disallow empty return in function with return arguments. | ||||
| * | | | Disallow empty return expressions in functions with non-empty return parameters. | Daniel Kirchner | 2018-08-08 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #4754 from Rytiss/patch-1 | Alex Beregszaszi | 2018-08-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix typo in Solidity name/url in the changelog | ||||
| * | | | Fix typo in Solidity name/url | Rytis Slatkevičius | 2018-08-08 | 1 | -1/+1 |
| |/ / | |||||
* / / | Remove remaining instances of ``fillRight`` left over from tuple wildcards ↵ | Daniel Kirchner | 2018-08-08 | 1 | -0/+1 |
|/ / | | | | | | | assignments. | ||||
* | | Merge pull request #4731 from ethereum/interface-enum | chriseth | 2018-08-07 | 1 | -0/+1 |
|\ \ | | | | | | | Allow enums in interfaces | ||||
| * | | Allow enums in interfaces | Alex Beregszaszi | 2018-08-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4720 from ethereum/abi-rational-type-identifier | Alex Beregszaszi | 2018-08-07 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix type identifiers for RationalNumberType (on negative numbers) | ||||
| * | | | Fix type identifiers for RationalNumberType | Alex Beregszaszi | 2018-08-07 | 1 | -0/+1 |
| |/ / | |||||
* / / | Properly handle invalid references used together with _slot and _offset. | Alex Beregszaszi | 2018-08-07 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #4724 from ethereum/slot-in-assembly | Alex Beregszaszi | 2018-08-07 | 1 | -0/+1 |
|\ \ | | | | | | | Do not crash on using _slot and _offset suffixes on their own | ||||
| * | | Do not crash on using _slot and _offset suffixes on their own | Alex Beregszaszi | 2018-08-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4592 from asifmallik/fixBackslashBugFinal | Alex Beregszaszi | 2018-08-07 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix backslash bug | ||||
| * | | | Fix backslash bug | Asif Mallik | 2018-08-07 | 1 | -0/+1 |
| | | | | |||||
* | | | | Remove clone feature. | chriseth | 2018-08-07 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #4663 from ethereum/dropConstantAST | chriseth | 2018-08-07 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | [BREAKING] Drop constant field from JSON AST | ||||
| * | | Remove "constant" from JSON AST. | Daniel Kirchner | 2018-08-06 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4671 from ethereum/mappingTupleAssignment | chriseth | 2018-08-06 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Disallow assignments to mappings within tuple assignments; allow for local variables. | ||||
| * | | | Allow assignments to local variables of mapping types. | Daniel Kirchner | 2018-08-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | Disallow assignments to mappings within tuple assignments. | Daniel Kirchner | 2018-08-03 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4644 from ethereum/event_struct_error | chriseth | 2018-08-06 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | Disallow structs in events without ABIEncoderV2 | ||||
| * | | | Disallow structs in events without ABIEncoderV2 | Leonardo Alt | 2018-08-03 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLoose | Christian Parpart | 2018-08-04 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | [BREAKING] permanently set errorTypeForLoose from Warning to SyntaxError | ||||
| * | | Disallow loos assembly in Solidity by permanently setting it to SyntaxError ↵ | Christian Parpart | 2018-08-02 | 1 | -0/+1 |
| | | | | | | | | | | | | (from Warning) | ||||
* | | | Turn warning about uninitialized storage returns into an error. | Daniel Kirchner | 2018-08-03 | 1 | -0/+1 |
|/ / | |||||
* | | Do not exclude public state variables when looking for conflicting declarations. | Daniel Kirchner | 2018-08-01 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4378 from ethereum/noBaseWithoutArguments | Alex Beregszaszi | 2018-08-01 | 1 | -0/+1 |
|\ \ | | | | | | | [BREAKING] Disallow calling base constructors without arguments. | ||||
| * | | Disallow calling base constructors without arguments. | chriseth | 2018-08-01 | 1 | -0/+1 |
| | | | |||||
* | | | Guard CycleDetector against recursion exhaustion. | Christian Parpart | 2018-08-01 | 1 | -0/+1 |
|/ / | | | | | | | fixes #3935. | ||||
* | | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 1 | -0/+1 |
| | | |||||
* | | Fix crash when FunctionType has undeclared type as parameter | Leonardo Alt | 2018-07-31 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4527 from ethereum/mappingEnforceStorage | Alex Beregszaszi | 2018-07-24 | 1 | -0/+1 |
|\ \ | | | | | | | Enforces explicit data location for mappings | ||||
| * | | Enforces data location of local mappings to storage. | Erik Kundt | 2018-07-24 | 1 | -0/+1 |
| | | | |||||
* | | | Disallow functions without implementation to use modifiers. This was already ↵ | Christian Parpart | 2018-07-24 | 1 | -0/+1 |
| | | | | | | | | | | | | the case in the experimental 0.5.0 mode. | ||||
* | | | Merge pull request #4439 from ethereum/address_members | chriseth | 2018-07-19 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | [BREAKING] Enforce address members not accessible by contract instance | ||||
| * | | | Changes in ExpressionCompiler | Leonardo Alt | 2018-07-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | Address members not accessible by contract instance | Leonardo Alt | 2018-07-17 | 1 | -0/+2 |
| | | | | |||||
* | | | | Disallows old constructor syntax. | Erik Kundt | 2018-07-18 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Updates changelog to be more specific about visibility enforcement. | Erik Kundt | 2018-07-18 | 1 | -2/+2 |
| | | | |||||
* | | | Enforces visibility specifier and updates docs. | Erik Kundt | 2018-07-17 | 1 | -0/+2 |
|/ / | |||||
* | | Deprecate the throw statement | Alex Beregszaszi | 2018-07-16 | 1 | -0/+1 |
| | | |||||
* | | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
* | | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays | chriseth | 2018-07-13 | 1 | -0/+1 |
|\ \ | | | | | | | Consider fixed-size arrays when checking for recursive structs. | ||||
| * | | Add Changelog entry. | Daniel Kirchner | 2018-07-13 | 1 | -0/+1 |
| | | | |||||
* | | | Update Changelog. | Daniel Kirchner | 2018-07-13 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #4447 from hosho/develop | chriseth | 2018-07-13 | 1 | -0/+1 |
|\ \ | | | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions | ||||
| * | | Add changelog bugfix | Matthew Little | 2018-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions. | ||||
* | | | Merge pull request #4478 from ethereum/requireStorageLocation | chriseth | 2018-07-13 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Turn missing storage locations into an error. | ||||
| * | | Update Changelog. | Daniel Kirchner | 2018-07-12 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #4428 from ethereum/enforce_staticcall_view | chriseth | 2018-07-12 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | [BREAKING] Enforce STATICCALL for view and pure | ||||
| * | | | Use STATICCALL for view and pure | Leonardo Alt | 2018-07-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4083 from ethereum/variable_stack_slot | chriseth | 2018-07-12 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | [BREAKING] Allocate local variables according to their scope | ||||
| * | | | [050] Reserving and popping local vars in their scope | Leonardo Alt | 2018-07-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Add Changelog entry. | Daniel Kirchner | 2018-07-12 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4454 from ethereum/constructorArgCount | chriseth | 2018-07-11 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | [BREAKING] Wrong argument count in constructor call | ||||
| * | | | Adds changelog entry. | Erik Kundt | 2018-07-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4388 from ethereum/noPackedLiterals | chriseth | 2018-07-11 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Disallow packed encoding of literals. | ||||
| * | | | | Disallow packed encoding of literals. | chriseth | 2018-07-03 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Code, Changelog, ReleaseChecklist: Fix typos. | Cryptomental | 2018-07-11 | 1 | -1/+1 |
| |/ / / |/| | | | | | | | | | | | Refs: #4442 | ||||
* | | | | Merge pull request #4376 from ethereum/fallbackExternal | chriseth | 2018-07-11 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Fallback functions have to be external | ||||
| * | | | | Changelog entry. | chriseth | 2018-07-04 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #4466 from ethereum/tupleNotEmpty | chriseth | 2018-07-11 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Disallow empty tuple components. | ||||
| * | | | | Update changelog. | Daniel Kirchner | 2018-07-10 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Changelog entry. | chriseth | 2018-07-10 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointer | chriseth | 2018-07-10 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | [BREAKING] Turn uninitialized storage variables into error. | ||||
| * | | | | Update documentation and Changelog. | Daniel Kirchner | 2018-07-10 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Add Changelog entry. | Daniel Kirchner | 2018-07-10 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Add backticks to changelog. | chriseth | 2018-07-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Enforce error on hex number combined with unit denomination | Leonardo Alt | 2018-07-09 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #4366 from ethereum/libsolc-cleanup | Alex Beregszaszi | 2018-07-09 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Implement new libsolc API | ||||
| * | | | | Add new libsolc entry points (solidity_license/version/compile) | Alex Beregszaszi | 2018-06-30 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #4418 from ethereum/initialConstants | chriseth | 2018-07-05 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Only allow compile-time constants for constant state variables. | ||||
| * | | | | | Only allow compile-time constants for constant state variables. | chriseth | 2018-07-04 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Fix allocation of byte arrays. | chriseth | 2018-07-05 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Update documentation and Changelog. | Daniel Kirchner | 2018-07-04 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4379 from ethereum/constructorArgsTwice | chriseth | 2018-07-04 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Disallow constructor arguments given multiple times. | ||||
| * | | | | Disallow constructor arguments given multiple times. | chriseth | 2018-06-29 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Update Changelog. | Daniel Kirchner | 2018-07-03 | 1 | -0/+1 |
| | | | | |||||
* | | | | Changelog: added ``var``-keyword change | Christian Parpart | 2018-07-03 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #4305 from ethereum/transactionReceipts | chriseth | 2018-07-02 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Determine transaction status in RPC sessions. | ||||
| * | | | Determine transaction status in RPC sessions. | Daniel Kirchner | 2018-07-02 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #4224 from ethereum/revert_wrong_calldata | chriseth | 2018-07-02 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | [BREAKING] Revert if calldata has wrong size | ||||
| * | | Revert if calldata is too short or points out of bounds | Leonardo Alt | 2018-06-26 | 1 | -0/+1 |
| | | | |||||
* | | | Changelog entry. | chriseth | 2018-06-25 | 1 | -0/+6 |
|/ / | |||||
* | | Disallow the years unit denomination properly | Alex Beregszaszi | 2018-06-22 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4306 from ethereum/remove_050_workaround_scoping | chriseth | 2018-06-21 | 1 | -0/+2 |
|\ \ | | | | | | | [BREAKING] C99 scoping rules by default (remove 050 workaround) | ||||
| * | | C99 scoping rules by default | Leonardo Alt | 2018-06-20 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #4219 from ethereum/functionTypeNamedArguments | Alex Beregszaszi | 2018-06-21 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Turn named return parameters in function types into an error. | ||||
| * | | Return parameters in function types may not be named. | Daniel Kirchner | 2018-06-18 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4300 from nventuro/optimize-out-and | chriseth | 2018-06-20 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add TruthyAnd Peephole optimization | ||||
| * | | | Add TruthyAnd Peephole optimization | Nicolás Venturo | 2018-06-15 | 1 | -0/+1 |
| |/ / | |||||
* | | | Disallow raw callcode (was deprecated in 0.4.12) | Alex Beregszaszi | 2018-06-20 | 1 | -0/+1 |
| | | | |||||
* | | | Add difficulty field to genesis chain parameters to fix ipc tests for recent ↵ | Daniel Kirchner | 2018-06-14 | 1 | -0/+1 |
|/ / | | | | | | | versions of cpp-ethereum. | ||||
* | | Merge pull request #4282 from ethereum/cli-yul | chriseth | 2018-06-14 | 1 | -0/+1 |
|\ \ | | | | | | | [BREAKING] Renamed the --julia CLI option to --yul | ||||
| * | | Renamed the --julia CLI option to --yul | Alex Beregszaszi | 2018-06-14 | 1 | -0/+1 |
| | | | |||||
* | | | Enforce disallowing empty structs | Christian Parpart | 2018-06-14 | 1 | -0/+1 |
|/ / | | | | | | | | | | | | | | | This patch enfoces an error when it encounters an empty struct, effectively eliminating the deprecation warning. Also adjust 419_interface_structs to explicitely test for (non-empty) structs, as this behaviour "may" change in the future. | ||||
* | | Remove obsolete --formal option from CLI | Alex Beregszaszi | 2018-06-13 | 1 | -0/+1 |
| | | |||||
* | | Properly pad data from calldata. | chriseth | 2018-06-13 | 1 | -0/+1 |
| | | |||||
* | | Disallow sha3/suicide aliases | Alex Beregszaszi | 2018-06-13 | 1 | -1/+2 |
| | | |||||
* | | Tidy up changelog for 0.5.0 | Alex Beregszaszi | 2018-06-13 | 1 | -17/+10 |
| | | |||||
* | | Merge pull request #3627 from ethereum/additional-keywords | Alex Beregszaszi | 2018-06-12 | 1 | -0/+3 |
|\ \ | | | | | | | [BREAKING] Add new reserved keywords. | ||||
| * | | Add new reserved keywords. | Daniel Kirchner | 2018-06-12 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #4265 from ethereum/remove-std | chriseth | 2018-06-12 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Remove obsolete 'std' directory | ||||
| * | | Remove obsolete 'std' directory | Alex Beregszaszi | 2018-06-12 | 1 | -0/+1 |
| | | | |||||
* | | | Use proper SAR for signed right shifts and emulate on pre-constantinople. | Daniel Kirchner | 2018-06-12 | 1 | -0/+1 |
| | | | |||||
* | | | Introduces emit token and removes identifier workaround. | Erik Kundt | 2018-06-12 | 1 | -0/+1 |
|/ / | |||||
* | | Show named argument name in error | Alex Beregszaszi | 2018-06-06 | 1 | -1/+1 |
| | | |||||
* | | Remove suicide and sha3 assembly instructions | Jason Cobb | 2018-06-04 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4172 from ethereum/trailing_dot | chriseth | 2018-05-31 | 1 | -0/+1 |
|\ \ | | | | | | | [BREAKING] Disallow trailing dot not followed by number | ||||
| * | | Disallow trailing dots that are not followed by a number | Leonardo Alt | 2018-05-30 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3743 from ethereum/popStorageArray | chriseth | 2018-05-31 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | pop() for storage arrays | ||||
| * | | | Adds syntax tests, documentation and changelog entry. | Erik Kundt | 2018-05-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Refines comment for array utility function. | ||||
* | | | | Mention calldata as new keyword. | chriseth | 2018-05-30 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Allow using `calldata` keyword to specify data location | mingchuan | 2018-05-30 | 1 | -1/+2 |
|/ / | |||||
* | | Fix continue inside do-while. | Daniel Kirchner | 2018-05-17 | 1 | -0/+1 |
| | | |||||
* | | Missed changelog entry. | chriseth | 2018-05-17 | 1 | -0/+2 |
| | | |||||
* | | Disallow conversions between bytesX and uintY of different size. | Daniel Kirchner | 2018-05-17 | 1 | -0/+1 |
| | | |||||
* | | Add syntax tests and Changelog entry | Leonardo Alt | 2018-05-17 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #3987 from ethereum/solc_remove_stdin | chriseth | 2018-05-17 | 1 | -0/+7 |
|\ \ | | | | | | | | | | BREAKING Solc: read from stdin only if "-" is explicitly given | ||||
| * | | Initial changelog for version 0.5.0. | chriseth | 2018-05-04 | 1 | -0/+8 |
| | | | |||||
* | | | Initial changelog for version 0.5.0. | chriseth | 2018-05-17 | 1 | -0/+4 |
| | | | |||||
* | | | Set version to 0.4.25 - tentatively. | chriseth | 2018-05-16 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Split changelog into language and compiler features and set release date. | chriseth | 2018-05-16 | 1 | -9/+11 |
| | | |||||
* | | Warn/enforce single bytes argument for certain builtins (hashing functions). | chriseth | 2018-05-16 | 1 | -0/+1 |
| | | | | | | | | | | In 0.5.0 mode, only accept a single bytes argument for ``.call``, ``keccak256`` and others and do not pad when encoding. | ||||
* | | Parse multi variable declaration statement. | chriseth | 2018-05-16 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4139 from ethereum/abiEncodeIsPure | chriseth | 2018-05-15 | 1 | -0/+1 |
|\ \ | | | | | | | ABI encoding functions are pure and should be usable in constants. | ||||
| * | | ABI encoding functions are pure and should be usable in constants. | chriseth | 2018-05-15 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3947 from ethereum/smt_storage | chriseth | 2018-05-15 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | [SMTChecker] Support to integer and Bool storage vars | ||||
| * | | [SMTChecker] Declaring all state vars before any function is visited | Leonardo Alt | 2018-05-15 | 1 | -1/+1 |
| | | | |||||
| * | | [SMTChecker] Support to integer and Bool storage vars | Leonardo Alt | 2018-05-15 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4062 from ethereum/revert-variable | chriseth | 2018-05-15 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix revert with reason coming from a string variable | ||||
| * | | Fix revert with reason coming from a string variable | Alex Beregszaszi | 2018-05-09 | 1 | -1/+1 |
| | | | |||||
* | | | Add Changelog entry. | Daniel Kirchner | 2018-05-15 | 1 | -0/+2 |
| | | | |||||
* | | | Prefer view over constant in the documentation. | Daniel Kirchner | 2018-05-09 | 1 | -0/+1 |
|/ / | |||||
* | | Use the entire token as source location for parser errors. | Daniel Kirchner | 2018-05-09 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4054 from ethereum/token-names | chriseth | 2018-05-09 | 1 | -0/+1 |
|\ \ | | | | | | | Improve parser error messages | ||||
| * | | Display nicer error messages in the parser (display tokens and not internal ↵ | Alex Beregszaszi | 2018-05-04 | 1 | -0/+1 |
| | | | | | | | | | | | | names) | ||||
* | | | Follow highest gas usage only for gas estimation. | chriseth | 2018-05-09 | 1 | -0/+1 |
| | | | |||||
* | | | Deprecate wildcard assignments. | chriseth | 2018-05-08 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Show proper error when trying to emit a non-event | Alex Beregszaszi | 2018-05-04 | 1 | -0/+1 |
|/ | |||||
* | Use native shift instructions on Constantinople | Alex Beregszaszi | 2018-05-01 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3981 from ethereum/years-suffix | chriseth | 2018-04-24 | 1 | -0/+1 |
|\ | | | | | The "year" denomination is deprecated | ||||
| * | The "year" denomination is deprecated | Alex Beregszaszi | 2018-04-23 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3976 from ethereum/emptyTupleComponent | chriseth | 2018-04-23 | 1 | -1/+1 |
|\ \ | |/ |/| | Empty tuple components should not be possible | ||||
| * | Turns it into warning (error for 0.5.0) and adds Changelog entry. | Erik Kundt | 2018-04-23 | 1 | -1/+1 |
| | | |||||
* | | CMake: Update jsoncpp to v1.8.4 | Alexander Arlt | 2018-04-23 | 1 | -0/+1 |
|/ | |||||
* | Make literals an error for tight packing (experimental 0.5.0) | Alex Beregszaszi | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary masking of the result of known short instructions | Alex Beregszaszi | 2018-04-20 | 1 | -0/+1 |
| | |||||
* | Set version to 0.4.24 | chriseth | 2018-04-19 | 1 | -0/+9 |
| | |||||
* | Prepare 0.4.23 release. | chriseth | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3941 from ethereum/bytes-contract | chriseth | 2018-04-19 | 1 | -0/+1 |
|\ | | | | | Disallow explicit conversion of bytesXX to contract | ||||
| * | Disallow explicit conversion of bytesXX to contract | Alex Beregszaszi | 2018-04-19 | 1 | -0/+1 |
| | | |||||
* | | Improve error message for failed member lookup. | chriseth | 2018-04-19 | 1 | -0/+1 |
|/ | |||||
* | Warn about functions named "constructor". | chriseth | 2018-04-19 | 1 | -1/+2 |
| | |||||
* | Merge pull request #3925 from ethereum/supportBionic2 | Alex Beregszaszi | 2018-04-19 | 1 | -0/+1 |
|\ | | | | | Support ubuntu bionic source builds. | ||||
| * | Support ubuntu bionic source builds. | chriseth | 2018-04-18 | 1 | -0/+1 |
| | | |||||
* | | Fix name clashes between constructor and fallback function. | chriseth | 2018-04-18 | 1 | -1/+2 |
|/ | |||||
* | [SMTChecker] Integration with CVC4 | Leonardo Alt | 2018-04-17 | 1 | -3/+1 |
| | |||||
* | Set version to 0.4.23 | chriseth | 2018-04-17 | 1 | -0/+9 |
| | |||||
* | Preparation for 0.4.22 release. | chriseth | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Preparation for 0.4.22 release. | chriseth | 2018-04-17 | 1 | -6/+9 |
| | |||||
* | Merge pull request #3868 from ethereum/bytescleanup | chriseth | 2018-04-16 | 1 | -0/+1 |
|\ | | | | | Properly force-clean for shortening bytesXX conversions. | ||||
| * | Properly force-clean for shortening bytesXX conversions. | chriseth | 2018-04-16 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3793 from ethereum/rationalNumberLimit | chriseth | 2018-04-16 | 1 | -0/+1 |
|\ \ | |/ |/| | Rational number limit | ||||
| * | Limits rational numbers to 4096 bits. | Erik Kundt | 2018-04-16 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3880 from ethereum/addressMemberDocAndWarn | chriseth | 2018-04-16 | 1 | -0/+1 |
|\ \ | | | | | | | Improve documentation and warning about accessing contract members in… | ||||
| * | | Improve documentation and warning about accessing contract members inherited ↵ | Daniel Kirchner | 2018-04-14 | 1 | -0/+1 |
| |/ | | | | | | | from address. | ||||
* / | Document ABI encoding functions. | chriseth | 2018-04-14 | 1 | -0/+1 |
|/ | |||||
* | Add ChangeLog entry. | Daniel Kirchner | 2018-04-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3364 from ethereum/revertWithReason | chriseth | 2018-04-13 | 1 | -0/+1 |
|\ | | | | | Revert with reason | ||||
| * | Changelog entry. | chriseth | 2018-04-12 | 1 | -1/+1 |
| | | |||||
| * | Documentation for revert with reason string. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | | |||||
* | | Fix internal compiler error when parsing ``var`` declaration without identifier. | Daniel Kirchner | 2018-04-12 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3848 from ethereum/constantDivisionByZero | chriseth | 2018-04-12 | 1 | -0/+1 |
|\ | | | | | Error on invalid arithmetic with constant expressions. | ||||
| * | Error on invalid arithmetic with constant expressions. | Daniel Kirchner | 2018-04-12 | 1 | -0/+1 |
| | | |||||
* | | Warn if modifiers are applied to functions without implementation. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | | |||||
* | | Changelog entry. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3863 from ethereum/fixGasEstimation | chriseth | 2018-04-12 | 1 | -0/+1 |
|\ \ | | | | | | | Correctly ignore costs of fallback for other functions. | ||||
| * | | Correctly ignore costs of fallback for other functions. | chriseth | 2018-04-12 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3830 from ethereum/fix-include-paths-errors | Daniel Kirchner | 2018-04-12 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | Fix include paths errors | ||||
| * | | Prevent information about file existence outside the allowed paths to leak ↵ | Daniel Kirchner | 2018-04-12 | 1 | -0/+1 |
| | | | | | | | | | | | | by mimicing boost::filesystem::weakly_canonical. | ||||
* | | | Fix ConstantEvaluator to correctly handle single element tuples. | Daniel Kirchner | 2018-04-12 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge pull request #3580 from ethereum/asm-bitshift-optim | chriseth | 2018-04-11 | 1 | -0/+1 |
|\ \ | | | | | | | Add simplification rule for bitwise shifting | ||||
| * | | Add constant optimiser for SHR/SHL instructions | Alex Beregszaszi | 2018-04-10 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3309 from ethereum/limit-errors | chriseth | 2018-04-11 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Limit the number of errors output in a single run to 256 | ||||
| * | | | Limit the number of errors output in a single run to 256 | Alex Beregszaszi | 2018-04-06 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Fix bug in typechecking when comparing rational literals | Jason Cobb | 2018-04-11 | 1 | -0/+1 |
| | | | |||||
* | | | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 1 | -0/+1 |
| | | | |||||
* | | | Error when using no parentheses in modifier-style constructor calls. | Daniel Kirchner | 2018-04-10 | 1 | -1/+2 |
| | | |