aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
* Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-241-2/+2
* Add module member lookupFelix Mulder2016-08-191-45/+45
* Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-3/+11
* Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-271-1/+2
|\
| * partest: Enable separate compilation and javac testsGuillaume Martres2016-07-271-1/+2
* | Fixes #1316: Remove JLineKazuyoshi Kato2016-07-271-5/+0
|/
* Fix error printing in compiler testMartin Odersky2016-07-161-9/+7
* Fix #1336: Discard reporter output for tests that succeed.Nicolas Stucki2016-07-071-5/+20
* partest: correct line numbers in run stack tracesGuillaume Martres2016-06-301-6/+2
* Merge pull request #1251 from felixmulder/topic/fix-stdoutredirect-replFelix Mulder2016-06-011-0/+3
|\
| * Use ChoiceSetting for coloringFelix Mulder2016-05-121-1/+1
| * Add CLI option to disable REPL syntax highlightingFelix Mulder2016-05-121-2/+4
| * Strip colors from output in TestREPLFelix Mulder2016-05-121-1/+2
* | Merge pull request #1256 from felixmulder/topic/test-bcodeDmitry Petrashko2016-05-274-0/+713
|\ \
| * | Add tests for primitive construction as well as reference and boxed unit arraysFelix Mulder2016-05-183-3/+100
| * | Add test for `Array.ofDim`Felix Mulder2016-05-171-0/+24
| * | Fix #1258: correct behavior for annotated valuesFelix Mulder2016-05-172-19/+35
| * | Add switch verification testFelix Mulder2016-05-172-2/+62
| * | Add bytecode checking infrastructureFelix Mulder2016-05-174-0/+516
| |/
* / Add Eq instances of standard types to PredefMartin Odersky2016-05-231-1/+5
|/
* Rename old DottyRepl (used for power mode) using ILoop to TypeStealerFelix Mulder2016-04-291-1/+1
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-281-1/+1
* 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