aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1469 from dotty-staging/fix-scala.Dynamicodersky2016-09-165-60/+73
|\
| * Reformat code after fixes on scala.Dynamic.Nicolas Stucki2016-09-053-60/+60
| * Fix #1474: Fix applies to applyDynamic.Nicolas Stucki2016-09-051-7/+9
| * fixup #1470Nicolas Stucki2016-09-051-4/+5
| * Fix #1470: Fix dynamic selection in presence of inaccessible members.Nicolas Stucki2016-09-051-2/+3
| * Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-054-34/+43
* | Improve error message on empty catch blockFelix Mulder2016-09-151-0/+9
* | Allow try expression without catch or finally, issue warningFelix Mulder2016-09-151-2/+7
* | Merge pull request #1499 from OlivierBlanvillain/fix-1335Felix Mulder2016-09-144-88/+86
|\ \
| * | Fix #1335: Generate null checks for extractorsOlivier Blanvillain2016-09-081-3/+7
| * | Identation/spacing cleanupOlivier Blanvillain2016-09-084-85/+79
| |/
* / Partially fix #1500: Implicit search breaks at a certain depthOlivier Blanvillain2016-09-131-4/+5
|/
* Merge pull request #1482 from dotty-staging/fix-asapplicable-safeodersky2016-09-045-25/+65
|\
| * TyperState refactoring.Martin Odersky2016-08-261-17/+7
| * Handle case where expected type of a SeqLiteral has an undetermined element t...Martin Odersky2016-08-261-1/+5
| * Handle complex context merging casesMartin Odersky2016-08-262-4/+7
| * Implement constraint mergingMartin Odersky2016-08-263-5/+48
* | Fix #1490: type test of union types via type aliasliu fengyun2016-09-011-1/+1
|/
* Merge pull request #1461 from dotty-staging/fixes-gadtsodersky2016-08-266-26/+77
|\
| * Make inherited inferred result type work for dependent methodsMartin Odersky2016-08-261-10/+17
| * Relax matching requirement in unApplyMartin Odersky2016-08-261-3/+2
| * Generalize self-referential member comparisons.Martin Odersky2016-08-261-3/+5
| * Type annotations in context enclosing the annotated definitionMartin Odersky2016-08-261-1/+2
| * Implement alternative desugaring of for-if to filter.Martin Odersky2016-08-262-5/+23
| * Retracting special case depending on Ycheck.Martin Odersky2016-08-261-3/+2
| * Be more careful with inserted casts.Martin Odersky2016-08-261-2/+9
| * 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
* | Fix a couple of warnings.Nicolas Stucki2016-08-262-4/+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-261-25/+105
|\ \ | |/ |/|
| * Fix #1405: Implement Xprint-diff without external libraries.Nicolas Stucki2016-08-241-25/+105
* | Merge pull request #1460 from dotty-staging/fix-t1756odersky2016-08-265-50/+104
|\ \ | |/ |/|
| * Add comment.Martin Odersky2016-08-211-1/+5
| * Address reviewers comments.Martin Odersky2016-08-212-24/+21
| * Fix comment.Martin Odersky2016-08-211-1/+2
| * Make sure arguments are evaluated in the correct typer state.Martin Odersky2016-08-214-42/+93
| * Don't force in isErronous checkMartin Odersky2016-08-211-5/+6
* | implementation of exhaustivity and redundancy checkliu fengyun2016-08-2411-17/+699
* | Merge pull request #1453 from felixmulder/topic/dottydocodersky2016-08-248-23/+111
|\ \
| * | Implement working docs requiring manually specifying resources and template f...Felix Mulder2016-08-191-4/+10
| * | Fix #25: move doc related structures to `DocBase`Felix Mulder2016-08-192-2/+12
| * | Introduce DocMiniPhase concept, fused phasesFelix Mulder2016-08-191-1/+12
| * | Fix value classes not being documentedFelix Mulder2016-08-191-1/+1
| * | Add setting for output dirFelix Mulder2016-08-191-0/+7
| * | Add test for checking if Array has documentation after compiling std libFelix Mulder2016-08-191-0/+1
| * | Add recursive CLI args, move other doc argsFelix Mulder2016-08-191-0/+50
| * | Add the scaladoc CLI args that make sense for dottydocFelix Mulder2016-08-192-3/+3
| * | Add module member lookupFelix Mulder2016-08-191-1/+1
| * | Port cooking of strings from NSCFelix Mulder2016-08-195-20/+23