summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move implicit ExecutionContext to be determined by lexical scopephaller2012-05-245-42/+218
* Merge pull request #611 from scala/fix-scala-migration-buildLukas Rytz2012-05-241-0/+0
|\
| * Fix to naming of file.Josh Suereth2012-05-231-0/+0
* | Merge pull request #610 from jsuereth/sbt-lock-by-defaultAdriaan Moors2012-05-242-58/+40
|\ \ | |/ |/|
| * Added lock by default and did a minor amount of cleanup. More to come hopefu...Josh Suereth2012-05-232-58/+40
* | Merge pull request #609 from jsuereth/asm-compiled-onceJosh Suereth2012-05-2380-54/+58
|\|
| * Merge branch 'master' into asm-compiled-onceJosh Suereth2012-05-2327-114/+401
| |\ | |/ |/|
* | Merge pull request #607 from paulp/may22-checkinAdriaan Moors2012-05-2326-113/+378
|\ \
| * | Widen types in names/defaults transformations.Paul Phillips2012-05-233-13/+26
| * | Creator for superconstructor tree.Paul Phillips2012-05-237-19/+14
| * | Usability improvements to Origins.Paul Phillips2012-05-233-39/+51
| * | Pending and passing tests.Paul Phillips2012-05-238-3/+236
| * | Cleanups in Treecheckers.Paul Phillips2012-05-231-34/+33
| * | Make phase fmask a public val instead of a private var.Paul Phillips2012-05-231-4/+6
| * | Relax -Xlint warning for implicit classes. Closes SI-5809.Paul Phillips2012-05-233-1/+12
* | | Merge pull request #608 from vjovanov/amk-fixAdriaan Moors2012-05-231-1/+23
|\ \ \ | |/ / |/| |
| * | Fixing the build of actors.Vojin Jovanovic2012-05-231-1/+23
|/ /
| * ASM now compiled once in the build.Josh Suereth2012-05-2380-54/+58
|/
* Merge pull request #606 from lrytz/ticket/3761-overload-byname-onlyAdriaan Moors2012-05-234-1/+49
|\
| * more tests for SI-3761Lukas Rytz2012-05-234-1/+49
|/
* Merge pull request #595 from som-snytt/ticket/3761-overload-byname-onlyLukas Rytz2012-05-233-3/+44
|\
| * SI-3761: Overload resolution fails on by-name parameter (amended per lrytz)Som Snytt2012-05-223-2/+8
| * SI-3761: Overload resolution fails on by-name parameterSom Snytt2012-05-213-4/+39
* | Merge pull request #575 from vjovanov/actors-migration-kitAdriaan Moors2012-05-2345-21/+1996
|\ \
| * | Minor fixes for the Actor Migration KitVojin Jovanovic2012-05-234-24/+19
| * | Adding the Actor Migration Kit.Vojin Jovanovic2012-05-1844-16/+1996
* | | Merge pull request #601 from adriaanm/3f7b8b58748eb70aec4269f1ef63853b5ad4af60Adriaan Moors2012-05-2332-350/+1285
|\ \ \
| * | | Exhaustivity: TreeMakers as boolean propositionsAdriaan Moors2012-05-2231-123/+882
| * | | TreeMaker approximation refactorings and bug fixesAdriaan Moors2012-05-222-225/+401
| | |/ | |/|
* | | Merge pull request #599 from som-snytt/ticket/5779-numeq-warnAdriaan Moors2012-05-223-3/+25
|\ \ \
| * | | SI-5779: Wrong warning message (comparing Number)Som Snytt2012-05-221-9/+13
| * | | SI-5779: Wrong warning message (comparing values of types Float/Double and Nu...Som Snytt2012-05-213-4/+22
| |/ /
* | | Merge pull request #602 from hubertp/issue/5735Adriaan Moors2012-05-224-36/+55
|\ \ \
| * | | Last minor cleanupHubert Plociniczak2012-05-221-3/+3
| * | | More consistent solution for errorenous situations when infering the alternat...Hubert Plociniczak2012-05-222-39/+41
| * | | Closes SI-5735, this could also potentially fix a SO problem that @adriaanm w...Hubert Plociniczak2012-05-214-4/+21
| | |/ | |/|
* | | Merge pull request #592 from retronym/ticket/4975Adriaan Moors2012-05-222-1/+13
|\ \ \
| * | | Consider method-scoped companions in the implicit scope.Jason Zaugg2012-05-212-1/+13
* | | | Merge pull request #596 from magarciaEPFL/ticket-SI-5672Adriaan Moors2012-05-224-62/+77
|\ \ \ \
| * | | | fix for SI-5672Miguel Garcia2012-05-214-62/+77
| | |_|/ | |/| |
* | | | Merge pull request #588 from retronym/ticket/5305Adriaan Moors2012-05-225-4/+22
|\ \ \ \
| * | | | Don't hop to the first enclosing, non-silent context when typing refinements.Jason Zaugg2012-05-065-4/+22
* | | | | Merge pull request #598 from retronym/ticket/2405Adriaan Moors2012-05-225-5/+50
|\ \ \ \ \
| * | | | | SI-2405 Confer implicit privileges to renamed imports.Jason Zaugg2012-05-225-5/+50
| | |/ / / | |/| | |
* | | | | Merge pull request #604 from hubertp/issue/5044Adriaan Moors2012-05-222-2/+6
|\ \ \ \ \
| * | | | | Better diagnosis for the SI-5044 fixHubert Plociniczak2012-05-221-0/+4
| * | | | | For the benefit of future debugger users, let the context print some more use...Hubert Plociniczak2012-05-221-2/+2
| |/ / / /
* | | | | Merge pull request #583 from heathermiller/scaladoc/keyboard-shortcutsJosh Suereth2012-05-221-1/+1
|\ \ \ \ \
| * | | | | Fix to Scaladoc keyboard shortcuts for FirefoxHeather Miller2012-05-201-1/+1
* | | | | | Merge pull request #586 from axel22/issue/5804Josh Suereth2012-05-224-15/+49
|\ \ \ \ \ \