aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Applications.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactor explanation interpolatorFelix Mulder2016-10-101-7/+8
* Harden ReTyper so that it's fit for inliningMartin Odersky2016-10-021-1/+1
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-231-1/+1
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-231-1/+1
* | Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-171-1/+1
* | Merge pull request #1469 from dotty-staging/fix-scala.Dynamicodersky2016-09-161-8/+7
|\ \ | |/ |/|
| * Reformat code after fixes on scala.Dynamic.Nicolas Stucki2016-09-051-22/+6
| * Fix #1474: Fix applies to applyDynamic.Nicolas Stucki2016-09-051-7/+9
| * Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-051-3/+16
* | Identation/spacing cleanupOlivier Blanvillain2016-09-081-4/+4
|/
* Relax matching requirement in unApplyMartin Odersky2016-08-261-3/+2
* Add comment.Martin Odersky2016-08-211-1/+5
* Fix comment.Martin Odersky2016-08-211-1/+2
* Make sure arguments are evaluated in the correct typer state.Martin Odersky2016-08-211-26/+33
* Refinements to auto tuplingMartin Odersky2016-08-181-11/+21
* New string infterpolatorsMartin Odersky2016-08-161-5/+5
* Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-211-0/+9
|\
| * Adress reviewers commentsMartin Odersky2016-07-171-6/+5
| * Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-161-0/+10
* | Merge pull request #1399 from dotty-staging/fix-patmat-typingodersky2016-07-181-8/+12
|\ \
| * | Add test caseMartin Odersky2016-07-181-1/+1
| * | Fix typing of match expressionsMartin Odersky2016-07-171-8/+12
| |/
* | Merge pull request #1389 from dotty-staging/fix-#1381odersky2016-07-181-68/+70
|\ \ | |/ |/|
| * Changes to overloadingMartin Odersky2016-07-151-68/+70
* | Merge pull request #1291 from nicolasstucki/implement-scala-dynamicDmitry Petrashko2016-07-151-1/+9
|\ \ | |/ |/|
| * Fix #657: Add scala.Dynamic support.Nicolas Stucki2016-07-071-1/+9
* | Drop Config.checkKindsMartin Odersky2016-07-111-2/+2
* | Remove old hk schemeMartin Odersky2016-07-111-4/+0
* | Eta-expand unapplied types that have type parametersMartin Odersky2016-07-111-1/+2
* | Allow general recursion in refined types.Martin Odersky2016-07-111-1/+1
|/
* better handling of overloaded extractorsliu fengyun2016-06-201-2/+2
* Overloading resolution: prefer directly applicable methodsGuillaume Martres2016-06-031-4/+10
* Hooks to check that comparisons with == / != make senseMartin Odersky2016-05-231-1/+11
* Fixed error in commentMartin Odersky2016-05-231-2/+2
* Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-231-2/+43
* Refine todo commentMartin Odersky2016-04-291-1/+3
* Allow dependent method type for unapply.Martin Odersky2016-04-271-3/+2
* Revert: Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-17/+2
* Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-2/+17
* Address review comments of #1188Dmitry Petrashko2016-04-181-1/+3
* Separate handling of genericArray creation from normal ones.Dmitry Petrashko2016-04-181-6/+12
* Bring back convertNewArray into typer.Dmitry Petrashko2016-04-181-1/+13
* Decouple handling array constructors from typer.Dmitry Petrashko2016-04-181-10/+1
* Search implicit arguments in the same context as typing explicit onesMartin Odersky2016-04-071-4/+8
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-2/+5
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-101-2/+5
* | Refine pretypeArgsMartin Odersky2016-03-091-4/+25
* | Pretype functional arguments when doing overload resolutionMartin Odersky2016-03-091-1/+46
|/
* Check that classOf gets applied to class typesMartin Odersky2016-02-201-0/+4
* Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-2/+9