summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in library.Paul Phillips2012-11-1970-185/+13
* Remove unused imports in continuations.Paul Phillips2012-11-194-14/+0
* Remove unused imports in partest.Paul Phillips2012-11-196-9/+1
* Removed unused imports in swing.Paul Phillips2012-11-1914-47/+1
* 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-162-11/+38
|\ \ \
| * | | Fix for overly eager package object initialization.Paul Phillips2012-11-152-11/+38
* | | | Merge pull request #1586 from retronym/ticket/6247Adriaan Moors2012-11-163-10/+23
|\ \ \ \
| * | | | More principled tree copying.Jason Zaugg2012-11-071-1/+1
| * | | | Optimize primitive Array(e1, ..., en)Jason Zaugg2012-11-073-10/+23
* | | | | Merge pull request #1623 from paulp/merge-2.10.xAdriaan Moors2012-11-1614-37/+142
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge remote-tracking branches 'origin/2.10.x' and 'origin/2.10.0-wip' into m...Paul Phillips2012-11-1414-37/+142
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | 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
| | | * | | | | Update comment.Jason Zaugg2012-11-131-1/+2
| | | * | | | | SI-6646 `ident` or Ident is always new binding.Jason Zaugg2012-11-131-25/+59
| | | * | | | | SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-102-19/+28
| | | |/ / / /
| | * | | | | Merge pull request #1585 from retronym/ticket/6539-2Eugene Burmako2012-11-144-0/+31
| | |\ \ \ \ \
| | | * | | | | Refine @compileTimeOnlyJason Zaugg2012-11-083-5/+10
| | | * | | | | SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-064-0/+26
| | * | | | | | 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-134-9/+41
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | SI-6616 Check that unsafe operations are only called on the presentation comp...Iulian Dragos2012-11-064-9/+41
| | * | | | | | | 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 #1622 from adriaanm/paulp-issue/5330-2Adriaan Moors2012-11-161-3/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-5330, SI-6014 deal with existential self-typePaul Phillips2012-11-141-3/+15
| |/ / / / / /
* | | | | | | 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-152-7/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6664, cycle in case classes.Paul Phillips2012-11-142-7/+8
| |/ / / / / /
* | | | | | | Merge pull request #1631 from paulp/typed-applyPaul Phillips2012-11-151-43/+25
|\ \ \ \ \ \ \
| * | | | | | | Lower confusion levels in typedApply.Paul Phillips2012-11-141-43/+25
| |/ / / / / /
* / / / / / / Fix Documentation TypoJean-Remi Desjardins2012-11-141-2/+2
|/ / / / / /
* | | | | | 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