Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed names for Rational Constants and categories | VoR0220 | 2016-05-10 | 2 | -28/+32 |
| | |||||
* | currently what we have | VoR0220 | 2016-05-10 | 1 | -4/+8 |
| | |||||
* | got exponents up and working with their inverse, changed a few of the ↵ | RJ Catalano | 2016-05-10 | 2 | -37/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing infinite loop still happening but it's somewhere in the fixedPoint methodd fractional bits needed algo improved! Eliminated 2 errors Corrected problems with the previous commit. No infinite loops. Actually appear to have corrected an error | ||||
* | size capabilities functioning properly for fixed types | RJ Catalano | 2016-05-10 | 1 | -9/+4 |
| | |||||
* | fixed problem with var...probably a conversion problem for fixed in size ↵ | RJ Catalano | 2016-05-10 | 1 | -1/+1 |
| | | | | | | | | capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together | ||||
* | Rational implemented...trying to figure out exponential | RJ Catalano | 2016-05-10 | 1 | -52/+15 |
| | |||||
* | initial work for fixed types...potentially needing a constant literal type ↵ | RJ Catalano | 2016-05-10 | 2 | -80/+461 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for this notation Rational implemented...trying to figure out exponential fix for token bug, also quick fix for the wei and seconds fixed problem with var...probably a conversion problem for fixed in size capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together size capabilities functioning properly for fixed types got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing initial work for fixed types...potentially needing a constant literal type for this | ||||
* | Allow calling internal functions of libraries. | chriseth | 2016-05-04 | 1 | -26/+41 |
| | | | | | | | | | | | | Internal functions of libraries can be called as if the library were a base contract of the calling contract. As the calling convention for internal functions is to not create a new call context, the code of these functions will be pulled into the context of the caller, duplicating their code. This might pull in code of further internal or even private functions. The use case for such functions is to allow libraries which can operate on memory types such that these types can also be modified in place. | ||||
* | Remove log.h from solidity. | chriseth | 2016-04-12 | 1 | -0/+1 |
| | |||||
* | move libevmcore to solidity | Dimitry | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 3 | -5/+28 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 7 | -0/+67 |
| | |||||
* | Do not allow value for delegatecall functions. | chriseth | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | - inline and assembly keywords added | LianaHus | 2016-03-12 | 1 | -1/+1 |
| | | | | - some style fixes | ||||
* | BREAKING: Implement delegatecall and make default for library calls. | chriseth | 2016-03-12 | 2 | -24/+27 |
| | |||||
* | further optimization, splitting function into pieces | RJ Catalano | 2016-02-19 | 1 | -2/+2 |
| | | | | generating strings on the fly, changed name, and added two tests | ||||
* | added const correctness to extract functions in Token | RJ Catalano | 2016-02-19 | 1 | -6/+6 |
| | | | | | | | | | | optimizations added in more elegant solution created for m declaration ubuntu wants to get rid of 0 <= first statement...so I will change returnToken to token | ||||
* | added two functions in Token to handle long identifiers, redid ↵ | RJ Catalano | 2016-02-19 | 1 | -3/+4 |
| | | | | fromIdentifierOrKeyword, and made complementary changes in scanner and parser | ||||
* | tests added and changes made | RJ Catalano | 2016-02-19 | 1 | -9/+5 |
| | | | | | | fixed some silly problems in Token.cpp windows error fix | ||||
* | changes to redefine the token list, the scanner, and the parser and how they ↵ | RJ Catalano | 2016-02-19 | 5 | -50/+51 |
| | | | | | | | | pass around variable types of different sizes not ready for change to FixedPoint just yet made this more const correct and added a switch statement for easier reading | ||||
* | style fixes | LianaHus | 2016-02-18 | 1 | -12/+14 |
| | |||||
* | Index access for bytesXX. | chriseth | 2016-02-10 | 2 | -0/+6 |
| | |||||
* | [cond-expr] add visitor related functions | Lu Guanqun | 2016-01-23 | 5 | -0/+32 |
| | |||||
* | [cond-expr] add an AST node | Lu Guanqun | 2016-01-23 | 3 | -0/+50 |
| | |||||
* | fixed assert on EI creation for structs containing only mapping or arrays | LianaHus | 2016-01-16 | 1 | -0/+4 |
| | |||||
* | Allow aliases during import. | chriseth | 2016-01-11 | 1 | -0/+4 |
| | |||||
* | Merge pull request #317 from chriseth/pathsEverywhere | chriseth | 2016-01-04 | 2 | -7/+7 |
|\ | | | | | Use paths instead of simple identifiers wherever possible. | ||||
| * | Use paths instead of simple identifiers wherever possible. | chriseth | 2015-12-22 | 2 | -7/+7 |
| | | |||||
* | | Merge pull request #308 from chriseth/fixoverloadbug | chriseth | 2015-12-21 | 1 | -0/+2 |
|\ \ | | | | | | | Fix bug preventing overloads of different array types. | ||||
| * | | Fix bug preventing overloads of different array types. | chriseth | 2015-12-18 | 1 | -0/+2 |
| |/ | |||||
* / | Add structs and enums to contract types. | chriseth | 2015-12-18 | 1 | -7/+20 |
|/ | |||||
* | Simple aliasing during import. | chriseth | 2015-12-18 | 5 | -42/+112 |
| | |||||
* | Parse complex import directives. | chriseth | 2015-12-18 | 3 | -7/+23 |
| | |||||
* | new tests | RJ Catalano | 2015-12-16 | 1 | -1/+0 |
| | |||||
* | now is compiling and passing soltest...but I think there may be a few more ↵ | RJ Catalano | 2015-12-16 | 1 | -1/+3 |
| | | | | things to do | ||||
* | fixed case statements | RJ Catalano | 2015-12-16 | 1 | -0/+1 |
| | |||||
* | changing Tuple Constructor | RJ Catalano | 2015-12-16 | 1 | -2/+5 |
| | |||||
* | updated attempt...still a bit more work to do but here's what's current | RJ Catalano | 2015-12-16 | 1 | -2/+3 |
|\ | |||||
| * | Inline array declarations complete | RJ Catalano | 2015-12-15 | 1 | -2/+20 |
| | | |||||
* | | Relative paths in import directives. | chriseth | 2015-12-10 | 3 | -0/+14 |
| | | |||||
* | | Source units are independent scopes. | chriseth | 2015-12-10 | 1 | -3/+3 |
|/ | |||||
* | Code generation for calling bound methods. | chriseth | 2015-12-01 | 1 | -0/+4 |
| | |||||
* | Merge pull request #251 from chriseth/bind2 | chriseth | 2015-11-30 | 6 | -205/+319 |
|\ | | | | | Bind library functions to types. | ||||
| * | Also check the object type for bound functions. | chriseth | 2015-11-29 | 3 | -8/+13 |
| | | |||||
| * | Add bound functions to types. | chriseth | 2015-11-29 | 4 | -203/+259 |
| | | |||||
| * | Added the `using x for y` directive. | chriseth | 2015-11-27 | 3 | -0/+53 |
| | | |||||
* | | Introduce selfdestruct alias for suicide. | chriseth | 2015-11-29 | 1 | -1/+1 |
|/ | |||||
* | Convert filter to template function. | chriseth | 2015-11-27 | 2 | -60/+20 |
| | |||||
* | Invalidate cached members if scope changes. | chriseth | 2015-11-26 | 2 | -1/+3 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 4 | -61/+91 |
| | |||||
* | Make members context-sensitive. | chriseth | 2015-11-26 | 5 | -49/+50 |
| | |||||
* | Type checking for creating new arrays. | chriseth | 2015-11-26 | 1 | -4/+2 |
| | |||||
* | Allow "new expressions" also for general type names. | chriseth | 2015-11-26 | 3 | -7/+11 |
| | | | | | | | Breaking change: If you want to send value with a contract creation, you have to use parentheses now: `(new ContractName).value(2 ether)(arg1, arg2)` | ||||
* | Fixed string inside struct allocation bug. | chriseth | 2015-11-24 | 2 | -4/+5 |
| | |||||
* | Addmod and mulmod. | chriseth | 2015-11-19 | 1 | -0/+2 |
| | |||||
* | Fix problems with statement blocks. | chriseth | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 3 | -17/+51 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 3 | -1/+53 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 15 | -0/+7337 |