summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1626 from paulp/issue/6357Adriaan Moors2012-11-191-1/+2
|\
| * Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-141-1/+2
* | Merge pull request #1581 from lrytz/typerCommentAdriaan Moors2012-11-161-2/+3
|\ \
| * | comment / question in typersLukas Rytz2012-11-061-2/+3
* | | Merge pull request #1635 from paulp/slick-regression-2Adriaan Moors2012-11-161-11/+30
|\ \ \
| * | | Fix for overly eager package object initialization.Paul Phillips2012-11-151-11/+30
* | | | Merge pull request #1586 from retronym/ticket/6247Adriaan Moors2012-11-161-4/+4
|\ \ \ \
| * | | | More principled tree copying.Jason Zaugg2012-11-071-1/+1
| * | | | Optimize primitive Array(e1, ..., en)Jason Zaugg2012-11-071-4/+4
* | | | | Merge pull request #1623 from paulp/merge-2.10.xAdriaan Moors2012-11-168-19/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'origin/2.10.x' and 'origin/2.10.0-wip' into m...Paul Phillips2012-11-148-19/+51
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | * | | Merge pull request #1608 from retronym/ticket/6644Josh Suereth2012-11-141-3/+1
| | | |\ \ \
| | | | * | | SI-6644 Account for varargs in extmethod forwarderJason Zaugg2012-11-101-3/+1
| | | * | | | SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-101-1/+1
| | | |/ / /
| | * | | | Merge pull request #1585 from retronym/ticket/6539-2Eugene Burmako2012-11-141-0/+11
| | |\ \ \ \
| | | * | | | Refine @compileTimeOnlyJason Zaugg2012-11-081-2/+7
| | | * | | | SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-061-0/+6
| | * | | | | Merge pull request #1618 from scalamacros/ticket/6662Eugene Burmako2012-11-141-1/+1
| | |\ \ \ \ \
| | | * | | | | Fix for SI-6662, macro failing too early.Paul Phillips2012-11-141-1/+1
| | * | | | | | Merge pull request #1583 from dragos/issue/fix-6616Adriaan Moors2012-11-131-9/+32
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | SI-6616 Check that unsafe operations are only called on the presentation comp...Iulian Dragos2012-11-061-9/+32
| | * | | | | | Merge pull request #1610 from scalamacros/topic/typetags-local-classesEugene Burmako2012-11-121-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | better error when typetagging local classesEugene Burmako2012-11-121-1/+1
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge pull request #1609 from scalamacros/topic/showraw-nodeprintersEugene Burmako2012-11-121-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | -Yshow-trees-compact respects other optionsEugene Burmako2012-11-111-1/+1
| | | |/ / / / /
| | * / / / / / Fix type of the custom `ClassTag` in `PatternMatching.scala`Grzegorz Kossakowski2012-11-091-3/+3
| | |/ / / / /
* | | | | | | Merge pull request #1629 from paulp/issue/6355Paul Phillips2012-11-152-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Error for SI-6355, overloading of applyDynamic.Paul Phillips2012-11-142-1/+10
| |/ / / / / /
* | | | | | | Merge pull request #1627 from paulp/issue/6664Paul Phillips2012-11-151-4/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6664, cycle in case classes.Paul Phillips2012-11-141-4/+3
| |/ / / / / /
* / / / / / / Lower confusion levels in typedApply.Paul Phillips2012-11-141-43/+25
|/ / / / / /
* | | | | | Merge pull request #1613 from paulp/mutable-settingsPaul Phillips2012-11-132-22/+15
|\ \ \ \ \ \
| * | | | | | Address obvious bug in MutableSettings.Paul Phillips2012-11-132-22/+15
* | | | | | | Merge pull request #1599 from jannic/SI-6637Paul Phillips2012-11-131-11/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix SI-6637 (misoptimization in erasure)Jan Niehusmann2012-11-091-11/+11
* | | | | | | Fix merge error.Paul Phillips2012-11-092-1/+2
* | | | | | | Restore briefly awol // 3 in explicitouterPaul Phillips2012-11-091-1/+1
* | | | | | | A utility function to summarize an exception.Paul Phillips2012-11-092-2/+14
* | | | | | | Cleanups to the previous repl commits.Paul Phillips2012-11-094-116/+96
* | | | | | | Moved IMain ops requiring stability into implicit class.Paul Phillips2012-11-092-108/+140
* | | | | | | Massively simplified repl name resolution.Paul Phillips2012-11-094-208/+239
* | | | | | | Massively simplified repl initialization.Paul Phillips2012-11-092-183/+70
* | | | | | | Minor tweaks in Types/Scopes.Paul Phillips2012-11-091-1/+1
* | | | | | | Remove hostile code from explicitouter.Paul Phillips2012-11-081-3/+0
|/ / / / / /
* | | | | | Warn about unused imports.Paul Phillips2012-11-072-58/+149
* | | | | | A few straggling unused imports.Paul Phillips2012-11-0710-11/+11
* | | | | | Deprecation patrol.Paul Phillips2012-11-0618-39/+37
* | | | | | Removed unused imports.Paul Phillips2012-11-06174-393/+79
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1576 from paulp/merge-210Adriaan Moors2012-11-06317-334/+398
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-05317-334/+398
| |\| | |