summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | 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
| |\| | |
| | * | | Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-05318-335/+400
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-04313-315/+315
| | | |\
| | | | * Brings copyrights in Scaladoc footer and manpage up-to-date, from 2011/12 to ...Heather Miller2012-11-021-1/+1
| | | | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-02313-314/+314
| | | * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-022-8/+9
| | | * | SI-6606 Drops new icons in, replaces abstract types placeholder iconsHeather Miller2012-11-024-0/+0
| | | * | Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-021-0/+22
| | | |/
| | | * Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-011-1/+18
| | | |\
| | | | * Modification to SI-6534 patch.Paul Phillips2012-10-301-9/+11
| | | | * New take on SI-6534, value classes.Paul Phillips2012-10-241-1/+16
| | | * | Merge pull request #1540 from odersky/ticket/6500Adriaan Moors2012-11-011-2/+4
| | | |\ \
| | | | * | Fixes SI-6500 by making erasure more regular.Martin Odersky2012-10-301-2/+4
| | | | |/
| | | * | Merge pull request #1543 from adriaanm/paulp-add-synthetics-onceJosh Suereth2012-10-311-6/+25
| | | |\ \
| | | | * | SI-6578 Harden against synthetics being added more than once.Paul Phillips2012-10-301-6/+25
| | | | |/
| | | * | Merge pull request #1532 from hubertp/2.10.0-wip-issue/5031Josh Suereth2012-10-312-3/+7
| | | |\ \
| | | | * | Fixes SI-5031 for separate compilation scenario.Hubert Plociniczak2012-10-282-3/+7
| | | | |/
| | * | | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-311-1/+1
* | | | | Revert "Expand optimization of Array(e1, ..., en) to primitive arrays."Jason Zaugg2012-11-061-7/+0
* | | | | Revert "Refactor guards checking for a particular overload of Array.apply."Jason Zaugg2012-11-061-2/+9
* | | | | Merge pull request #1568 from retronym/ticket/6611Paul Phillips2012-11-051-8/+11
|\ \ \ \ \ | |/ / / / |/| | | |