aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relax isFullyDefined testMartin Odersky2014-01-061-0/+2
* Exclude inaccessible definitions from contextual implicit search.Martin Odersky2014-01-061-0/+1
* Make implicit scope work in the presence to TypeVarsMartin Odersky2014-01-061-0/+2
* safeUnderlyingTypeParams now forces uncompleted symbols.Martin Odersky2014-01-031-1/+6
* Fixing a type problem where code does not compile under dotty.Martin Odersky2014-01-021-7/+1
* Making Desugar.scala dotty-conform.Martin Odersky2014-01-021-0/+1
* Better assertions and diagnostics in TypeComparers.Martin Odersky2013-12-311-0/+2
* Module classes are now entered into owner's scope when unpickled.Martin Odersky2013-12-261-0/+1
* New testMartin Odersky2013-12-251-0/+3
* Starting to test compiling the compiler.Martin Odersky2013-12-211-1/+3
* Special handling of implicit members.Martin Odersky2013-12-171-0/+1
* Fixes to desugaring and indexing package objectsMartin Odersky2013-12-171-0/+1
* Better handling of cyclic reference errors.Martin Odersky2013-12-161-1/+1
* Checking for double definitions among class definitions.Martin Odersky2013-12-161-1/+2
* Fixes to typer.Martin Odersky2013-12-111-0/+2
* Fixes and tests for typedIdentMartin Odersky2013-12-101-0/+3
* Fixes to inherited result types in Namer.Martin Odersky2013-12-091-0/+1
* Fixing expansion and merge companion defs.Martin Odersky2013-12-061-0/+2
* Fixes to type applications and unapply.Martin Odersky2013-12-021-1/+2
* Tweaks to applications, operator assignments, and variable definitions.Martin Odersky2013-12-011-0/+1
* Added unit testing supportMartin Odersky2013-11-181-0/+27