aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Uncomment testsMartin Odersky2015-05-271-2/+2
* Introduce harmonization of numeric argumentsMartin Odersky2015-05-271-0/+28
* New pos testsMartin Odersky2015-05-275-0/+62
* Categorize disabled tests into pos/runMartin Odersky2015-05-275-0/+0
* Disable failing testMartin Odersky2015-05-272-0/+0
* Disabled two failing testsMartin Odersky2015-05-262-0/+0
* Merge pull request #585 from dotty-staging/fix/collection-relatedodersky2015-05-253-0/+117
|\
| * Calibrate findMember logging thresholds and test caseMartin Odersky2015-05-211-0/+52
| * Add test case for higher-kinded operations on collectionsMartin Odersky2015-05-211-0/+52
| * Make normalizeToRef survive annotated typesMartin Odersky2015-05-211-1/+1
| * Disallow {...} arguments for annotationsMartin Odersky2015-05-211-0/+13
* | Fix bridge creation for value classesGuillaume Martres2015-05-233-1/+0
* | Add some run tests related to value classesGuillaume Martres2015-05-2322-6/+7
* | Remove tests from pending.Dmitry Petrashko2015-05-22695-18871/+0
* | Enable 440 run tests that pass.Dmitry Petrashko2015-05-22698-0/+18952
* | Mixin: fix the initialization of traitsGuillaume Martres2015-05-212-0/+15
|/
* Fix #580: use isContainedIn to support cases where the enclosing class is als...Guillaume Martres2015-05-212-0/+26
* Disable byNameVarargs. Kills JVM.Dmitry Petrashko2015-05-201-0/+0
* Fix null unboxing of primitives (fixes #582)Guillaume Martres2015-05-183-11/+23
* As i566 shows, it is possible to have a package as prefix, a packageMartin Odersky2015-05-151-0/+5
* Fix i499 test. fails due to #546Dmitry Petrashko2015-05-131-4/+3
* Use LegacyApp in run tests.Dmitry Petrashko2015-05-13902-959/+902
* Running rewrite tool on run tests.Dmitry Petrashko2015-05-13731-1786/+2131
* Run tests as they were in scala.Dmitry Petrashko2015-05-123383-0/+92963
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-0/+0
* Run tests for partestvsalvis2015-05-124-0/+13
* Merge pull request #551 from dotty-staging/fix/#547-overloaded-varargsDmitry Petrashko2015-05-091-0/+4
|\
| * Fix #547: Vararg overloadMartin Odersky2015-05-081-0/+4
* | Merge pull request #543 from dotty-staging/compile-dottyodersky2015-05-091-0/+3
|\ \
| * | Drop the requirement that extractors with `get` must implement ProductMartin Odersky2015-05-081-0/+32
| * | Fix #536 - only load member classes of classes that are currently compiled.Martin Odersky2015-05-071-0/+3
* | | Merge pull request #542 from dotty-staging/fix/#540-unbounded-generic-arrayDmitry Petrashko2015-05-081-0/+6
|\ \ \ | |_|/ |/| |
| * | Fix #540 - unbounded array test for wildcard array argumentsMartin Odersky2015-05-061-0/+6
| |/
* / Drop the requirement that extractors with `get` must implement ProductMartin Odersky2015-05-051-0/+32
|/
* Merge pull request #534 from dotty-staging/fix/computeDenotodersky2015-05-051-0/+6
|\
| * Add test caseMartin Odersky2015-05-041-0/+6
* | Merge pull request #509 from dotty-staging/add/expandSAMsDmitry Petrashko2015-05-044-7/+89
|\ \
| * | Failing testMartin Odersky2015-05-021-0/+9
| * | More conditions under which SAMs are converted to anonymous classesMartin Odersky2015-05-021-0/+12
| * | Make sure types of pattern bound variables are fully-defined.Martin Odersky2015-05-021-0/+5
| * | New miniphase: ExpandSAMsMartin Odersky2015-05-022-7/+63
* | | Merge pull request #529 from dotty-staging/fix/#503Dmitry Petrashko2015-05-042-0/+30
|\ \ \
| * | | New testsMartin Odersky2015-05-042-1/+22
| * | | Treat references to modules and lazy vals as outer referencesMartin Odersky2015-05-041-0/+9
| | |/ | |/|
* | | Merge pull request #532 from smarter/fix/vc-java-compatDmitry Petrashko2015-05-043-0/+19
|\ \ \
| * | | Fix compatibility of Java with value classesGuillaume Martres2015-05-043-0/+19
| |/ /
* / / Test case for #530: symbolic import failure.Martin Odersky2015-05-041-0/+8
|/ /
* | Merge pull request #517 from dotty-staging/add/expand-privatesodersky2015-05-041-0/+4
|\ \
| * | New miniphase: ExpandPrivateMartin Odersky2015-05-011-0/+4
* | | Merge pull request #526 from dotty-staging/fix/#522odersky2015-05-033-0/+5
|\ \ \