summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/pickling
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5724 from jvican/stub-errors-2.12.xAdriaan Moors2017-03-271-5/+16
|\
| * Improve stub error messages (SCP-009 proposal)jvican2017-03-241-5/+16
* | Avoid stub symbol related crash in backendJason Zaugg2017-02-191-1/+1
|/
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* SD-275 Remove obsolete code from the unpicklerJason Zaugg2016-11-291-27/+12
* SD-275 Further harden against refs to absentee classesJason Zaugg2016-11-291-3/+2
* SI-8502 Rework handling of stub symbols in unpicklerJason Zaugg2016-11-291-4/+3
* 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
|/
* fix ByteCodecs scaladocxuwei-k2014-12-141-2/+2
* 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-8497 Fix regression in pickling of AnnotatedTypesJason Zaugg2014-04-141-15/+16
* 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
* Mappings between classes and pickler tags.Paul Phillips2013-10-121-0/+128
* Cull extraneous whitespace.Paul Phillips2013-09-181-8/+0
* Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-2/+2
* Make all numeric coercions explicit.Paul Phillips2013-05-272-4/+4
* 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-034-6/+10
|/
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-3/+3
* Address some ScaladocrotJason Zaugg2013-02-251-2/+2
* Banish needless semicolons.Jason Zaugg2013-02-241-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