summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2710 from jedesah/repl_load2.9.xAdriaan Moors2013-07-152-11/+16
|\
| * Fix minor error with splitLeftJean-Remi Desjardins2013-07-101-1/+1
| * Refactor the code to avoid duplication and separate concernsJean-Remi Desjardins2013-07-061-9/+8
| * SI-4829 the :load command now fails claiming a file does not exist if the com...Jean-Remi Desjardins2013-07-052-5/+11
|/
* Merge pull request #2684 from phaller/issue/7616Adriaan Moors2013-07-042-1/+22
|\
| * SI-7616 Avoid ClassCastException in scala.concurrent.impl.ExecutionContextImplPhilipp Haller2013-06-272-1/+22
|/
* Merge pull request #2587 from soc/SI-7497-2.9Adriaan Moors2013-05-231-1/+3
|\
| * [backport] SI-7497 Use `osName startsWith "Mac OS X"` ...Simon Ochsenreither2013-05-231-1/+3
|/
* Merge pull request #2560 from soc/SI-7497-2.9Adriaan Moors2013-05-221-7/+7
|\
| * [backport] SI-7497 Fix scala.util.Properties.isMacSimon Ochsenreither2013-05-181-7/+7
|/
* Merge pull request #2413 from soc/SI-7391-2.9Adriaan Moors2013-05-031-4/+1
|\
| * [backport] SI-7391 Use ForkJoin in Scala actorsSimon Ochsenreither2013-05-021-4/+1
* | Merge pull request #2412 from soc/SI-7237-2.9Adriaan Moors2013-05-021-5/+2
|\ \ | |/ |/|
| * [backport] SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-04-191-5/+2
|/
* Merge pull request #1972 from soc/SI-6969-2.9.xAdriaan Moors2013-02-013-7/+47
|\
| * [backport] SI-6969, mishandling of SoftReferences in method cache.Simon Ochsenreither2013-01-253-7/+47
* | Merge pull request #1962 from phaller/issue/6932-2.9.xv2.9.3-RC2v2.9.3Adriaan Moors2013-01-274-3/+128
|\ \ | |/ |/|
| * SI-6932 Remove Batchable trait, minor clean-ups, update buildPhilipp Haller2013-01-242-18/+10
| * Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-223-3/+136
|/
* Merge pull request #1867 from huitseeker/backport/1721Grzegorz Kossakowski2013-01-097-2/+47
|\
| * SI-6766 Create a continuations project in eclipseJames Iry2013-01-086-2/+45
| * SI-6766 Makes the -Pcontinuations:enable flag a project specific preferenceJames Iry2013-01-081-0/+2
|/
* Merge pull request #1777 from adriaanm/mailmap-2.9.xAdriaan Moors2012-12-171-0/+25
|\
| * update mailmapAdriaan Moors2012-12-141-0/+25
|/
* Merge pull request #1774 from adriaanm/bc-2.9.3v2.9.3-RC1Adriaan Moors2012-12-134-32/+22
|\
| * binary compatibility compensationAdriaan Moors2012-12-134-32/+22
|/
* Merge pull request #1770 from JamesIry/SI-6536_2.9.xAdriaan Moors2012-12-135-6/+362
|\
| * SI-6536 Cleanup code around determining accessor requirementJames Iry2012-12-132-12/+26
| * SI-6536 Generates super accessors X.super[Y].blah when Y is a classJames Iry2012-12-135-5/+347
* | Merge pull request #1764 from adriaanm/backport/sip14Adriaan Moors2012-12-1332-15/+4925
|\ \
| * | use consistent scalac args in quick&strapAdriaan Moors2012-12-131-9/+8
| * | SIP-14 backport to 2.9.xphaller2012-12-1226-9/+4898
| * | SI-6188 backport (ICodeReader wrongly ignored exception handlers)Miguel Garcia2012-12-123-2/+6
| * | SI-5958 This deserves a stable type - backport to 2.9.xAdriaan Moors2012-12-103-0/+18
| |/
* | Merge pull request #1761 from adriaanm/ticket-6692-2.9.xAdriaan Moors2012-12-132-5/+3
|\ \ | |/ |/|
| * SI-6692 pickle one more flag bit: EXISTENTIALAdriaan Moors2012-12-122-5/+3
|/
* Merge pull request #1651 from adriaanm/eclipse-project-2.9.xAdriaan Moors2012-12-0612-13/+268
|\
| * eclipse project files are now in src/eclipseAdriaan Moors2012-11-2012-13/+268
* | Merge pull request #1594 from adriaanm/guidelines-2.9.xAdriaan Moors2012-11-251-0/+66
|\ \ | |/ |/|
| * show developer guidelines on opening pull requestAdriaan Moors2012-11-081-0/+66
|/
* Merge pull request #1560 from phaller/backport/cps-issue-1681Adriaan Moors2012-11-0521-31/+388
|\
| * Improve doc comment on adaptTypeOfReturn in CPSAnnotationCheckerphaller2012-11-021-3/+7
| * Simplify the adaptation of types of return expressionsphaller2012-11-028-11/+86
| * Revert "Add missing cases in tail return transform"phaller2012-11-024-26/+8
| * Add missing cases in tail return transformphaller2012-11-024-8/+26
| * Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-11-025-68/+29
| * SI-5314 - CPS transform of return statement failsphaller2012-11-0219-15/+332
* | Merge pull request #1334 from phaller/issue/cps-try-catch-2.9.xAdriaan Moors2012-11-053-2/+38
|\ \ | |/ |/|
| * SI-6384 - avoid setting owner of function argument explicitlyphaller2012-11-021-4/+4
| * SI-6384 - correct owner of function argumentphaller2012-10-301-2/+2