aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-087-89/+92
* Fix withSymAndNameMartin Odersky2014-05-082-7/+8
* Erasure of term refs without symbolsMartin Odersky2014-05-081-1/+1
* 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-062-5/+5
|\
| * Allow to provide parent Context for Driver.processDmitry Petrashko2014-04-112-5/+5
* | Add support for specifying 'all' for -Xprint, -Yskip, etcGuillaume Martres2014-04-211-2/+3
* | Fix Nullarify treating all 'apply' methods as Function0Dmitry Petrashko2014-04-151-1/+1
* | New phase: NullarifyMartin Odersky2014-04-155-6/+161
* | 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-142-4/+5
* | 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
* | | TailRec phase and tests for it.Dmitry Petrashko2014-04-113-3/+347
* | | 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-093-8/+11
|\ \ \ | |_|/ |/| |
| * | Port LazyVals to use hasAnnotation.Dmitry Petrashko2014-04-091-2/+2
| * | Fixing annotationsMartin Odersky2014-04-092-6/+9
* | | Shadowed referencesMartin Odersky2014-04-086-17/+29
* | | CleanupsMartin Odersky2014-04-082-2/+2
* | | Option for testing for double bindingsMartin Odersky2014-04-082-5/+14
* | | Flag self names that conflict with parameters or membersMartin Odersky2014-04-082-3/+10
* | | 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