aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | WIP: Fixes to bring symbols forwardMartin Odersky2014-02-095-21/+66
|/ /
* | Get rid of CompleteInCreationContextMartin Odersky2014-02-092-8/+5
* | Symbol loaders no longer complete with creation contextMartin Odersky2014-02-098-197/+189
* | Getting rid of some CompleInCreationContextsMartin Odersky2014-02-094-17/+16
* | Making completer take an implicit contextMartin Odersky2014-02-0911-71/+97
* | Fix for creating right number of compilers in BenchMartin Odersky2014-02-091-3/+1
* | Move maxConstraint computation to RunInfo to avoid references to stale symbols.Martin Odersky2014-02-093-11/+12
* | Skolems are permanent, but not packages.Martin Odersky2014-02-091-3/+5
* | Generalize test infrastructureMartin Odersky2014-02-073-15/+17
* | Invalidate companions after indexing.Martin Odersky2014-02-071-13/+10
* | Replace open package module logic by special member lookups in a package class.Martin Odersky2014-02-073-46/+52
* | Make skolems live forever...Martin Odersky2014-02-062-6/+9
* | Catch stale referencesMartin Odersky2014-02-063-7/+10
* | Checking for already existing symbols before creating new ones.Martin Odersky2014-02-065-14/+38
|/
* Fixed ScannerTest to make it work with relative pathsMartin Odersky2014-02-061-2/+2
* Made showclass tests more robust if fewer stubs are generated than the limit.Martin Odersky2014-02-061-1/+1
* Fix bug for reading type arguments in ClassfileParserMartin Odersky2014-02-066-17/+17
* Merge pull request #7 from DarkDimius/pathsLukas Rytz2014-02-064-14/+14
|\
| * Merge branch 'master' of github.com:lampepfl/dotty into pathsDmitry Petrashko2014-02-063-29/+70
| |\
| * | One more absolute path changed to relativeDmitry Petrashko2014-02-061-1/+1
| * | Update readmeDmitry Petrashko2014-02-061-0/+1
| * | Use relative paths in testsDmitry Petrashko2014-02-064-13/+13
* | | Create LICENSE.mdLukas Rytz2014-02-061-0/+16
| |/ |/|
* | Contributing guideVlad Ureche2014-02-062-1/+65
* | Update and rename readme.md to README.mdVlad Ureche2014-02-062-28/+6
|/
* Commenting out unused alternative isSubType implementation.Martin Odersky2014-02-032-286/+292
* Dropping eligibility of conforms as an implicit conversion.Martin Odersky2014-02-031-8/+3
* Fine-tuning contexts for resolve overloadingMartin Odersky2014-02-031-1/+1
* More robust constant foldingMartin Odersky2014-02-031-2/+7
* New benchmark class that allows tuning for #compilers and #runsMartin Odersky2014-02-032-7/+15
* Fix problems with TypeVar instantiationMartin Odersky2014-02-034-10/+16
* Optimize subtype test between refined types with multiple refinementsMartin Odersky2014-02-032-8/+84
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-028-11/+11
* Improve eligible caching in implicit search.Martin Odersky2014-02-022-1/+12
* Adding checks for implicit definitionsMartin Odersky2014-02-022-1/+24
* Avoid accessing implicits that come from root imports that are hidden by some...Martin Odersky2014-02-026-14/+39
* wip for implicits handling root imports.Martin Odersky2014-02-022-9/+11
* Cheaper eligibility test for PolyTypes.Martin Odersky2014-02-022-10/+18
* Fix checking for disabled root importsMartin Odersky2014-02-022-5/+16
* Rename dotty.Predef -> dotty.DottyPredefMartin Odersky2014-02-022-2/+2
* Refactoring implicit discardsMartin Odersky2014-02-012-27/+42
* Revert "Dropping a type annotation, which is no longer needed."Martin Odersky2014-02-011-1/+2
* Make argument types of viewproto undergo WildApprox before testing for eligib...Martin Odersky2014-02-013-15/+25
* Dropping a type annotation, which is no longer needed.Martin Odersky2014-01-311-2/+1
* Replacing most occurrences of HashMap with AnyRefMapMartin Odersky2014-01-307-31/+43
* Performance improvements to NamedType#denotMartin Odersky2014-01-301-29/+48
* Add early discarding of methods for eligible check.Martin Odersky2014-01-292-6/+33
* Better implicit loggingMartin Odersky2014-01-292-5/+20
* Implements refined printing of ViewProtoMartin Odersky2014-01-291-0/+3
* Fixing equality for selection protosMartin Odersky2014-01-292-7/+12