aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CollectEntryPoints.Dmitry Petrashko2014-05-063-2/+135
* Constructors stubDmitry Petrashko2014-05-062-0/+28
* Merge pull request #119 from DarkDimius/leaksDmitry Petrashko2014-05-067-11/+168
|\
| * Allow to provide parent Context for Driver.processDmitry Petrashko2014-04-113-6/+6
| * Enable javac lint deprecation&unchecked warnings.Dmitry Petrashko2014-04-091-0/+2
| * Context escape detection.Dmitry Petrashko2014-04-094-5/+160
* | Merge pull request #127 from smarter/add/all-phasesDmitry Petrashko2014-04-301-2/+3
|\ \
| * | Add support for specifying 'all' for -Xprint, -Yskip, etcGuillaume Martres2014-04-211-2/+3
|/ /
* | Merge pull request #122 from dotty-staging/transform/nullarifyDmitry Petrashko2014-04-1518-31/+231
|\ \
| * | Fix Nullarify treating all 'apply' methods as Function0Dmitry Petrashko2014-04-151-1/+1
| * | New phase: NullarifyMartin Odersky2014-04-157-8/+175
| * | Fix to Select(Tree, Symbol)Martin Odersky2014-04-141-1/+1
| * | ByNameTypeTree is a TypTree.Martin Odersky2014-04-141-1/+1
| * | InfoTransformers as specific DenotTransformersMartin Odersky2014-04-145-13/+20
| * | Members of stable methodsMartin Odersky2014-04-142-4/+10
| * | Fixing prefix of implicit membersMartin Odersky2014-04-143-4/+24
|/ /
* | Merge pull request #120 from DarkDimius/backend-backportDmitry Petrashko2014-04-142-6/+7
|\ \
| * | Fix mkArityArray not producing last arityDmitry Petrashko2014-04-111-3/+3
| * | Fix error in bridges.Dmitry Petrashko2014-04-111-1/+1
| * | Make mkArityArray work for classes outside "scala" packageDmitry Petrashko2014-04-111-4/+5
|/ /
* | Merge pull request #111 from DarkDimius/phase-reqDmitry Petrashko2014-04-114-1/+40
|\ \
| * | Allow phases to give restrictions on pipeline position.Dmitry Petrashko2014-04-094-1/+40
* | | Merge pull request #117 from DarkDimius/tailrecDmitry Petrashko2014-04-1131-26/+408
|\ \ \
| * | | TailRec phase and tests for it.Dmitry Petrashko2014-04-1126-19/+377
| * | | Sbt: simplify debugging and tracingDmitry Petrashko2014-04-111-3/+9
| * | | Allow closures to take type parameters.Dmitry Petrashko2014-04-112-4/+7
| * | | SymDenotation.isEffectivelyFinalDmitry Petrashko2014-04-112-0/+15
|/ / /
* | | Merge pull request #118 from dotty-staging/fix/annotationsDmitry Petrashko2014-04-094-17/+21
|\ \ \ | |_|/ |/| |
| * | Port LazyVals to use hasAnnotation.Dmitry Petrashko2014-04-091-2/+2
| * | Fix lazy vals tests broken by previous commit.Dmitry Petrashko2014-04-091-9/+10
| * | Fixing annotationsMartin Odersky2014-04-092-6/+9
* | | Merge pull request #115 from dotty-staging/fix/double-bindingsDmitry Petrashko2014-04-0828-147/+459
|\ \ \
| * | | Shadowed referencesMartin Odersky2014-04-087-17/+36
| * | | CleanupsMartin Odersky2014-04-083-2/+5
| * | | Option for testing for double bindingsMartin Odersky2014-04-083-7/+16
| * | | Flag self names that conflict with parameters or membersMartin Odersky2014-04-084-67/+92
| * | | Reworked TermRef handlingMartin Odersky2014-04-087-27/+137
| * | | Avoid creating a local dummy when retyping.Martin Odersky2014-04-082-4/+9
| * | | TreeCheckers use re-typing...Martin Odersky2014-04-081-6/+31
| * | | Better printing of denotations.Martin Odersky2014-04-082-4/+8
| * | | Fleshed out Splitter phaseMartin Odersky2014-04-086-4/+117
| * | | Corrected computations of union denotations.Martin Odersky2014-04-082-28/+27
|/ / /
* | | Merge pull request #116 from dotty-staging/add/Denotation-updateSébastien Doeraene2014-04-052-1/+29
|\ \ \
| * | | Install method for SymDenotationsMartin Odersky2014-04-042-1/+29
* | | | Merge pull request #109 from DarkDimius/erasure-bridgesDmitry Petrashko2014-04-042-6/+102
|\ \ \ \ | |_|/ / |/| | |
| * | | Bridge generation in erasure implemented.Dmitry Petrashko2014-04-042-6/+102
* | | | Merge pull request #110 from DarkDimius/silenceDmitry Petrashko2014-04-044-6/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Reduce verbosity of logs.Dmitry Petrashko2014-04-024-6/+4
| | |/ | |/|
* | | Merge pull request #99 from samuelgruetter/infostring2odersky2014-04-0415-125/+142
|\ \ \
| * | | fix: do not count suppressed messages for summarySamuel Gruetter2014-04-021-1/+1