summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect
Commit message (Expand)AuthorAgeFilesLines
* Uncurry's info transform: non-static module --> methodAdriaan Moors2016-08-111-2/+1
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-2/+2
* Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-261-22/+27
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-183-6/+4
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-0/+16
* Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-1/+1
|\
| * Removed warningsEECOLOR2015-03-261-1/+1
* | SI-7775 Exclude nulls when iterating sys propsSom Snytt2015-03-021-2/+3
|/
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-1/+1
* Integrate flat classpath with the compilermpociecha2014-12-051-3/+3
* moves the impl of quasiquotes to scala.reflectEugene Burmako2014-09-116-1222/+1
* Restrict `contextMode` fiddling to `Context`Adriaan Moors2014-07-171-1/+1
* Merge pull request #3858 from densh/si/8703Jason Zaugg2014-07-151-3/+10
|\
| * Address pull request feedbackDenys Shabalin2014-07-141-1/+3
| * SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-021-3/+8
* | SI-8608 f-interpolator inlines StringOpsSom Snytt2014-07-141-3/+11
* | SI-8608 f interpolator emits constant stringsSom Snytt2014-07-141-2/+4
* | Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
|/
* SI-8637 fixes toolbox phase corruptionEugene Burmako2014-05-301-0/+1
* Refactor FastTrack to use composition instead of inheritance.Grzegorz Kossakowski2014-05-071-3/+6
* SI-8466 fix quasiquote crash on recursively iterable unliftingDenys Shabalin2014-04-021-5/+5
* SI-8388 consistently match type trees by originalsDenys Shabalin2014-03-251-2/+14
* SI-8420 don't crash on unquoting of non-liftable native typeDenys Shabalin2014-03-171-2/+4
* Merge pull request #3598 from som-snytt/issue/8266-amend-adviceAdriaan Moors2014-03-141-1/+2
|\
| * SI-8266 Amend advice for deprecated octal 042Som Snytt2014-02-281-1/+2
* | SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-101-2/+4
* | Merge pull request #3611 from densh/si/8385Adriaan Moors2014-03-102-1/+5
|\ \
| * | Move extra tuple placeholder case to reifyTreePlaceholderDenys Shabalin2014-03-101-4/+4
| * | Update quasiquote debug output minimization passDenys Shabalin2014-03-091-1/+1
| * | SI-8385 make sure $quasiquote$tuple gets reified properlyDenys Shabalin2014-03-091-0/+4
* | | Address pull request feedbackDenys Shabalin2014-03-091-4/+2
* | | SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-091-0/+7
|/ /
* | Merge pull request #3592 from densh/si/8281Eugene Burmako2014-03-031-1/+2
|\ \
| * | SI-8281 check for unbound placeholder parameters in quasiquote parserDenys Shabalin2014-02-281-1/+2
| |/
* | SI-8332 implicit class param unquoting in quasiquotesDenys Shabalin2014-03-021-9/+14
* | Merge pull request #3596 from densh/si/8333Eugene Burmako2014-03-011-0/+2
|\ \
| * | SI-8333 can't use modifiers if class is in a blockDenys Shabalin2014-02-281-0/+2
| |/
* | Merge pull request #3593 from densh/si/8285Eugene Burmako2014-03-012-9/+7
|\ \
| * | SI-8285 use correct kind of map for quasiquote positionsDenys Shabalin2014-02-282-9/+7
| |/
* | Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-281-0/+2
* | SI-8275 allow to directly extract block contents of the case defDenys Shabalin2014-02-281-0/+2
|/
* Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-204-80/+80
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-165-99/+172
|\
| * Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-161-7/+10
| |\
| | * introduces -Yshow-symownersEugene Burmako2014-02-101-7/+10
| * | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-161-56/+48
| |\ \
| | * | typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-56/+48
| * | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-163-33/+61
| |\ \ \
| | * | | Improve support for patterns in valsDenys Shabalin2014-02-092-12/+20