aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #540 - unbounded array test for wildcard array argumentsMartin Odersky2015-05-061-0/+6
* 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
|\ \ \
| * | | Moved tests from pendingMartin Odersky2015-05-033-5/+0
| * | | Fix #522.Martin Odersky2015-05-031-0/+10
* | | | Enable test strip-tvars-for-lubbasetypes.scalaGuillaume Martres2015-05-031-2/+2
|/ / /
* | / Fix #523: Instantiate lower bound when bounds checkingMartin Odersky2015-05-021-0/+8
| |/ |/|
* | Enable pending pos tests related to value classesGuillaume Martres2015-05-015-1/+11
* | Enable untried pos tests related to value classesGuillaume Martres2015-05-0122-32/+32
* | Erasure: properly handle null in value classesGuillaume Martres2015-05-011-0/+27
|/
* Merge pull request #500 from dotty-staging/implement/i499Dmitry Petrashko2015-04-302-0/+43
|\
| * Add tests for #499Dmitry Petrashko2015-04-301-0/+28
| * Add test for by-name varargsMartin Odersky2015-04-251-0/+15
* | Disable failing tests. See #503Dmitry Petrashko2015-04-302-0/+0
* | Add a test for a deferred object in interface.Dmitry Petrashko2015-04-301-0/+6
* | Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-282-0/+19
|\ \
| * | Unpickle ImportsMartin Odersky2015-04-221-0/+12
| * | Drop restriction that SuperAccessors should not touch patternsMartin Odersky2015-04-221-0/+7
* | | Merge pull request #498 from dotty-staging/save-tastyDmitry Petrashko2015-04-282-0/+26
|\ \ \ | |_|/ |/| |
| * | Allow separate compilation of Dotty using TASTYMartin Odersky2015-04-252-0/+26
| |/
* | Add a neg test for SAMs.Dmitry Petrashko2015-04-231-0/+1
* | Fix #492. Traits that require an outer pointer are not SAMs.Dmitry Petrashko2015-04-232-3/+16
|/
* Merge pull request #474 from dotty-staging/alt/instantiation-checksDmitry Petrashko2015-04-202-0/+66
|\
| * Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-131-0/+38
| * Self type inheritance checkMartin Odersky2015-04-131-0/+28
* | Merge pull request #482 from vsalvis/vsalvis-partest2Dmitry Petrashko2015-04-201-0/+0
|\ \
| * | Using FileLock to distinguish between test and partest modevsalvis2015-04-201-0/+0
| |/
* | Fix #342 Lambda lift idents need to get new prefixMartin Odersky2015-04-171-0/+10
* | Improve documentation and minimze testMartin Odersky2015-04-172-0/+19
|/
* Ensure spaces after `if` in Dotty tests.Dmitry Petrashko2015-04-0917-20/+20
* Add spaces around + in tests.Dmitry Petrashko2015-04-0935-86/+86
* Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-0943-151/+151
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-0999-274/+274
* Make all dotty tests end in newlineDmitry Petrashko2015-04-0931-31/+31
* Backend: Emmit simple annotationsDmitry Petrashko2015-04-032-0/+14
* Merge pull request #425 from smarter/fix/isNullableClassodersky2015-03-261-0/+11
|\