summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-163-33/+61
| |\ \ \
| | * | | Improve support for patterns in valsDenys Shabalin2014-02-092-12/+20
| | * | | Move placeholder construction logic into PlaceholdersDenys Shabalin2014-02-092-22/+36
| | * | | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-091-0/+6
| * | | | Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-151-1/+50
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-111-1/+50
* | | | | renames some methods in ReificationSupportEugene Burmako2014-02-151-2/+2
* | | | | addresses pull request feedbackEugene Burmako2014-02-153-2/+7
* | | | | some renamingsEugene Burmako2014-02-151-1/+1
* | | | | adds internal.subpatternsEugene Burmako2014-02-141-1/+1
* | | | | establishes scala.reflect.api#internalEugene Burmako2014-02-144-11/+10
* | | | | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-142-10/+31
* | | | | additional class tags for reflection APIEugene Burmako2014-02-141-0/+8
|/ / / /
* / / / Tweak parser entry point for pqDenys Shabalin2014-02-111-1/+1
|/ / /
* | | Merge pull request #3406 from xeno-by/ticket/7570Jason Zaugg2014-02-102-11/+45
|\ \ \
| * | | addresses pull request feedbackEugene Burmako2014-02-061-2/+1
| * | | SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-242-11/+46
* | | | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-101-3/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-241-3/+4
| |/ /
* | | Merge pull request #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-092-16/+2
|\ \ \ | |_|/ |/| |
| * | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-2/+2
| * | further limits discoverability of resetAttrsEugene Burmako2014-02-072-14/+0
* | | Merge pull request #3420 from som-snytt/issue/8092-f-parsingEugene Burmako2014-02-093-174/+332
|\ \ \
| * | | SI-8092 Review cleanup, no qqSom Snytt2014-02-081-4/+20
| * | | SI-8092 Refactor f-interpSom Snytt2014-02-043-299/+316
| * | | SI-8092 More verify for f-interpolatorSom Snytt2014-01-281-137/+262
| | |/ | |/|
* | | Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-071-0/+2
* | | Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-071-0/+2
| |/ |/|
* | Merge pull request #3475 from densh/topic/holemap-orderingEugene Burmako2014-02-062-20/+21
|\ \
| * | Fix inconsistent binding in patterns with 10+ holesDenys Shabalin2014-02-062-21/+22
* | | SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-022-15/+27
|/ /
* | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-293-4/+28
|\ \
| * | SI-8076 improve support for implicit argument listDenys Shabalin2014-01-161-2/+6
| * | SI-6844 restrict splicing in parameter positionDenys Shabalin2014-01-163-3/+23
* | | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-293-39/+84
|\ \ \
| * | | Addresses feedback from JasonDenys Shabalin2014-01-273-35/+34
| * | | Reify all blocks as syntactic blocksDenys Shabalin2014-01-241-1/+3
| * | | Address pull request feedbackDenys Shabalin2014-01-231-1/+1
| * | | SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-231-2/+11
| * | | Refactor reification of high-cardinality holesDenys Shabalin2014-01-231-16/+51
| * | | Tag synthetic unit with attachmentDenys Shabalin2014-01-231-2/+2
| | |/ | |/|
* / | SI-8171 make tq"" an alias for empty type treeDenys Shabalin2014-01-241-1/+6
|/ /
* | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-212-6/+11
|\ \
| * | deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-212-6/+11
| |/
* | quasiquotes no longer evaluate debug logs when debug logging is offEugene Burmako2014-01-191-2/+2
* | Merge pull request #3373 from densh/topic/std-liftable-refinementAdriaan Moors2014-01-171-8/+9
|\ \
| * | Give better names to UnliftHelper1 and UnliftHelper2Denys Shabalin2014-01-161-6/+8
| * | Remove redundant asInstanceOf for liftableDen Shabalin2014-01-161-2/+1
| |/
* / SI-8148 fix anonymous functions with placeholdersDenys Shabalin2014-01-161-2/+2
|/
* Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-031-9/+20
|\