summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into ticket/7345-2Jason Zaugg2013-04-215-102/+80
|\
| * Merge pull request #2380 from paulp/pr/reifier-ast-testAdriaan Moors2013-04-151-12/+36
| |\
| | * Reifier -> AST Node test.Paul Phillips2013-04-091-12/+36
| * | Merge pull request #2368 from retronym/ticket/7335Adriaan Moors2013-04-152-23/+20
| |\ \
| | * | SI-7335 Remove special case for import of Predef._ in Predef.scalaJason Zaugg2013-04-131-19/+3
| | * | SI-7335 Add logging for a now-impossible* case in Symbol#exists.Jason Zaugg2013-04-081-3/+17
| | * | SI-7335 Don't import Predef._ in Predef.scalaJason Zaugg2013-04-081-7/+6
| * | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-235-g4525e92-...Jason Zaugg2013-04-153-67/+24
| |\ \ \
| | * \ \ Merge pull request #2367 from vigdorchik/si-6387-revertAdriaan Moors2013-04-091-24/+11
| | |\ \ \
| | | * | | Revert "SI-6387 Clones accessor before name expansion"Eugene Vigdorchik2013-04-081-24/+11
| | * | | | Merge pull request #2354 from adriaanm/ticket-7289Adriaan Moors2013-04-091-7/+10
| | |\ \ \ \
| | | * | | | SI-7289 Less strict type application for TypeVar.Adriaan Moors2013-04-081-7/+10
| | | |/ / /
| | * | | | Merge pull request #2349 from scalamacros/ticket/6937Adriaan Moors2013-04-091-36/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-6937 core type tags are no longer referentially uniqueEugene Burmako2013-04-031-36/+2
* | | | | | SI-7345 Drive by refactoring of pattern matching for `arg: _*`.Jason Zaugg2013-04-212-2/+14
* | | | | | SI-7345 Represent the boolean modes in Context in ContextMode.Jason Zaugg2013-04-211-1/+1
|/ / / / /
* | | | | Merge pull request #2335 from retronym/topic/opt-file-accessJames Iry2013-04-104-7/+68
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Optimization: avoid call to exists in PlainFile#iteratorJason Zaugg2013-03-291-1/+7
| * | | | Add counters to File#{exists, isFile, isDirectory}.Jason Zaugg2013-03-293-6/+61
* | | | | Merge pull request #2373 from paulp/pr/implicit-tagsPaul Phillips2013-04-0911-550/+109
|\ \ \ \ \
| * | | | | Reduce visibility of implicit class tags.Paul Phillips2013-04-0811-550/+109
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-084-3/+92
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-021-2/+9
| * | | | Refactor existential related code out of types.Jason Zaugg2013-04-021-0/+77
| * | | | Add a cautionary comment to TreeSymSubstitutor.Jason Zaugg2013-04-021-0/+5
| * | | | SI-6715 Shouldn't return "" from TermNames.originalNameKato Kazuyoshi2013-04-031-1/+1
| * | | | Backport #2289's TermNames.unexpandedName as TermNames.originalNameKato Kazuyoshi2013-04-031-7/+10
| | |_|/ | |/| |
* | | | Transcendent rewrite of isSameType.Paul Phillips2013-04-051-158/+101
* | | | Centrally unify module class representations.Paul Phillips2013-04-051-2/+7
* | | | Optimization/logic improvement in Scopes.Paul Phillips2013-04-051-4/+44
| |/ / |/| |
* | | Merge pull request #2320 from mighdoll/masterPaul Phillips2013-04-031-1/+1
|\ \ \
| * | | doc fix for Types.baseClasses to match spec definition of Linearization 5.1.2Lee Mighdoll2013-03-261-1/+1
| | |/ | |/|
* | | Reduce duplication in JavaMirrors.Paul Phillips2013-04-032-111/+90
* | | Brought some structure to the classfileparser.Paul Phillips2013-04-031-1/+20
* | | Fleshing out comments on JavaAccFlags.Paul Phillips2013-04-031-9/+6
* | | Abstract over java.lang.reflect.{ Method, Constructor }.Paul Phillips2013-04-031-0/+45
* | | Value class to represent jvm flags.Paul Phillips2013-04-031-0/+86
* | | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-0215-34/+41
|\ \ \
| * | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-2713-34/+34
| * | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-272-0/+7
* | | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-025-16/+45
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-271-3/+4
| |\ \ \
| | * | | SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-231-3/+4
| * | | | Merge pull request #2288 from paulp/pr/2273-with-editsPaul Phillips2013-03-271-11/+24
| |\ \ \ \
| | * | | | SI-6387 Clones accessor before name expansionEugene Vigdorchik2013-03-251-11/+24
| * | | | | Merge pull request #2257 from JamesIry/2.10.x_classfile_51Paul Phillips2013-03-251-1/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Read version 51 (JDK 7) class files.James Iry2013-03-141-1/+4
| | |/ / /
| * / / / fixes the craziness in JavaUniverse.logEugene Burmako2013-03-201-1/+1
| |/ / /
* | | | Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-282-2/+2
|\| | |
| * | | Merge pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-122-2/+2
| |\ \ \