aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
* Refactor explanation interpolatorFelix Mulder2016-10-101-3/+1
* Remove duplication of console reportersFelix Mulder2016-10-101-1/+3
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-102-4/+4
* Add modifiers to highlightingFelix Mulder2016-10-102-6/+8
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-45/+45
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-062-1/+33
|\
| * Add InlineBytecodeTests to check that inline really worksGuillaume Martres2016-10-051-0/+32
| * DottyBytecodeTest: fix diffInstructions outputGuillaume Martres2016-10-051-1/+1
* | Merge pull request #1494 from martijnhoekstra/wintestsFelix Mulder2016-10-067-15/+45
|\ \ | |/ |/|
| * test negtest path with / rather than path separatorMartijn Hoekstra2016-09-081-1/+1
| * honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-074-6/+11
| * force UTF-8 for slurp and writeMartijn Hoekstra2016-09-071-2/+28
| * ignore REPL transscript line ending differencesMartijn Hoekstra2016-09-071-2/+2
| * normalize paths for testsMartijn Hoekstra2016-09-073-5/+4
* | 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