aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
Commit message (Expand)AuthorAgeFilesLines
* Pos tests t17xx - t19xxMartin Odersky2014-05-201-0/+1
* Added compliing dotc/transform to testsMartin Odersky2014-05-081-1/+2
* Changes to test framework and testsMartin Odersky2014-05-082-6/+12
* Moved tests to pending because they fail -Ycheck:frontMartin Odersky2014-05-081-1/+1
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-1/+1
* New phase: NullarifyMartin Odersky2014-04-151-2/+1
* TailRec phase and tests for it.Dmitry Petrashko2014-04-111-0/+9
* Option for testing for double bindingsMartin Odersky2014-04-081-2/+2
* Fleshed out Splitter phaseMartin Odersky2014-04-081-0/+2
* More fixes and tests for easure.Martin Odersky2014-03-311-26/+28
* Reverting decision what constitutes a double def.Martin Odersky2014-03-211-4/+5
* Fix for t1292 - legal prefixesMartin Odersky2014-03-211-0/+1
* More testsMartin Odersky2014-03-211-0/+1
* Tests t01xx and t02xxMartin Odersky2014-03-211-2/+2
* Hygienic desugaringMartin Odersky2014-03-201-0/+2
* Appromiximate union types by intersections.Martin Odersky2014-03-201-0/+1
* Added auto-tupling.Martin Odersky2014-03-201-0/+2
* Bullet-proofing companion objectsMartin Odersky2014-03-131-0/+1
* Merge pull request #60 from odersky/fix/#50-volatileodersky2014-03-121-0/+1
|\
| * Fix of #50 - volatileMartin Odersky2014-03-091-0/+1
* | Improve test infrastructureMartin Odersky2014-03-101-41/+46
|/
* Added test for overloaded access with import/inheritance conflictMartin Odersky2014-03-071-0/+1
* Fix of #39Martin Odersky2014-03-041-0/+2
* Add test case for #34Martin Odersky2014-03-031-0/+6
* Fix problem when handling structural types without a nominal parent type.Martin Odersky2014-03-011-0/+1
* Check that inferred parent classes are feasible.Martin Odersky2014-03-011-1/+1
* Reorganization of template parents.Martin Odersky2014-03-011-0/+3
* Update some paths to relativeNada Amin2014-02-241-4/+4
* Merge branch 'origin/master'Martin Odersky2014-02-111-2/+2
|\
| * Towards #4: dotc.tests working on my machineVlad Ureche2014-02-061-2/+2
* | New scheme for incremental invalidation of parents.Martin Odersky2014-02-101-1/+9
* | Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1/+1
* | WIP: Fixes to bring symbols forwardMartin Odersky2014-02-092-1/+2
* | Checking for already existing symbols before creating new ones.Martin Odersky2014-02-061-0/+13
|/
* Use relative paths in testsDmitry Petrashko2014-02-061-4/+4
* Avoid accessing implicits that come from root imports that are hidden by some...Martin Odersky2014-02-021-1/+1
* Cheaper eligibility test for PolyTypes.Martin Odersky2014-02-021-0/+1
* Fixes to constraint handling.Martin Odersky2014-01-261-1/+2
* Avoid eager forcing in enterArgBindingMartin Odersky2014-01-201-1/+7
* Adapt fun prototype when looking for second chance implicits (aka BigInt)Martin Odersky2014-01-191-1/+3
* More tests.Martin Odersky2014-01-181-0/+2
* Fixing the test suite.Martin Odersky2014-01-171-2/+3
* Make RefinedPrinter Dotty compliant.Martin Odersky2014-01-151-0/+1
* Avoid stale symbol errors for package objectsMartin Odersky2014-01-151-0/+1
* Avoid procedure syntaxMartin Odersky2014-01-141-0/+1
* Making files in pickling dotty-compliant.Martin Odersky2014-01-141-0/+1
* Avoiding cyclic references involving module vals and imports.Martin Odersky2014-01-141-22/+1
* More refined handling of avoidable aliases.Martin Odersky2014-01-131-2/+3
* Improved avoidance of local symbolsMartin Odersky2014-01-131-1/+23
* Remove debug outputMartin Odersky2014-01-061-5/+3