summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-0512-167/+469
* Merge pull request #821 from adriaanm/64acb46ab7Adriaan Moors2012-07-0510-86/+308
|\
| * SI-5830 switches: support guards, unreachabilityAdriaan Moors2012-07-0310-86/+308
* | Merge pull request #803 from magarciaEPFL/offload-classfile-writing-BAdriaan Moors2012-07-054-280/+444
|\ \
| * | GenASM gets a 10% performance boost via switchMiguel Garcia2012-07-012-245/+353
| * | GenASM: pipeline disk-write with building of classfilesMiguel Garcia2012-07-013-35/+91
* | | Merge pull request #777 from retronym/ticket/2796Adriaan Moors2012-07-044-0/+39
|\ \ \
| * | | SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-264-0/+39
* | | | Merge pull request #818 from scalamacros/topic/tags-for-anyval-and-anyrefAdriaan Moors2012-07-049-54/+88
|\ \ \ \
| * | | | tags for AnyVal and AnyRefEugene Burmako2012-07-049-54/+88
* | | | | Merge pull request #820 from retronym/ticket/6013Adriaan Moors2012-07-045-1/+32
|\ \ \ \ \
| * | | | | SI-6013 Disallow deferred members from intermediate java parents.Jason Zaugg2012-07-045-1/+32
* | | | | | Merge pull request #814 from hubertp/issue/5969Adriaan Moors2012-07-044-2/+29
|\ \ \ \ \ \
| * | | | | | Better explanation for SI-5969.Hubert Plociniczak2012-07-031-2/+6
| * | | | | | Closes SI-5969.Hubert Plociniczak2012-07-024-2/+25
* | | | | | | Merge pull request #809 from dragos/issue/fix-5929Adriaan Moors2012-07-042-11/+32
|\ \ \ \ \ \ \
| * | | | | | | Fix SI-5929 - Verify error with finally and pattern matchIulian Dragos2012-07-022-11/+32
* | | | | | | | Merge pull request #772 from magarciaEPFL/recoveringOptimizedStabilityCAdriaan Moors2012-07-044-355/+445
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | readability of MethodTFA.mutatingInterpret()Miguel Garcia2012-07-011-106/+37
| * | | | | | | refactoring to functional style Inliner's isStampedForInlining()Miguel Garcia2012-06-263-138/+223
| * | | | | | | inliner makes fields public only when actually inliningMiguel Garcia2012-06-253-148/+222
* | | | | | | | Merge pull request #815 from scalamacros/ticket/5990Adriaan Moors2012-07-034-12/+46
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-5990 u.build now correctly invokes missing symbol hooksEugene Burmako2012-07-034-12/+46
|/ / / / / / /
* | | | | | | Merge pull request #810 from scalamacros/pullrequest/manifests-and-ticket6005Adriaan Moors2012-07-03101-431/+675
|\ \ \ \ \ \ \
| * | | | | | | reify no longer dealiases symbols and typesEugene Burmako2012-07-0240-125/+162
| * | | | | | | miscellaneous cleanupEugene Burmako2012-07-023-4/+7
| * | | | | | | removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-0219-67/+51
| * | | | | | | further improves reflection printersEugene Burmako2012-07-0214-93/+125
| * | | | | | | Improves backward compatibility of manifestsEugene Burmako2012-07-0232-145/+333
* | | | | | | | Merge pull request #808 from scalamacros/topic/moduleclassAdriaan Moors2012-07-034-6/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | better module classes support in the reflection APIEugene Burmako2012-07-024-6/+23
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #801 from paulp/issue/exponential-specAdriaan Moors2012-07-032-2/+52
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fix for exponential compile time in specialization.Paul Phillips2012-06-302-2/+52
| |/ / / / / /
* | | | | | | Merge pull request #812 from dragos/new-eclipse-project-filesAdriaan Moors2012-07-024-24/+54
|\ \ \ \ \ \ \
| * | | | | | | Update README for Eclipse project files.Iulian Dragos2012-07-021-2/+31
| * | | | | | | The `reflect` project now depends on the `scala-library` project.Iulian Dragos2012-07-023-1/+2
* | | | | | | | Merge pull request #798 from retronym/ticket/2807-4Adriaan Moors2012-07-023-17/+30
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | SI-2807 Avoid catch all warning for Stable Id patternsJason Zaugg2012-06-303-17/+30
* | | | | | | | Merge pull request #802 from retronym/ticket/5489Adriaan Moors2012-07-024-17/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-5489 Avoid accidentally adding members to Object in erasure.Jason Zaugg2012-07-014-17/+41
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #771 from retronym/ticket/4176-2Adriaan Moors2012-07-025-15/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-4176 A repeat dose of repeated parameter type sanitization.Jason Zaugg2012-06-305-15/+35
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #800 from retronym/ticket/5932Adriaan Moors2012-07-023-1/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-5932 Tone down non-sensible == warning with refinements.Jason Zaugg2012-07-013-1/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #804 from scalamacros/topic/reflectglobalAdriaan Moors2012-07-025-11/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | moves reflective compiler into scala.tools.reflectEugene Burmako2012-07-025-11/+20
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #792 from jsuereth/fixup/from-reprJosh Suereth2012-06-296-55/+145
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Split @milessabin HasRepr into IsTraversableOnce and IsTraversableLike type c...Josh Suereth2012-06-276-55/+145
* | | | | | | Merge pull request #793 from jsuereth/fix/convert-toJosh Suereth2012-06-297-22/+22
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-287-22/+22