summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | brings reification up to speedEugene Burmako2012-06-0841-959/+1676
* | | | brings macros up to speedEugene Burmako2012-06-0821-96/+207
* | | | removes tags and their incantations from PredefEugene Burmako2012-06-0816-0/+17
* | | | ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-0814-28/+28
* | | | The new reflectionEugene Burmako2012-06-08120-2621/+4127
* | | | preparations: always explicitly provide type tagsEugene Burmako2012-06-084-10/+38
* | | | macros: refactoring of fast track infrastructureEugene Burmako2012-06-088-136/+281
* | | | macros: now use Java reflectionEugene Burmako2012-06-081-81/+71
* | | | macros: -Xmacros is now retiredEugene Burmako2012-06-082-3/+1
* | | | improves traces and error messagesEugene Burmako2012-06-087-40/+51
* | | | REPL bells and whistles: -Dscala.repl.maxprintstring=<Integer>Eugene Burmako2012-06-083-2/+5
* | | | REPL bells and whistles: -Dscala.repl.vids=<Boolean>Eugene Burmako2012-06-082-1/+7
* | | | REPL bells and whistles: -Dscala.repl.autoruncode=<JFile>Eugene Burmako2012-06-082-3/+11
* | | | REPL no longer hangs after initialization crashesEugene Burmako2012-06-083-8/+27
* | | | typers: simplifies original calculation in typedAnnotatedEugene Burmako2012-06-081-4/+3
* | | | typers: dubious line in adaptTypeEugene Burmako2012-06-081-0/+4
* | | | typers: fixes error handling in checkStableEugene Burmako2012-06-081-1/+3
* | | | Merge pull request #654 from magarciaEPFL/ticket-SI-4804Adriaan Moors2012-06-081-21/+13
|\ \ \ \
| * | | | GenASM-based fix for SI-4804. Fix of the same for GenJVM pending.Miguel Garcia2012-06-011-21/+13
* | | | | counterpart in GenASM to 241c7606d0bf5f3209b9d549fb75Miguel Garcia2012-06-071-1/+5
* | | | | Generate abstract methods in scala.Byte and friends.Paul Phillips2012-06-063-19/+22
| |/ / / |/| | |
* | | | Merge pull request #665 from retronym/ticket/5213Adriaan Moors2012-06-041-11/+10
|\ \ \ \