Commit Graph

5091 Commits

Author SHA1 Message Date
Dimitry
d2cee6f9c6 reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
Dimitry
d43d4347bf return instructionInfo style 2016-04-04 15:27:09 +04:00
Dimitry
9816510065 enable solidity test 2016-04-04 15:18:24 +04:00
Jordan Leigh
4b709f1bdd Update installing-solidity.rst
The brew install boost --c++11 command failed for me due to an outdated version of Node.js.

`brew upgrade` fixed this. I think it should be in the documentation to reduce the number of errors on install
2016-04-02 18:07:25 -07:00
Dimitry
858c41260d rename namespace for instruction.h/cpp in libevmasm 2016-04-02 15:56:43 +03:00
Dimitry
ccbd3ff63f move libevmcore to solidity 2016-04-01 23:11:01 +03:00
Bob Summerwill
c492d9be00 Merge pull request #470 from chriseth/redundancy
Remove code duplication in source references formatter.
2016-03-31 20:31:15 -03:00
chriseth
285fdf3b0a Merge pull request #457 from VoR0220/tokenNameAndStringFix
Fix for Token::name and token::toString
2016-04-01 01:08:59 +02:00
chriseth
ea7325d2d2 Remove code duplication in source references formatter. 2016-04-01 00:54:12 +02:00
VoR0220
3fc67245bf readding conditionals but with slight changes 2016-03-31 12:15:49 -05:00
chriseth
c67926cf2b Merge pull request #469 from chriseth/version
Set version to 0.3.1.
2016-03-31 18:47:56 +02:00
Bob Summerwill
15a4f4d322 Merge pull request #465 from chriseth/fixindexaccess
Clean higher order bits before array index access.
2016-03-31 13:46:35 -03:00
chriseth
33b9545995 Set version to 0.3.1. 2016-03-31 18:45:14 +02:00
Bob Summerwill
9fbd5c3215 Merge pull request #467 from chriseth/fixerrors
Do not use source reference if it is empty.
2016-03-31 13:29:30 -03:00
chriseth
4d200e3ee6 Merge pull request #461 from ethereum/mappingStructDocumentation
Inner struct mapping copy into a mapping question
2016-03-31 13:08:51 +02:00
chriseth
e31ecc8f77 Do not use source reference if it is empty. 2016-03-31 13:05:41 +02:00
chriseth
2c29492227 Correctly clean higher order bits for index access. 2016-03-31 10:33:45 +02:00
chriseth
98b686c672 Test to check we correctly clean higher order bits for index access. 2016-03-31 01:25:45 +02:00
VoR0220
1b39d3b5d4 solAsserts added and some changes rolled back. 2016-03-30 13:15:54 -05:00
VoR0220
9404600b3f helper function in scanner and corresponding edits to parserBase 2016-03-30 13:09:38 -05:00
RJ
9720851bd6 Update frequently-asked-questions.rst 2016-03-30 12:08:48 -05:00
chriseth
2acdfc527e Merge pull request #464 from chriseth/doctypo
Typos in inline assembly documentation.
2016-03-30 18:59:43 +02:00
VoR0220
427b9557d6 added solidity invalid fixed type test 2016-03-30 11:54:00 -05:00
VoR0220
6c61e28dc2 Got it working exactly like you wanted ;) 2016-03-30 11:54:00 -05:00
VoR0220
6395168371 change lexical cast to unsigned int 2016-03-30 11:54:00 -05:00
VoR0220
ddd16d7655 Fix for Token::name and token::toString 2016-03-30 11:54:00 -05:00
chriseth
bbfc580423 Typos in inline assembly documentation. 2016-03-30 18:32:39 +02:00
RJ
0df5f40ac4 Update frequently-asked-questions.rst 2016-03-30 10:43:39 -05:00
RJ
c2cf806996 quick fix for appearence 2016-03-30 10:36:22 -05:00
chriseth
9ca29aa508 Merge pull request #430 from chriseth/assembly
Inline Assembly
2016-03-30 14:42:05 +02:00
chriseth
b336f6261c Documentation. 2016-03-30 10:08:09 +02:00
chriseth
f049430723 Code generation (missing external access and source locations). 2016-03-30 02:37:00 +02:00
chriseth
949b00ed59 Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
chriseth
8236732e9a Merge pull request #458 from ethereum/MappingOfMappingExample
Update frequently-asked-questions.rst
2016-03-30 01:45:15 +02:00
RJ
0c5156ca50 Update frequently-asked-questions.rst 2016-03-29 13:05:42 -05:00
chriseth
5dd81360a9 Merge pull request #453 from michaltrzesimiech/patch-1
Update structure-of-a-contract.rst
2016-03-29 12:48:40 +02:00
chriseth
dc536004a4 Merge pull request #448 from chriseth/movesol
Move evmasm and lll.
2016-03-29 12:09:01 +02:00
michaltrzesimiech
d9158fd7ab Deleting redundant line 2016-03-26 08:48:15 +01:00
chriseth
14d6b0b2d6 Merge pull request #447 from ethereum/Initialize_Contract_with_Wei_call
Update frequently-asked-questions.rst
2016-03-26 00:05:54 +01:00
RJ
927a9710d5 Update frequently-asked-questions.rst 2016-03-25 11:25:14 -05:00
michaltrzesimiech
c994458a94 Update structure-of-a-contract.rst 2016-03-25 14:51:13 +01:00
chriseth
79167aa897 Move libevmasm and lll. 2016-03-23 23:10:10 +01:00
RJ
49dc38bac0 Update frequently-asked-questions.rst 2016-03-23 16:42:01 -05:00
chriseth
2c5641a1db Merge pull request #445 from ssonicblue/patch-1
Update style-guide.rst
2016-03-23 12:02:23 +01:00
ssonicblue
570e7353b5 Update style-guide.rst
Update section 'Variable Declarations' for consistency with the format of the rest of the document.
2016-03-23 12:34:25 +08:00
Dimitry
2851967dac includes 2016-03-22 16:05:27 +04:00
Bob Summerwill
e369e18584 Merge pull request #444 from bobsummerwill/fix_boost
Fix Windows warning for boost in solidity tests
2016-03-21 16:06:36 -07:00
Bob Summerwill
79ef51a778 Fix Windows warning for boost in solidity tests.
We need this fixed before we can enable warnings-as-errors.
2016-03-21 16:05:30 -07:00
Dimitry
332d58d9b9 add liblll lllc libevmasm 2016-03-21 22:15:14 +03:00
Dimitry
0e856a96eb Merge branch 'movelllc' into movelibevmasm 2016-03-21 21:38:51 +03:00