Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style changes | Liana Husikyan | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | changed the way of resolving declarations. now the cleanup of function ↵ | Liana Husikyan | 2015-05-08 | 1 | -5/+5 |
| | | | | duplications in libsolidity/NameAndTypeResolver.cpp(WIP) | ||||
* | created secondarySoureLocation error type | Liana Husikyan | 2015-05-04 | 1 | -18/+24 |
| | | | | added additional information to error msgs | ||||
* | Fix for declarations. | chriseth | 2015-04-22 | 1 | -4/+10 |
| | |||||
* | Styling. | chriseth | 2015-04-20 | 1 | -9/+5 |
| | |||||
* | Fixed function overloads. | chriseth | 2015-04-15 | 1 | -15/+14 |
| | | | | | Added tests, disallowed non-calling usage of non-unique function references. | ||||
* | enhance DeclarationContainer to use `std::set` so that it can handle ↵ | Lu Guanqun | 2015-03-08 | 1 | -5/+24 |
| | | | | overloaded function names | ||||
* | "external" visibility specifier. | Christian | 2015-02-17 | 1 | -4/+9 |
| | |||||
* | - implemented Empty parameter name story. Now the name of input/return ↵ | Liana Husikyan | 2015-02-09 | 1 | -0/+4 |
| | | | | | | | | | | parameters of function can be not specified. - added appropriate tests Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp | ||||
* | More const cleanup. | Christian | 2014-12-08 | 1 | -2/+2 |
| | |||||
* | Multi-source and multi-contract compiler. | Christian | 2014-12-04 | 1 | -2/+2 |
| | |||||
* | Save the scope for every declaration. | Christian | 2014-12-02 | 1 | -0/+50 |