aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend
Commit message (Expand)AuthorAgeFilesLines
* Match on _name rather than TypeRef in scalaPrimitivesMartin Odersky2015-11-091-31/+31
* Standardize requiredMethod callsMartin Odersky2015-11-091-3/+3
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-092-36/+33
* Fix DottyBackendInterafec.isStaticModuleClass.Dmitry Petrashko2015-10-221-1/+1
* Do not emit static forwarders in non-static modules.Dmitry Petrashko2015-08-131-2/+2
* Fix emission of static initialisers for Modules.Dmitry Petrashko2015-08-131-1/+10
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-041-1/+1
|\
| * Fix enumeration of all members of the classDmitry Petrashko2015-07-281-1/+1
* | Merge pull request #727 from dotty-staging/genbcode-annotationsDmitry Petrashko2015-07-151-1/+1
|\ \
| * | Implement emotion of annotations in GenBCode.Dmitry Petrashko2015-07-141-1/+1
| |/
* / Fix #713. Put tasty attribute on mirror class of modules.Dmitry Petrashko2015-07-141-1/+1
|/
* Merge pull request #715 from dotty-staging/repeated-arraysDmitry Petrashko2015-07-051-2/+9
|\
| * Arrays.newRefArray has multiple symbols that coexist during bootstrap.Dmitry Petrashko2015-07-051-2/+9
* | Document that lines and columns start at 0.Martin Odersky2015-06-251-1/+1
|/
* Make normalizeToRef survive annotated typesMartin Odersky2015-05-211-1/+1
* Merge pull request #565 from retronym/topic/cleanupsDmitry Petrashko2015-05-153-5/+5
|\
| * Correct a large number of typos.Jason Zaugg2015-05-143-5/+5
* | Fix #560 - refactor flatNameMartin Odersky2015-05-131-1/+1
|/
* Cleanup non-deviation.Martin Odersky2015-05-121-6/+1
* Remove NonExistentTree.Dmitry Petrashko2015-05-081-3/+2
* Workaround dotty deviation in for loop patterns.Dmitry Petrashko2015-05-081-5/+10
* Address some of dotty deviations in backend.Dmitry Petrashko2015-05-082-2/+2
* Do not use deprecated procedure syntax in GenBCode.Dmitry Petrashko2015-05-082-16/+21
* Rename localClasses -> definedClassesMartin Odersky2015-05-071-3/+3
* Fix #536 - only load member classes of classes that are currently compiled.Martin Odersky2015-05-071-2/+18
* Merge pull request #509 from dotty-staging/add/expandSAMsDmitry Petrashko2015-05-041-2/+2
|\
| * Refactoring and renaming of superClass/superInterfacesMartin Odersky2015-05-021-2/+2
* | Merge pull request #512 from dotty-staging/fix-511Dmitry Petrashko2015-05-041-0/+3
|\ \ | |/ |/|
| * Reuse Type.abstractTermMembers in DottyBackendInterface.Dmitry Petrashko2015-04-301-2/+1
| * Fix #511. The fix will not be effective until we update scalac fork dependency.Dmitry Petrashko2015-04-301-0/+4
* | DottyBackendInterface: interface members cannot be finalDmitry Petrashko2015-04-301-1/+1
|/
* Change name of TASTY attribute to TASTYMartin Odersky2015-04-251-1/+1
* Produce one TASTY pickling per top-level class.Martin Odersky2015-04-241-8/+6
* Save TASTY in attribute of classfiles.Dmitry Petrashko2015-04-241-1/+11
* Better workaround for #342. This one works also for symbols which are InSuper...Dmitry Petrashko2015-04-161-1/+1
* Force loading LambdaMetaFactory.Dmitry Petrashko2015-04-161-0/+4
* Give more precise types in desugarIdent.Dmitry Petrashko2015-04-161-3/+3
* Refactor BackendInterface.Select: desuggar only once.Dmitry Petrashko2015-04-161-10/+20
* Make dotty Idents transparent for common interfaceDmitry Petrashko2015-04-151-2/+13
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-093-14/+14
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-2/+2
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-091-0/+0
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Backend: emit all annotations.Dmitry Petrashko2015-04-031-18/+43
* Backend: Emmit simple annotationsDmitry Petrashko2015-04-031-12/+141
* Handle inner classes defined in suppercalls.Dmitry Petrashko2015-04-021-1/+1
* Emit inner classes table.Dmitry Petrashko2015-04-021-7/+15
* Emit abstract flag for non-abstract traitsDmitry Petrashko2015-03-251-1/+2
* Make CollectEntryPoints stable against type aliases.Dmitry Petrashko2015-03-251-4/+12
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-1/+1