aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1644: Disallow inner classes in value classesGuillaume Martres2017-02-011-29/+0
|
* Enable scala.Dynamic pending/untried tests.Nicolas Stucki2016-09-059-165/+0
|
* Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-052-25/+0
|
* Ensure spaces after `if` in Dotty tests.Dmitry Petrashko2015-04-094-4/+4
|
* Add spaces around + in tests.Dmitry Petrashko2015-04-098-22/+22
|
* Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-096-14/+14
|
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-0920-44/+44
|
* Make all dotty tests end in newlineDmitry Petrashko2015-04-0913-13/+13
|
* TailRec phase and tests for it.Dmitry Petrashko2014-04-1112-233/+0
| | | | | | | | | | | | | | | | | | | | | | | | Ported tailcall phase from scalac with such changes: - all transformation is done in the phase itself (previously half of the work was done in backend) - it is now able to run before uncurry - it is now a treeTransform - renamed to tailrec to make it more obvious that this phase transforms only recursive calls. For now this is a single phase which speculatively transforms DefDefs. Speculation can be potentially removed by splitting into 2 phases: one detecting which methods should be transformed second performing transformation. But, as transformation requires as same amount of work as detection, I believe it will be simpler to maintain it as a single phase. Conflicts: tests/pos/typers.scala
* move all tests in tests/untried/neg which use implicits to ↵Samuel Gruetter2014-03-19113-2914/+0
| | | | tests/untried/neg-with-implicits
* apply srewrite (no procedure syntax for constructors) to tests/untried/negSamuel Gruetter2014-03-193-6/+6
|
* add tests from scala/test/files/{pos,neg}Samuel Gruetter2014-03-121970-0/+25934
with explicit Unit return type