summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | removes the assertion in missingHookEugene Burmako2013-10-181-2/+0
| * | | | | synchronizes pendingVolatilesEugene Burmako2013-10-183-5/+3
| * | | | | synchronizes toolboxesEugene Burmako2013-10-181-1/+2
| * | | | | SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-10-181-1/+5
| * | | | | optimizes Scala reflection GILEugene Burmako2013-10-184-65/+41
| * | | | | SI-6240 introduces GIL to Scala reflectionEugene Burmako2013-10-1810-111/+226
| * | | | | eagerly initializes lazy vals and objects in runtime reflectionJason Zaugg2013-10-184-11/+497
| * | | | | cleans up initialization of runtime reflectionEugene Burmako2013-10-188-34/+146
| * | | | | reflection no longer uses enteringPhase and friendsEugene Burmako2013-10-185-28/+38
| * | | | | synchronizes symbolsEugene Burmako2013-10-183-16/+35
| * | | | | moves Symbol#SymbolKind to SymbolsEugene Burmako2013-10-181-1/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #3050 from retronym/topic/docs-skip-take-twoAdriaan Moors2013-10-182-19/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use overwriting copy uniformly in our build.Jason Zaugg2013-10-181-11/+11
| * | | | Skip more under ant -Ddocs.skip.Jason Zaugg2013-10-182-8/+17
* | | | | Merge pull request #3030 from xeno-by/topic/fundep-viewsEugene Burmako2013-10-181-5/+21
|\ \ \ \ \
| * | | | | SI-3346 implicit parameters can now guide implicit view inferenceEugene Burmako2013-10-111-5/+21
* | | | | | Merge pull request #3041 from gkossakowski/merge-2.10.xJason Zaugg2013-10-181-1/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-10-161-1/+5
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #2985 from retronym/ticket/7783Jason Zaugg2013-10-031-1/+5
| | |\ \ \ \ \ \
| | | * | | | | | SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-271-1/+5
* | | | | | | | | Merge pull request #3045 from retronym/ticket/7688-4Jason Zaugg2013-10-181-4/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | SI-7688 Fix AsSeenFrom of ThisType from TypeVar prefixJason Zaugg2013-10-171-4/+3
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3033 from paulp/pr/pickler-reduxGrzegorz Kossakowski2013-10-1616-1133/+644
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Eliminate redundant pickling code.Paul Phillips2013-10-1210-1037/+369
| * | | | | | | Tree traversal: more uniform and granular.Paul Phillips2013-10-122-79/+122
| * | | | | | | Mappings between classes and pickler tags.Paul Phillips2013-10-121-0/+128
| * | | | | | | Add -Xdev to the runtime-visible settings.Paul Phillips2013-10-122-13/+17
| * | | | | | | Convenience method findSymbol.Paul Phillips2013-10-124-4/+8
* | | | | | | | Merge pull request #3016 from xeno-by/topic/vampiresJason Zaugg2013-10-151-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | no longer warns on calls to vampire macrosEugene Burmako2013-10-041-1/+1
* | | | | | | | | Merge pull request #3037 from gkossakowski/fix-merge-3018v2.11.0-M6Grzegorz Kossakowski2013-10-144-22/+255
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-1414-460/+601
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Remove stray debug commentAdriaan Moors2013-10-081-2/+0
| * | | | | | | | | Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-083-12/+8
| * | | | | | | | | Don't pursue SAM translation after an arity mismatch.Jason Zaugg2013-10-081-2/+3
| * | | | | | | | | Single Abstract Method support: synthesize SAMsAdriaan Moors2013-10-041-10/+44
| * | | | | | | | | Single Abstract Method support: synthesis helpersAdriaan Moors2013-10-042-0/+192
| * | | | | | | | | Clarify findMembers, add reverse engineered docsAdriaan Moors2013-10-041-5/+17
| * | | | | | | | | Simplify partest.task target, fix typo in comment.Adriaan Moors2013-10-041-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3038 from retronym/topic/by-name-revertGrzegorz Kossakowski2013-10-142-3/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | SI-7899 Allow by-name inference under -Yinfer-by-nameJason Zaugg2013-10-142-3/+9
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Aesthetics in Trees.Paul Phillips2013-10-131-52/+52
* | | | | | | | Aesthetics in GenTrees.Paul Phillips2013-10-131-24/+13
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #3024 from retronym/ticket/7895Paul Phillips2013-10-122-25/+49
|\ \ \ \ \ \ \
| * | | | | | | SI-7985 Typecheck args after failure to typecheck functionJason Zaugg2013-10-091-6/+16
| * | | | | | | SI-7895 Issue all buffered errors after silent mode.Jason Zaugg2013-10-092-19/+26
| * | | | | | | SI-7895 Avoid cascade of "symbol not found" in pattern matchesJason Zaugg2013-10-091-3/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3025 from retronym/ticket/7902Paul Phillips2013-10-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-7902 Fix spurious kind error due to an unitialized symbolJason Zaugg2013-10-091-0/+1
* | | | | | | | Merge pull request #3021 from paulp/pr/is-he-stable-or-is-he-volatilePaul Phillips2013-10-123-77/+85
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |