Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add opcode RAND support | Wei-Ning Huang | 2019-04-13 | 1 | -1/+1 |
| | | | | | | DEXON has a built-in on chain random oracle that allow one to retrieve a random variable. Add `rand` solidity variable is introduced to load the random variable onto the stack. | ||||
* | Syntax for meta type information. | chriseth | 2019-01-18 | 1 | -1/+3 |
| | |||||
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -5/+1 |
| | |||||
* | Disable state mutability warning for functions with empty body | Leonardo Alt | 2018-12-12 | 1 | -0/+1 |
| | |||||
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -15/+15 |
| | |||||
* | Reorder some include files and group <libyul/>'s together (as much as possible) | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵ | Christian Parpart | 2018-11-23 | 1 | -1/+1 |
| | | | | libyul | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+3 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Fix typos. | chriseth | 2018-10-04 | 1 | -4/+4 |
| | |||||
* | Split IntegerType into IntegerType and AddressType. | Daniel Kirchner | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Turn warning into error. | chriseth | 2018-09-04 | 1 | -5/+7 |
| | |||||
* | Warns if modifier uses msg.value in non-payable function. | Erik Kundt | 2018-09-04 | 1 | -36/+87 |
| | |||||
* | Add abi.decode(bytes data, (...)) | chriseth | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | Do not handle `balance` member of contract types specially. | chriseth | 2018-07-20 | 1 | -2/+1 |
| | |||||
* | Remove v050 check for enforcing "view" in ViewPureChecker. | Daniel Kirchner | 2018-07-04 | 1 | -25/+13 |
| | |||||
* | Fix view/pure error ordering problem. | chriseth | 2018-06-04 | 1 | -2/+2 |
| | |||||
* | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and ↵ | Alex Beregszaszi | 2018-04-12 | 1 | -1/+6 |
| | | | | abi.encodeWithSignature. | ||||
* | Allow `this.f.selector` to be pure. | chriseth | 2018-02-13 | 1 | -0/+16 |
| | |||||
* | Separate expression and statement. | chriseth | 2017-12-13 | 1 | -0/+4 |
| | |||||
* | Split Instruction and FunctionalInstruction in Julia | Alex Beregszaszi | 2017-12-05 | 1 | -5/+9 |
| | |||||
* | If statement for Iulia / inline assembly. | chriseth | 2017-11-22 | 1 | -0/+5 |
| | |||||
* | Enforce view with error for experimental 0.5.0. | chriseth | 2017-09-14 | 1 | -11/+23 |
| | |||||
* | Minor changes from review. | chriseth | 2017-09-13 | 1 | -9/+3 |
| | |||||
* | Rename to invalidInPureFunctions | chriseth | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | Allow constant variables in pure functions. | chriseth | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Rename and add anonymous namespace. | chriseth | 2017-09-06 | 1 | -1/+4 |
| | |||||
* | Fix tests | chriseth | 2017-09-06 | 1 | -5/+8 |
| | |||||
* | Tone down error message. | chriseth | 2017-09-06 | 1 | -2/+2 |
| | |||||
* | Modifier invocation can be base constructor call | chriseth | 2017-09-06 | 1 | -5/+7 |
| | |||||
* | Analyze assembly. | chriseth | 2017-09-06 | 1 | -10/+87 |
| | |||||
* | Do not report on overriding function and only warn for view. | chriseth | 2017-09-06 | 1 | -12/+19 |
| | |||||
* | View-pure checker. | chriseth | 2017-09-06 | 1 | -0/+227 |