aboutsummaryrefslogtreecommitdiff
path: root/compiler/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add interface for unit tests into `ParallelTesting`Felix Mulder2017-03-291-0/+60
* Add initial compilation functionality to ParallelTesting traitFelix Mulder2017-03-291-0/+41
* Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-221-0/+3
* Fix IntellliJ support by making dotty-doc its own subprojectFelix Mulder2017-03-211-2/+2
* Move 'invalid super qualifier' error to new error format.Abel Nieto2017-03-171-0/+24
* Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-151-2/+2
|\
| * Add @tailrec to avoid regressions.Nicolas Stucki2017-03-011-2/+2
* | Fix #2089: Error when compiling ParSetLike, ParSet, SetLike, in this orderGuillaume Martres2017-03-131-0/+4
* | Fix compilation of ParSetLike by itselfGuillaume Martres2017-03-131-0/+1
* | Move tests/tasty/* to tests/pickling/*Guillaume Martres2017-03-111-1/+0
* | Merge pull request #2049 from ennru/ennru_RecursiveNeedsTypeodersky2017-03-091-1/+94
|\ \
| * | Analysis of overloaded or recursive is harder than expectedEnno Runne2017-03-071-3/+3
| * | More detail in error messagesEnno Runne2017-03-051-2/+37
| * | Explanations for recursive/cyclic type requirementsEnno Runne2017-03-041-0/+58
| |/
* | Add FatalError from scala.reflectGuillaume Martres2017-03-081-2/+1
* | Remove unused scala.reflect importsGuillaume Martres2017-03-071-1/+0
* | FixesMartin Odersky2017-03-051-3/+0
|/
* Merge pull request #2028 from ennru/ennru_AnnotatedPrimaryConstructorRequiresFelix Mulder2017-03-011-0/+14
|\
| * Change 'private, protected, or this expected' to MessageEnno Runne2017-02-231-0/+14
* | Fix import which produces flakey test resultsMartin Odersky2017-02-251-1/+1
|/
* Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-231-0/+0
|\
| * Extend argument pretyping to case-closuresMartin Odersky2017-02-211-0/+0
* | Merge pull request #2012 from ennru/ennru_CantInstantiateAbstractFelix Mulder2017-02-221-0/+39
|\ \
| * | Change 'is abstract; cannot be instantiated' to MessageEnno Runne2017-02-201-0/+39
| |/
* | Fix test ^ 2Martin Odersky2017-02-211-1/+1
* | Fix testMartin Odersky2017-02-211-1/+1
* | Fix #2000: Make implicit and non-implicit functions incomparable with <:<Martin Odersky2017-02-211-0/+1
|/
* Change 'mixed left- and right-associative operators' to MessageEnno Runne2017-02-201-0/+23
* Merge pull request #1987 from dotty-staging/topic/remove-unused-flagsFelix Mulder2017-02-201-2/+0
|\
| * Make non-existent compiler options emit warnings instead of failingFelix Mulder2017-02-201-2/+0
* | Merge pull request #1986 from dotty-staging/error-messages-idsFelix Mulder2017-02-201-4/+2
|\ \
| * | Use enum for error messages IDs.Nicolas Stucki2017-02-161-4/+2
| |/
* / Disable tests that require scala-compilerGuillaume Martres2017-02-181-1/+0
|/
* Change '... expected but found ...' to MessageEnno Runne2017-02-142-1/+30
* increase command wait time to 1sliu fengyun2017-02-141-1/+1
* Ennru forward reference error (#1973)Enno2017-02-141-1/+23
* Merge pull request #1951 from dotty-staging/fix-1484Felix Mulder2017-02-133-0/+205
|\
| * remove noise in test outputliu fengyun2017-02-111-4/+7
| * remove dependency on scala scriptliu fengyun2017-02-103-172/+182
| * fix #1484: position of while incorrect in debugliu fengyun2017-02-102-0/+192
* | Change 'overrides nothing' to report via Message (see #1965) (#1968)Enno2017-02-121-0/+43
* | Support expecting compiler errors from all phasesEnno Runne2017-02-102-4/+4
|/
* Address reviews for #1966Felix Mulder2017-02-102-10/+12
* Make DottyTest a TraitFelix Mulder2017-02-102-3/+3
* Fix #1965: add proper testing infrastructure for reporting testsFelix Mulder2017-02-103-1/+116
* Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-081-14/+19
|\
| * Improve formattingMartin Odersky2017-02-011-14/+19
* | fix incorrect flatten of thicket inside interpolated string in UntpdTreeMapliu fengyun2017-01-301-0/+32
|/
* Merge pull request #1896 from dotty-staging/fix/bootstrapGuillaume Martres2017-01-285-60/+23
|\
| * Fix bug in partest.DPConsoleRunnerGuillaume Martres2017-01-281-4/+4