aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Explain accessors on arraysAlex Beregszaszi2016-10-191-0/+3
| * FAQ: remove address(this) section (already explained elsewhere)Alex Beregszaszi2016-10-191-12/+0
| * FAQ: remove event section (already explained elsewhere)Alex Beregszaszi2016-10-191-9/+0
| * Merge the constructor sectionsAlex Beregszaszi2016-10-192-23/+3
| * Mention why Homestead was different for librariesAlex Beregszaszi2016-10-191-1/+1
| * FAQ: remove visibility section (already explained elsewhere)Alex Beregszaszi2016-10-191-23/+0
| * FAQ: remove create example (already explained elsewhereAlex Beregszaszi2016-10-191-10/+0
| * Merge the documentation about mappingsAlex Beregszaszi2016-10-192-46/+27
| * Document constant functionsAlex Beregszaszi2016-10-192-17/+24
| * FAQ: remove removal of external accountsAlex Beregszaszi2016-10-192-6/+2
| * Improve the description of SolidityAlex Beregszaszi2016-10-192-11/+7
| * FAQ: remove modifier sectionAlex Beregszaszi2016-10-191-8/+0
| * FAQ: remove compilation sectionAlex Beregszaszi2016-10-191-13/+0
| * Merge the selfdestruct sectionsAlex Beregszaszi2016-10-192-12/+9
| * Update changelog linkAlex Beregszaszi2016-10-191-1/+1
| * Minor documentation fixesAlex Beregszaszi2016-10-193-3/+4
|/
* Merge pull request #1194 from ethereum/bound-functionschriseth2016-10-194-3/+33
|\
| * Omit non-convertible bound functionsAlex Beregszaszi2016-10-191-1/+2
| * Ensure that bound functions cannot be defined without self typeAlex Beregszaszi2016-10-193-2/+12
| * Add test case for bound types without selfAlex Beregszaszi2016-10-191-0/+19
* | Merge pull request #1225 from wincinderith/import-remap-docschriseth2016-10-191-1/+4
|\ \
| * | Add import remapping documentation to `solc --help`Kevin Boxhoorn2016-10-151-1/+4
* | | Merge pull request #1223 from ethereum/solc-bin-publishchriseth2016-10-191-3/+12
|\ \ \ | |_|/ |/| |
| * | Simplify publish scriptAlex Beregszaszi2016-10-151-2/+4
| * | Change solc-bin publish script to support npmAlex Beregszaszi2016-10-151-1/+8
| |/
* | Merge pull request #1244 from ethereum/1242chriseth2016-10-193-0/+11
|\ \
| * | Changelog: Add a point about fixing #1242Yoichi Hirai2016-10-181-0/+1
| * | `super`'s size on stack is zero, because the expression compiler does not pus...Yoichi Hirai2016-10-181-0/+1
| * | Add a test for #1242Yoichi Hirai2016-10-181-0/+9
* | | Merge pull request #1228 from ethereum/lll-units-parserchriseth2016-10-192-7/+5
|\ \ \ | |/ / |/| |
| * | LLL: add Ethereum subunit macrosAlex Beregszaszi2016-10-151-0/+4
| * | LLL: remove Ethereum subunits from the parserAlex Beregszaszi2016-10-151-7/+1
| |/
* | Merge pull request #1239 from LefterisJP/contract_endowment_solidity_040chriseth2016-10-181-2/+4
|\ \
| * | Docs: Change contract init with value sectionLefteris Karapetsas2016-10-181-2/+4
* | | Merge pull request #1234 from wingyplus/remove_vector_ref_cleanseYoichi Hirai2016-10-181-20/+0
|\ \ \ | |/ / |/| |
| * | Removed 'vector_ref::cleanse'Thanabodee Charoenpiriyakij2016-10-161-20/+0
* | | Merge pull request #1229 from ethereum/lll-error-reportingchriseth2016-10-175-16/+38
|\ \ \ | |/ / |/| |
| * | LLL: throw proper ParserExceptionAlex Beregszaszi2016-10-153-2/+5
| * | LLL: fix the commented out debugging codeAlex Beregszaszi2016-10-151-8/+9
| * | LLL: better error reportingAlex Beregszaszi2016-10-151-6/+24
| |/
* | Merge pull request #1231 from ethereum/debugbreakchriseth2016-10-161-4/+7
|\ \
| * | Properly define trap_instructionAlex Beregszaszi2016-10-151-4/+7
| |/
* | Merge pull request #1232 from ethereum/devcore-unused-includeschriseth2016-10-164-369/+1
|\ \
| * | Remove unused picosha2Alex Beregszaszi2016-10-151-360/+0
| * | Don't include random in CommonDataAlex Beregszaszi2016-10-151-7/+0
| * | Remove unused SHA2 include in SHA3Alex Beregszaszi2016-10-152-2/+1
| |/
* | Merge pull request #1227 from wingyplus/remove_secure_vectorchriseth2016-10-161-41/+0
|\ \ | |/ |/|
| * Removed 'secure_vector'Thanabodee Charoenpiriyakij2016-10-151-41/+0
* | Merge pull request #1196 from ethereum/solc-bin-publish-updatechriseth2016-10-141-4/+2
|\ \
| * | Make "-a" more visible.chriseth2016-10-121-1/+1
| * | solc-bin publish script should let the update script decide which files changedAlex Beregszaszi2016-10-111-4/+2
* | | Merge pull request #1217 from ethereum/instruction_tablechriseth2016-10-141-3/+3
|\ \ \
| * | | Small points on the instruction tableYoichi Hirai2016-10-141-3/+3
| | |/ | |/|
* | | Merge pull request #1218 from ethereum/null-integer-typechriseth2016-10-141-1/+5
|\ \ \
| * | | Check if a fixedBytes fits an integer typeYoichi Hirai2016-10-141-1/+5
| |/ /
* | | Merge pull request #1195 from ethereum/memory-docchriseth2016-10-142-4/+23
|\ \ \
| * | | Mention that memory is organised as 256-bit wordsAlex Beregszaszi2016-10-141-4/+4
| * | | Explain how scratch space affects the free memory pointerAlex Beregszaszi2016-10-121-1/+6
| * | | Merge the two EVM memory introduction sectionsAlex Beregszaszi2016-10-122-5/+5
| * | | Document memory layoutAlex Beregszaszi2016-10-111-0/+14
| | |/ | |/|
* | | Merge pull request #1079 from VoR0220/fixedTypeTestFrameworkRJ2016-10-141-1/+9
|\ \ \ | |_|/ |/| |
| * | Replace `fixed` by standard `encode` function.chriseth2016-10-121-6/+8
| * | Solidity helper function for testing fixed pointsVoR02202016-09-101-1/+7
* | | Merge pull request #1203 from ethereum/exlpainupforgrabschriseth2016-10-131-1/+3
|\ \ \
| * | | Explain up-for-grabs issues.chriseth2016-10-131-1/+3
* | | | Merge pull request #1185 from ethereum/grammar-docYoichi Hirai2016-10-131-0/+5
|\ \ \ \
| * | | | Add link to grammar.txt in the documentationAlex Beregszaszi2016-10-111-0/+5
| | |_|/ | |/| |
* | | | Merge pull request #1198 from zigguratt/developchriseth2016-10-131-9/+1
|\ \ \ \
| * | | | Removed obsolete built in macros. Added a new macro to support the use of 'ke...Daniel Ellison2016-10-131-9/+1
|/ / / /
* | | | Merge pull request #1167 from ethereum/when_solidity_throwsYoichi Hirai2016-10-131-8/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Accommodate further reviewsYoichi Hirai2016-10-131-6/+6
| * | | Change prenouns from `on` to `at`Yoichi Hirai2016-10-131-2/+2
| * | | Accommodating reviewsYoichi Hirai2016-10-131-9/+8
| * | | Mention `payable` in the description when Solidity throwsYoichi Hirai2016-10-121-1/+2
| * | | Codify `bytes`Yoichi Hirai2016-10-121-1/+1
| * | | Change phrasing around too small indexYoichi Hirai2016-10-121-2/+2
| * | | Merge two similar sections; the original survivesYoichi Hirai2016-10-122-23/+8
| * | | Various fixes based on comments on #1167Yoichi Hirai2016-10-121-4/+5
| * | | English clarificationsYoichi Hirai2016-10-121-4/+4
| * | | Adding "When Solidity Throws" section in the documentationYoichi Hirai2016-10-121-0/+16
* | | | Merge pull request #1126 from ethereum/isolateTestschriseth2016-10-121-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Extend comment.chriseth2016-10-111-1/+2
| * | | Add script to extract test cases.chriseth2016-09-301-0/+23
* | | | Merge pull request #1169 from ethereum/inline-assembly-tagsAlex Beregszaszi2016-10-123-1/+9
|\ \ \ \
| * | | | Fix assignment after tags in inline assemblyAlex Beregszaszi2016-10-113-1/+9
| | |/ / | |/| |
* | | | Merge pull request #1181 from ethereum/formal_ignore_pragmachriseth2016-10-112-0/+15
|\ \ \ \
| * | | | Chack for non-version pragmasYoichi Hirai2016-10-111-1/+10
| * | | | formal: ignore pragmas during Why3 code generationYoichi Hirai2016-10-112-0/+6
| |/ / /
* | | | Merge pull request #1193 from ethereum/pragma_keyword_checkchriseth2016-10-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix pragma keyword checkYoichi Hirai2016-10-111-1/+1
|/ / /
* | | Merge pull request #1189 from NicolaiSoeborg/developchriseth2016-10-111-2/+2
|\ \ \
| * | | Fix: HexLiteral must be even number of nibblesNicolai2016-10-111-1/+1
| * | | Add HexLiteral to grammar, fixes #1186Nicolai2016-10-111-2/+2
* | | | Merge pull request #1191 from ethereum/fixbuildAlex Beregszaszi2016-10-111-4/+6
|\ \ \ \
| * | | | Fix build error.chriseth2016-10-111-4/+6
|/ / / /
* | | | Merge pull request #1168 from ethereum/rename-dev-sha3chriseth2016-10-1117-53/+69
|\ \ \ \
| * | | | sha3: actually support both FIPS SHA3 and KeccakAlex Beregszaszi2016-10-061-1/+22
| * | | | sha3: remove unused counterAlex Beregszaszi2016-10-062-5/+0
| * | | | Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-0617-50/+50
* | | | | Merge pull request #1148 from ethereum/fixdeploychriseth2016-10-101-2/+3
|\ \ \ \ \
| * | | | | Fix deploy script.chriseth2016-10-051-2/+3
* | | | | | Merge pull request #1156 from ethereum/inline-assembly-addressYoichi Hirai2016-10-073-1/+5
|\ \ \ \ \ \
| * | | | | | Add test for address in inline assemblyAlex Beregszaszi2016-10-071-1/+1
| * | | | | | Support address in inline assemblyAlex Beregszaszi2016-10-072-0/+4
* | | | | | | Merge pull request #1175 from ethereum/document-reserved-keywordsYoichi Hirai2016-10-071-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Document the reserved keywordsAlex Beregszaszi2016-10-071-0/+8
|/ / / / / /
* | | | | | Merge pull request #1164 from ethereum/keccak256-aliasYoichi Hirai2016-10-079-27/+52
|\ \ \ \ \ \
| * | | | | | Rename sha3 to keccak256 in the documentationAlex Beregszaszi2016-10-066-27/+30
| * | | | | | Add alias keccak256() for sha3()Alex Beregszaszi2016-10-063-0/+22
* | | | | | | Merge pull request #1165 from ethereum/solc-disallow-unknownYoichi Hirai2016-10-072-1/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Disallow unknown options in solcAlex Beregszaszi2016-10-062-1/+4
|/ / / / / /
* | | | | | Merge pull request #1158 from ethereum/inline-assembly-suicideYoichi Hirai2016-10-063-2/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add test for suicide/selfdestructAlex Beregszaszi2016-10-061-0/+5
| * | | | | Support both suicide/selfdestruct in inline assemblyAlex Beregszaszi2016-10-062-2/+9
| |/ / / /
* | | | | Merge pull request #1147 from gitexperience/patch-1chriseth2016-10-051-1/+1
|\ \ \ \ \
| * | | | | A typo fixAnubhav singh2016-10-051-1/+1
* | | | | | Merge pull request #1146 from ethereum/chriseth-patch-1chriseth2016-10-051-4/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Disable macos for now.chriseth2016-10-051-4/+5
|/ / / / /
* | | | | Merge pull request #1136 from cathalgarvey/developchriseth2016-10-051-6/+6
|\ \ \ \ \
| * | | | | Change std/Token to an abstract contractCathal Garvey2016-10-011-6/+6
| |/ / / /
* | | | | Merge pull request #1139 from D-Nice/patch-1chriseth2016-10-051-1/+1
|\ \ \ \ \
| * | | | | Typo FixD-Nice2016-10-041-1/+1
| |/ / / /
* | | | | Merge pull request #1109 from ethereum/fixmultipublishchriseth2016-10-044-12/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update publish_binary.shchriseth2016-10-011-1/+1
| * | | | Use "develop" for debian version name.chriseth2016-09-181-1/+1
| * | | | Do not create prerelease build for release branch.chriseth2016-09-181-1/+6
| * | | | Also publish from release branch.chriseth2016-09-182-10/+28
| * | | | Fix problem that caused multiple binaries per day.chriseth2016-09-181-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1115 from ShrutiAppiah/developchriseth2016-10-011-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | list formattingShruti Appiah2016-09-241-5/+6
|/ / /
* | | Merge pull request #1108 from ethereum/bumpversionchriseth2016-09-183-3/+5
|\ \ \
| * | | Bump version in develop.chriseth2016-09-173-3/+5
|/ / /
* | | Merge pull request #1106 from ethereum/version042chriseth2016-09-171-1/+3
|\ \ \
| * | | Finished version 0.4.2chriseth2016-09-171-1/+3
|/ / /
* | | Merge pull request #1104 from ethereum/fixmemcostschriseth2016-09-173-4/+42
|\ \ \
| * | | Changelog entry.chriseth2016-09-171-0/+2
| * | | Access output memory area so that we do not pay for resize during call.chriseth2016-09-172-5/+14
| * | | Test case.chriseth2016-09-171-0/+27
* | | | Merge pull request #1102 from ethereum/fixlibraryvaluechriseth2016-09-173-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Allow value transfer to library functions.chriseth2016-09-173-1/+21
|/ / /
* | | Merge pull request #1101 from ethereum/fixcrashchriseth2016-09-173-1/+19
|\ \ \
| * | | Fix crash for TypeName[k].chriseth2016-09-163-1/+19
* | | | Merge pull request #1097 from ethereum/forceeightchriseth2016-09-173-7/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix hex check.chriseth2016-09-151-1/+1
| * | | Force commit hash to 8 digits.chriseth2016-09-153-7/+10
* | | | Merge pull request #1072 from ethereum/versioningchriseth2016-09-151-0/+26
|\ \ \ \
| * | | | Split versioning into two sectionsAlex Beregszaszi2016-09-141-15/+19
| * | | | Document versioning behaviourAlex Beregszaszi2016-09-091-0/+22
* | | | | Merge pull request #1085 from LefterisJP/centos_installchriseth2016-09-151-0/+47
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add warning for CentOS dependenciesLefteris Karapetsas2016-09-151-26/+32
| * | | | Add Centos to install_deps.shLefteris Karapetsas2016-09-121-0/+41
| | |_|/ | |/| |
* | | | Merge pull request #1078 from nicksavers/patch-1chriseth2016-09-131-2/+2
|\ \ \ \
| * | | | Update Solidity docs version to 0.4.1Nick Savers2016-09-101-2/+2
| |/ / /
* | | | Merge pull request #1045 from pirapira/formal_type_of_mappingchriseth2016-09-123-31/+87
|\ \ \ \ | |/ / / |/| | |
| * | | Prepare for leaky exceptionsYoichi Hirai2016-09-101-0/+4
| * | | toFormalType reports errors by an exceptionYoichi Hirai2016-09-102-21/+71
| * | | Translate mapping types into Why3 arrays when keys are integersYoichi Hirai2016-09-101-0/+14
| * | | Explicitly convert the assert condition using bool()Yoichi Hirai2016-09-101-13/+1
|/ / /
* | | Merge pull request #1074 from ethereum/noleadingzeroschriseth2016-09-105-3/+10
|\ \ \
| * | | Style.chriseth2016-09-091-1/+1
| * | | Remove leading zeroes in prerelease components.chriseth2016-09-095-3/+10
* | | | Merge pull request #1047 from pirapira/address-in-preludechriseth2016-09-091-0/+9
|\ \ \ \
| * | | | Add Address module in the WhyML preludeYoichi Hirai2016-09-081-0/+9
* | | | | Version bumpchriseth2016-09-091-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1069 from ethereum/emscriptenbinarieschriseth2016-09-091-3/+3
|\ \ \ \
| * | | | Store emscripten binaries usig new naming scheme.chriseth2016-09-091-3/+3
* | | | | Merge pull request #1068 from ethereum/modfixchriseth2016-09-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Suffix the "mod" version modifier using a dot.chriseth2016-09-091-1/+1
|/ / / /
* | | | Merge pull request #1070 from ethereum/devversionchriseth2016-09-095-7/+9
|\ \ \ \
| * | | | Fix problem with release version string.chriseth2016-09-082-4/+6
| * | | | Fix version pragma in tests.chriseth2016-09-083-3/+3
|/ / / /
* | | | Merge pull request #1067 from ethereum/bumpversionchriseth2016-09-081-1/+1
|\ \ \ \
| * | | | Bump version.chriseth2016-09-081-1/+1
|/ / / /
* | | | Merge pull request #1061 from ethereum/versionchriseth2016-09-082-2/+2
|\ \ \ \
| * | | | Set version to 0.4.0.chriseth2016-09-082-2/+2
|/ / / /
* | | | Merge pull request #1060 from ethereum/version040chriseth2016-09-081-3/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Final changelog entries.chriseth2016-09-081-3/+10
|/ / /
* | | Merge pull request #1024 from ethereum/docupdatechriseth2016-09-0813-88/+139
|\ \ \ | |/ / |/| |
| * | Review suggestions.chriseth2016-09-072-7/+7
| * | Update documentation to version 0.4.0.chriseth2016-09-0713-88/+139
* | | Merge pull request #1041 from pirapira/typo_and_whitespacechriseth2016-09-084-4/+4
|\ \ \
| * | | Fix a typo and whitespacesYoichi Hirai2016-09-074-4/+4
* | | | Merge pull request #1044 from pirapira/todo_item_to_issuechriseth2016-09-081-1/+1
|\ \ \ \
| * | | | Append an issue id #1043 to a @todo comment about itYoichi Hirai2016-09-071-1/+1
| |/ / /
* | | | Merge pull request #1009 from pirapira/separate_exceptionschriseth2016-09-071-1/+15
|\ \ \ \
| * | | | Separate the try/catch blocks on JSON output generation and formal method out...Yoichi Hirai2016-09-061-1/+15
| |/ / /
* | | | Merge pull request #1033 from ethereum/fix-using-notypechriseth2016-09-071-1/+2
|\ \ \ \
| * | | | Include assert for selfType on bound functions to avoid crashAlex Beregszaszi2016-09-071-1/+2
| | |/ / | |/| |
* | | | Merge pull request #1032 from ethereum/fix-std-ownedchriseth2016-09-071-1/+1
|\ \ \ \
| * | | | Fix owned std contractAlex Beregszaszi2016-09-071-1/+1
| |/ / /
* | | | Merge pull request #1031 from ethereum/changelogchriseth2016-09-071-12/+12
|\ \ \ \
| * | | | Consistency changes in the ChangelogAlex Beregszaszi2016-09-071-12/+12
| |/ / /
* | | | Merge pull request #1035 from bobsummerwill/install_depsBob Summerwill2016-09-071-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Added missing "stop on error" to scripts/install.sh.Bob Summerwill2016-09-071-0/+2
|/ / /
* | | Merge pull request #1019 from ethereum/constructor-modifierchriseth2016-09-072-0/+12
|\ \ \
| * | | Tests for constructor visibilityAlex Beregszaszi2016-09-061-0/+10
| * | | Constructor must be internal or publicAlex Beregszaszi2016-09-061-0/+2
|/ / /
* | | Merge pull request #1018 from ethereum/constructor-constantchriseth2016-09-063-2/+18
|\ \ \
| * | | Update Changelog.mdchriseth2016-09-061-0/+1
| * | | Tests for constant constructorsAlex Beregszaszi2016-09-061-0/+11
| * | | Reject constant constructorsAlex Beregszaszi2016-09-061-2/+6
|/ / /
* | | Merge pull request #1003 from winsvega/docschriseth2016-09-069-0/+96
|\ \ \
| * | | add "pragma solidity ^0.4.0;" to code examplesDimitry2016-09-059-0/+96
* | | | Merge pull request #1016 from ethereum/reservedchriseth2016-09-062-1/+12
|\ \ \ \
| * | | | Raise proper error on reserved keywordsAlex Beregszaszi2016-09-061-1/+11
| * | | | Introduce isReservedKeyword()Alex Beregszaszi2016-09-061-0/+1
* | | | | Merge pull request #1014 from ethereum/strict-fallbackchriseth2016-09-064-3/+13
|\ \ \ \ \
| * | | | | Reject constant modifier on the fallback functionAlex Beregszaszi2016-09-064-3/+13
| |/ / / /
* | | | | Merge pull request #1011 from walter-weinmann/wwe_grammarchriseth2016-09-061-3/+3
|\ \ \ \ \
| * | | | | Considering comment from @chriseth regarding FunctionCall.walter-weinmann2016-09-061-3/+1
| * | | | | Considering comments from @chriseth regarding ExpressionStatement and Functio...walter-weinmann2016-09-061-4/+6
| * | | | | Changes related to issues #984, #989, #999, #1001 and #1004.walter-weinmann2016-09-061-4/+4
* | | | | | Merge pull request #1008 from ethereum/stipendwithsendchriseth2016-09-063-1/+27
|\ \ \ \ \ \
| * | | | | | Provide gas stipend manually for send(0).chriseth2016-09-063-1/+27
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1012 from ethereum/reserved-keywordschriseth2016-09-062-1/+3
|\ \ \ \ \ \
| * | | | | | Update changelog with reserved keywordsAlex Beregszaszi2016-09-061-1/+1
| * | | | | | Reserve view and pure as keywordsAlex Beregszaszi2016-09-061-0/+2
| |/ / / / /
* | | | | | Merge pull request #1021 from ethereum/assembly-docschriseth2016-09-061-1/+2
|\ \ \ \ \ \
| * | | | | | Fix the return value of call in inline assemblyAlex Beregszaszi2016-09-061-1/+2
| | |/ / / / | |/| | | |
* | | | | | 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-062-17/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix compiler error.chriseth2016-09-061-1/+1
| * | | | | More comments about size constants.chriseth2016-09-061-4/+9
| * | | | | Fix linking for libraries with underscores.chriseth2016-09-022-17/+19
* | | | | | Merge pull request #665 from axic/feature/accept-etherchriseth2016-09-0617-85/+434
|\ \ \ \ \ \
| * | | | | | Test and fixes for payable fallback in ABI.chriseth2016-09-062-0/+21
| * | | | | | Tests for payable / private combination.chriseth2016-09-062-2/+22
| * | | | | | Change placeholder style.chriseth2016-09-061-1/+1
| * | | | | | Make constant and payable mutually exclusive.chriseth2016-09-062-0/+10
| * | | | | | Change function type to include and propagate payable and constant modifier.chriseth2016-09-068-62/+123
| * | | | | | Merged in changes from chriseth/payableAlex Beregszaszi2016-09-0610-54/+150
| * | | | | | Mark every other test payable where neccesary in EndToEndTestAlex Beregszaszi2016-09-061-26/+29
| * | | | | | Include EndToEnd test for payable keywordAlex Beregszaszi2016-09-061-0/+57
| * | | | | | Do not include the payable keyword for constructorsAlex Beregszaszi2016-09-061-1/+0
| * | | | | | Include ABI JSON test for payable keywordAlex Beregszaszi2016-09-061-0/+49
| * | | | | | Support payable keyword for functionsAlex Beregszaszi2016-09-067-1/+34
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #995 from chriseth/fixutf8astjsonchriseth2016-09-062-2/+31
|\ \ \ \ \ \
| * | | | | | Test case for non-utf8 characters in string literal.chriseth2016-09-061-0/+16
| * | | | | | Do not emit non-utf8 strings for ast json.chriseth2016-09-021-2/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1020 from duaraghav8/developchriseth2016-09-061-1/+1
|\ \ \ \ \ \
| * | | | | | typoRaghav Dua2016-09-061-1/+1
|/ / / / / /
* | | | | | Merge pull request #1006 from ethereum/nenewaccountgaschriseth2016-09-062-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Do not pay new account gas.chriseth2016-09-052-1/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #1005 from ethereum/modifierbodyYoichi Hirai2016-09-0613-59/+69
|\ \ \ \ \
| * | | | | Update grammar.txt to reflect the change.chriseth2016-09-051-2/+3
| * | | | | Require ";" after "_"chriseth2016-09-0512-57/+66
| |/ / / /
* | | | | Merge pull request #993 from chriseth/fixshacrashchriseth2016-09-062-0/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Improve error message.chriseth2016-09-051-1/+1