summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/pickling/UnPickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Address review commentsLukas Rytz2016-10-281-3/+4
* Minor style cleanups, no changes in logicLukas Rytz2016-10-271-6/+3
* Robustly identify unpickling the current module classLukas Rytz2016-10-271-11/+11
* Classfile parser and unpickler require class and module symbol argumentsLukas Rytz2016-10-271-2/+3
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-3/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-1/+1
|\
| * Update links to docs, codehaus and citeseerJanek Bogucki2015-09-041-1/+1
* | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-1/+1
|\|
| * ScalaDoc fixes for reflectJanek Bogucki2015-07-281-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\|
| * SI-8502 create PackageClass instead of Class symbol stubs for pkgsLukas Rytz2015-07-201-1/+1
* | Remove the continuations plugin module dependencyLukas Rytz2015-04-231-1/+0
|/
* SI-8502 Improve resiliance to absent packagesJason Zaugg2014-11-281-2/+17
* SI-7596 Curtail overloaded symbols during unpicklingJason Zaugg2014-11-061-1/+1
* SI-8868 Fix unpickling of local dummy symbolsJason Zaugg2014-09-301-2/+10
* Better error message than 'bad symbolic reference'.Adriaan Moors2014-07-221-5/+6
* SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-071-5/+37
* SI-4492 More informative error when class not found on classpathAdriaan Moors2014-03-141-4/+19
* Merge pull request #3391 from xeno-by/ticket/8131Jason Zaugg2014-02-081-3/+9
|\
| * SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-211-3/+9
* | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-1/+1
|/
* ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-1/+8
* reflection no longer uses enteringPhase and friendsEugene Burmako2013-10-181-2/+2
* Eliminate redundant pickling code.Paul Phillips2013-10-121-352/+158
* Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-2/+2
* Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-071-1/+2
|\
| * Hardening against nulls for deserialization.Paul Phillips2013-05-031-1/+2
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
|/
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-3/+3
* Address some ScaladocrotJason Zaugg2013-02-251-2/+2
* Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+1
|\
| * evicts assert(false) from the compilerEugene Burmako2012-12-061-1/+1
* | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-231-2/+7
|\|
| * SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-131-4/+4
| * Refine the message and triggering of MissingRequirementError.Jason Zaugg2012-11-101-2/+6
| * SI-6640 Better reporting of deficient classpaths.Jason Zaugg2012-11-101-6/+2
* | Members removed in scala.reflect.Paul Phillips2012-11-201-9/+0
* | Removing ancient comments and pointless comments.Paul Phillips2012-11-191-3/+3
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-7/+7
* | Commenting out unused members.Paul Phillips2012-11-191-7/+7
* | 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
* | Pull request feedback.Paul Phillips2012-11-041-8/+10
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+2
* | Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-271-1/+1
|\|
| * distinguishes flag-agnostic completersEugene Burmako2012-09-241-1/+1
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-1/+1
|\|
| * SI-6360 revises naming of AnnotationInfo and its membersEugene Burmako2012-09-151-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-3/+3
|\|