aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add multiline support using ammonite multilineFilterFelix Mulder2016-04-281-1/+1
* Initial implementation featuring two different highlightersFelix Mulder2016-04-281-2/+2
* Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-111-0/+30
* Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-071-0/+2
* Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-072-37/+72
* Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-072-506/+454
* Add docstring support for types, vals, vars and defsFelix Mulder2016-04-071-4/+137
* Fix association of docstrings based on posisitionFelix Mulder2016-04-071-1/+50
* Add package object supportFelix Mulder2016-04-071-2/+93
* Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-071-1/+47
* Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-071-4/+32
* Add tests for classes and traitsFelix Mulder2016-04-072-2/+160
* Move Mode to coreMartin Odersky2016-04-012-2/+2
* Add docs to TestREPLMartin Odersky2016-03-181-0/+8
* Move all overridable bits into Config classMartin Odersky2016-03-181-15/+14
* Add REPL testsMartin Odersky2016-03-182-1/+56
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-2/+2
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-101-2/+2
* | Polish rewrite testMartin Odersky2016-03-121-3/+3
* | Rewrite testMartin Odersky2016-03-121-1/+17
|/
* Merge pull request #1126 from sjrd/scalajsDmitry Petrashko2016-03-041-1/+1
|\
| * Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-011-1/+1
* | Neg tests: change val computeFilePathsAndExpErrors to defVladimirNik2016-03-031-3/+3
* | Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-031-41/+34
* | Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-031-42/+67
|/
* Add a `dotty-interfaces` packageGuillaume Martres2016-02-282-0/+127
* Neg tests: filename checking updatedVladimirNik2016-02-181-1/+1
* Restructured JUnit neg testsvsalvis2016-02-181-50/+107
* Negtests (JUnit only) check that each error line has a // errorvsalvis2016-02-181-3/+76
* Driver: properly use root Context passed as argumentGuillaume Martres2016-02-041-2/+2
* Remove useless options in testsGuillaume Martres2016-02-041-11/+0
* Survive files that are not SFiles in CompilerTestMartin Odersky2016-01-161-1/+1
* Replace withMode by addModeMartin Odersky2015-10-011-1/+1
* Fix miniphase assembly.Martin Odersky2015-08-151-5/+5
* Partest 3/3: Proper compiler output redirectionvsalvis2015-06-241-1/+1
* Merge pull request #587 from vsalvis/vsalvis-partest-runDmitry Petrashko2015-05-221-33/+41
|\
| * Update-check option for partest, added "do not edit" headervsalvis2015-05-221-16/+15
| * Added partest-only sbt target and less verbose file generationvsalvis2015-05-221-23/+33
| * Partest command line options (same as scala) useable from sbtvsalvis2015-05-221-7/+6
* | Clone scala/scala to ./scala-scala instead of ./scalaDmitry Petrashko2015-05-213-3/+3
|/
* Move `scala/scala` sources to ./scala/ from ../scala/Dmitry Petrashko2015-05-203-3/+3
* Run partest directory as whole by default.Dmitry Petrashko2015-05-131-13/+19
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-15/+17
* Better documentation for partest dottyJar optionvsalvis2015-05-121-1/+1
* Run tests for partestvsalvis2015-05-121-22/+59
* Robuster FileLock test to prevent exception if fork in Test is ever disabledvsalvis2015-04-201-5/+11
* Using FileLock to distinguish between test and partest modevsalvis2015-04-201-2/+10
* Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-171-25/+260
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-094-6/+6
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-094-4/+4