aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | Closes #579 Implement mini-phase for classOf[T]Alexander Myltsev2015-06-221-1/+2
|/
* Merge pull request #622 from dotty-staging/add/implement-scala2-traitsodersky2015-06-061-1/+2
|\
| * Elim ElimWildcardIdentsMartin Odersky2015-06-011-1/+0
| * Make elimWildcardIdents apply to AssignmentsMartin Odersky2015-06-011-1/+1
| * New phase: LinkScala2ImplClassesMartin Odersky2015-06-011-1/+1
| * New phase: AugmentScala2TraitsMartin Odersky2015-06-011-0/+2
* | Revert "Fix ElimStaticThis#transformIdent"Dmitry Petrashko2015-06-021-1/+1
|/
* Fix ElimStaticThis#transformIdentGuillaume Martres2015-05-301-1/+1
* New phase: ElimStaticThisDmitry Petrashko2015-05-291-0/+1
* Move classTags before ElimByName.Dmitry Petrashko2015-05-151-2/+2
* ClassTags: New phase which synthesises class tags.Dmitry Petrashko2015-05-131-1/+2
* Allow to compile root import classes without special option.Martin Odersky2015-05-051-5/+3
* Merge pull request #509 from dotty-staging/add/expandSAMsDmitry Petrashko2015-05-041-0/+1
|\
| * New miniphase: ExpandSAMsMartin Odersky2015-05-021-0/+1
* | Honor -Yno-imports flagMartin Odersky2015-05-041-1/+3
* | Merge pull request #517 from dotty-staging/add/expand-privatesodersky2015-05-041-1/+6
|\ \ | |/ |/|
| * New miniphase: ExpandPrivateMartin Odersky2015-05-011-1/+6
* | Merge pull request #507 from dotty-staging/add/from-tastyDmitry Petrashko2015-05-021-2/+6
|\ \
| * | Compiler for embedded TASTY info.Martin Odersky2015-04-281-2/+6
* | | New phase: VCInline which inlines value classes callsGuillaume Martres2015-05-011-0/+1
* | | New phase: ElimErasedValueTypeGuillaume Martres2015-05-011-1/+2
| |/ |/|
* | Compiler: add comment on problems in late phases.Dmitry Petrashko2015-04-301-2/+2
* | Make LazyVals implement non-static modules. Move LV after erasure.Dmitry Petrashko2015-04-301-2/+2
|/
* Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-6/+4
|\
| * Swap Pickler and FirstTransformMartin Odersky2015-04-221-1/+1
| * Roll SyntheticMethods into PostTyperMartin Odersky2015-04-221-4/+3
| * Roll InstChecks into PostTyperMartin Odersky2015-04-221-1/+0
| * Super accessor refactoringMartin Odersky2015-04-221-1/+1
* | Merge pull request #488 from dotty-staging/functionalInterfacesDmitry Petrashko2015-04-231-1/+2
|\ \ | |/ |/|
| * New phase: FunctionalInterfaces.Dmitry Petrashko2015-04-201-1/+2
* | Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-131-1/+2
|/
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Bringing tailrec back to group: cannot trigger failure.Dmitry Petrashko2015-03-301-4/+2
* New phase trait constructors.Dmitry Petrashko2015-03-251-1/+1
* Compute PureInterface flag after pickling.Martin Odersky2015-03-181-1/+1
* Turn on pickling.Martin Odersky2015-03-181-1/+1
* New phase: ElimWildcardIdents.Dmitry Petrashko2015-03-111-1/+1
* Compiler#newRun: reset the context _before_ initializing a new runGuillaume Martres2015-03-101-5/+3
* Move ElimByName as late as possible.Martin Odersky2015-03-101-1/+1
* Allow recomputing phase schedule per pun.Dmitry Petrashko2015-02-191-1/+1
* Added test to TreeChecker that guards against orphan parameters.Martin Odersky2015-02-111-1/+1
* Bring back lazyVals. Changed encoding of local lazy vals.Dmitry Petrashko2015-02-031-2/+3
* Fixed soundness hole in TypeComparerMartin Odersky2015-01-191-2/+4
* Disable PrivateToStatic until it is fixed.Dmitry Petrashko2014-12-161-1/+1
* Implemented handling of <label> DefDefs in backend.Dmitry Petrashko2014-12-161-2/+2
* Enable new phases.Dmitry Petrashko2014-12-161-1/+5
* Add new SeqLiterals phase.Martin Odersky2014-12-031-0/+1
* More docs and removing print statementsMartin Odersky2014-11-091-2/+1
* Merge mixin with the group of miniphases following it.Martin Odersky2014-11-091-2/+2
* Merge memoize with miniphases following it into one group.Martin Odersky2014-11-091-4/+4