summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test case, closes SI-5816Eugene Burmako2012-06-092-0/+18
* test case, closes SI-5738Eugene Burmako2012-06-091-0/+8
* test case, closes SI-5742Eugene Burmako2012-06-091-0/+8
* Merge pull request #688 from scalamacros/topic/quickfix-09bf95675bJosh Suereth2012-06-081-1/+1
|\
| * A quickfix for 09bf95675bEugene Burmako2012-06-091-1/+1
|/
* Merge pull request #686 from scalamacros/topic/lockerabstractfinalJosh Suereth2012-06-083-3/+3
|\
| * A remedy for Illegal class modifiers in lockerEugene Burmako2012-06-083-3/+3
* | Merge pull request #685 from scalamacros/topic/antbatinvocationsJosh Suereth2012-06-081-2/+10
|\ \
| * | fixes a bug with bat files invocation from antEugene Burmako2012-06-081-2/+10
| |/
* | Merge pull request #660 from retronym/ticket/5167-3Josh Suereth2012-06-085-5/+40
|\ \ | |/ |/|
| * SI-5167 An impl class method should refer to its own parameter symbols.Jason Zaugg2012-06-035-5/+40
* | Merge pull request #631 from retronym/ticket/5652-3Adriaan Moors2012-06-089-12/+76
|\ \
| * | SI-5652 Mangle names of potentially public lambda lifted methods.Jason Zaugg2012-05-269-12/+76
* | | Merge pull request #679 from axel22/issue/5853Adriaan Moors2012-06-083-1/+72
|\ \ \
| * | | Fix SI-5853.Aleksandar Prokopec2012-06-073-1/+72
* | | | Merge pull request #684 from scalamacros/pullrequest/reflectionAdriaan Moors2012-06-081078-10999/+16298
|\ \ \ \
| * | | | Avoids cyclic reference error in AddInterfaces.Martin Odersky2012-06-082-68/+70
| * | | | Reduce time spent in lubsMartin Odersky2012-06-088-78/+152
| * | | | tests and fixes for the mirror APIEugene Burmako2012-06-0848-108/+471
| * | | | a quickfix for test/partestEugene Burmako2012-06-081-1/+1
| * | | | don't warn about abstract types that are checkableAdriaan Moors2012-06-083-47/+59
| * | | | turn unchecked type patterns into checked onesAdriaan Moors2012-06-085-20/+126
| * | | | de-duplicate isUncheckedAnnotation/isSwitchAnnotationAdriaan Moors2012-06-083-10/+10
| * | | | unapply may be called on arbitrary treeAdriaan Moors2012-06-081-4/+13
| * | | | pull out doTypedUnapply from doTypedApplyAdriaan Moors2012-06-081-56/+63
| * | | | the final touch: scala/reflect added to scaladoc!Eugene Burmako2012-06-081-1/+2
| * | | | Reverting 22c8dec5 and preventing bootstapping in scaladocVlad Ureche2012-06-0822-142/+94
| * | | | fixes some issues with reflectField brought up todayEugene Burmako2012-06-0813-7/+169
| * | | | quickfix for a nasty assertionEugene Burmako2012-06-081-5/+17
| * | | | TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-08119-595/+577
| * | | | removes array tagsEugene Burmako2012-06-0882-510/+269
| * | | | backward compatibility bridgesEugene Burmako2012-06-082-0/+21
| * | | | Introduces scala-reflect.jarEugene Burmako2012-06-08138-33/+347
| * | | | Fixes SI-4909 and SI-5763Vlad Ureche2012-06-0819-83/+139
| * | | | repairs the tests after the refactoring spreeEugene Burmako2012-06-08559-1733/+2611
| * | | | moves positions to scala.reflect.internal.utilEugene Burmako2012-06-0892-111/+188
| * | | | miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-0859-110/+144
| * | | | brings reification up to speedEugene Burmako2012-06-0844-970/+1707
| * | | | brings macros up to speedEugene Burmako2012-06-0830-119/+293
| * | | | removes tags and their incantations from PredefEugene Burmako2012-06-0843-24/+48
| * | | | ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-0829-84/+85
| * | | | The new reflectionEugene Burmako2012-06-08190-6403/+9001
| * | | | preparations: always explicitly provide type tagsEugene Burmako2012-06-084-10/+38
| * | | | preparations: removes DynamicProxyEugene Burmako2012-06-084-167/+0
| * | | | macros: refactoring of fast track infrastructureEugene Burmako2012-06-0819-311/+346
| * | | | macros: now use Java reflectionEugene Burmako2012-06-081-81/+71
| * | | | macros: -Xmacros is now retiredEugene Burmako2012-06-0814-15/+13
| * | | | improves traces and error messagesEugene Burmako2012-06-089-51/+70
| * | | | 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