Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | Allow duplicated constructor calls, if no arguments; support for multiple ↵ | Daniel Kirchner | 2018-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | inheritance; backwards compatibility. # tmp | ||||
* | | | Error on duplicated super constructor calls | Federico Bond | 2018-04-09 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Static Analyzer: Fix non-deterministic order of unused variable warnings. | Daniel Kirchner | 2018-04-07 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis | Daniel Kirchner | 2018-04-05 | 1 | -0/+1 |
|\ | | | | | Error when using empty parentheses for base class constructors that r… | ||||
| * | Error when using empty parenthesis for base class constructors that require ↵ | Daniel Kirchner | 2018-04-05 | 1 | -0/+1 |
| | | | | | | | | arguments. | ||||
* | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 1 | -0/+1 |
|\ \ | | | | | | | Fix invalid recursion errors for structs | ||||
| * | | Fix detection of recursive structs. | chriseth | 2018-04-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3822 from ethereum/swap-comparison | chriseth | 2018-04-05 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Replace comparison operators with opposites if preceded by SWAP1 | ||||
| * | | | Replace comparison operators with opposites if preceded by SWAP1 | Alex Beregszaszi | 2018-04-04 | 1 | -0/+1 |
| | |/ | |/| | |||||
* / | | More specific push implementation. | chriseth | 2018-04-04 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #3798 from ethereum/commutative-swap | Alex Beregszaszi | 2018-04-04 | 1 | -0/+1 |
|\ \ | | | | | | | Remove useless SWAP1 in front of commutative operations | ||||
| * | | Remove useless SWAP1 in front of commutative operations | Alex Beregszaszi | 2018-04-04 | 1 | -0/+1 |
| | | | |||||
* | | | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #3693 from ethereum/optimizeMLOAD | Alex Beregszaszi | 2018-04-03 | 1 | -0/+2 |
|\ \ | |/ |/| | Optimize across MLOAD if MSIZE is not used. | ||||
| * | Changelog entry. | chriseth | 2018-04-03 | 1 | -0/+2 |
| | | |||||
* | | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3790 from ethereum/empty-structs | chriseth | 2018-03-30 | 1 | -0/+1 |
|\ | | | | | Disallow empty structs | ||||
| * | Still allow empty structs for non-0.5.0 mode | Alex Beregszaszi | 2018-03-27 | 1 | -1/+1 |
| | | |||||
| * | Disallow empty structs | Alex Beregszaszi | 2018-03-27 | 1 | -0/+1 |
| | | |||||
* | | Prevent encoding of weird types and support packed encoding of external ↵ | chriseth | 2018-03-29 | 1 | -0/+2 |
| | | | | | | | | function types. | ||||
* | | Support for error on non-existant or irregular files with command line ↵ | Anthony Broad-Crawford | 2018-03-28 | 1 | -0/+1 |
| | | | | | | | | option to ignore | ||||
* | | Merge pull request #3775 from federicobond/improve-error-fractional-shift | chriseth | 2018-03-28 | 1 | -0/+1 |
|\ \ | |/ |/| | Improve error message when attempting to shift by fractional number | ||||
| * | Improve error message when trying to shift by fractional number | Federico Bond | 2018-03-22 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3681 from ethereum/interface-external | chriseth | 2018-03-27 | 1 | -0/+1 |
|\ \ | | | | | | | Allow overriding external functions in interfaces with public in a child | ||||
| * | | Allow overriding external functions in interfaces with public in an ↵ | Alex Beregszaszi | 2018-03-26 | 1 | -0/+1 |
| |/ | | | | | | | implementing contract | ||||
* / | Changelog entry. | chriseth | 2018-03-27 | 1 | -0/+1 |
|/ | |||||
* | Changelog entry. | chriseth | 2018-03-21 | 1 | -0/+1 |
| | |||||
* | Fix Typo in changelog.md | Daniel R | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into externalFunctionsInLibraries | chriseth | 2018-03-15 | 1 | -0/+3 |
|\ | |||||
| * | Merge pull request #3725 from ethereum/blockhashNoCall | chriseth | 2018-03-15 | 1 | -0/+1 |
| |\ | | | | | | | Allow ``block.blockhash`` without it being called. | ||||
| | * | Allow ``block.blockhash`` without being called. | chriseth | 2018-03-14 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #3722 from ethereum/fixMods | Alex Beregszaszi | 2018-03-15 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Fix modifier lookup in libraries. | ||||
| | * | | Changelog entry. | chriseth | 2018-03-13 | 1 | -0/+1 |
| | |/ | |||||
| * / | DocStringParser: Add Changelog entry and test case for empty descriptions. | Daniel Kirchner | 2018-03-14 | 1 | -0/+1 |
| |/ | |||||
* / | Make external library functions accessible. | chriseth | 2018-03-14 | 1 | -0/+1 |
|/ | |||||
* | Support constantinople in evm-version | Alex Beregszaszi | 2018-03-13 | 1 | -3/+2 |
| | |||||
* | Properly skip cleanup if only enlarging storage array. | chriseth | 2018-03-09 | 1 | -0/+1 |
| | |||||
* | Set version to 0.4.22. | chriseth | 2018-03-08 | 1 | -0/+9 |
| | |||||
* | Update changelog for release. | chriseth | 2018-03-08 | 1 | -4/+4 |
| | |||||
* | Clarify that the experimental flag is not set for "experimental 0.5.0" | chriseth | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3611 from ethereum/warn-using-address-overload | Alex Beregszaszi | 2018-03-07 | 1 | -0/+1 |
|\ | | | | | Warn if using address overloads on contracts | ||||
| * | Warn if using address overloads on contracts | Alex Beregszaszi | 2018-03-05 | 1 | -0/+1 |
| | | |||||
* | | Changelog entry. | chriseth | 2018-03-07 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2966 from ethereum/useStaticCall | Alex Beregszaszi | 2018-03-07 | 1 | -1/+2 |
|\ \ | | | | | | | Use STATICCALL for pure function calls. | ||||
| * | | Use STATICCALL for pure function calls if EVM version supports it and 0.5.0 ↵ | chriseth | 2018-03-06 | 1 | -1/+2 |
| | | | | | | | | | | | | is activated. | ||||
* | | | Merge pull request #3549 from ethereum/fixmultidim | Alex Beregszaszi | 2018-03-06 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Properly detect which array and struct types are unsupported by the old ABI encoder. |