aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Base deskolemize on ApproximatingTypeMapMartin Odersky2016-03-301-88/+9
* Add ApproximatingTypeMap classMartin Odersky2016-03-301-22/+94
* Fix documentation of liftIfHKMartin Odersky2016-03-301-1/+1
* Fix a case in deskolemize.Martin Odersky2016-03-301-1/+1
* Simplify widenToParentsMartin Odersky2016-03-301-4/+5
* Adapt type assignment for AppliedTypeTrees to new named paramsMartin Odersky2016-03-301-6/+4
* Test casesMartin Odersky2016-03-302-2/+52
* Don't lambda expand and/or types over named type parametersMartin Odersky2016-03-301-2/+16
* Take named type parameters into account when instantiating variables.Martin Odersky2016-03-301-1/+5
* Add methods for expressing named type paramsMartin Odersky2016-03-302-0/+75
* Fix bug in printing New nodesMartin Odersky2016-03-301-1/+1
* Fix test case.Martin Odersky2016-03-301-4/+4
* Fix error message output.Martin Odersky2016-03-301-1/+1
* Fix type-shifting problem in vcInlineMethodsMartin Odersky2016-03-301-1/+1
* Add test for #1181 to pendingMartin Odersky2016-03-301-0/+12
* Simplify and fix avoid logicMartin Odersky2016-03-303-27/+43
* Fixes to checkNonCyclicMartin Odersky2016-03-302-20/+49
* Merge pull request #1104 from dotty-staging/spec-bugsDmitry Petrashko2016-03-245-8/+40
|\
| * Add a test that checks that no useless forwarders are being created.Dmitry Petrashko2016-03-151-0/+17
| * Mixin: create less forwarders.Dmitry Petrashko2016-03-151-4/+14
| * Change name of DropEmptyCompanions from dropEmpty to dropEmptyCompanionsDmitry Petrashko2016-03-151-1/+1
| * Memoize: perform required tree adaptation in setter.Dmitry Petrashko2016-03-151-2/+7
| * Erasure: no need to bridge paramaccessors.Dmitry Petrashko2016-03-151-1/+1
* | Merge pull request #1180 from niktrop/dotc-settings-formatDmitry Petrashko2016-03-221-4/+6
|\ \
| * | String options with choices should be followed by colon and argument without ...Nikolay.Tropin2016-03-181-4/+6
* | | Merge pull request #1184 from liufengyun/error-posodersky2016-03-222-2/+6
|\ \ \
| * | | better positioning of `_*` not last argument errorliu fengyun2016-03-182-2/+6
* | | | Merge pull request #1187 from dotty-staging/fix-#1174Guillaume Martres2016-03-222-5/+34
|\ \ \ \
| * | | | Fix problem involving classtag based pattern matches.Martin Odersky2016-03-212-5/+34
|/ / / /
* | | | Merge pull request #1179 from liufengyun/fix-issue-1059odersky2016-03-183-5/+54
|\ \ \ \ | |/ / / |/| | |
| * | | support `xs @ _*` and `_*` in Scala2 modeliu fengyun2016-03-183-5/+54
|/ / /
* | | Merge pull request #1183 from sjrd/scalajs-0.6.8Dmitry Petrashko2016-03-182-18/+5
|\ \ \
| * | | Upgrade to Scala.js 0.6.8.Sébastien Doeraene2016-03-182-18/+5
|/ / /
* | | Merge pull request #1176 from liufengyun/masterDmitry Petrashko2016-03-181-2/+2
|\ \ \
| * | | fix command line processing errorliu fengyun2016-03-151-2/+2
| | |/ | |/|
* | | Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-1820-61/+80
|\ \ \
| * | | Fix test casesMartin Odersky2016-03-112-2/+2
| * | | Add second field to SeqLiteralMartin Odersky2016-03-1017-57/+76
| * | | Nothing is not nullableMartin Odersky2016-03-101-1/+1
| * | | More info when resolveOverloading failsMartin Odersky2016-03-101-1/+1
* | | | Merge pull request #1160 from dotty-staging/add/collection-strawmanodersky2016-03-186-6/+601
|\ \ \ \
| * | | | Refine pretypeArgsMartin Odersky2016-03-093-5/+65
| * | | | Make use of better overload resolution in collections strawman testMartin Odersky2016-03-091-2/+2
| * | | | Pretype functional arguments when doing overload resolutionMartin Odersky2016-03-093-2/+51
| * | | | New collection strawmanMartin Odersky2016-03-092-2/+488
* | | | | Merge pull request #1148 from sjrd/scalajs-gen-exprsodersky2016-03-1811-90/+1502
|\ \ \ \ \
| * | | | | More documentation for some Scala.js-specific methods.Sébastien Doeraene2016-03-163-4/+33
| * | | | | Cache the Phases we need in JSCodeGen like all other phases.Sébastien Doeraene2016-03-162-8/+7
| * | | | | Implement most of use-site JavaScript interop.Sébastien Doeraene2016-03-102-16/+437
| * | | | | Implement most of the Scala.js IR code generator.Sébastien Doeraene2016-03-107-75/+1030