aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Applications.scala
Commit message (Expand)AuthorAgeFilesLines
* Replace isLambda with ifHKMartin Odersky2015-09-181-1/+1
* Adapt arguments in all type applicationsMartin Odersky2015-09-181-4/+3
* Harmaonize numeric arguments only during typer.Martin Odersky2015-09-171-1/+1
* Refine result type checkingMartin Odersky2015-06-191-8/+13
* Always take results into account for resolveOverloadingMartin Odersky2015-06-191-46/+53
* Take expected result type into account more often for overloading resolutionMartin Odersky2015-06-191-0/+40
* Improve doc commentsMartin Odersky2015-05-271-0/+6
* Introduce harmonization of numeric argumentsMartin Odersky2015-05-271-12/+35
* Add harmonization method for harmonizing numeric types.Martin Odersky2015-05-271-0/+20
* Correct a large number of typos.Jason Zaugg2015-05-141-7/+7
* Fix Scaladoc referencesJason Zaugg2015-05-141-2/+2
* Fix #547: Vararg overloadMartin Odersky2015-05-081-2/+6
* Remove debug printlnMartin Odersky2015-05-051-1/+0
* Drop the requirement that extractors with `get` must implement ProductMartin Odersky2015-05-051-3/+7
* Merge pull request #500 from dotty-staging/implement/i499Dmitry Petrashko2015-04-301-2/+5
|\
| * Allow byname repated parametersMartin Odersky2015-04-241-2/+5
* | Better error message constructor applicationsMartin Odersky2015-04-251-1/+1
|/
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Change scheme of translating array creations new Array(...)Martin Odersky2015-03-181-7/+7
* add/strictMartin Odersky2015-03-131-1/+1
* Made typedUnApply a hook that has to be overridden in a ReTyper.Martin Odersky2014-12-151-8/+4
* Add a typedUnApply method.Martin Odersky2014-12-151-0/+10
* Previous scheme was buggy; leaked Array types to backend.Martin Odersky2014-11-281-1/+10
* checkBounds refactoringMartin Odersky2014-11-241-1/+1
* Infer if overloading resolution should trigger implicit search.Dmitry Petrashko2014-11-221-2/+2
* Allow resolving overloads without inferring views.Dmitry Petrashko2014-11-221-2/+21
* Fixes problem exhibited by ensuring.scalaMartin Odersky2014-11-131-3/+10
* New phase: RestoreScopesMartin Odersky2014-11-091-1/+1
* Take receiver into account when selecting default getters.Martin Odersky2014-10-111-43/+53
* Replace tree.withName with {tpd|untpd}.rename.treeMartin Odersky2014-10-111-1/+1
* Fix problem in unapply typing.Martin Odersky2014-09-231-3/+3
* Renamed parameters in Typer&Applictaions.Dmitry Petrashko2014-09-231-10/+11
* Common functionality to be shared between patmat and typerDmitry Petrashko2014-09-171-40/+48
* Enabling primitive operations in ReTyperMartin Odersky2014-08-281-4/+6
* Special context for self constructor argsMartin Odersky2014-08-241-2/+4
* Check that idents don't assume magic.Martin Odersky2014-08-241-1/+1
* Changes to tree copyingMartin Odersky2014-08-131-6/+6
* Fix a problem due to different type inferenceMartin Odersky2014-08-121-2/+6
* Code to handle overloaded unapply/unapplySeq methodsMartin Odersky2014-08-031-10/+24
* Fixed problem with missing denotations in polyDefDefMartin Odersky2014-07-171-2/+1
* Rename SignedType -> MethodicTypeMartin Odersky2014-07-171-2/+2
* Handling higher-kinded types with lambdasMartin Odersky2014-06-181-2/+9
* Simplify result handling in FunProto.Martin Odersky2014-05-301-2/+2
* Fix of t2504Martin Odersky2014-05-301-3/+10
* Fix of pos/t2429Martin Odersky2014-05-201-1/+1
* More systematic treatment of prototypes.Martin Odersky2014-05-201-27/+17
* Corrected computations of union denotations.Martin Odersky2014-04-081-2/+2
* replace some s"..." by i"..."Samuel Gruetter2014-04-021-4/+4
* replace i"..." by d"..." if string might go into aSamuel Gruetter2014-04-021-3/+3
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-2/+2