summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #737 from scalamacros/topic/reifyanonymousAdriaan Moors2012-06-192-19/+0
|\
| * enables reification of anonymous classesEugene Burmako2012-06-182-19/+0
* | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-195-43/+8
|\ \
| * | improves showRawEugene Burmako2012-06-195-43/+8
* | | Merge pull request #697 from retronym/ticket/4270-3Adriaan Moors2012-06-193-56/+80
|\ \ \
| * | | SI-4270 Refactor for efficiency and clarity.Jason Zaugg2012-06-141-6/+24
| * | | SI-4270 Disqualify in scope implicits that are shadowed.Jason Zaugg2012-06-102-49/+55
| * | | SI-4270 Rename implicits to avoid name clashes.Jason Zaugg2012-06-091-4/+4
* | | | Merge pull request #720 from phaller/cps-ticket-1681Josh Suereth2012-06-182-1/+6
|\ \ \ \
| * | | | Replace context stack of AnnotationChecker with new mode for typing returnsphaller2012-06-152-3/+5
| * | | | Remove stray commentphaller2012-06-141-1/+0
| * | | | CPS: enable return expressions in CPS code if they are in tail positionphaller2012-06-141-0/+4
| | |/ / | |/| |
* | | | Merge pull request #736 from damienobrist/feature/diagrams-dev-revertJosh Suereth2012-06-1831-2471/+181
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "Scaladoc class diagrams part 1"Vlad Ureche2012-06-1819-1171/+160
| * | | Revert "Scaladoc class diagrams part 2"Vlad Ureche2012-06-1814-1301/+22
* | | | Merge pull request #718 from damienobrist/feature/diagrams-dev-finalJosh Suereth2012-06-1731-181/+2471
|\| | |
| * | | Scaladoc class diagrams part 2Damien2012-06-1414-22/+1301
| * | | Scaladoc class diagrams part 1Vlad Ureche2012-06-1419-160/+1171
| |/ /
* | | Merge pull request #727 from scalamacros/topic/classtag-to-classmanifestJosh Suereth2012-06-151-1/+1
|\ \ \
| * | | classtag => classmanifest conversion no longer requires runtime universeEugene Burmako2012-06-151-1/+1
| |/ /
* / / fixes SI-5912Eugene Burmako2012-06-151-1/+4
|/ /
* | Suppress non-local return unchecked warnings.Paul Phillips2012-06-121-1/+2
* | Merge pull request #698 from retronym/ticket/5696Adriaan Moors2012-06-112-0/+7
|\ \
| * | SI-5696 Detect excess constructor argument lists.Jason Zaugg2012-06-102-0/+7
* | | SI-5162 Exclude super.foo from the erasure cast of SI-4283Jason Zaugg2012-06-111-9/+18
|/ /
* | Merge pull request #694 from retronym/ticket/4831-2Adriaan Moors2012-06-091-3/+3
|\ \
| * | SI-4831 Fix ambiguous import detection for renamed imports.Jason Zaugg2012-06-091-3/+3
| |/
* / better unreachability for selectionsAdriaan Moors2012-06-091-12/+34
|/
* A quickfix for 09bf95675bEugene Burmako2012-06-091-1/+1
* Merge pull request #660 from retronym/ticket/5167-3Josh Suereth2012-06-081-5/+15
|\
| * SI-5167 An impl class method should refer to its own parameter symbols.Jason Zaugg2012-06-031-5/+15
* | Merge pull request #631 from retronym/ticket/5652-3Adriaan Moors2012-06-081-12/+21
|\ \
| * | SI-5652 Mangle names of potentially public lambda lifted methods.Jason Zaugg2012-05-261-12/+21
* | | Merge pull request #679 from axel22/issue/5853Adriaan Moors2012-06-082-1/+17
|\ \ \
| * | | Fix SI-5853.Aleksandar Prokopec2012-06-072-1/+17
* | | | Avoids cyclic reference error in AddInterfaces.Martin Odersky2012-06-081-67/+68
* | | | Reduce time spent in lubsMartin Odersky2012-06-082-0/+4
* | | | don't warn about abstract types that are checkableAdriaan Moors2012-06-082-47/+58
* | | | turn unchecked type patterns into checked onesAdriaan Moors2012-06-081-6/+63
* | | | de-duplicate isUncheckedAnnotation/isSwitchAnnotationAdriaan Moors2012-06-082-10/+4
* | | | unapply may be called on arbitrary treeAdriaan Moors2012-06-081-4/+13
* | | | pull out doTypedUnapply from doTypedApplyAdriaan Moors2012-06-081-56/+63
* | | | Reverting 22c8dec5 and preventing bootstapping in scaladocVlad Ureche2012-06-0813-115/+70
* | | | quickfix for a nasty assertionEugene Burmako2012-06-081-5/+17
* | | | TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-0818-61/+69
* | | | removes array tagsEugene Burmako2012-06-0810-51/+22
* | | | Introduces scala-reflect.jarEugene Burmako2012-06-0885-26856/+0
* | | | Fixes SI-4909 and SI-5763Vlad Ureche2012-06-0813-62/+115
* | | | moves positions to scala.reflect.internal.utilEugene Burmako2012-06-0892-111/+188
* | | | miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-0835-74/+85