aboutsummaryrefslogtreecommitdiff
path: root/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-103-7/+10
* 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-063-3/+35
|\
| * Add InlineBytecodeTests to check that inline really worksGuillaume Martres2016-10-051-0/+32
| * DottyBytecodeTest: fix diffInstructions outputGuillaume Martres2016-10-051-1/+1
| * Make inline annotation @scala.inline.Martin Odersky2016-10-021-2/+2
* | Merge pull request #1494 from martijnhoekstra/wintestsFelix Mulder2016-10-068-18/+52
|\ \ | |/ |/|
| * test negtest path with / rather than path separatorMartijn Hoekstra2016-09-081-1/+1
| * honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-075-9/+18
| * 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
|/
* Merge pull request #1461 from dotty-staging/fixes-gadtsodersky2016-08-261-0/+1
|\
| * Recategorize testsMartin Odersky2016-08-261-0/+1
* | Fix a couple of warnings.Nicolas Stucki2016-08-261-1/+0
|/
* Merge pull request #1453 from felixmulder/topic/dottydocodersky2016-08-241-45/+45
|\
| * Add module member lookupFelix Mulder2016-08-191-45/+45
* | Add passing testMartin Odersky2016-08-181-0/+7
|/
* 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-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