Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | | Changelog entry. | chriseth | 2018-03-01 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3640 from ↵ | chriseth | 2018-03-06 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | AnthonyBroadCrawford/spanning-multiline-message-fix moved spanning multi lines message to appear on some lane vs new line… | ||||
| * | | | Improved messaging when an error spans multiple lines and updated change log ↵ | Anthony Broad-Crawford | 2018-03-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | file. | ||||
* | | | | Do not retain any gas in external calls (except if EVM version is set to ↵ | chriseth | 2018-03-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | homestead). | ||||
* | | | | 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 |
|\ \ \ | |/ / |/| | | EVM version | ||||
| * | | 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. | ||||
| * | Deprecate using unit denominations in combination with hex numbers. Closes ↵ | Daniel Kirchner | 2018-03-01 | 1 | -0/+1 |
| | | | | | | | | #3574. | ||||
* | | Ensure that library addresses supplied are of correct length and hex ↵ | Alex Beregszaszi | 2018-03-01 | 1 | -1/+2 |
|/ | | | | prefixed in JSONIO | ||||
* | Merge pull request #3607 from izgzhen/complain-unknown-params | chriseth | 2018-03-01 | 1 | -0/+1 |
|\ | | | | | stop allow_guessing for command line option parser | ||||
| * | 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) | ||||
| * | | 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. | ||||
| * | 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 |
| | | | | | - returns error, if "sources" is an array, an empty object or not defined - Added new test-cases in test/libsolidity/StandardCompiler.cpp | ||||
* | 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 |
| | |||||
* | Prepare 0.4.20 release. | chriseth | 2018-02-14 | 1 | -9/+11 |
| | |||||
* | Merge pull request #3498 from ethereum/allowthisfselector | chriseth | 2018-02-14 | 1 | -0/+1 |
|\ | | | | | Allow `this.f.selector` to be pure. | ||||
| * | Allow `this.f.selector` to be pure. | chriseth | 2018-02-13 | 1 | -0/+1 |
| | | |||||
* | | Suggest alternatives when identifier not found. | Balajiganapathi S | 2018-02-13 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3349 from federicobond/number-improv | Alex Beregszaszi | 2018-02-13 | 1 | -0/+1 |
|\ \ | | | | | | | Avoid output messages size blow-up using huge bignums literals | ||||
| * | | Avoid output messages size blow-up using huge bignums literals | Federico Bond | 2018-02-13 | 1 | -0/+1 |
| | | | |||||
* | | | Mention mod-and-replacement in changelog. | chriseth | 2018-02-13 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Deprecate the var keyword (and mark it an error as experimental 0.5.0 feature) | Jimmy Vogel | 2018-02-13 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3360 from federicobond/nonfatal-reference-errors | Alex Beregszaszi | 2018-02-04 | 1 | -0/+1 |
|\ | | | | | Replace some fatal errors when resolving references with normal ones | ||||
| * | Replace some fatal errors when resolving references with normal ones | Federico Bond | 2018-02-03 | 1 | -0/+1 |
| | | |||||
* | | Issue warning for using public visibility for interface functions | Alex Beregszaszi | 2018-02-01 | 1 | -0/+1 |
| | | |||||
* | | Prevent libraries from being called. | chriseth | 2018-01-19 | 1 | -0/+1 |
|/ | |||||
* | Support --strict-assembly in CLI | Alex Beregszaszi | 2018-01-06 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3382 from ethereum/julia-identifier-parser | chriseth | 2018-01-06 | 1 | -0/+1 |
|\ | | | | | Support some restricted tokens (return, byte, address) as identifier in Julia | ||||
| * | Support some restricted tokens (return, byte, address) as identifiers in Julia | Alex Beregszaszi | 2018-01-05 | 1 | -0/+1 |
| | | |||||
* | | Properly support library file names containing a colon (such as URLs). | Alex Beregszaszi | 2018-01-05 | 1 | -1/+1 |
|/ | |||||
* | [SMTChecker] Added feature line to Changelog | Leonardo Alt | 2018-01-05 | 1 | -0/+2 |
| | |||||
* | Merge pull request #3369 from ethereum/jsonio-colon | Alex Beregszaszi | 2018-01-04 | 1 | -0/+1 |
|\ | | | | | Properly handle colons in file names within jsonio | ||||
| * | Properly handle colons in file names within jsonio | Alex Beregszaszi | 2018-01-03 | 1 | -0/+1 |
| | | |||||
* | | Improve error message for wrong struct initialization (#3359) | Federico Bond | 2018-01-04 | 1 | -0/+1 |
|/ | |||||
* | Populate the sourceLocation field properly in standard JSON on errors | Alex Beregszaszi | 2017-12-18 | 1 | -0/+1 |
| | |||||
* | Update changelog for some 0.4.20 changes | Alex Beregszaszi | 2017-12-12 | 1 | -1/+2 |
| | |||||
* | Merge pull request #3183 from federicobond/fix-event-parsing | Yoichi Hirai | 2017-12-12 | 1 | -0/+1 |
|\ | | | | | Fix event parsing. Refs #3175 | ||||
| * | Fix event parsing. Refs #3175 | Federico Bond | 2017-11-23 | 1 | -0/+1 |
| | | |||||
* | | Suggest the experimental ABI encoder if using structs as function parameters | Alex Beregszaszi | 2017-12-11 | 1 | -0/+2 |
| | | |||||
* | | Warn for assembly labels too | Alex Beregszaszi | 2017-12-06 | 1 | -0/+1 |
| | | |||||
* | | Increment version to 0.4.20. | chriseth | 2017-12-01 | 1 | -0/+6 |
| | | |||||
* | | Preparation for 0.4.19 release. | chriseth | 2017-11-30 | 1 | -4/+4 |
| | | |||||
* | | Limit output according to the selected targets in StandardCompiler | Alex Beregszaszi | 2017-11-30 | 1 | -0/+1 |
| | | |||||
* | | ABI decoder. | chriseth | 2017-11-30 | 1 | -0/+2 |
| | | |||||
* | | If statement for Iulia / inline assembly. | chriseth | 2017-11-22 | 1 | -0/+1 |
| | | |||||
* | | Allow constant integer variables as array lengths. | Balajiganapathi S | 2017-11-22 | 1 | -0/+1 |
| | | |||||
* | | Improves address literal checksum error message | wadeAlexC | 2017-11-17 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3092 from rivenhk/b_2885 | chriseth | 2017-10-23 | 1 | -0/+1 |
|\ | | | | | added formatting when source snippets is too long | ||||
| * | updated Changelog.md | rivenhk | 2017-10-22 | 1 | -0/+1 |
| | | |||||
* | | More detailed errors for invalid array lengths (such as division by zero). | Alex Beregszaszi | 2017-10-20 | 1 | -0/+1 |
| | | |||||
* | | Turn usage of callcode into an error as experimental 0.5.0 feature | Alex Beregszaszi | 2017-10-19 | 1 | -0/+1 |
| | | |||||
* | | Increment version to 0.4.19. | chriseth | 2017-10-18 | 1 | -0/+6 |
| | | |||||
* | | Update changelog for 0.4.18 release. | chriseth | 2017-10-18 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #2925 from ethereum/tuple-value-check | chriseth | 2017-10-18 | 1 | -0/+1 |
|\ \ | | | | | | | Validate each tuple literal | ||||
| * | | Validate each tuple literal | Alex Beregszaszi | 2017-10-18 | 1 | -0/+1 |
| |/ | |||||
* / | Do not accept truncated function selectors. | chriseth | 2017-10-18 | 1 | -0/+2 |
|/ | |||||
* | Allocate one byte per memory byte array element instead of 32. | chriseth | 2017-10-17 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3077 from ethereum/optimze_pops | chriseth | 2017-10-17 | 1 | -0/+1 |
|\ | | | | | Assume peephole optimizer was successful if number of pops increased. | ||||
| * | Assume peephole optimizer was successful if number of pops increased. | chriseth | 2017-10-14 | 1 | -0/+1 |
| | | |||||
* | | Allow ``gas`` in view functions. | chriseth | 2017-10-16 | 1 | -0/+1 |
|/ | |||||
* | Force interface functions as external (0.5.0) | Alex Beregszaszi | 2017-10-06 | 1 | -0/+1 |
| | |||||
* | Require location keyword for local variables (0.5.0) | Alex Beregszaszi | 2017-10-06 | 1 | -0/+1 |
| | |||||
* | Do not add members of address to contracts in experimental 0.5.0 | Alex Beregszaszi | 2017-10-05 | 1 | -3/+4 |
| |