summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-193-0/+17
* Merge pull request #5141 from adriaanm/fieldsAdriaan Moors2016-08-1116-216/+170
|\
| * Drive accessor synthesis from info transformerAdriaan Moors2016-08-112-10/+2
| * Simplify erasure + mixinAdriaan Moors2016-08-112-7/+13
| * Reduce flag fiddlingAdriaan Moors2016-08-112-38/+26
| * Uncurry's info transform: non-static module --> methodAdriaan Moors2016-08-115-23/+13
| * Don't cache `MethodSymbol`'s `memberType`.Adriaan Moors2016-08-113-38/+11
| * Fields phase synthesizes modulesAdriaan Moors2016-08-112-13/+4
| * Fields phaseAdriaan Moors2016-08-117-86/+101
| * Do not add `@TraitSetter` -- not sure what it's forAdriaan Moors2016-08-092-2/+1
* | Merge pull request #5272 from som-snytt/issue/8829Adriaan Moors2016-08-111-0/+9
|\ \ | |/ |/|
| * SI-8829 Let reporter customize retry messageSom Snytt2016-07-091-0/+9
* | Merge pull request #5279 from retronym/ticket/SD-183Adriaan Moors2016-07-261-2/+2
|\ \
| * | SD-183 Make refinement classes ineligible as SAMsJason Zaugg2016-07-141-2/+2
| |/
* | Upgrade asm to 5.1Lukas Rytz2016-07-201-0/+1
* | Constant print control in unicodeSom Snytt2016-06-161-2/+1
* | Refactor triple quote quotingSom Snytt2016-06-161-15/+15
* | Avoid triple-quoting triple quotesSom Snytt2016-06-161-1/+1
|/
* Remove TopLevelCreationFlagsLukas Rytz2016-06-062-8/+3
* clear all flags when resetting a symbolLukas Rytz2016-06-062-2/+1
* Merge pull request #5099 from retronym/ticket/9390Jason Zaugg2016-06-064-0/+10
|\
| * SI-9390 Avoid needless outer capture with local classesJason Zaugg2016-06-034-0/+10
* | Merge pull request #5157 from retronym/topic/lambda-staticsJason Zaugg2016-06-066-6/+9
|\|
| * Lambda impl methods static and more stably namedJason Zaugg2016-06-013-1/+4
| * Avoid tree sharing with substituteThisJason Zaugg2016-05-313-5/+5
* | Merge pull request #5205 from adriaanm/misc-optAdriaan Moors2016-06-022-7/+6
|\ \
| * | opt: fuse some operations on `Scope`sAdriaan Moors2016-06-012-7/+6
| |/
* | Merge commit 'cba585d' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-0/+1
|\ \ | |/ |/|
| * SI-4625 App is a thingSom Snytt2016-05-161-0/+1
| * Fix bold text in reflect API for 2.11.xFelix Mulder2016-02-271-1/+1
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-294-5/+5
* | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-2828-223/+223
* | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-11/+16
* | SI-2712 Add support for higher order unificationMiles Sabin2016-05-243-5/+37
* | Merge pull request #5042 from soc/SI-9539Jason Zaugg2016-05-051-2/+2
|\ \
| * | SI-9539 Specify charset when reading ScalaSignatures, ...Simon Ochsenreither2016-03-151-2/+2
* | | Merge pull request #5094 from lrytz/classOfUnitAdriaan Moors2016-04-271-2/+3
|\ \ \
| * | | Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-2/+3
* | | | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-252-0/+2
* | | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-2/+2
* | | | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-211-1/+4
|/ / /
* | | Do not rely on ScalaRunTime.{inlineEquals,hash} in JavaMirrors.Sébastien Doeraene2016-04-131-3/+3
* | | Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-131-1/+1
* | | Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-074-12/+3
|\ \ \
| * | | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-074-12/+3
* | | | General cleanups and less warnings during a Scala buildsoc2016-04-046-7/+8
|/ / /
* | | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-9/+23
|\ \ \
| * | | At the end of a run, close macro runtime's classloaderJason Zaugg2016-03-302-9/+23
* | | | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-312-2/+4
|\ \ \ \
| * | | | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-302-2/+4
| |/ / /