| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4663 from ethereum/dropConstantAST | chriseth | 2018-08-07 | 1 | -0/+1 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | 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 | 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 |
|\ \
| |/
|/| |
|
| * | Disallow loos assembly in Solidity by permanently setting it to SyntaxError (... | Christian Parpart | 2018-08-02 | 1 | -0/+1 |
* | | 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 |
|\ |
|
| * | 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 |
|/ |
|
* | 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 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 |
* | | Merge pull request #4439 from ethereum/address_members | chriseth | 2018-07-19 | 1 | -0/+2 |
|\ \ |
|
| * | | 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 |
* | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays | chriseth | 2018-07-13 | 1 | -0/+1 |
|\ |
|
| * | 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 |
|\ |
|
| * | Add changelog bugfix | Matthew Little | 2018-07-12 | 1 | -0/+1 |
* | | Merge pull request #4478 from ethereum/requireStorageLocation | chriseth | 2018-07-13 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | 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 |
|\ \ |
|
| * | | 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 |
|\ \ \
| |_|/
|/| | |
|
| * | | [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 |
|\ \ \
| |_|/
|/| | |
|
| * | | 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. | chriseth | 2018-07-03 | 1 | -0/+1 |
* | | | | Code, Changelog, ReleaseChecklist: Fix typos. | Cryptomental | 2018-07-11 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #4376 from ethereum/fallbackExternal | chriseth | 2018-07-11 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Changelog entry. | chriseth | 2018-07-04 | 1 | -0/+2 |
* | | | | Merge pull request #4466 from ethereum/tupleNotEmpty | chriseth | 2018-07-11 | 1 | -0/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | 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 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | 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 |
|\ \ \ |
|
| * | | | 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. | 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. | 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. | Daniel Kirchner | 2018-07-02 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #4224 from ethereum/revert_wrong_calldata | chriseth | 2018-07-02 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | 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 |
|\ |
|
| * | 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 |
|\ \
| |/
|/| |
|
| * | 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 | 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 |
|/ |
|
* | Merge pull request #4282 from ethereum/cli-yul | chriseth | 2018-06-14 | 1 | -0/+1 |
|\ |
|
| * | 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 |
|/ |
|
* | 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 |
|\ |
|
| * | 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 | 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 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | Adds syntax tests, documentation and changelog entry. | Erik Kundt | 2018-05-30 | 1 | -0/+2 |
* | | | 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 |
|\ |
|
| * | 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 |
* | | 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. | chriseth | 2018-05-15 | 1 | -0/+1 |
* | | | Merge pull request #3947 from ethereum/smt_storage | chriseth | 2018-05-15 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | [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 | 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 |
|\ \ |
|
| * | | Display nicer error messages in the parser (display tokens and not internal n... | Alex Beregszaszi | 2018-05-04 | 1 | -0/+1 |
* | | | 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 | Alex Beregszaszi | 2018-04-23 | 1 | -0/+1 |
* | | Merge pull request #3976 from ethereum/emptyTupleComponent | chriseth | 2018-04-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | 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 | 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. | 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. | chriseth | 2018-04-16 | 1 | -0/+1 |
* | | Merge pull request #3793 from ethereum/rationalNumberLimit | chriseth | 2018-04-16 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | 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 inherited ... | Daniel Kirchner | 2018-04-14 | 1 | -0/+1 |
| |/ |
|
* / | 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 |
|\ |
|
| * | 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. | 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. | 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 |
|\ \ \
| |_|/
|/| | |
|
| * | | Prevent information about file existence outside the allowed paths to leak by... | Daniel Kirchner | 2018-04-12 | 1 | -0/+1 |
* | | | 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 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 | 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 inh... | Daniel Kirchner | 2018-04-09 | 1 | -1/+1 |
* | | | 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 parenthesis for base class constructors that require a... | Daniel Kirchner | 2018-04-05 | 1 | -0/+1 |
* | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 1 | -0/+1 |
|\ \ |
|
| * | | 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 | 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 | 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 |
|\ \
| |/
|/| |
|
| * | 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 |
|\ |
|
| * | 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 funct... | chriseth | 2018-03-29 | 1 | -0/+2 |
* | | Support for error on non-existant or irregular files with command line option... | Anthony Broad-Crawford | 2018-03-28 | 1 | -0/+1 |
* | | Merge pull request #3775 from federicobond/improve-error-fractional-shift | chriseth | 2018-03-28 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | 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 an implement... | Alex Beregszaszi | 2018-03-26 | 1 | -0/+1 |
| |/ |
|
* / | 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 being called. | chriseth | 2018-03-14 | 1 | -0/+1 |
| * | | Merge pull request #3722 from ethereum/fixMods | Alex Beregszaszi | 2018-03-15 | 1 | -0/+1 |
| |\ \ |
|
| | * | | 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 | 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 if EVM version supports it and 0.5.0 i... | chriseth | 2018-03-06 | 1 | -1/+2 |
* | | | Merge pull request #3549 from ethereum/fixmultidim | Alex Beregszaszi | 2018-03-06 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Changelog entry. | chriseth | 2018-03-01 | 1 | -0/+1 |
* | | | Merge pull request #3640 from AnthonyBroadCrawford/spanning-multiline-message... | chriseth | 2018-03-06 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Improved messaging when an error spans multiple lines and updated change log ... | Anthony Broad-Crawford | 2018-03-06 | 1 | -0/+1 |
* | | | | Do not retain any gas in external calls (except if EVM version is set to home... | chriseth | 2018-03-06 | 1 | -0/+1 |
* | | | | Do not warn about 0.5.0 experimental pragma. | chriseth | 2018-03-05 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Merge pull request #3569 from ethereum/evmVersion | chriseth | 2018-03-05 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Changelog entry | chriseth | 2018-03-02 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #3628 from ethereum/literalsHexUnit | chriseth | 2018-03-02 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Deprecate using unit denominations in combination with hex numbers. Closes #3... | Daniel Kirchner | 2018-03-01 | 1 | -0/+1 |
* | | Ensure that library addresses supplied are of correct length and hex prefixed... | Alex Beregszaszi | 2018-03-01 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #3607 from izgzhen/complain-unknown-params | chriseth | 2018-03-01 | 1 | -0/+1 |
|\ |
|
| * | Stop allow_guessing for command line option parser | Zhen Zhang | 2018-02-28 | 1 | -0/+1 |
* | | Merge pull request #3613 from ethereum/require-visibility | chriseth | 2018-02-28 | 1 | -0/+1 |
|\ \ |
|
| * | | Issue error if no visibility is specified (on 0.5.0) | Alex Beregszaszi | 2018-02-27 | 1 | -0/+1 |
* | | | Changelog entry. | chriseth | 2018-02-27 | 1 | -0/+1 |
|/ / |
|
* / | Turn throw into a syntax error for 0.5.0 | Alex Beregszaszi | 2018-02-27 | 1 | -0/+1 |
|/ |
|
* | Changelog entry. | chriseth | 2018-02-22 | 1 | -0/+1 |
* | Do not warn about analysis-only experimental features. | chriseth | 2018-02-22 | 1 | -0/+1 |
* | Raise error on oversized number literals in assembly | Alex Beregszaszi | 2018-02-22 | 1 | -0/+1 |
* | Merge pull request #3554 from ethereum/reuseScannerOrNot | chriseth | 2018-02-21 | 1 | -0/+1 |
|\ |
|
| * | Expect end of string at end of top-level block for assembly parser. | chriseth | 2018-02-21 | 1 | -0/+1 |
* | | Add new JSON API for better abstraction and for supporting strict JSON parsing | Alexander Arlt | 2018-02-21 | 1 | -1/+1 |
|/ |
|
* | Changelog entry. | chriseth | 2018-02-20 | 1 | -0/+1 |
* | Changelog entry. | chriseth | 2018-02-20 | 1 | -0/+1 |
* | Changelog entry. | chriseth | 2018-02-19 | 1 | -0/+1 |
* | Minor improvement: check sources | Alexander Arlt | 2018-02-17 | 1 | -1/+1 |
* | Make addmod and mulmod revert if the last argument is zero. | chriseth | 2018-02-15 | 1 | -0/+1 |
* | Disallow uninitialized storage pointers as experimental 0.5.0 feature. | chriseth | 2018-02-15 | 1 | -0/+1 |
* | Increment version number. | chriseth | 2018-02-14 | 1 | -0/+8 |
* | Update Changelog.md | chriseth | 2018-02-14 | 1 | -1/+1 |