summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/ReificationSupport.scala
Commit message (Expand)AuthorAgeFilesLines
* fix recent regression: macro paradise + Java sources = MatchErrorSeth Tisue2017-02-171-3/+7
* SI-10097 Error if no non-implicit case class paramSom Snytt2016-12-141-5/+10
* Merge pull request #5252 from adriaanm/t8339Stefan Zeiger2016-08-121-0/+1
|\
| * SI-8339 drop deprecated fallback `withFilter` -> `filter`Adriaan Moors2016-08-111-0/+1
* | Fields phaseAdriaan Moors2016-08-111-0/+1
|/
* General cleanups and less warnings during a Scala buildsoc2016-04-041-0/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-4/+4
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* Merge pull request #4054 from soc/SI-8916Lukas Rytz2014-11-041-1/+0
|\
| * SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* | fix typo. s/represenation/representationxuwei-k2014-10-201-1/+1
|/
* SI-7931 fix Dscala.repl.vids and some string interpolation typosAntoine Gourlay2014-09-021-1/+1
* SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+2
* Merge pull request #3657 from xeno-by/ticket/8388Jason Zaugg2014-03-281-8/+76
|\
| * SI-8388 consistently match type trees by originalsDenys Shabalin2014-03-251-8/+76
* | Merge pull request #3656 from densh/si/8387-8350Jason Zaugg2014-03-271-7/+14
|\ \
| * | SI-8387 don't match new as a function applicationDenys Shabalin2014-03-251-4/+9
| * | SI-8350 treat single parens equivalently to no-parens in newDenys Shabalin2014-03-251-3/+5
* | | SI-8451 quasiquotes now handle quirks of secondary constructorsEugene Burmako2014-03-271-1/+11
| |/ |/|
* | SI-8411 match desugared partial functionsDenys Shabalin2014-03-221-3/+19
|/
* SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-101-2/+17
* Address pull request feedbackDenys Shabalin2014-03-091-4/+10
* SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-091-8/+39
* SI-8332 implicit class param unquoting in quasiquotesDenys Shabalin2014-03-021-8/+8
* Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-281-14/+15
* block processing fixed for syntactics in typechecked treesVladimirNik2014-02-201-2/+2
* printOwners support added to Printers; whitespaces removedVladimirNik2014-02-201-1/+1
* move methods for typechecked trees processing to TreeInfoVladimirNik2014-02-201-59/+1
* lazy vals printing fixed for typechecked treesVladimirNik2014-02-201-4/+8
* Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-201-1/+57
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-25/+67
* staticXXX now throw ScalaReflectionExceptionEugene Burmako2014-02-151-3/+4
* renames some methods in ReificationSupportEugene Burmako2014-02-151-5/+5
* some renamingsEugene Burmako2014-02-151-2/+2
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-0/+947