summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #826 from lrytz/t5907Adriaan Moors2012-07-062-50/+66
|\
| * SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-052-50/+66
* | Merge pull request #821 from adriaanm/64acb46ab7Adriaan Moors2012-07-051-51/+199
|\ \
| * | SI-5830 switches: support guards, unreachabilityAdriaan Moors2012-07-031-51/+199
* | | 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-041-0/+6
|\ \ \ \
| * | | | SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-261-0/+6
* | | | | Merge pull request #818 from scalamacros/topic/tags-for-anyval-and-anyrefAdriaan Moors2012-07-041-0/+2
|\ \ \ \ \
| * | | | | tags for AnyVal and AnyRefEugene Burmako2012-07-041-0/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #820 from retronym/ticket/6013Adriaan Moors2012-07-041-1/+1
|\ \ \ \ \
| * | | | | SI-6013 Disallow deferred members from intermediate java parents.Jason Zaugg2012-07-041-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #814 from hubertp/issue/5969Adriaan Moors2012-07-041-1/+10
|\ \ \ \ \
| * | | | | Better explanation for SI-5969.Hubert Plociniczak2012-07-031-2/+6
| * | | | | Closes SI-5969.Hubert Plociniczak2012-07-021-1/+6
* | | | | | Merge pull request #809 from dragos/issue/fix-5929Adriaan Moors2012-07-041-11/+7
|\ \ \ \ \ \
| * | | | | | Fix SI-5929 - Verify error with finally and pattern matchIulian Dragos2012-07-021-11/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #772 from magarciaEPFL/recoveringOptimizedStabilityCAdriaan Moors2012-07-043-282/+380
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | 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-252-75/+157
* | | | | | Merge pull request #810 from scalamacros/pullrequest/manifests-and-ticket6005Adriaan Moors2012-07-0310-75/+97
|\ \ \ \ \ \
| * | | | | | reify no longer dealiases symbols and typesEugene Burmako2012-07-023-15/+10
| * | | | | | miscellaneous cleanupEugene Burmako2012-07-022-2/+5
| * | | | | | removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-023-16/+22
| * | | | | | Improves backward compatibility of manifestsEugene Burmako2012-07-023-42/+60
* | | | | | | Merge pull request #801 from paulp/issue/exponential-specAdriaan Moors2012-07-031-2/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix for exponential compile time in specialization.Paul Phillips2012-06-301-2/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #798 from retronym/ticket/2807-4Adriaan Moors2012-07-021-2/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-2807 Avoid catch all warning for Stable Id patternsJason Zaugg2012-06-301-2/+3
| |/ / / /
* | | | | Merge pull request #771 from retronym/ticket/4176-2Adriaan Moors2012-07-023-15/+24
|\ \ \ \ \
| * | | | | SI-4176 A repeat dose of repeated parameter type sanitization.Jason Zaugg2012-06-303-15/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #800 from retronym/ticket/5932Adriaan Moors2012-07-021-1/+1
|\ \ \ \ \
| * | | | | SI-5932 Tone down non-sensible == warning with refinements.Jason Zaugg2012-07-011-1/+1
| | |/ / / | |/| | |
* / | | | moves reflective compiler into scala.tools.reflectEugene Burmako2012-07-024-10/+19
|/ / / /
* | | | Merge pull request #783 from phaller/topic/cps-return-revertAdriaan Moors2012-06-282-6/+1
|\ \ \ \
| * | | | Revert pull request #720 (CPS: enable return expressions in CPS code if they ...phaller2012-06-272-6/+1
| | |_|/ | |/| |
* | | | Merge pull request #757 from dragos/warn-when-swallowing-throwablesAdriaan Moors2012-06-271-3/+10
|\ \ \ \
| * | | | Don't swallow `Throwables` while parsing bytecode. Print a warning and go on.Iulian Dragos2012-06-221-3/+10
* | | | | Merge pull request #780 from hubertp/topic/fix-rangepos-buildAdriaan Moors2012-06-271-1/+1
|\ \ \ \ \
| * | | | | Fix range positions when applying anonymous classes. Review by @dragos or @od...Hubert Plociniczak2012-06-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #778 from adriaanm/topic-virtpatmatAdriaan Moors2012-06-273-79/+92
|\ \ \ \ \
| * | | | | SI-5899 exhaustiveness for non-class typesAdriaan Moors2012-06-261-5/+17
| * | | | | exhaust unit: consider Unit as sealedAdriaan Moors2012-06-261-2/+5
| * | | | | better fix for SI-5189 pt1Adriaan Moors2012-06-261-1/+3
| * | | | | minor cleanup in patmat and typersAdriaan Moors2012-06-262-71/+67
| | |_|/ / | |/| | |
* | | | | Merge pull request #779 from hubertp/issue/5148Adriaan Moors2012-06-272-18/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Closes SI-5148.Hubert Plociniczak2012-06-272-18/+16
| |/ / /
* | | | Merge pull request #768 from magarciaEPFL/fixesAdriaan Moors2012-06-261-87/+85
|\ \ \ \