aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentMartin Odersky2016-12-171-1/+1
* Drop Override flag for non-overriding direct methodsMartin Odersky2016-12-172-3/+10
* Fix typoMartin Odersky2016-12-171-1/+1
* Fix more types, add linkMartin Odersky2016-12-171-4/+4
* Add linked to codeMartin Odersky2016-12-171-3/+5
* Fix typos in results.mdMartin Odersky2016-12-171-4/+5
* Make specialization tweakableMartin Odersky2016-12-171-3/+22
* Add benchmarksMartin Odersky2016-12-177-0/+324
* Fix rebase breakageMartin Odersky2016-12-171-1/+1
* Fix toString in ImplicitFunction treeMartin Odersky2016-12-171-1/+1
* New ShortcutImplicits phaseMartin Odersky2016-12-177-1/+195
* initialDenot method for symbolsMartin Odersky2016-12-171-0/+4
* Ref copier that works for Idents and SelectsMartin Odersky2016-12-172-1/+7
* Fix "wrong number of args" reportingMartin Odersky2016-12-174-8/+11
* Fixes to testsMartin Odersky2016-12-171-3/+4
* Fix linkMartin Odersky2016-12-171-11/+5
* Add conclusion to blog postMartin Odersky2016-12-171-0/+10
* Finished blog postMartin Odersky2016-12-171-35/+225
* More tests and starting a blog postMartin Odersky2016-12-172-1/+288
* Enrich test caseMartin Odersky2016-12-171-0/+41
* Don't look at nesting for implicit resolution under Scala2 mode.Martin Odersky2016-12-171-1/+6
* Create implicit closures to math expected implicit functionsMartin Odersky2016-12-178-27/+87
* Take nesting into account when ranking implicitsMartin Odersky2016-12-174-31/+59
* Fix erasure of implicit functionsMartin Odersky2016-12-174-50/+48
* Add code to disable old implicit closure syntax in blocksMartin Odersky2016-12-171-1/+11
* Generalize syntax for implicit function valuesMartin Odersky2016-12-173-50/+81
* Cleanup of implicit modifiers schemeMartin Odersky2016-12-174-18/+17
* Changes for matching and subtyping implicit methodsMartin Odersky2016-12-171-4/+4
* Make implicit functions have implicit function typeMartin Odersky2016-12-171-1/+1
* Handle erasure of implicit function typesMartin Odersky2016-12-171-2/+9
* Refactor function operations in DefinitionsMartin Odersky2016-12-175-21/+32
* Always insert apply for expressions of implicit function typeMartin Odersky2016-12-173-13/+43
* Add syntax for implicit functionsMartin Odersky2016-12-175-9/+53
* Add ImplicitFunctionN classesMartin Odersky2016-12-173-14/+30
* Merge pull request #1816 from dotty-staging/fix-#1799odersky2016-12-171-1/+1
|\
| * Fix #1799: Make compilation of FunctionN traits possible.Martin Odersky2016-12-161-1/+1
* | Merge pull request #1811 from dotty-staging/fix-1810odersky2016-12-161-1/+1
|\ \ | |/ |/|
| * Fix #1810 LazyVals should use changeOwnerAfter.Dmitry Petrashko2016-12-151-1/+1
* | Merge pull request #1763 from dotty-staging/fix/annotationsDmitry Petrashko2016-12-169-22/+81
|\ \
| * | Fix #1741: sbt.ExtractAPI: extract annotationsGuillaume Martres2016-12-027-6/+64
| * | Fix transformation of inline body annotationsGuillaume Martres2016-11-301-3/+7
| * | Fix visibility of annotationsGuillaume Martres2016-11-301-11/+9
| * | Fix annotations never being emittedGuillaume Martres2016-11-301-2/+1
* | | Merge pull request #1813 from dotty-staging/fix-#1806Dmitry Petrashko2016-12-164-1/+17
|\ \ \
| * | | Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-163-1/+10
| * | | Test caseMartin Odersky2016-12-151-0/+7
* | | | Merge pull request #1801 from dotty-staging/fix-#1790Dmitry Petrashko2016-12-1611-61/+142
|\| | |
| * | | Implement new rules for name-based pattern matchingMartin Odersky2016-12-156-26/+70
| * | | Change by-name pattern matching.Martin Odersky2016-12-148-58/+95
* | | | Merge pull request #1785 from dotty-staging/fix-#1784odersky2016-12-1517-54/+77
|\ \ \ \