summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | cleaned up inferConstructorInstance; same behaviorAdriaan Moors2012-03-091-37/+54
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix for tailcall transform/recognition bugs.Paul Phillips2012-03-117-4/+54
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Add symbol to Manifests.Paul Phillips2012-03-093-12/+36
| |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Wider net on final fields.Paul Phillips2012-03-083-16/+27
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix for a little last minute breakage.Paul Phillips2012-03-071-1/+1
* | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop'Paul Phillips2012-03-076-9/+116
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Changed printlns to use debugwarn.Paul Phillips2012-03-072-5/+5
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'hubertp/issue/5554' into developPaul Phillips2012-03-075-6/+113
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Closes #SI-5554Hubert Plociniczak2012-03-065-6/+113
* | | | | | | | | | | | | | | | Fix for public final fields.Paul Phillips2012-03-074-0/+41
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Fix for -Xcheckinit failure.Paul Phillips2012-03-061-1/+1
* | | | | | | | | | | | | | | Merge remote-tracking branch 'VladUreche/issue/5545-clean' into developPaul Phillips2012-03-063-1/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Force .info before creating new synthetic symsVlad Ureche2012-03-063-1/+38
* | | | | | | | | | | | | | | | Merge remote-tracking branches 'adriaanm/ticket/5546' and 'hubertp/issue/5553...Paul Phillips2012-03-065-1/+199
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Closes #5553, review by dragosHubert Plociniczak2012-03-065-1/+199
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | #SI-5546 fixed: refine refined typing for getClassAdriaan Moors2012-03-062-18/+15
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Updated checkfile for retronym commit.Paul Phillips2012-03-051-7/+7
| | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'dragos/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-0512-19/+1213
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | Handle empty format specifiers in the formatting interpolator.Jason Zaugg2012-03-033-6/+19
| | | | | |_|/ / / / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixes scaladoc rangeposVlad Ureche2012-03-053-9/+154
| | | | |_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | Make task support implementations public.Aleksandar Prokopec2012-03-051-3/+23
| * | | | | | | | | | | | | | | Fix deadlocks occurring during presentation compiler shutdown.Iulian Dragos2012-03-055-1/+1017
* | | | | | | | | | | | | | | | Fix for phase-based logging.Paul Phillips2012-03-051-1/+1
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Oops, all the preceding meant SI-5541.Paul Phillips2012-03-041-0/+0
* | | | | | | | | | | | | | | Revert attempt to limit private types in lubs.Paul Phillips2012-03-044-1/+84
* | | | | | | | | | | | | | | Overcame trait/protected/java limitation.Paul Phillips2012-03-047-69/+140
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Test case closes SI-4777.Paul Phillips2012-03-0318-0/+151
* | | | | | | | | | | | | | An old patch on pattern matcher exhaustivity.Paul Phillips2012-03-036-47/+50
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fix for corner case in type printing.Paul Phillips2012-03-023-1/+38
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'ctalau/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-0246-412/+661
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix for cps regression. Closes 5538. Closes 5445.Tiark Rompf2012-03-026-15/+81
| | * | | | | | | | | | | | | Adding execution context based task support implementation.Aleksandar Prokopec2012-03-024-51/+104
| | * | | | | | | | | | | | | Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-02278-5279/+7354
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | More consistent use of atPhase.Paul Phillips2012-03-0113-98/+120
| | | * | | | | | | | | | | | Another try to quiet the inliner.Paul Phillips2012-03-011-10/+10
| | | * | | | | | | | | | | | Merge branch 'develop'Paul Phillips2012-03-018-12/+43
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \ \ \
| | | | *-. \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'scalamacros/ticket/5530', 'szabolcsberecz/SI-...Paul Phillips2012-03-016-9/+30
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | Fixes SI-5532Eugene Burmako2012-03-013-4/+15
| | | | | * | | | | | | | | | | | | Fixes SI-5530Eugene Burmako2012-02-294-5/+15
| | | | | |/ / / / / / / / / / / /
| | | | * | | | | | | | | | | | | Merge remote-tracking branch 'szabolcsberecz/SI-5380' into developPaul Phillips2012-03-012-3/+13
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | Lift only *non-local* returns of try expressions.Szabolcs Berecz2012-02-291-5/+7
| | | | | * | | | | | | | | | | | | Fixes SI-5380: non-local return of try expressionSzabolcs Berecz2012-02-282-0/+9
| | | * | | | | | | | | | | | | | | Changes to appease the inliner.Paul Phillips2012-03-012-11/+13
| | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-2316-221/+296
| * | | | | | | | | | | | | | | | calling a side-effecting boolean-returning method last in conditionMiguel Garcia2012-03-021-3/+4
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fixed Issue 5321Cristian Tălău2012-03-013-1/+178
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fixing whitespace-damaged test.Paul Phillips2012-02-292-1/+2
| | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'VladUreche/issue/5527' and 'dragos/master'Paul Phillips2012-02-290-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Better fix for presentation compiler memory leaks, take 2. The previous fix (...Iulian Dragos2012-02-294-5/+67
| * | | | | | | | | | | | | | | Added comments to local definitions. Closes 5527Vlad Ureche2012-02-293-3/+67
| |/ / / / / / / / / / / / / /