aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix for type applications.Martin Odersky2014-05-081-14/+28
| * Optimization: Avoid substituting when checking satisfiabilityMartin Odersky2014-05-081-36/+59
| * Re-enable t0786.Martin Odersky2014-05-081-0/+0
| * Changes to test framework and testsMartin Odersky2014-05-083-15/+19
| * Better wildcard type approximationMartin Odersky2014-05-081-11/+10
| * Excluding <:< from eligible candidates for views.Martin Odersky2014-05-082-1/+2
| * Tightened satisfiablity checks.Martin Odersky2014-05-082-5/+55
| * Fixing tailrec test.Martin Odersky2014-05-081-1/+1
| * Avoid retyping of LiteralsMartin Odersky2014-05-081-0/+3
| * Moved tests to pending because they fail -Ycheck:frontMartin Odersky2014-05-083-1/+1
| * Changed handling of repeated parameters.Martin Odersky2014-05-087-14/+23
| * Make sure AnyVal is loaded by classfile parser.Martin Odersky2014-05-081-11/+13
| * Fix of TyperState#instTypeMartin Odersky2014-05-082-1/+7
| * Refining TreeChecker to work immediately after typer.Martin Odersky2014-05-081-21/+36
| * Making reporters configurableMartin Odersky2014-05-081-0/+6
| * Addiong an adapt to implicit parameters.Martin Odersky2014-05-081-1/+1
| * Avoid checking for tpt non empty in implicit defs after typer.Martin Odersky2014-05-081-1/+4
| * Better printing of type variablesMartin Odersky2014-05-081-1/+1
| * Avoid -Ycheck after errorsMartin Odersky2014-05-081-2/+4
| * isAfterTyper testMartin Odersky2014-05-083-2/+8
| * Some more debug info.Martin Odersky2014-05-082-2/+4
| * Added a unique identifier to trees.Martin Odersky2014-05-081-0/+10
| * Fixing stillValid codeMartin Odersky2014-05-081-2/+3
| * Removing duplication between Any and Object methodsMartin Odersky2014-05-088-90/+93
| * Fix withSymAndNameMartin Odersky2014-05-082-7/+8
| * Erasure of term refs without symbolsMartin Odersky2014-05-081-1/+1
|/
* Merge pull request #124 from DarkDimius/backend-backport2Dmitry Petrashko2014-05-0710-21/+220
|\
| * Better error message if position of tree isn't set.Dmitry Petrashko2014-05-061-1/+1
| * Fix invalid flags in lazy vals.Dmitry Petrashko2014-05-061-10/+15
| * Definitions used by backend.Dmitry Petrashko2014-05-061-0/+23
| * Fix TailRec to use Label flag.Dmitry Petrashko2014-05-061-6/+16
| * Fix error in box\unbox logic.Dmitry Petrashko2014-05-061-1/+1
| * Helper method to get all members of type.Dmitry Petrashko2014-05-061-1/+1
| * 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
|\ \