summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-099-30/+109
* SI-5189 1/2: inferConstrInst uses correct varianceAdriaan Moors2012-03-092-3/+9
* cleaned up inferConstructorInstance; same behaviorAdriaan Moors2012-03-091-37/+54
*-----. Merge remote-tracking branches 'dragos/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-055-13/+66
|\ \ \ \
| | | | * Handle empty format specifiers in the formatting interpolator.Jason Zaugg2012-03-031-6/+7
| | | * | Fixes scaladoc rangeposVlad Ureche2012-03-051-3/+4
| | * | | Make task support implementations public.Aleksandar Prokopec2012-03-051-3/+23
| * | | | Fix deadlocks occurring during presentation compiler shutdown.Iulian Dragos2012-03-052-1/+32
* | | | | Fix for phase-based logging.Paul Phillips2012-03-051-1/+1
| |_|/ / |/| | |
* | | | Revert attempt to limit private types in lubs.Paul Phillips2012-03-041-1/+1
* | | | Overcame trait/protected/java limitation.Paul Phillips2012-03-041-69/+86
|/ / /
* | / An old patch on pattern matcher exhaustivity.Paul Phillips2012-03-036-47/+50
| |/ |/|
* | Fix for corner case in type printing.Paul Phillips2012-03-021-1/+8
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'ctalau/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-0235-411/+582
|\ \ \ \ | | | |/ | | |/|
| | | * Fix for cps regression. Closes 5538. Closes 5445.Tiark Rompf2012-03-022-15/+21
| | * | Adding execution context based task support implementation.Aleksandar Prokopec2012-03-024-51/+104
| | * | Merge branch 'master' into feature/pc-execution-contextsAleksandar Prokopec2012-03-02220-5253/+6969
| | |\|
| | | * 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-012-12/+25
| | | |\
| | | | *-. Merge remote-tracking branches 'scalamacros/ticket/5530', 'szabolcsberecz/SI-...Paul Phillips2012-03-011-9/+18
| | | | |\ \
| | | | | | * Fixes SI-5532Eugene Burmako2012-03-011-4/+10
| | | | | * | Fixes SI-5530Eugene Burmako2012-02-291-5/+8
| | | | | |/
| | | | * | Merge remote-tracking branch 'szabolcsberecz/SI-5380' into developPaul Phillips2012-03-011-3/+7
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * 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-281-0/+3
| | | * | | Changes to appease the inliner.Paul Phillips2012-03-012-11/+13
| | | |/ /
| | * | | Add tasksupport as a configurable field in parallel collections.Aleksandar Prokopec2012-02-2315-220/+295
| * | | | calling a side-effecting boolean-returning method last in conditionMiguel Garcia2012-03-021-3/+4
| | |/ / | |/| |
* / | | Fixed Issue 5321Cristian Tălău2012-03-011-1/+1
|/ / /
* | | Merge remote-tracking branches 'VladUreche/issue/5527' and 'dragos/master' in...Paul Phillips2012-02-295-7/+68
* | | Whitespace commit.Paul Phillips2012-02-29177-1168/+1167
* | | Reworking synchronized patch.Paul Phillips2012-02-2811-62/+33
* | | Merge remote-tracking branch 'szabolcsberecz/SI-64' into SI-64-freshPaul Phillips2012-02-289-5/+55
|\ \ \ | |_|/ |/| |
| * | replace methods containing a synchronized body with synchronized methodsSzabolcs Berecz2012-02-166-2/+46
| * | let fjbg know about the synchronized flagSzabolcs Berecz2012-02-153-0/+6
* | | Don't print underlying type of modules.Paul Phillips2012-02-281-1/+1
* | | Fix for typing of objects in patterns.Paul Phillips2012-02-281-1/+6
* | | Improving error message.Paul Phillips2012-02-281-5/+15
* | | Specialized NonLocalReturnControl.Paul Phillips2012-02-2711-56/+60
* | | Fix for "." appearing on classpath.Paul Phillips2012-02-271-1/+3
* | | Merge pull request #243 from jsuereth/fix-deployJosh Suereth2012-02-271-1/+1
|\ \ \
| * | | Fixed deploy script for nightlyJosh Suereth2012-02-271-1/+1
* | | | Merge remote-tracking branch 'hubertp/issue/5527-workaround' into developPaul Phillips2012-02-271-6/+7
|\ \ \ \
| * | | | Workaround for scaladoc bug SI-5527 that crashes the build when mixed with ra...Hubert Plociniczak2012-02-271-6/+7
| | |_|/ | |/| |
* | | | Some logging cleanup.Paul Phillips2012-02-2613-82/+82
* | | | Toward a higher level abstraction than atPhase.Paul Phillips2012-02-2534-209/+217
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'heathermiller/issue/5522' and 'heathermiller/...Paul Phillips2012-02-2513-3443/+4821
|\ \ \ \ \
| | * | | | Added updated ForkJoinPool, w/ necessary updates to Scala Actors.Heather Miller2012-02-2511-3442/+4810
| * | | | | Improvement to API docs: GenTraversableLike and List. Fixes SI-5522.Heather Miller2012-02-252-1/+11
| |/ / / /