aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-225-21/+55
* Create dotty-lib.jar for run testsFelix Mulder2016-11-226-54/+211
* Remove compiler when running applications via dotrFelix Mulder2016-11-221-1/+5
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-221-4/+3
|\
| * Revert 53cd512Martin Odersky2016-11-191-4/+3
* | Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-211-1/+1
|\ \ | |/ |/|
| * Clean up parameterized typedefsMartin Odersky2016-11-111-1/+1
* | Make sure all `Message` creation is by nameFelix Mulder2016-11-141-2/+2
* | Make sure messages are lazily evaluated until `report` in `Reporter`Felix Mulder2016-11-101-0/+37
|/
* Change `ClassicReporter` to `TestReporter` in test sourcesFelix Mulder2016-11-092-4/+56
* add the forgotten patmat testliu fengyun2016-11-091-0/+90
* Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-041-1/+1
|\
| * Pickle Inlined treesMartin Odersky2016-10-171-2/+2
| * Drop erroneous setPos in TreeUnpickler.Martin Odersky2016-10-171-1/+1
* | address review feedbackliu fengyun2016-10-221-3/+5
* | add tests for modifiersliu fengyun2016-10-221-0/+160
|/
* Merge pull request #1565 from Blaisorblade/warningsFelix Mulder2016-10-141-3/+3
|\
| * Fix compilation warningsPaolo G. Giarrusso2016-10-071-3/+3
* | fix #1274: test for dotty bootstrap based on tastyliu fengyun2016-10-131-11/+35
* | 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