aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix of t0786: view boundsMartin Odersky2014-03-211-3/+3
* More testsMartin Odersky2014-03-2114-5/+46
* Fix of t0591: implicitlyMartin Odersky2014-03-211-1/+1
* Fix of t0504: _root_ not foundMartin Odersky2014-03-211-0/+0
* Fix of t0438 - lambdas and eta expansionMartin Odersky2014-03-215-31/+1
* Tests t01xx and t02xxMartin Odersky2014-03-219-0/+1
* Minor improvements to tests (remove old comments)Tobias Schlatter2014-03-207-22/+7
* Hygienic desugaringMartin Odersky2014-03-2025-0/+250
* Appromiximate union types by intersections.Martin Odersky2014-03-201-0/+96
* Added auto-tupling.Martin Odersky2014-03-202-0/+20
* Merge pull request #81 from DarkDimius/integration/lazyodersky2014-03-201-0/+6
|\
| * Re-enabled and renamed testsMartin Odersky2014-03-181-0/+0
| * Refactored denotation transformersMartin Odersky2014-03-181-0/+6
* | move all tests in tests/untried/neg which use implicits to tests/untried/neg-...Samuel Gruetter2014-03-19113-0/+0
* | apply srewrite (no procedure syntax for constructors) to tests/untried/negSamuel Gruetter2014-03-193-6/+6
* | apply srewrite (explicit types for implicits + no procedure syntaxSamuel Gruetter2014-03-1940-65/+65
|/
* Merge pull request #69 from odersky/topic/generalize-companionsodersky2014-03-162-0/+44
|\
| * Bullet-proofing companion objectsMartin Odersky2014-03-132-0/+44
* | Merge pull request #70 from odersky/fix/annotations-in-patternsodersky2014-03-141-3/+9
|\ \
| * | Fixed two problems with annotated types in patternsMartin Odersky2014-03-141-3/+9
| |/
* | add tests from scala/test/files/{pos,neg}Samuel Gruetter2014-03-123539-0/+49725
* | Added test for implicits which fail in Scala 2.11.Martin Odersky2014-03-121-2/+10
|/
* Merge pull request #61 from odersky/fixes-t00xxodersky2014-03-123-0/+16
|\
| * Fix constructor completion problem detected in t0054Martin Odersky2014-03-121-0/+4
| * Fix problems related to t0039Martin Odersky2014-03-101-0/+6
| * Fix for t1002Martin Odersky2014-03-101-0/+6
* | Merge pull request #60 from odersky/fix/#50-volatileodersky2014-03-121-0/+25
|\ \ | |/ |/|
| * Fix of #50 - volatileMartin Odersky2014-03-091-0/+25
* | Improve test infrastructureMartin Odersky2014-03-101-264/+0
|/
* Removed useless ValDef flagged by @samuelgruetter in previous pull requestMartin Odersky2014-03-071-0/+18
* Fix of #39Martin Odersky2014-03-042-0/+36
* Typos corrected.Dmitry Petrashko2014-03-031-1/+1
* Rename baseType -> baseTypeRefMartin Odersky2014-03-021-0/+21
* Check that inferred parent classes are feasible.Martin Odersky2014-03-012-5/+21
* Reorganization of template parents.Martin Odersky2014-03-013-0/+32
* Discard inaccessible denotations when merging.Martin Odersky2014-02-241-5/+3
* Generalize test infrastructureMartin Odersky2014-02-071-1/+0
* Fix bug for reading type arguments in ClassfileParserMartin Odersky2014-02-061-7/+4
* Commenting out unused alternative isSubType implementation.Martin Odersky2014-02-031-5/+9
* Fix problems with TypeVar instantiationMartin Odersky2014-02-031-0/+3
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-021-1/+1
* Improve eligible caching in implicit search.Martin Odersky2014-02-021-0/+11
* Avoid accessing implicits that come from root imports that are hidden by some...Martin Odersky2014-02-021-1/+1
* Fix checking for disabled root importsMartin Odersky2014-02-021-0/+11
* Fixes to constraint handling.Martin Odersky2014-01-262-1429/+225
* Make better use of AndOrTypes.Martin Odersky2014-01-201-26/+1452
* Normalize parent types so that first one always refers to a class, not a trait.Martin Odersky2014-01-191-4/+12
* Refinement of fully-defined accumulator.Martin Odersky2014-01-192-167/+24
* Fix to computation of implicit scopesMartin Odersky2014-01-181-111/+148
* Fix isWildcardStarArg test so that it works also for typed trees.Martin Odersky2014-01-181-0/+6