summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/runtime/JavaUniverseForce.scala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-031-1/+1
* Optimised implementation of List.filter/filterNotRory Graves2017-01-281-1/+1
* SI-10071 Separate compilation for varargs methodsIulian Dragos2017-01-091-0/+2
* Partial fix for SI-7046Miles Sabin2016-08-151-0/+1
* Improve presentation compilation of annotationsJason Zaugg2015-09-241-1/+0
* SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-231-1/+1
* [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-181-0/+2
* [indylambda] Support lambda {de}serializationJason Zaugg2015-05-171-0/+1
* SI-7965 Support calls to MethodHandle.{invoke,invokeExact}Jason Zaugg2014-12-031-0/+1
* [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-061-0/+1
* SI-4788/SI-5948 Respect RetentionPolicy of Java annotationsSimon Ochsenreither2014-10-071-0/+2
* some renamingsEugene Burmako2014-02-151-0/+2
* reflection API compatibility with 2.10.xEugene Burmako2014-02-141-0/+1
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-1/+3
* SI-7475 Private members are not inheritableJason Zaugg2014-02-101-31/+0
* Merge pull request #3391 from xeno-by/ticket/8131Jason Zaugg2014-02-081-2/+1
|\
| * SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-211-0/+1
| * Revert "synchronizes pendingVolatiles"Eugene Burmako2014-01-201-2/+0
* | Tag synthetic unit with attachmentDenys Shabalin2014-01-231-0/+1
* | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-211-0/+1
|\ \
| * | moves analyzer.ImportType into scala.reflect.internalEugene Burmako2014-01-211-0/+1
* | | capitalizes ā€œsā€ in tostringEugene Burmako2014-01-201-2/+2
* | | introduces failsafe against endless type printingEugene Burmako2014-01-201-0/+1
* | | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-151-0/+1
|\ \ \ | |_|/ |/| |
| * | SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-141-0/+1
| |/
* | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-141-2/+0
|\ \
| * | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-121-2/+0
| |/
* | Merge pull request #3247 from soc/SI-8058-enumsAdriaan Moors2014-01-131-0/+1
|\ \ | |/ |/|
| * SI-8058 Better support for enum treesSimon Ochsenreither2014-01-041-0/+1
* | SI-7974 Avoid calling nonPrivateMember after erasureSimon Ochsenreither2014-01-031-0/+1
|/
* cosmetic changes to liftablesEugene Burmako2013-12-191-1/+2
* Address minor pull request feedback pointsDen Shabalin2013-12-111-1/+0
* Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-101-0/+1
* Provide a way for unapply macro to obtain a list of subpattensDen Shabalin2013-12-101-0/+1
* Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-101-0/+1
* refactor out fresh name prefix extraction logicDen Shabalin2013-11-171-0/+1
* Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-131-2/+5
|\
| * blackbox and whitebox macrosEugene Burmako2013-11-121-2/+5
* | change intermidiate representation of for loop enumeratorsDen Shabalin2013-11-121-0/+1
* | add support for importable attachmentsDen Shabalin2013-11-121-1/+1
|/
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-32/+0
* Add a per-run cache for member symbolsJason Zaugg2013-11-081-2/+1
* makes all locks and tlses private and lazyEugene Burmako2013-10-181-1/+1
* need to synchronize Symbols.recursionTableEugene Burmako2013-10-181-0/+1
* replaces locks over numbers with AtomicIntegersEugene Burmako2013-10-181-2/+2
* thread locals instead of locks for vars in Types.scalaEugene Burmako2013-10-181-1/+14
* SI-6240 introduces GIL to Scala reflectionEugene Burmako2013-10-181-4/+3
* eagerly initializes lazy vals and objects in runtime reflectionJason Zaugg2013-10-181-0/+483