summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab/classfile/Pickler.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-6/+6
* Optimize the pickler phaseJason Zaugg2014-01-311-15/+18
* SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-3/+2
* Eliminate redundant pickling code.Paul Phillips2013-10-121-673/+177
* Convenience method findSymbol.Paul Phillips2013-10-121-1/+1
* SI-7501 Pickler: owner adjustment for param syms in annotation argsJason Zaugg2013-08-171-1/+6
* Fixing exhaustiveness warnings.Paul Phillips2013-07-171-15/+8
* Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+1
* Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-131/+45
|\
| * SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
| * Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
| * SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-111-1/+1
| * Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-14/+0
| |\
| | * Since the problem in SI-6758 is fixed, it's ok to move checking for unused im...Eugene Vigdorchik2013-03-051-14/+0
| * | Banish needless semicolons.Jason Zaugg2013-02-241-3/+3
| |/
| * SI-5923 adapt macros when they are deferredEugene Burmako2013-01-091-5/+1
| * Deskolemize type skolems before pickling.Paul Phillips2012-12-151-2/+33
| * Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+1
| |\
| * | Remove code from compiler central.Paul Phillips2012-11-201-106/+0
| * | Removing ancient comments and pointless comments.Paul Phillips2012-11-191-2/+0
| * | Revert "Commenting out unused members."Paul Phillips2012-11-191-104/+104
| * | Commenting out unused members.Paul Phillips2012-11-191-104/+104
| * | Warn about unused imports.Paul Phillips2012-11-071-2/+14
| * | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
| |\ \
| * | | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+1
| * | | Remove unused private members.Paul Phillips2012-11-011-2/+0
| * | | Merge pull request #1382 from paulp/topic/tpe_starPaul Phillips2012-10-071-1/+1
| |\ \ \
| | * | | All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-021-1/+1
| * | | | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-2/+2
| |/ / /
| * | | Merge pull request #1430 from paulp/SI-5859-5353-4729Grzegorz Kossakowski2012-10-021-2/+2
| |\ \ \
| | * | | Fix for SI-5353, imperfect error message.Paul Phillips2012-09-291-2/+2
| * | | | Purged DebruijnIndex.Paul Phillips2012-09-281-5/+1
| |/ / /
* | | | [nomaster] SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-111-5/+1
* | | | SI-7426 Crash in pickler.Paul Phillips2013-04-261-1/+0
* | | | SI-5353, imperfect error message.Paul Phillips2013-01-301-2/+2
| |_|/ |/| |
* | | evicts assert(false) from the compilerEugene Burmako2012-12-061-1/+1
| |/ |/|
* | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
|/
* SI-5692 better error messageEugene Burmako2012-09-181-1/+5
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Pickled flag reorgMartin Odersky2012-07-111-2/+2
* diagnostics for SI-5692Eugene Burmako2012-04-251-3/+10
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Next generation of macrosEugene Burmako2012-04-121-3/+3
* More consistent use of atPhase.Paul Phillips2012-03-011-1/+1
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-1/+1
* Symbol creation followup.Paul Phillips2012-01-161-5/+2