aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/Imports.cpp
Commit message (Expand)AuthorAgeFilesLines
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
* Disallow remappings with empty prefix.Daniel Kirchner2018-08-111-5/+9
* Added default data locations to parameters for end to end tests.Chase McDermott2018-07-161-1/+1
* Fallback function has to be external: backwards-compatible changes.chriseth2018-06-291-1/+1
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
* Correctly set evm version in testschriseth2018-03-021-0/+27
* Test aliasing in shadowing.chriseth2018-02-201-1/+22
* Fix import error check for release version.chriseth2017-07-311-4/+5
* Warn about shadowing variables.Alex Beregszaszi2017-07-251-2/+67
* Modify library collision testRhett Aultman2017-01-171-0/+1
* Revert "Move clashing libraries to common source in test"Rhett Aultman2017-01-171-1/+2
* Move clashing libraries to common source in testRhett Aultman2017-01-171-2/+1
* fixedVoR02202017-01-121-2/+2
* added fix and a test for order independence of nested prefixingVoR02202017-01-121-0/+18
* fixed test and added solutionVoR02202017-01-091-2/+2
* added testVoR02202017-01-091-0/+11
* test: add a test importing a file name starting with a periodYoichi Hirai2017-01-041-0/+8
* Fix licensing headersVoR02202016-11-231-4/+4
* Fix version pragmas in tests.chriseth2016-09-011-37/+37
* Version pragma.chriseth2016-09-011-37/+37
* Allow remappings to change depending on the context.chriseth2016-06-091-0/+22
* Tests for library name clashes.chriseth2016-01-141-0/+16
* Allow aliases during import.chriseth2016-01-111-0/+25
* Use paths instead of simple identifiers wherever possible.chriseth2015-12-221-1/+1
* Simple aliasing during import.chriseth2015-12-181-0/+8
* Relative paths in import directives.chriseth2015-12-101-0/+17
* Source units are independent scopes.chriseth2015-12-101-0/+83