aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1226 from dotty-staging/static-fixesDmitry Petrashko2016-06-2217-34/+174
|\
| * Make class initialisers private. Otherwise they break GenBCode.Dmitry Petrashko2016-06-071-1/+1
| * MoveStatics: Fix classes without companion not getting static <clinit>Dmitry Petrashko2016-06-071-19/+20
| * LazyVals: do even more verbose debugging.Dmitry Petrashko2016-06-071-1/+5
| * LazyVals: fix leftover moduleClass usage.Dmitry Petrashko2016-06-071-1/+1
| * CheckStatic: report error position in case of disallowed overrideDmitry Petrashko2016-06-071-1/+1
| * MoveStatics: fix a bug.Dmitry Petrashko2016-06-071-1/+2
| * Add tests that were used to reproduce issues with LazyVals.Dmitry Petrashko2016-06-072-0/+14
| * DottyBackendInterface: fix a bug in methodSymbols.Dmitry Petrashko2016-06-071-1/+1
| * MoveStatics: survive absence of companions.Dmitry Petrashko2016-06-071-14/+24
| * SymDenotations: fix comment.Dmitry Petrashko2016-06-071-1/+1
| * LazyVals: support debug mode.Dmitry Petrashko2016-06-071-2/+19
| * Fix Ycheck: allow assigning fields in static constructors.Dmitry Petrashko2016-06-073-1/+6
| * MoveStatics: fix two bugs.Dmitry Petrashko2016-06-071-1/+2
| * LazyVals: do not share offsets between companions.Dmitry Petrashko2016-06-071-12/+9
| * Test #1224.Dmitry Petrashko2016-06-071-0/+11
| * Fix #1224: static members do not override\implement parent symbols.Dmitry Petrashko2016-06-071-3/+5
| * Fix type in SymDenotations.Dmitry Petrashko2016-06-071-1/+1
| * Drop support for @static lazy vals.Dmitry Petrashko2016-06-071-0/+3
| * MoveStatic: Move static methods & fields into companion classDmitry Petrashko2016-06-073-3/+71
| * Allow creating static initialisers.Dmitry Petrashko2016-06-072-1/+5
| * Getters: do not generate getters for static valsDmitry Petrashko2016-06-071-0/+1
| * Constructors: do not lift static val initialisation into constructors.Dmitry Petrashko2016-06-071-2/+2
| * SymDenotations: Allow entering Static symbols.Dmitry Petrashko2016-06-071-1/+1
| * Test #1220Dmitry Petrashko2016-06-071-0/+4
| * Fix #1220. Dont die when having incorect static methodsDmitry Petrashko2016-06-071-7/+4
* | Merge pull request #1309 from felixmulder/topic/fix#1307Dmitry Petrashko2016-06-222-0/+11
|\ \
| * | Move GADT check to `typeTyped`Felix Mulder2016-06-071-4/+5
| * | Fix issue with GADT not typechecking without bind in matchFelix Mulder2016-06-062-1/+11
* | | Merge pull request #1324 from felixmulder/fix/dotc-version#1321Dmitry Petrashko2016-06-226-98/+254
|\ \ \
| * | | Die if `java` bin is not found or specifiedFelix Mulder2016-06-211-0/+1
| * | | Extract common variables to common script in bin dirFelix Mulder2016-06-213-154/+141
| * | | Remove call to `scala` in dotrFelix Mulder2016-06-211-3/+31
| * | | Add tests fixing #1322Felix Mulder2016-06-211-0/+89
| * | | Fix #1323: change sbt interface dependency to allow artifact resolution by co...Felix Mulder2016-06-212-20/+26
| * | | Rework dotc to choose correct packages fixing #1321Felix Mulder2016-06-202-38/+83
* | | | Merge pull request #1325 from dotty-staging/overloaded-extractorDmitry Petrashko2016-06-222-2/+40
|\ \ \ \ | |/ / / |/| | |
| * | | better handling of overloaded extractorsliu fengyun2016-06-202-2/+40
|/ / /
* | | Merge pull request #1314 from dotty-staging/topic/bridge-replDmitry Petrashko2016-06-129-14/+210
|\ \ \
| * | | Change versioning to a sonatype approved schemeFelix Mulder2016-06-101-2/+2
| * | | remove `dotty-core` project and publish individually insteadFelix Mulder2016-06-101-7/+1
| * | | Add developers and license to POMFelix Mulder2016-06-091-0/+36
| * | | Disable binary publishing in bridgeFelix Mulder2016-06-091-2/+5
| * | | Add loader support for dotty bridgeFelix Mulder2016-06-093-11/+26
| * | | Add date and hash to publishing versionFelix Mulder2016-06-096-2/+74
| * | | Remove duplicate lineFelix Mulder2016-06-091-1/+0
| * | | Add console interface for sbtFelix Mulder2016-06-091-0/+68
| * | | Add virtual project `dotty-core` to aggregate publishing of necessary artifactsFelix Mulder2016-06-091-2/+11
|/ / /
* | | Merge pull request #1306 from dotty-staging/add/dotty-bridgeFelix Mulder2016-06-07488-1/+4254
|\ \ \
| * | | Make the dotty-bridge sbt project a subproject of dottyGuillaume Martres2016-06-07496-16/+4357