index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
interface
/
CompilerStack.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ability to set the target EVM version.
chriseth
2018-03-02
1
-9
/
+18
*
Implement CompilerStack.lastContractName()
Alex Beregszaszi
2017-10-19
1
-0
/
+3
*
Always require a contract/sourceName in CompilerStack
Alex Beregszaszi
2017-10-19
1
-14
/
+14
*
Provide optional list of contract names to CompilerStack.compile
Alex Beregszaszi
2017-10-05
1
-0
/
+11
*
Introduce assemblyString
Alex Beregszaszi
2017-09-11
1
-2
/
+2
*
Do not return the stream in asssemblyStream
Alex Beregszaszi
2017-09-11
1
-1
/
+1
*
Split out the JSON functionality from assembly.stream()
Alex Beregszaszi
2017-09-11
1
-2
/
+6
*
Reorder some methods in CompilerStack for readability
Alex Beregszaszi
2017-08-28
1
-5
/
+7
*
Rename read file callback.
chriseth
2017-08-23
1
-2
/
+3
*
Mark a lot of functions const (where possible)
Alex Beregszaszi
2017-08-22
1
-1
/
+1
*
Remove DocumentationType from natspec
Alex Beregszaszi
2017-08-16
1
-11
/
+8
*
Reorder CompilerStack to be in logical order
Alex Beregszaszi
2017-07-27
1
-29
/
+45
*
Add CompilerStack::setOptimiserSettings
Alex Beregszaszi
2017-07-26
1
-4
/
+9
*
Add CompilerStack::setLibraries
Alex Beregszaszi
2017-07-26
1
-2
/
+8
*
Remove unused interfaces from CompilerStack
Alex Beregszaszi
2017-07-26
1
-15
/
+4
*
Rename onChainMetadata to metadata
Alex Beregszaszi
2017-07-19
1
-3
/
+3
*
Export CompilerStack state
Alex Beregszaszi
2017-07-03
1
-8
/
+10
*
Remove Why3 generator
Alex Beregszaszi
2017-06-25
1
-7
/
+0
*
Make compiler.contractDefinition private
Alex Beregszaszi
2017-06-22
1
-3
/
+4
*
Rework functionHashes into methodIdentifiers
Alex Beregszaszi
2017-06-22
1
-1
/
+2
*
Allow including hashes of method signatures in --combined-json output
Edward Ruchevits
2017-06-14
1
-0
/
+3
*
Fix state after CompilerStack.reset()
Alex Beregszaszi
2017-06-01
1
-0
/
+7
*
Remove unused functions from CompilerStack
Alex Beregszaszi
2017-06-01
1
-13
/
+0
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-5
/
+9
*
Rename CompilerStack.metadata to CompilerStack.natspec
Alex Beregszaszi
2017-05-19
1
-2
/
+2
*
Rename InterfaceHandler to Natspec
Alex Beregszaszi
2017-05-19
1
-1
/
+1
*
Split ABI out of InterfaceHandler
Alex Beregszaszi
2017-05-19
1
-3
/
+3
*
Rename CompilerStack.interface to CompilerStack.contractABI
Alex Beregszaszi
2017-05-19
1
-2
/
+2
*
enumchecks not working
djuju
2017-04-28
1
-1
/
+8
*
documentation, checks and renaming
djuju
2017-04-27
1
-2
/
+2
*
refactoring parse() into two separate functions
djuju
2017-04-27
1
-0
/
+10
*
Document that the ReadFileCallback should not emit exceptions
Alex Beregszaszi
2017-04-22
1
-1
/
+2
*
Move gasEstimate into CompilerStack
Alex Beregszaszi
2017-04-13
1
-0
/
+3
*
Pull out ReadFile from CompilerStack
Alex Beregszaszi
2017-04-10
1
-11
/
+3
*
Rename ErrorMesage to ErrorMessage
Alex Beregszaszi
2017-03-17
1
-1
/
+1
*
Extract scopes into compiler stack.
chriseth
2017-02-14
1
-0
/
+3
*
Add option to store literal sources in metadata
Alex Beregszaszi
2017-01-26
1
-0
/
+2
*
Remove checkLibraryNameClashes()
Rhett Aultman
2017-01-17
1
-3
/
+0
*
Only avoid collision if it's the same file
Rhett Aultman
2017-01-17
1
-0
/
+4
*
cleanup
VoR0220
2017-01-12
1
-2
/
+3
*
much smaller helper function
VoR0220
2017-01-10
1
-1
/
+3
*
Add the `_runs` parameter.
chriseth
2016-12-01
1
-1
/
+1
*
Fix type of optimizeRuns
Alex Beregszaszi
2016-12-01
1
-1
/
+1
*
Metadata stamp.
chriseth
2016-12-01
1
-6
/
+14
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Move InterfaceHandler from string to JSON
Alex Beregszaszi
2016-11-15
1
-7
/
+7
*
Remove standard contracts
Denton Liu
2016-08-19
1
-3
/
+2
*
remove solidity --interface
Dimitry
2016-08-17
1
-6
/
+1
*
Source location as part of AST.
chriseth
2016-07-21
1
-2
/
+16
*
Provide formal version in json output.
chriseth
2016-07-19
1
-1
/
+2
*
Allow remappings to change depending on the context.
chriseth
2016-06-09
1
-3
/
+22
*
- inline and assembly keywords added
LianaHus
2016-03-12
1
-4
/
+4
*
BREAKING: Implement delegatecall and make default for library calls.
chriseth
2016-03-12
1
-1
/
+1
*
Merge pull request #351 from chriseth/autoload
chriseth
2016-01-19
1
-2
/
+14
|
\
|
*
Autoload files in solc.
chriseth
2016-01-12
1
-2
/
+14
*
|
Detect library name clashes.
chriseth
2016-01-14
1
-0
/
+3
|
/
*
Relative paths in import directives.
chriseth
2015-12-10
1
-0
/
+2
*
Preliminary why3 code output.
chriseth
2015-10-27
1
-1
/
+6
*
Store docstrings in AST annotations.
chriseth
2015-10-26
1
-3
/
+0
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+221