aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5358 from ethereum/yulObjectschriseth2018-11-281-0/+1
|\
| * Changelog entry.chriseth2018-11-281-0/+1
* | Fix nondeterminism bug related to boost version.chriseth2018-11-271-0/+1
|/
* Merge pull request #5382 from ethereum/libraryMappingPublicchriseth2018-11-271-0/+1
|\
| * Allow mapping arguments for public and external library functions.Daniel Kirchner2018-11-261-0/+1
* | Changelog entry and tests.chriseth2018-11-261-1/+1
|/
* Merge pull request #5404 from ethereum/jumpFixeschriseth2018-11-261-0/+1
|\
| * Changelog entry.chriseth2018-11-261-0/+1
* | Changelog entry and tests.chriseth2018-11-261-0/+1
|/
* Merge pull request #5472 from ethereum/assemblyAnnotationOutputchriseth2018-11-241-0/+1
|\
| * Changelog entry.chriseth2018-11-221-0/+1
* | Inject SMTLIB2 queries and responses via standard-json-io.chriseth2018-11-231-0/+1
|/
* Changelog entry.chriseth2018-11-211-0/+3
* [SMTChecker] Support bound function callsLeonardo Alt2018-11-191-0/+1
* [SMTChecker] Implement uninterpreted functions and use it for blockhash()Leonardo Alt2018-11-151-0/+2
* Do not perform cleanup on unsigned integers when loading from calldata.chriseth2018-11-151-0/+1
* Do not build LLL unless requested via the LLL cmake optionAlex Beregszaszi2018-11-141-0/+1
* Set version to 0.5.1.chriseth2018-11-141-0/+12
* Add release date to changelog.chriseth2018-11-131-1/+1
* Remove old libsolc API (compileJSON, compileJSONMulti, compileJSONCallback)Alex Beregszaszi2018-11-131-1/+2
* Ignore unimplemented functions for storage returns.Daniel Kirchner2018-11-131-0/+1
* Fixes crash while encoding too large arrays.Erik Kundt2018-10-301-0/+1
* fix issue##5007mestorlx2018-10-161-0/+1
* [SMTChecker] Inline calls to internal functionsLeonardo Alt2018-10-151-0/+1
* Updated MAXIMUM_STRING_DISTANCE to non static maximumStringDistance taking in...mestorlx2018-10-131-0/+1
* Use hash for library placeholders.chriseth2018-10-121-0/+1
* Merge pull request #5195 from ethereum/unsigned-array-indexchriseth2018-10-111-0/+1
|\
| * Fixes crash on non-unsigned array index.Erik Kundt2018-10-111-0/+1
* | Improved error message for lookup in function types.Martin Diz2018-10-101-0/+1
|/
* Merge pull request #4734 from ethereum/astUpdatechriseth2018-10-091-0/+1
|\
| * Replace ``isConstructor`` field in the JSON AST by a ``kind`` field.Daniel Kirchner2018-09-111-0/+1
* | Merge pull request #4676 from jwasinger/extcodehashAlex Beregszaszi2018-09-281-0/+1
|\ \
| * | Add assembly support for EXTCODEHASH (EIP-1052)Jared Wasinger2018-09-261-0/+1
* | | Add Mojave to dependencies scriptChris Ward2018-09-271-0/+1
|/ /
* | Merge pull request #5061 from ethereum/fixedSizeArrayLengthchriseth2018-09-261-0/+2
|\ \
| * | Updates changelog.Erik Kundt2018-09-221-0/+2
* | | CREATE2 is part of Constantinople nowAlex Beregszaszi2018-09-261-1/+1
* | | Disallow uppercase X in hex number literalshydai2018-09-191-0/+1
|/ /
* | CREATE2 opcode has been moved from 0xfb to 0xf5Alex Beregszaszi2018-09-191-0/+1
* | Fix typos in Changeloghydai2018-09-191-4/+4
* | Split simplification rules into two functions.Daniel Kirchner2018-09-181-0/+1
* | Changelog entry for array type conversion change.chriseth2018-09-171-0/+1
* | Merge branch 'release' into develop.chriseth2018-09-141-6/+9
|\ \
| * | Update changelog.chriseth2018-09-131-1/+2
| * | Set relase date of 0.4.25.chriseth2018-09-131-1/+1
| * | Changelog entry and bug list.chriseth2018-09-101-1/+2
| * | Merge pull request #4937 from ethereum/fixNewline_0425chriseth2018-09-101-0/+3
| |\ \
| | * | Changelog.chriseth2018-09-101-0/+3
| * | | Disallow indexed reference types in events when using ABIEncoderV2Leonardo Alt2018-09-071-0/+1
| |/ /
| * | Disallow structs in events without ABIEncoderV2Leonardo Alt2018-09-061-0/+2
| * | Set version.chriseth2018-09-061-0/+3
* | | Add payable and non-payable state mutability to AddressType.Daniel Kirchner2018-09-131-0/+2
* | | Accept ``address payable`` during parsing.Daniel Kirchner2018-09-111-0/+1
| |/ |/|
* | Changelog entry and bug list.chriseth2018-09-101-0/+3
* | Changelog.chriseth2018-09-061-0/+3
* | Merge pull request #4872 from bakaoh/issue4716chriseth2018-09-061-0/+1
|\ \
| * | Fix #4716: Crash when array index value is too largebakaoh2018-09-051-0/+1
* | | Split IntegerType into IntegerType and AddressType.Daniel Kirchner2018-09-051-0/+1
* | | Merge pull request #4590 from ethereum/msgValueModifierchriseth2018-09-051-0/+1
|\ \ \
| * | | Update changelog.chriseth2018-09-041-1/+1
| * | | Warns if modifier uses msg.value in non-payable function.Erik Kundt2018-09-041-0/+1
| |/ /
* | | Merge pull request #4866 from bakaoh/issue4743chriseth2018-09-051-0/+1
|\ \ \
| * | | Update test to correct source location for nameless parametersbakaoh2018-08-311-0/+1
| |/ /
* | | Review suggestionsLeonardo Alt2018-09-041-1/+1
* | | Disallow single statement var decl in if/while/for without blocksLeonardo Alt2018-09-041-0/+1
|/ /
* | Dynamic type as mapping key returns error instead of assertion failLeonardo Alt2018-08-161-0/+1
* | Merge pull request #4822 from ethereum/addressStaticCallchriseth2018-08-161-0/+1
|\ \
| * | Add ``staticcall`` to ``address``.Daniel Kirchner2018-08-151-0/+1
* | | Disallow indexed reference types in events when using ABIEncoderV2Leonardo Alt2018-08-151-0/+1
|/ /
* | Merge pull request #4390 from ethereum/abidecodechriseth2018-08-151-0/+1
|\ \
| * | Changelog entry.chriseth2018-08-151-0/+1
* | | Fixes #4718: High CPU usage when using large variable namesbakaoh2018-08-151-0/+1
|/ /
* | Update documentation.chriseth2018-08-151-2/+3
* | Calculate the dataGas correctly in the constant optimiserAlex Beregszaszi2018-08-141-0/+1
* | Merge pull request #4765 from ethereum/fixes-issue-4673chriseth2018-08-141-0/+1
|\ \
| * | Fixes issue where computing storage size for a number would take too long.Christian Parpart2018-08-141-0/+1
* | | Merge pull request #4782 from ethereum/encodePackedArrayOfStructschriseth2018-08-141-0/+1
|\ \ \
| * | | Changelog entry.chriseth2018-08-101-0/+1
| |/ /
* | | Adds support for structs in interfaces.Christian Parpart2018-08-141-0/+1
* | | Merge pull request #4777 from ethereum/typeConversionMemorychriseth2018-08-141-0/+1
|\ \ \
| * | | Defaul data location for type conversions is memory.chriseth2018-08-131-0/+1
* | | | Merge pull request #4798 from ethereum/mappingArgumentsAndReturnschriseth2018-08-131-0/+2
|\ \ \ \
| * | | | Consider mappings return values in control flow analysis.Daniel Kirchner2018-08-131-0/+1
| * | | | Allow mapping arguments and return values in all internal functions.Daniel Kirchner2018-08-131-1/+1
| * | | | Allow mapping arguments and return values in internal library functions.Daniel Kirchner2018-08-131-0/+1
| |/ / /
* | | | Merge pull request #4696 from ethereum/byteLiteralConversionchriseth2018-08-131-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Disallow ambiguous conversions between number literals and bytesXX types.Daniel Kirchner2018-08-131-1/+3
| |/ /
* / / Disallow remappings with empty prefix.Daniel Kirchner2018-08-111-0/+1
|/ /
* | Merge pull request #4767 from ethereum/cvc4BuildDaniel Kirchner2018-08-091-0/+1
|\ \
| * | Add Changelog entry.Daniel Kirchner2018-08-091-0/+1
* | | Merge pull request #4684 from ethereum/underscores_in_numeric_literalschriseth2018-08-091-0/+1
|\ \ \ | |/ / |/| |
| * | Allow underscores in numbers.Balajiganapathi S2018-08-081-0/+1
* | | Provide nicer error message when referencing overloaded referencesAlex Beregszaszi2018-08-081-0/+1
* | | Remove experimental 0.5.0 pragmaAlex Beregszaszi2018-08-081-1/+1
* | | Merge pull request #4740 from ethereum/enforceNumberOfReturnValueschriseth2018-08-081-0/+1
|\ \ \
| * | | Disallow empty return expressions in functions with non-empty return parameters.Daniel Kirchner2018-08-081-0/+1
| |/ /
* | | Merge pull request #4754 from Rytiss/patch-1Alex Beregszaszi2018-08-081-1/+1
|\ \ \
| * | | Fix typo in Solidity name/urlRytis Slatkevičius2018-08-081-1/+1
| |/ /
* / / Remove remaining instances of ``fillRight`` left over from tuple wildcards as...Daniel Kirchner2018-08-081-0/+1
|/ /
* | Merge pull request #4731 from ethereum/interface-enumchriseth2018-08-071-0/+1
|\ \
| * | Allow enums in interfacesAlex Beregszaszi2018-08-071-0/+1
* | | Merge pull request #4720 from ethereum/abi-rational-type-identifierAlex Beregszaszi2018-08-071-0/+1
|\ \ \
| * | | Fix type identifiers for RationalNumberTypeAlex Beregszaszi2018-08-071-0/+1
| |/ /
* / / Properly handle invalid references used together with _slot and _offset.Alex Beregszaszi2018-08-071-0/+1
|/ /
* | Merge pull request #4724 from ethereum/slot-in-assemblyAlex Beregszaszi2018-08-071-0/+1
|\ \
| * | Do not crash on using _slot and _offset suffixes on their ownAlex Beregszaszi2018-08-071-0/+1
* | | Merge pull request #4592 from asifmallik/fixBackslashBugFinalAlex Beregszaszi2018-08-071-0/+1
|\ \ \
| * | | Fix backslash bugAsif Mallik2018-08-071-0/+1
* | | | Remove clone feature.chriseth2018-08-071-0/+1
| |/ / |/| |
* | | Merge pull request #4663 from ethereum/dropConstantASTchriseth2018-08-071-0/+1
|\ \ \ | |/ / |/| |
| * | Remove "constant" from JSON AST.Daniel Kirchner2018-08-061-0/+1
* | | Merge pull request #4671 from ethereum/mappingTupleAssignmentchriseth2018-08-061-0/+2
|\ \ \
| * | | Allow assignments to local variables of mapping types.Daniel Kirchner2018-08-031-0/+1
| * | | Disallow assignments to mappings within tuple assignments.Daniel Kirchner2018-08-031-0/+1
* | | | Merge pull request #4644 from ethereum/event_struct_errorchriseth2018-08-061-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Disallow structs in events without ABIEncoderV2Leonardo Alt2018-08-031-0/+1
| |/ /
* | | Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLooseChristian Parpart2018-08-041-0/+1
|\ \ \ | |/ / |/| |
| * | Disallow loos assembly in Solidity by permanently setting it to SyntaxError (...Christian Parpart2018-08-021-0/+1
* | | Turn warning about uninitialized storage returns into an error.Daniel Kirchner2018-08-031-0/+1
|/ /
* | Do not exclude public state variables when looking for conflicting declarations.Daniel Kirchner2018-08-011-0/+1
* | Merge pull request #4378 from ethereum/noBaseWithoutArgumentsAlex Beregszaszi2018-08-011-0/+1
|\ \
| * | Disallow calling base constructors without arguments.chriseth2018-08-011-0/+1
* | | Guard CycleDetector against recursion exhaustion.Christian Parpart2018-08-011-0/+1
|/ /
* | Disallow conversion between unrelated contract types.chriseth2018-08-011-0/+1
* | Fix crash when FunctionType has undeclared type as parameterLeonardo Alt2018-07-311-0/+1
* | Merge pull request #4527 from ethereum/mappingEnforceStorageAlex Beregszaszi2018-07-241-0/+1
|\ \
| * | Enforces data location of local mappings to storage.Erik Kundt2018-07-241-0/+1
* | | Disallow functions without implementation to use modifiers. This was already ...Christian Parpart2018-07-241-0/+1
* | | Merge pull request #4439 from ethereum/address_memberschriseth2018-07-191-0/+2
|\ \ \
| * | | Changes in ExpressionCompilerLeonardo Alt2018-07-191-2/+2
| * | | Address members not accessible by contract instanceLeonardo Alt2018-07-171-0/+2
* | | | Disallows old constructor syntax.Erik Kundt2018-07-181-1/+1
| |/ / |/| |
* | | Updates changelog to be more specific about visibility enforcement.Erik Kundt2018-07-181-2/+2
* | | Enforces visibility specifier and updates docs.Erik Kundt2018-07-171-0/+2
|/ /
* | Deprecate the throw statementAlex Beregszaszi2018-07-161-0/+1
* | enforce interface-functions to be external-declaredChristian Parpart2018-07-161-0/+1
* | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrayschriseth2018-07-131-0/+1
|\ \
| * | Add Changelog entry.Daniel Kirchner2018-07-131-0/+1
* | | Update Changelog.Daniel Kirchner2018-07-131-0/+1
|/ /
* | Merge pull request #4447 from hosho/developchriseth2018-07-131-0/+1
|\ \
| * | Add changelog bugfixMatthew Little2018-07-121-0/+1
* | | Merge pull request #4478 from ethereum/requireStorageLocationchriseth2018-07-131-0/+2
|\ \ \ | |/ / |/| |
| * | Update Changelog.Daniel Kirchner2018-07-121-0/+2
* | | Merge pull request #4428 from ethereum/enforce_staticcall_viewchriseth2018-07-121-0/+1
|\ \ \
| * | | Use STATICCALL for view and pureLeonardo Alt2018-07-111-0/+1
* | | | Merge pull request #4083 from ethereum/variable_stack_slotchriseth2018-07-121-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | [050] Reserving and popping local vars in their scopeLeonardo Alt2018-07-111-0/+1
* | | | Add Changelog entry.Daniel Kirchner2018-07-121-0/+1
* | | | Merge pull request #4454 from ethereum/constructorArgCountchriseth2018-07-111-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Adds changelog entry.Erik Kundt2018-07-111-0/+1
* | | | Merge pull request #4388 from ethereum/noPackedLiteralschriseth2018-07-111-0/+1
|\ \ \ \
| * | | | Disallow packed encoding of literals.chriseth2018-07-031-0/+1
* | | | | Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
| |/ / / |/| | |
* | | | Merge pull request #4376 from ethereum/fallbackExternalchriseth2018-07-111-0/+2
|\ \ \ \
| * | | | Changelog entry.chriseth2018-07-041-0/+2
* | | | | Merge pull request #4466 from ethereum/tupleNotEmptychriseth2018-07-111-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update changelog.Daniel Kirchner2018-07-101-0/+1
* | | | | Changelog entry.chriseth2018-07-101-0/+1
* | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointerchriseth2018-07-101-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update documentation and Changelog.Daniel Kirchner2018-07-101-0/+1
* | | | | Add Changelog entry.Daniel Kirchner2018-07-101-0/+1
|/ / / /
* | | | Add backticks to changelog.chriseth2018-07-091-1/+1
* | | | Enforce error on hex number combined with unit denominationLeonardo Alt2018-07-091-0/+1
* | | | Merge pull request #4366 from ethereum/libsolc-cleanupAlex Beregszaszi2018-07-091-0/+1
|\ \ \ \
| * | | | Add new libsolc entry points (solidity_license/version/compile)Alex Beregszaszi2018-06-301-0/+1
* | | | | Merge pull request #4418 from ethereum/initialConstantschriseth2018-07-051-0/+1
|\ \ \ \ \
| * | | | | Only allow compile-time constants for constant state variables.chriseth2018-07-041-0/+1
| | |/ / / | |/| | |
* | | | | Fix allocation of byte arrays.chriseth2018-07-051-0/+1
* | | | | Update documentation and Changelog.Daniel Kirchner2018-07-041-0/+1
|/ / / /
* | | | Merge pull request #4379 from ethereum/constructorArgsTwicechriseth2018-07-041-0/+1
|\ \ \ \
| * | | | Disallow constructor arguments given multiple times.chriseth2018-06-291-0/+1
| |/ / /
* | | | Update Changelog.Daniel Kirchner2018-07-031-0/+1
* | | | Changelog: added ``var``-keyword changeChristian Parpart2018-07-031-0/+1
| |/ / |/| |
* | | Merge pull request #4305 from ethereum/transactionReceiptschriseth2018-07-021-0/+1
|\ \ \
| * | | Determine transaction status in RPC sessions.Daniel Kirchner2018-07-021-0/+1
| |/ /
* | | Merge pull request #4224 from ethereum/revert_wrong_calldatachriseth2018-07-021-0/+1
|\ \ \ | |/ / |/| |
| * | Revert if calldata is too short or points out of boundsLeonardo Alt2018-06-261-0/+1
* | | Changelog entry.chriseth2018-06-251-0/+6
|/ /
* | Disallow the years unit denomination properlyAlex Beregszaszi2018-06-221-0/+1
* | Merge pull request #4306 from ethereum/remove_050_workaround_scopingchriseth2018-06-211-0/+2
|\ \
| * | C99 scoping rules by defaultLeonardo Alt2018-06-201-0/+2
* | | Merge pull request #4219 from ethereum/functionTypeNamedArgumentsAlex Beregszaszi2018-06-211-0/+1
|\ \ \ | |/ / |/| |
| * | Return parameters in function types may not be named.Daniel Kirchner2018-06-181-0/+1
* | | Merge pull request #4300 from nventuro/optimize-out-andchriseth2018-06-201-0/+1
|\ \ \
| * | | Add TruthyAnd Peephole optimizationNicolás Venturo2018-06-151-0/+1
| |/ /
* | | Disallow raw callcode (was deprecated in 0.4.12)Alex Beregszaszi2018-06-201-0/+1
* | | Add difficulty field to genesis chain parameters to fix ipc tests for recent ...Daniel Kirchner2018-06-141-0/+1
|/ /
* | Merge pull request #4282 from ethereum/cli-yulchriseth2018-06-141-0/+1
|\ \
| * | Renamed the --julia CLI option to --yulAlex Beregszaszi2018-06-141-0/+1
* | | Enforce disallowing empty structsChristian Parpart2018-06-141-0/+1
|/ /
* | Remove obsolete --formal option from CLIAlex Beregszaszi2018-06-131-0/+1
* | Properly pad data from calldata.chriseth2018-06-131-0/+1
* | Disallow sha3/suicide aliasesAlex Beregszaszi2018-06-131-1/+2
* | Tidy up changelog for 0.5.0Alex Beregszaszi2018-06-131-17/+10
* | Merge pull request #3627 from ethereum/additional-keywordsAlex Beregszaszi2018-06-121-0/+3
|\ \
| * | Add new reserved keywords.Daniel Kirchner2018-06-121-0/+3
* | | Merge pull request #4265 from ethereum/remove-stdchriseth2018-06-121-0/+1
|\ \ \ | |/ / |/| |
| * | Remove obsolete 'std' directoryAlex Beregszaszi2018-06-121-0/+1
* | | Use proper SAR for signed right shifts and emulate on pre-constantinople.Daniel Kirchner2018-06-121-0/+1
* | | Introduces emit token and removes identifier workaround.Erik Kundt2018-06-121-0/+1
|/ /
* | Show named argument name in errorAlex Beregszaszi2018-06-061-1/+1
* | Remove suicide and sha3 assembly instructionsJason Cobb2018-06-041-0/+1
* | Merge pull request #4172 from ethereum/trailing_dotchriseth2018-05-311-0/+1
|\ \
| * | Disallow trailing dots that are not followed by a numberLeonardo Alt2018-05-301-0/+1
* | | Merge pull request #3743 from ethereum/popStorageArraychriseth2018-05-311-0/+2
|\ \ \
| * | | Adds syntax tests, documentation and changelog entry.Erik Kundt2018-05-301-0/+2
* | | | Mention calldata as new keyword.chriseth2018-05-301-0/+1
| |/ / |/| |
* | | Allow using `calldata` keyword to specify data locationmingchuan2018-05-301-1/+2
|/ /
* | Fix continue inside do-while.Daniel Kirchner2018-05-171-0/+1
* | Missed changelog entry.chriseth2018-05-171-0/+2
* | Disallow conversions between bytesX and uintY of different size.Daniel Kirchner2018-05-171-0/+1
* | Add syntax tests and Changelog entryLeonardo Alt2018-05-171-1/+3
* | Merge pull request #3987 from ethereum/solc_remove_stdinchriseth2018-05-171-0/+7
|\ \
| * | Initial changelog for version 0.5.0.chriseth2018-05-041-0/+8
* | | Initial changelog for version 0.5.0.chriseth2018-05-171-0/+4
* | | Set version to 0.4.25 - tentatively.chriseth2018-05-161-0/+4
| |/ |/|
* | Split changelog into language and compiler features and set release date.chriseth2018-05-161-9/+11
* | Warn/enforce single bytes argument for certain builtins (hashing functions).chriseth2018-05-161-0/+1
* | Parse multi variable declaration statement.chriseth2018-05-161-0/+1
* | Merge pull request #4139 from ethereum/abiEncodeIsPurechriseth2018-05-151-0/+1
|\ \
| * | ABI encoding functions are pure and should be usable in constants.chriseth2018-05-151-0/+1
* | | Merge pull request #3947 from ethereum/smt_storagechriseth2018-05-151-0/+1
|\ \ \ | |/ / |/| |
| * | [SMTChecker] Declaring all state vars before any function is visitedLeonardo Alt2018-05-151-1/+1
| * | [SMTChecker] Support to integer and Bool storage varsLeonardo Alt2018-05-151-0/+1
* | | Merge pull request #4062 from ethereum/revert-variablechriseth2018-05-151-1/+1
|\ \ \ | |/ / |/| |
| * | Fix revert with reason coming from a string variableAlex Beregszaszi2018-05-091-1/+1
* | | Add Changelog entry.Daniel Kirchner2018-05-151-0/+2
* | | Prefer view over constant in the documentation.Daniel Kirchner2018-05-091-0/+1
|/ /
* | Use the entire token as source location for parser errors.Daniel Kirchner2018-05-091-0/+1
* | Merge pull request #4054 from ethereum/token-nameschriseth2018-05-091-0/+1
|\ \
| * | Display nicer error messages in the parser (display tokens and not internal n...Alex Beregszaszi2018-05-041-0/+1
* | | Follow highest gas usage only for gas estimation.chriseth2018-05-091-0/+1
* | | Deprecate wildcard assignments.chriseth2018-05-081-0/+1
| |/ |/|
* | Show proper error when trying to emit a non-eventAlex Beregszaszi2018-05-041-0/+1
|/
* Use native shift instructions on ConstantinopleAlex Beregszaszi2018-05-011-0/+1
* Merge pull request #3981 from ethereum/years-suffixchriseth2018-04-241-0/+1
|\
| * The "year" denomination is deprecatedAlex Beregszaszi2018-04-231-0/+1
* | Merge pull request #3976 from ethereum/emptyTupleComponentchriseth2018-04-231-1/+1
|\ \ | |/ |/|
| * Turns it into warning (error for 0.5.0) and adds Changelog entry.Erik Kundt2018-04-231-1/+1
* | CMake: Update jsoncpp to v1.8.4Alexander Arlt2018-04-231-0/+1
|/
* Make literals an error for tight packing (experimental 0.5.0)Alex Beregszaszi2018-04-201-1/+1
* Remove unnecessary masking of the result of known short instructionsAlex Beregszaszi2018-04-201-0/+1
* Set version to 0.4.24chriseth2018-04-191-0/+9
* Prepare 0.4.23 release.chriseth2018-04-191-1/+1
* Merge pull request #3941 from ethereum/bytes-contractchriseth2018-04-191-0/+1
|\
| * Disallow explicit conversion of bytesXX to contractAlex Beregszaszi2018-04-191-0/+1
* | Improve error message for failed member lookup.chriseth2018-04-191-0/+1
|/
* Warn about functions named "constructor".chriseth2018-04-191-1/+2
* Merge pull request #3925 from ethereum/supportBionic2Alex Beregszaszi2018-04-191-0/+1
|\
| * Support ubuntu bionic source builds.chriseth2018-04-181-0/+1