summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab/classfile/ICodeReader.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-311-1130/+0
* SI-9403 fix ICodeReader for negative BIPUSH / SIPUSH valuesLukas Rytz2015-07-241-3/+3
* Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-1/+1
* Abstract over ClassPath and ClassRepmpociecha2014-11-281-1/+1
* Rename ClassPath.findSourceFile to ClassPath.findClassFileGrzegorz Kossakowski2014-09-241-1/+1
* Don't crash on dead code in ICodeReaderLukas Rytz2014-06-041-20/+28
* 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
* | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-0/+2
* | Move ICodeReader-specific logic out of ClassfileParser.Grzegorz Kossakowski2013-07-271-0/+89
* | Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+2
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* | Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-1/+1
* | Brought some structure to the classfileparser.Paul Phillips2013-04-031-91/+88
* | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-0/+9
|\|
| * Log when invokedynamic instruction is encounteredJames Iry2013-03-251-0/+1
| * Read version 51 (JDK 7) class files.James Iry2013-03-141-0/+8
* | Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-1/+1
* | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-2/+2
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-22/+22
* | SI-7159 Distinguish between assignability and sub typing in TypeKindsJames Iry2013-02-281-1/+1
* | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* | Banish needless semicolons.Jason Zaugg2013-02-241-34/+35
* | Be explicit about empty param list calls.Jason Zaugg2013-02-241-6/+6
* | Remove Name -> TermName implicit.Paul Phillips2012-12-011-2/+2
* | Remove code from compiler central.Paul Phillips2012-11-201-3/+3
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-3/+3
* | Commenting out unused members.Paul Phillips2012-11-191-3/+3
* | Deprecation patrol.Paul Phillips2012-11-061-1/+1
* | Removed unused imports.Paul Phillips2012-11-061-3/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-8/+3
* | Remove unused private members.Paul Phillips2012-11-011-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-9/+4
|\|
| * Large logging cleanup effort.Paul Phillips2012-09-011-9/+4
* | Merge branch '2.10.x'Adriaan Moors2012-08-141-7/+2
|\|
| * Merge pull request #1043 from magarciaEPFL/fixes210Adriaan Moors2012-08-081-7/+2
| |\
| | * updating resolveDups() to use MethodTFA.mutatingInterpret()Miguel Garcia2012-08-021-7/+2
* | | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+4
|\| |
| * | update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
| * | SI-6188 ICodeReader notes exception handlers, Inliner takes them into accountMiguel Garcia2012-08-061-0/+3
| |/
* / Renaming phase time-travel methods.Paul Phillips2012-07-191-1/+1
|/
* The new reflectionEugene Burmako2012-06-081-4/+4
* Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-1/+1
* Fix for SI-5644.Paul Phillips2012-04-061-2/+2
* Toward a higher level abstraction than atPhase.Paul Phillips2012-02-251-1/+1
* Intercept assert and require calls.Paul Phillips2012-01-261-3/+3
* Revert "Fixing inliner visibility issue."Paul Phillips2012-01-171-19/+26