aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty
Commit message (Expand)AuthorAgeFilesLines
* Add run testing capabilitiesFelix Mulder2017-03-292-19/+137
* Add ability to compile single filesFelix Mulder2017-03-291-1/+16
* Add support for error annotations in neg testsFelix Mulder2017-03-292-42/+188
* Add neg testing capability to ParallelTestingFelix Mulder2017-03-291-2/+45
* Parallelize compilation runs for ParallelTesting infraFelix Mulder2017-03-291-27/+92
* Prefix out directory with name of testFelix Mulder2017-03-291-1/+6
* Add java compilation to `ParallelTesting`Felix Mulder2017-03-291-0/+23
* 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 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
* | 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
* | Change 'is abstract; cannot be instantiated' to MessageEnno Runne2017-02-201-0/+39
|/
* Change 'mixed left- and right-associative operators' to MessageEnno Runne2017-02-201-0/+23
* Use enum for error messages IDs.Nicolas Stucki2017-02-161-4/+2
* Change '... expected but found ...' to MessageEnno Runne2017-02-142-1/+30
* Ennru forward reference error (#1973)Enno2017-02-141-1/+23
* 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-283-19/+22
|\
| * Fix bug in partest.DPConsoleRunnerGuillaume Martres2017-01-281-4/+4
| * Fix some dotty compilation errorsGuillaume Martres2017-01-282-4/+9
| * Do not hardcode jars path in the tests, instead get them from sbtGuillaume Martres2017-01-271-11/+9
* | Fix #1908: give synthetic default params correct flagsFelix Mulder2017-01-251-0/+49
|/
* Merge pull request #1880 from dotty-staging/improve-whitelist-infrastructureodersky2017-01-121-0/+59
|\
| * Add useExplicitWhiteList for debugging.Nicolas Stucki2017-01-111-1/+27
| * Simplify blacklist paths.Nicolas Stucki2017-01-051-1/+4
| * Remove whitelist and keep only blacklist.Nicolas Stucki2017-01-051-2/+1
| * Add stdlib whitelist loader.Nicolas Stucki2017-01-051-0/+31
* | Bump version from 0.1-SNAPSHOT to 0.1.1-SNAPSHOTGuillaume Martres2017-01-081-3/+3
|/
* Fix test pos/compileStdLibNicolas Stucki2017-01-031-2/+3