summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab/classfile
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-3/+2
* | | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-171-1/+6
|\ \ \ | | |/ | |/|
| * | SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-101-1/+6
* | | SI-8058 Better support for enum treesSimon Ochsenreither2014-01-041-1/+1
| |/ |/|
* | Eliminate redundant pickling code.Paul Phillips2013-10-121-673/+177
* | Convenience method findSymbol.Paul Phillips2013-10-121-1/+1
* | Merge pull request #2886 from gkossakowski/merge-2.10.xJason Zaugg2013-08-301-3/+8
|\ \
| * | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-3/+8
| |\|
| | * Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-211-4/+4
| | |\
| | * | SI-7014 Annot arg may refer to annotated class's memberAdriaan Moors2013-08-131-3/+8
* | | | Merge pull request #2847 from retronym/ticket/7501Grzegorz Kossakowski2013-08-281-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7501 Pickler: owner adjustment for param syms in annotation argsJason Zaugg2013-08-171-1/+6
* | | | Pushed some noisy logging down to debuglog.Paul Phillips2013-08-171-2/+2
|/ / /
* | | SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-151-2/+1
* | | Merge pull request #2776 from gkossakowski/symbolTable-refactoringsGrzegorz Kossakowski2013-08-062-109/+138
|\ \ \
| * | | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-272-9/+20
| * | | Remove dependency on typer phase in ClassfileParser.Grzegorz Kossakowski2013-07-271-6/+13