aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #708 from dotty-staging/add/check-reentrantodersky2015-07-063-3/+3
|\
| * Make partest run in parallelMartin Odersky2015-07-061-1/+1
| * Add -Ycheck-reentrant to dotty test.Martin Odersky2015-07-061-1/+1
| * Turn global vars into valsMartin Odersky2015-07-061-1/+1
* | Check that a self type T is closed.Martin Odersky2015-07-061-1/+1
* | Error instead of crash when sigName comes up with a missing reference.Martin Odersky2015-07-061-0/+1
|/
* Merge pull request #694 from dotty-staging/fix/dependent-methodsodersky2015-07-061-1/+1
|\
| * Avoid follow-on errors after implicit argument errors.Martin Odersky2015-06-231-1/+1
* | Merge pull request #695 from dotty-staging/fix/source-positionsDmitry Petrashko2015-07-021-0/+1
|\ \
| * | Avoid crasher when first token of a program is in errorMartin Odersky2015-06-251-0/+1
| |/
* | Check value class member restrictionsMartin Odersky2015-07-021-1/+1
* | Check that value classes are staticMartin Odersky2015-07-021-0/+2
* | Fix rebase breakage around reporters.Martin Odersky2015-06-291-2/+4
* | Merge pull request #691 from vsalvis/vsalvis-partest-outputDmitry Petrashko2015-06-264-27/+30
|\ \ | |/ |/|
| * Partest 3/3: Proper compiler output redirectionvsalvis2015-06-244-27/+30
* | Implement trait parametersMartin Odersky2015-06-191-0/+1
* | Implement checking for illegal parent trait constructor calls.Martin Odersky2015-06-191-0/+1
* | Fix stack overflow when testing for shadowingMartin Odersky2015-06-191-0/+1
* | Delete test which no longer appliesMartin Odersky2015-06-061-1/+0
* | Skolemize unstable prefixes in asSeenFromMartin Odersky2015-06-061-2/+1
|/
* Eliminate `_' from rhs of ValDefsMartin Odersky2015-05-291-1/+1
* Fix --show-diff for partestvsalvis2015-05-271-1/+20
* Merge pull request #587 from vsalvis/vsalvis-partest-runDmitry Petrashko2015-05-224-77/+125
|\
| * Update-check option for partest, added "do not edit" headervsalvis2015-05-223-31/+66
| * Less verbose partest with compiler output redirected, better --verbose outputvsalvis2015-05-222-31/+35
| * Added partest-only sbt target and less verbose file generationvsalvis2015-05-221-23/+33
| * Partest command line options (same as scala) useable from sbtvsalvis2015-05-221-7/+6
* | Clone scala/scala to ./scala-scala instead of ./scalaDmitry Petrashko2015-05-213-3/+3
|/
* Move `scala/scala` sources to ./scala/ from ../scala/Dmitry Petrashko2015-05-203-3/+3
* Partest command line options (same as scala) useable from sbtvsalvis2015-05-131-5/+8
* Run partest directory as whole by default.Dmitry Petrashko2015-05-132-15/+21
* Removing pickle tests because directory doesn't exist anymore.vsalvis2015-05-121-3/+4
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-15/+17
* Better documentation for partest dottyJar optionvsalvis2015-05-122-2/+4
* Run tests for partestvsalvis2015-05-124-30/+110
* Re-enable testsMartin Odersky2015-05-111-4/+4
* Do not try to compile dotty runtime yet. Problems with DottyPredef.Dmitry Petrashko2015-05-081-1/+1
* Data race in typer: seems due to presence of DottyPredef both on class path a...Dmitry Petrashko2015-05-081-3/+4
* Compile Dotty including runtime and utils.Dmitry Petrashko2015-05-081-6/+6
* New miniphase: ExpandSAMsMartin Odersky2015-05-021-3/+0
* Enable untried pos tests related to value classesGuillaume Martres2015-05-011-1/+1
* Erasure: properly handle null in value classesGuillaume Martres2015-05-011-0/+1
* Enable emmiting byte code for all tests. Compile Dotty.Dmitry Petrashko2015-04-301-28/+13
* Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-2/+0
|\
| * Super accessor refactoringMartin Odersky2015-04-221-2/+0
* | Add a neg test for SAMs.Dmitry Petrashko2015-04-231-0/+1
|/
* Merge pull request #474 from dotty-staging/alt/instantiation-checksDmitry Petrashko2015-04-201-0/+2
|\
| * Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-131-0/+1
| * Self type inheritance checkMartin Odersky2015-04-131-0/+1
* | Robuster FileLock test to prevent exception if fork in Test is ever disabledvsalvis2015-04-201-5/+11