aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-272-27/+58
|\
| * partest: put more stuff on javac classpathGuillaume Martres2016-07-271-0/+56
| * partest: Enable separate compilation and javac testsGuillaume Martres2016-07-272-27/+2
* | Fixes #1316: Remove JLineKazuyoshi Kato2016-07-271-5/+0
|/
* Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-211-1/+1
* Disable stdlib testMartin Odersky2016-07-181-1/+1
* Add test to whitelistMartin Odersky2016-07-171-0/+1
* Fix error printing in compiler testMartin Odersky2016-07-161-9/+7
* Merge pull request #1334 from dotty-jvican/implement-no-predef-no-importDmitry Petrashko2016-07-151-0/+4
|\
| * Implement -Yno-predef and -Yno-importsjvican2016-06-291-0/+4
* | Merge pull request #1343 from dotty-staging/change-hk-direct2odersky2016-07-151-1/+1
|\ \
| * | Disallow higher-kinded types that simulate general existential typesMartin Odersky2016-07-111-1/+0
| * | Change testsMartin Odersky2016-07-111-0/+1
* | | 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
* | Add tests fixing #1322Felix Mulder2016-06-211-0/+89
|/
* Properly report errors when cli flags are malformedGuillaume Martres2016-06-021-0/+3
* 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
* | Add sbt incremental compilation supportGuillaume Martres2016-05-281-1/+1
* | 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
* | Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-231-2/+2
* | Fix testMartin Odersky2016-05-191-2/+2
* | Fix dotc bootstrap failureMartin Odersky2016-05-191-0/+1
* | Test caseMartin Odersky2016-05-181-1/+2
|/
* 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
* Merge pull request #1211 from dotty-staging/fix-#1202odersky2016-04-161-15/+7
|\
| * Update TASTY tests for dotty/srcVladimirNik2016-04-131-14/+3
| * Rearrange pickle testsMartin Odersky2016-04-091-1/+4
* | 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
|/