summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab
Commit message (Expand)AuthorAgeFilesLines
* Disable stub warning by default.Oscar Boykin2017-03-251-1/+1
* Improve stub error messages (SCP-009 proposal)jvican2017-03-241-3/+10
* 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
* [backport] Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-251-4/+4
* 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
|/
* Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
* SI-9322 Elapsed times in compiler calculated withSean Riggin2015-05-261-2/+1
* 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-142-3/+3
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-3/+2
* Integrate flat classpath with the compilermpociecha2014-12-051-3/+9
* Define interface for flat classpath and add package loader using itmpociecha2014-11-301-0/+34
* Abstract over ClassPath and ClassRepmpociecha2014-11-283-11/+10
* Rename ClassPath.findSourceFile to ClassPath.findClassFileGrzegorz Kossakowski2014-09-242-3/+3
* Merge pull request #3826 from lrytz/opt/refactorTrackedGrzegorz Kossakowski2014-07-251-12/+29
|\
| * Clean up and document some usages of flags in the backendLukas Rytz2014-07-081-12/+29
* | 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 pull request #3728 from retronym/topic/merge-2.10.xJason Zaugg2014-05-081-3/+7
|\
| * 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
* | | Get rid of Platform.doLoad method.Grzegorz Kossakowski2014-05-071-1/+1
|/ /
* | 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-172-3/+10
|\ \ \ | | |/ | |/|
| * | SI-8085 Fix BrowserTraverser for package objectsJason Zaugg2013-12-181-2/+4
| * | 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