aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up config.Printers importsOlivier Blanvillain2016-09-2325-30/+26
* Merge pull request #1509 from felixmulder/topic/better-try-catch-messagesFelix Mulder2016-09-153-2/+26
|\
| * Improve error message on empty catch blockFelix Mulder2016-09-152-0/+12
| * Allow try expression without catch or finally, issue warningFelix Mulder2016-09-152-2/+14
|/
* Merge pull request #1512 from OlivierBlanvillain/mv-testFelix Mulder2016-09-151-0/+0
|\
| * Move t1335 test from /pos to /runOlivier Blanvillain2016-09-151-0/+0
|/
* Merge pull request #1466 from dotty-staging/more-run-testsFelix Mulder2016-09-1412-20/+29
|\
| * Add missing check file.Martin Odersky2016-09-141-0/+0
| * Fix test syntax to make it dotty compatibleMartin Odersky2016-09-141-2/+2
| * Add some run testsMartin Odersky2016-09-1411-18/+27
|/
* Merge pull request #1499 from OlivierBlanvillain/fix-1335Felix Mulder2016-09-145-88/+97
|\
| * Fix #1335: Generate null checks for extractorsOlivier Blanvillain2016-09-082-3/+18
| * Identation/spacing cleanupOlivier Blanvillain2016-09-084-85/+79
* | Merge pull request #1504 from OlivierBlanvillain/fix-1500Felix Mulder2016-09-144-4/+73
|\ \ | |/ |/|
| * Partially fix #1500: Implicit search breaks at a certain depthOlivier Blanvillain2016-09-134-4/+73
|/
* Merge pull request #1498 from felixmulder/fix-nightlyFelix Mulder2016-09-061-1/+1
|\
| * Get property from environment instead of from syspropsFelix Mulder2016-09-061-1/+1
|/
* Merge pull request #1496 from felixmulder/dottydoc-client-v0.1.0Felix Mulder2016-09-061-3/+1
|\
| * Bump dottydoc version for nightly buildsFelix Mulder2016-09-061-3/+1
|/
* Merge pull request #1482 from dotty-staging/fix-asapplicable-safeodersky2016-09-047-33/+119
|\
| * TyperState refactoring.Martin Odersky2016-08-261-17/+7
| * Handle case where expected type of a SeqLiteral has an undetermined element t...Martin Odersky2016-08-263-9/+59
| * Handle complex context merging casesMartin Odersky2016-08-262-4/+7
| * Implement constraint mergingMartin Odersky2016-08-263-5/+48
* | Merge pull request #1491 from dotty-staging/fix-i1490Guillaume Martres2016-09-013-1/+17
|\ \
| * | Fix #1490: type test of union types via type aliasliu fengyun2016-09-013-1/+17
|/ /
* | Merge pull request #1483 from lampepfl/DarkDimius-patch-7Felix Mulder2016-08-291-2/+3
|\ \ | |/ |/|
| * Update readme: mark Exhaustivity checks & multiv.eq. as implementedDmitry Petrashko2016-08-291-2/+3
|/
* Merge pull request #1461 from dotty-staging/fixes-gadtsodersky2016-08-26109-102/+155
|\
| * Dependent method testsMartin Odersky2016-08-264-2/+29
| * More tests recategorizedMartin Odersky2016-08-265-3/+2
| * Make inherited inferred result type work for dependent methodsMartin Odersky2016-08-262-11/+18
| * Relax matching requirement in unApplyMartin Odersky2016-08-262-3/+2
| * Move tests to right directoryMartin Odersky2016-08-267-0/+13
| * Test recategorizationMartin Odersky2016-08-262-4/+6
| * Generalize self-referential member comparisons.Martin Odersky2016-08-263-5/+9
| * Type annotations in context enclosing the annotated definitionMartin Odersky2016-08-262-1/+2
| * Drop out of date commentMartin Odersky2016-08-261-1/+1
| * Add more missing testsMartin Odersky2016-08-268-0/+72
| * Implement alternative desugaring of for-if to filter.Martin Odersky2016-08-265-5/+38
| * Retracting special case depending on Ycheck.Martin Odersky2016-08-261-3/+2
| * Be more careful with inserted casts.Martin Odersky2016-08-261-2/+9
| * Recategorize testsMartin Odersky2016-08-2679-135/+7
| * GADT testMartin Odersky2016-08-261-2/+2
| * Make expressions using GADTs type check in later phasesMartin Odersky2016-08-262-3/+21
| * Fix testing in tree checker.Martin Odersky2016-08-261-1/+1
* | Merge pull request #1481 from dotty-staging/remove-warningsDmitry Petrashko2016-08-2626-6/+371
|\ \
| * | Fix a couple of warnings.Nicolas Stucki2016-08-263-5/+5
| * | Suppress warnings for JFunction#.java erased specialized methods.Nicolas Stucki2016-08-2623-1/+366
|/ /
* | Merge pull request #1417 from dotty-staging/fix-output-diffDmitry Petrashko2016-08-262-26/+105
|\ \ | |/ |/|