aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Add checking for leaking private definitionsMartin Odersky2016-02-191-5/+39
* Turn println into logMartin Odersky2016-02-161-1/+1
* Fix problems in DropEmptyCompanionsMartin Odersky2016-02-112-58/+86
* Only remove synthetic companion objectsMartin Odersky2016-02-111-3/+5
* New phase to drop empty companion objectsMartin Odersky2016-02-112-0/+80
* Abstract out lazy local names somewhatMartin Odersky2016-02-111-6/+6
* Big realizability refactoringMartin Odersky2016-02-091-2/+2
* Hide stack traces behind -YdebugGuillaume Martres2016-02-051-1/+1
* Use Context#setReporter where possibleGuillaume Martres2016-02-051-2/+1
* Fix i939: Patmat shouldn't compare selectors to module TypeTrees.Dmitry Petrashko2016-01-241-1/+2
* Perform isCurrent at transform phaseMartin Odersky2016-01-191-3/+8
* Check bounds everywhereMartin Odersky2016-01-181-28/+23
* Keep rhs of TypeDef in typed treeMartin Odersky2016-01-181-0/+9
* Partest dotty non-bootstrapped.Dmitry Petrashko2016-01-131-1/+1
* Merge pull request #1004 from dotty-staging/linker/typesodersky2016-01-061-27/+30
|\
| * LinkerSpecific: make functionality of ResolveSuper accessible.Dmitry Petrashko2015-12-201-27/+30
* | Merge pull request #1003 from dotty-staging/linker/tastyDmitry Petrashko2016-01-041-1/+1
|\ \
| * | Have only one tree pickler per TASTY pickler.Dmitry Petrashko2015-12-201-1/+1
| |/
* | Merge pull request #1005 from dotty-staging/ycheck-erasure-arraysDmitry Petrashko2016-01-041-1/+5
|\ \
| * | Refine interdiction of Array after erasureMartin Odersky2015-12-211-1/+5
| * | Fix erasure of raw arraysDmitry Petrashko2015-12-211-1/+1
| |/
* | Turn println into logMartin Odersky2015-12-191-1/+1
* | Better error message in splitterMartin Odersky2015-12-151-1/+4
|/
* Fix sleeper bug in ParamForwardingMartin Odersky2015-12-143-7/+20
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+1
* Links between companions after unpickling are addedVladimirNik2015-11-171-0/+9
* Merge pull request #928 from dotty-staging/stdlib-definitionsDmitry Petrashko2015-11-1017-101/+94
|\
| * More info when TreeChecker failsMartin Odersky2015-11-091-1/+1
| * Trying to get more diagnostics out of TreeCheckerMartin Odersky2015-11-091-0/+4
| * Generalize MultiArrayOf to arrays of wildcardsMartin Odersky2015-11-091-4/+8
| * Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-092-2/+2
| * Renamings in DefinitionsMartin Odersky2015-11-096-9/+9
| * Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-097-12/+11
| * Remove/hide value class mapsMartin Odersky2015-11-091-1/+1
| * Move refType/Class maps from Definitions to CapturedVarsMartin Odersky2015-11-091-8/+27
| * Match on _name rather than TypeRef in scalaPrimitivesMartin Odersky2015-11-091-1/+1
| * Standardize requiredMethod callsMartin Odersky2015-11-092-6/+4
| * Standardize naming and definition order of annotation classesMartin Odersky2015-11-092-5/+5
| * Index primitive value class maps by name, not TypeRefMartin Odersky2015-11-091-1/+1
| * First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-0910-76/+45
* | CrossCastAnd: reimplement it in more compact way.Dmitry Petrashko2015-11-101-23/+5
* | CrossCastAnd: Fix issue with Phases.Dmitry Petrashko2015-11-101-1/+1
* | New phase: crossCastAnd.Dmitry Petrashko2015-11-101-0/+48
* | Tailrec: fix compilation of IndexedSeqOptimizedDmitry Petrashko2015-11-091-1/+1
|/
* Merge pull request #899 from dotty-staging/fix-#880Dmitry Petrashko2015-11-091-3/+8
|\
| * Require outer pointer also for proxies of enclosing classes.Martin Odersky2015-10-311-3/+8
* | Check bounds of inferred typevars in PostTyper.Martin Odersky2015-11-051-1/+4
* | Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-022-2/+1
|\ \ | |/ |/|
| * Revise typeParams to account for existential hk typesMartin Odersky2015-10-241-1/+0
| * Allow existential types in hk typesMartin Odersky2015-10-241-1/+1