summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab/classfile
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5724 from jvican/stub-errors-2.12.xAdriaan Moors2017-03-271-3/+10
|\
| * Improve stub error messages (SCP-009 proposal)jvican2017-03-241-3/+10
* | SI-10231 Skip outer parameter when classfile parsing java param namesLukas Rytz2017-03-171-7/+17
|/
* Merge commit '36967321c7' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-3/+2
|\
| * SI-9331 Fix canEqual for case classes with HK type paramsJason Zaugg2017-01-091-3/+2
| * [nomerge] SI-10037 ASR/LSR switched in ICodeReaderSom Snytt2016-11-101-4/+4
* | Merge pull request #5384 from som-snytt/issue/9915Seth Tisue2016-11-141-2/+6
|\ \
| * | SI-9915 Utf8_info are modified UTF8Som Snytt2016-10-201-2/+6
* | | Address review commentsLukas Rytz2016-10-281-21/+27
* | | For scala classfiles, only parse the scala signature annotationLukas Rytz2016-10-281-24/+45
* | | Minor style cleanups, no changes in logicLukas Rytz2016-10-271-4/+4
* | | Classfile parser and unpickler require class and module symbol argumentsLukas Rytz2016-10-271-12/+9
* | | Clean up cross-check in classfile parser, remove unnecessary assignmentLukas Rytz2016-10-271-6/+3
* | | Clean up lookup class by name in the classfile parserLukas Rytz2016-10-271-46/+26
|/ /
* | Disable stub warning by default.Oscar Boykin2016-07-221-1/+1
* | Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-10/+10
* | remove recursive classpath implementationLukas Rytz2016-04-231-1/+1
* | SI-9437 Emit and support parameter names in class filesSimon Ochsenreither2016-01-251-0/+17
* | SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-141-1/+1
* | Remove ICodeSimon Ochsenreither2015-10-311-1130/+0
|/
* Merge pull request #4653 from lrytz/t9403Jason Zaugg2015-07-272-3/+6
|\
| * SI-9403 fix ICodeReader for negative BIPUSH / SIPUSH valuesLukas Rytz2015-07-242-3/+6
* | Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-241-1/+1
* | [backport] Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-231-1/+1
|/
* Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-231-1/+1
|\
| * Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* | SI-9359 Fix InnerClass entry flags for nested Java enumsLukas Rytz2015-06-191-0/+2
|/
* Merge pull request #4486 from mpociecha/ticket/8679Lukas Rytz2015-05-041-0/+1
|\
| * SI-8679 Add support for ScalaLongSignature attribute in scalapMichał Pociecha2015-05-031-0/+1
* | SI-9282 Avoid obscuring an exception during classfile parsingJason Zaugg2015-04-271-3/+5
|/
* SI-9268 Be robust against absent classfiles during signature parsingJason Zaugg2015-04-211-7/+3
* Merge pull request #4386 from retronym/ticket/7741Lukas Rytz2015-04-091-8/+14
|\
| * SI-7741 Tread more lightly during classfile parsingJason Zaugg2015-03-251-8/+14
* | Removed warningsEECOLOR2015-03-261-3/+3
* | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-262-2/+2
|/
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* Abstract over ClassPath and ClassRepmpociecha2014-11-282-8/+7
* Rename ClassPath.findSourceFile to ClassPath.findClassFileGrzegorz Kossakowski2014-09-242-3/+3
* Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-091-1/+10
|\
| * SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-071-1/+10
* | Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
|/
* Don't crash on dead code in ICodeReaderLukas Rytz2014-06-041-20/+28
* Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-081-3/+7
|\
| * SI-8442 Ignore stub annotation symbols in `AnnotationInfo#matches`Jason Zaugg2014-03-251-3/+7
* | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-2/+2
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-2/+5
|\ \
| * | SI-8244 Fix raw type regression under separate compilationJason Zaugg2014-02-121-2/+5
* | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-6/+6
|/ /
* | Optimize the pickler phaseJason Zaugg2014-01-311-15/+18
* | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-3/+2
|\ \