summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab
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
* | Fix regression in 5751763Iulian Dragos2017-02-221-5/+10
|/
* 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
| * [backport] Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-251-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-282-34/+34
* | | 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-272-30/+31
* | | 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
* | | Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-191-4/+4
|/ /
* | Disable stub warning by default.Oscar Boykin2016-07-221-1/+1
* | Remove abstraction layer in classpath implementationLukas Rytz2016-05-022-19/+17
* | remove recursive classpath implementationLukas Rytz2016-04-232-36/+3
* | 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
|/
* 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
| |/