aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/pickling/ClassfileParser.scala
Commit message (Expand)AuthorAgeFilesLines
* Pickling modularization reorgMartin Odersky2015-05-021-1078/+0
* ClassfileParser and SymbolLoader should return embedded unpicklersMartin Odersky2015-04-281-32/+40
* Rename Unpickler -> Scala2UnpicklerMartin Odersky2015-04-281-2/+2
* Allow separate compilation of Dotty using TASTYMartin Odersky2015-04-251-7/+22
* Remove debug message from ClassfileParser.Dmitry Petrashko2015-04-091-4/+0
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-6/+6
* Make companion-module links in ClassfileParserDmitry Petrashko2015-03-281-2/+8
* Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-261-8/+3
* Add companion class methods for files read from scala & javaDmitry Petrashko2015-03-251-0/+10
* Drop choice of separator in expanded name.Martin Odersky2015-03-181-1/+1
* Fix printing errors in ClassfileParser.Dmitry Petrashko2015-03-181-1/+1
* ClassfileParser.innerClasses - fix error message.Dmitry Petrashko2015-03-181-1/+1
* Merge pull request #310 from dotty-staging/fix/#305-annot-bootstrapDmitry Petrashko2014-12-311-1/+1
|\
| * More careful usage of unforced decls in classes.Martin Odersky2014-12-181-1/+1
* | Allow for varargs passed to Java annotation constructors.Martin Odersky2014-12-191-12/+27
|/
* Merge pull request #251 from dotty-staging/shared-backendDmitry Petrashko2014-12-171-1/+3
|\
| * Hack ClassFileParser to not treat Null$ or Nothing$ as modules.Dmitry Petrashko2014-12-161-1/+3
* | Replace Throwable catches with NonFatalMartin Odersky2014-12-151-1/+2
|/
* Annotations have JavaSeqLiterals inside.Dmitry Petrashko2014-11-221-1/+1
* Extracting ApplyOverloaded to be reused in UnPickler and ClassfileParserDmitry Petrashko2014-11-221-1/+1
* Add the right constructor to Java annotationsMartin Odersky2014-11-221-0/+40
* Avoid computing info of TypeRefs for Object <-> Any comversions in ClassfileP...Martin Odersky2014-11-131-4/+8
* Clean up code relating to interfaces.Martin Odersky2014-11-101-2/+3
* Avoid capturing an old context in Classfile#typeParamCompleterMartin Odersky2014-10-121-2/+4
* LazyRefs break cycles for unpickled typesMartin Odersky2014-08-081-1/+6
* Make TypeParamCreation flags depend on ownerMartin Odersky2014-07-171-1/+1
* Various cleanups and utility additionsMartin Odersky2014-07-171-8/+8
* Added phase: SuperAccessorsMartin Odersky2014-07-171-1/+1
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-2/+4
* Reworked erasure denotation transformerMartin Odersky2014-03-291-2/+1
* ClassfileParser: apply scala commit e78896f (invokedynamic)Samuel Gruetter2014-03-211-2/+5
* ClassfileParser: apply scala commit b2c67b3 (java8 default methods)Samuel Gruetter2014-03-211-0/+7
* ClassfileParser: apply scala commit f91242c6959471b6c463538beSamuel Gruetter2014-03-211-3/+10
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-1/+1
* Some changes in the interest of speedups.Martin Odersky2014-02-121-3/+3
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-091-46/+42
* Making completer take an implicit contextMartin Odersky2014-02-091-4/+4
* Fix bug for reading type arguments in ClassfileParserMartin Odersky2014-02-061-2/+2
* Making files in pickling dotty-compliant.Martin Odersky2014-01-141-13/+20
* Generalized ensure constructor logic from Java classes to all classes or trai...Martin Odersky2013-12-221-7/+0
* Setting Method flag when parsing classfiles and sourcesMartin Odersky2013-12-161-1/+1
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-231-1/+1
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-11/+11
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-271-5/+4
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-11/+28
* Added isRef method to determine whether a type is a typeref that refers to a ...Martin Odersky2013-09-261-1/+1
* Fixed a bug related to classfile parsingMartin Odersky2013-09-231-1/+2
* Fixes handling of modules in namer.Martin Odersky2013-08-201-1/+1