aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Use different wording for assertAlex Beregszaszi2017-02-111-1/+1
* Implement assert as a global functionAlex Beregszaszi2017-02-101-0/+1
* Do not create directories . and ..Alex Beregszaszi2017-02-061-0/+1
* Always escape filenames in solcAlex Beregszaszi2017-02-061-0/+1
* Disallow arrays with negative lengthAlex Beregszaszi2017-02-021-0/+3
* Add changelog for function types to address conversionAlex Beregszaszi2017-02-011-0/+3
* Version updatechriseth2017-02-011-0/+2
* Release date for 0.4.9chriseth2017-02-011-1/+1
* Mention in changelog that invalid as an opcode is valid inline assemblyAlex Beregszaszi2017-01-271-1/+2
* Merge pull request #1598 from wuestholz/developchriseth2017-01-271-0/+2
|\
| * Changelog and review suggestions.chriseth2017-01-271-0/+2
* | Merge pull request #1451 from LefterisJP/fix_buildchriseth2017-01-271-0/+1
|\ \ | |/ |/|
| * Changelog entry.chriseth2017-01-271-0/+1
* | Merge pull request #1604 from ethereum/checksumsAlex Beregszaszi2017-01-261-0/+1
|\ \
| * | Warn about invalid checksums of addresses.chriseth2017-01-251-0/+1
| |/
* | Add literal metadata sources to changelogAlex Beregszaszi2017-01-261-0/+1
* | Rewording in changelog.chriseth2017-01-261-1/+1
* | Do not allow shadowing inline assembly instructions with variablesAlex Beregszaszi2017-01-251-0/+1
|/
* Changelog entry.chriseth2017-01-241-0/+4
* Merge pull request #1245 from ethereum/1215chriseth2017-01-241-0/+1
|\
| * Changelog: move an item upwardsYoichi Hirai2017-01-231-1/+1
| * Changelog: add a point about allowing multiple events that share the same nameYoichi Hirai2017-01-231-0/+1
* | Report source location on "stack too deep" errors.chriseth2017-01-211-1/+2
|/
* Type identifiers.chriseth2017-01-191-0/+1
* Provide fallback for linking.chriseth2017-01-191-3/+1
* Merge pull request #1397 from roadriverrail/contract_collisionchriseth2017-01-181-0/+3
|\
| * Update changelogRhett Aultman2017-01-171-0/+3
* | Store strict version number in metadata (exclude the platform)Alex Beregszaszi2017-01-171-0/+1
* | Deterministic AST node identifiers.chriseth2017-01-171-0/+3
|/
* Update version to 0.4.9.chriseth2017-01-131-0/+2
* Update Changelog.mdchriseth2017-01-131-1/+1
* Merge pull request #1479 from ethereum/function_variable_mixinchriseth2017-01-131-0/+1
|\
| * Changelog: add a line about #1479Yoichi Hirai2017-01-121-0/+1
* | Minor changes from review.chriseth2017-01-131-1/+1
* | Changelog entry.chriseth2017-01-131-1/+2
* | Merge pull request #1548 from VoR0220/remappingBugFixchriseth2017-01-121-0/+1
|\ \ | |/ |/|
| * cleanupVoR02202017-01-121-2/+1
| * changelog entryVoR02202017-01-111-0/+2
* | Changelog entry about assembly outputchriseth2017-01-111-0/+3
|/
* Changelog: document #1537Yoichi Hirai2017-01-061-0/+1
* ast, codegen: enable accessing events through contract names.Yoichi Hirai2017-01-031-0/+3
* Update develop version.chriseth2016-12-151-0/+2
* Update changelog for release.chriseth2016-12-151-4/+4
* Changelog: add entries for #1497 and #1503Yoichi Hirai2016-12-151-0/+3
* Merge pull request #1487 from ethereum/shift-opsYoichi Hirai2016-12-141-0/+1
|\
| * Support bitshifting in variablesAlex Beregszaszi2016-12-121-0/+1
* | Changelog entry.chriseth2016-12-121-0/+1
|/
* Warn if msg.value is used in non-payable function.chriseth2016-12-111-0/+1
* Merge pull request #1351 from ethereum/truncate_bitchriseth2016-12-081-0/+1
|\
| * docs: describe when and how overflown values are cleanedYoichi Hirai2016-12-011-1/+1
| * codegen: truncate a boolean calldata down to one bitYoichi Hirai2016-12-011-0/+1
* | Throw if calling the identity precompile (memoryCopy) failedAlex Beregszaszi2016-12-021-0/+1
* | Update metadata documentationAlex Beregszaszi2016-12-011-1/+1
* | Changelog entry.chriseth2016-12-011-0/+1
|/
* Changelog.chriseth2016-11-251-0/+3
* test: add a test about explicitly converting a string literal to stringYoichi Hirai2016-11-251-0/+5
* Mention when the bug was introduced.Jonathan Brown2016-11-231-1/+1
* Optimizer: Clear state for JUMPDESTs.chriseth2016-11-221-0/+5
* Update changelog.chriseth2016-11-211-3/+3
* Add changelog entry for payable constructorAlex Beregszaszi2016-11-181-0/+1
* Changelog entry and small fixes.chriseth2016-11-161-0/+1
* Rename ErrorTag to invalidJumpLabel in inline assemblyAlex Beregszaszi2016-11-151-1/+1
* Support ErrorTag as a jump label in inline assemblyAlex Beregszaszi2016-11-151-0/+1
* Merge pull request #1375 from ethereum/inline-assembly-stack-heightchriseth2016-11-151-0/+1
|\
| * Fix inline assembly stack warnings when using variablesAlex Beregszaszi2016-11-151-0/+1
* | Do not include a trailing new line in the ABI JSON outputAlex Beregszaszi2016-11-151-0/+1
|/
* ast, codegen: disallow conversion between different enum typesYoichi Hirai2016-11-121-0/+1
* parsing: ban empty enum definition.Yoichi Hirai2016-11-121-0/+4
* codegen: check the value range after converting something to an enum elementYoichi Hirai2016-11-121-0/+1
* Changelog: add a point about #1293Yoichi Hirai2016-11-111-0/+1
* Add support for do/while loopsRhett Aultman2016-11-101-0/+3
* Version update in develop.chriseth2016-11-011-0/+2
* Update Changelog.mdchriseth2016-11-011-3/+1
* Updated changelog.chriseth2016-11-011-0/+1
* ast: ban signed EXP, fixing #1246Yoichi Hirai2016-10-251-0/+1
* Version bump for develop.chriseth2016-10-251-0/+6
* Update changelog for release.chriseth2016-10-251-3/+3
* Merge pull request #1264 from ethereum/988chriseth2016-10-251-1/+2
|\
| * Changelog: add a point about fixing #988Yoichi Hirai2016-10-241-1/+2
* | Re-added accidentally deleted changelog entrychriseth2016-10-251-0/+1
* | More checks for missing mobile type.chriseth2016-10-241-1/+2
|/
* Changelog: add a comment about fixing #1116Yoichi Hirai2016-10-241-0/+1
* Changelog entry.chriseth2016-10-241-6/+6
* Merge pull request #1240 from ethereum/1151chriseth2016-10-241-0/+1
|\
| * Changelog: add an entry about super.x lookupYoichi Hirai2016-10-201-0/+1
* | Optimizer: generate code starting with empty statechriseth2016-10-221-0/+1
* | Changelog: add a point about #1243Yoichi Hirai2016-10-211-0/+1
* | Add changelog entryAlex Beregszaszi2016-10-211-0/+1
* | Mention in changelogAlex Beregszaszi2016-10-201-0/+1
|/
* Add constant shift to the changelogAlex Beregszaszi2016-10-201-0/+1
* Update Changelog.mdchriseth2016-10-201-9/+8
* Disallow magic variables in inline assemblyAlex Beregszaszi2016-10-201-0/+3
* Ensure that bound functions cannot be defined without self typeAlex Beregszaszi2016-10-191-0/+1
* Changelog: Add a point about fixing #1242Yoichi Hirai2016-10-181-0/+1
* Fix assignment after tags in inline assemblyAlex Beregszaszi2016-10-111-0/+1
* Support address in inline assemblyAlex Beregszaszi2016-10-071-0/+1
* Merge pull request #1164 from ethereum/keccak256-aliasYoichi Hirai2016-10-071-0/+2
|\
| * Add alias keccak256() for sha3()Alex Beregszaszi2016-10-061-0/+2
* | Disallow unknown options in solcAlex Beregszaszi2016-10-061-0/+3
|/
* Support both suicide/selfdestruct in inline assemblyAlex Beregszaszi2016-10-061-0/+4
* Bump version in develop.chriseth2016-09-171-0/+2
* Finished version 0.4.2chriseth2016-09-171-1/+3
* Merge pull request #1104 from ethereum/fixmemcostschriseth2016-09-171-0/+2
|\
| * Changelog entry.chriseth2016-09-171-0/+2
* | Allow value transfer to library functions.chriseth2016-09-171-0/+1
|/
* Fix crash for TypeName[k].chriseth2016-09-161-0/+8
* Final changelog entries.chriseth2016-09-081-3/+10
* Consistency changes in the ChangelogAlex Beregszaszi2016-09-071-12/+12
* Update Changelog.mdchriseth2016-09-061-0/+1
* Merge pull request #1008 from ethereum/stipendwithsendchriseth2016-09-061-0/+1
|\
| * Provide gas stipend manually for send(0).chriseth2016-09-061-0/+1
* | Merge pull request #1012 from ethereum/reserved-keywordschriseth2016-09-061-1/+1
|\ \
| * | Update changelog with reserved keywordsAlex Beregszaszi2016-09-061-1/+1
| |/
* | Merge pull request #1022 from ethereum/changelogpaychriseth2016-09-061-7/+10
|\ \
| * | Clarify payable fallback functionchriseth2016-09-061-3/+4
| * | Add "payable" to changelog.chriseth2016-09-061-6/+8
* | | Merge pull request #997 from chriseth/linkingwithunderscoreschriseth2016-09-061-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix linking for libraries with underscores.chriseth2016-09-021-0/+1
* | | Merge pull request #1006 from ethereum/nenewaccountgaschriseth2016-09-061-0/+1
|\ \ \ | |_|/ |/| |
| * | Do not pay new account gas.chriseth2016-09-051-0/+1
| |/
* | Merge pull request #1005 from ethereum/modifierbodyYoichi Hirai2016-09-061-0/+1
|\ \
| * | Require ";" after "_"chriseth2016-09-051-0/+1
| |/
* / Guard encoding crashes with assertions.chriseth2016-09-021-0/+1
|/
* Changelog entry.chriseth2016-09-011-0/+3
* Changelog.chriseth2016-08-301-1/+36
* Update release date.chriseth2016-08-111-1/+1
* Add changelog to source tree.chriseth2016-08-101-0/+187