aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow Named Arguments in TypeArgsMartin Odersky2016-02-196-17/+92
* Use hasNamedArgs instead of repeating test inline.Martin Odersky2016-02-194-8/+9
* Add some flexibility in comparing named and unnamed parameterized types.Martin Odersky2016-02-191-3/+38
* Take defult parameters into account for overloading resolution.Martin Odersky2016-02-191-11/+14
* Fix problem of overloading resolution when receiver is not stable.Martin Odersky2016-02-193-7/+9
* Fix review comment in previous PRMartin Odersky2016-02-191-2/+1
* Fix assertion error messageMartin Odersky2016-02-191-1/+1
* Make type parameter reordering generally available.Martin Odersky2016-02-192-11/+20
* Add doc commentMartin Odersky2016-02-191-0/+1
* Address reviewer commentsMartin Odersky2016-02-192-2/+3
* Check named type params for welformedness rules.Martin Odersky2016-02-191-4/+52
* Fix PostTyper normalization for named argsMartin Odersky2016-02-191-6/+4
* Avoid cyclic reference error when building dotty.Martin Odersky2016-02-191-2/+1
* Make named parameter alias handling more robustMartin Odersky2016-02-191-1/+1
* Augment test caseMartin Odersky2016-02-191-4/+10
* Make some operations surivive partial named parameter listsMartin Odersky2016-02-193-8/+19
* First version of named type argumentsMartin Odersky2016-02-193-23/+81
* Support named type parametersMartin Odersky2016-02-194-3/+11
* Remove unnecessary logic in toBoundsMartin Odersky2016-02-191-0/+3
* Merge pull request #1107 from dotty-staging/fix/wildApprox-lazyrefodersky2016-02-191-0/+2
|\
| * ProtoTypes#wildApprox: fix LazyRef approximationGuillaume Martres2016-02-181-0/+2
* | Merge pull request #898 from dotty-staging/add/auto-uncurryodersky2016-02-183-20/+58
|\ \ | |/ |/|
| * Untuple using `def` not `val`.Martin Odersky2016-02-162-5/+6
| * Strengthen requirement for auto-tuplingMartin Odersky2016-02-161-1/+1
| * Turn println into logMartin Odersky2016-02-161-1/+1
| * Fix merge errorMartin Odersky2016-02-161-1/+1
| * Auto-uncurry n-ary functions.Martin Odersky2016-02-162-19/+56
* | Merge pull request #1073 from dotty-staging/fix-#576odersky2016-02-181-5/+25
|\ \
| * | Handle implicits with default parametersMartin Odersky2016-02-161-5/+25
* | | Merge pull request #1094 from j2rodrig/masterodersky2016-02-182-1/+3
|\ \ \
| * | | Support for extending the TyperJonathan Rodriguez2016-02-162-1/+3
| | |/ | |/|
* | | Merge pull request #1082 from dotty-staging/add-replDmitry Petrashko2016-02-1822-23/+1343
|\ \ \
| * | | Make dummy first line define something usefulMartin Odersky2016-02-171-1/+2
| * | | Warm up interpreter during first prompt.Martin Odersky2016-02-172-6/+4
| * | | Narrow Interpreter.scala further.Martin Odersky2016-02-171-5/+0
| * | | Remove interpreterSettings logicMartin Odersky2016-02-175-127/+5
| * | | Adress reviewer commentsMartin Odersky2016-02-172-5/+5
| * | | Turn cleaning on for interpreter generated messagesMartin Odersky2016-02-171-3/+9
| * | | Fix validity checking refinementMartin Odersky2016-02-171-2/+3
| * | | Refine validity checkingMartin Odersky2016-02-171-12/+16
| * | | Add diagnostic why a symbol is stale.Martin Odersky2016-02-172-1/+34
| * | | More todosMartin Odersky2016-02-171-0/+1
| * | | Better explanation of TODO itemsMartin Odersky2016-02-172-3/+5
| * | | Revisions to REPLMartin Odersky2016-02-177-945/+923
| * | | Export run contextMartin Odersky2016-02-171-0/+3
| * | | newCompiler now takes a context parameterMartin Odersky2016-02-178-20/+13
| * | | First PoC of REPLMartin Odersky2016-02-1710-0/+1417
| * | | Utility method for phase replacementMartin Odersky2016-02-171-0/+7
| * | | Make output directory overridableMartin Odersky2016-02-172-3/+6
| |/ /
* / / Add checks for value classes:VladimirNik2016-02-161-1/+13
|/ /