summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge pull request #2570 from soc/SI-7391James Iry2013-05-281-4/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | SI-7391 Always use ForkJoin in Scala actors on ...Simon Ochsenreither2013-05-201-4/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #2583 from som-snytt/issue/7473-pointless-for-crashPaul Phillips2013-05-274-5/+24
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-7473 Bad for expr crashes postfixSom Snytt2013-05-234-5/+24
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #2600 from retronym/topic/lub-dealias-widenJason Zaugg2013-05-271-0/+34
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | A test case for a recent LUB progression.Jason Zaugg2013-05-271-0/+34
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #2595 from adriaanm/backport-pr-2450Paul Phillips2013-05-261-5/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-7421 remove unneeded extra-attachement in maven deployFrançois Garillot2013-05-241-5/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #2559 from soc/SI-7497Adriaan Moors2013-05-231-7/+9
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | SI-7497 Fix scala.util.Properties.isMacSimon Ochsenreither2013-05-231-7/+9
| |/ / / / / / / /
| * | | | | | | | Merge pull request #2572 from JamesIry/2.10.3_build_numberAdriaan Moors2013-05-201-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Increase build.number to 2.10.3James Iry2013-05-201-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #2506 from scalamacros/ticket/7461Eugene Burmako2013-05-205-2/+18
| |\ \ \ \ \ \ \ \
| | * | | | | | | | c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-095-2/+18
| * | | | | | | | | Merge pull request #2508 from viktorklang/wip-removing-synchronization-from-D...Adriaan Moors2013-05-202-43/+46
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Reimplementing much of the DefaultPromise methodsViktor Klang2013-05-182-43/+46
* | | | | | | | | | Merge pull request #2624 from paulp/pr/revert-14534c693dPaul Phillips2013-06-0311-126/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-0311-126/+31
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2599 from paulp/pr/2586-rebasePaul Phillips2013-06-031-466/+594
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Golfed about 20 lines into the sand trap.Paul Phillips2013-05-261-37/+20
| * | | | | | | | | | Reversing reversion of ac6504b8c4.Paul Phillips2013-05-261-4/+4
| * | | | | | | | | | skipping trips to specializeTypes when not necessary in constructorsMiguel Garcia2013-05-261-5/+13
| * | | | | | | | | | separation of concerns: guard non-specialized ctor-stats in constructorsMiguel Garcia2013-05-261-118/+123
| * | | | | | | | | | readability for intoConstructors transformerMiguel Garcia2013-05-261-11/+37
| * | | | | | | | | | separation of concerns: elision in constructorsMiguel Garcia2013-05-261-115/+135
| * | | | | | | | | | separation of concerns: delayed-init in constructorsMiguel Garcia2013-05-261-134/+141
| * | | | | | | | | | method transformClassTemplate() turned into class TemplateTransformerMiguel Garcia2013-05-261-572/+576
| * | | | | | | | | | eliding what the constructor phase elides but with less effort (2 of 2)Miguel Garcia2013-05-261-63/+1
| * | | | | | | | | | eliding what the constructor phase elides but with less effort (1 of 2)Miguel Garcia2013-05-261-2/+67
| * | | | | | | | | | how stuff works: elision of param-accessor-fields and outer-accessorsMiguel Garcia2013-05-261-6/+64
| * | | | | | | | | | handling AnyVal special case early on to simplify logic afterwardsMiguel Garcia2013-05-261-6/+10
| * | | | | | | | | | warn about uninitialized reads (in constructors), self-contained checkMiguel Garcia2013-05-261-37/+47
| * | | | | | | | | | Temporary reversion of a bit of d8b96bb858.Paul Phillips2013-05-261-4/+4
* | | | | | | | | | | Merge pull request #2597 from paulp/issue/7520Paul Phillips2013-06-033-33/+96
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-7520 bug in subtyping.Paul Phillips2013-05-312-1/+13
| * | | | | | | | | | | Eliminated the shared logic.Paul Phillips2013-05-311-32/+31
| * | | | | | | | | | | New method typeRelationPreCheck.Paul Phillips2013-05-311-1/+27
| * | | | | | | | | | | Add a TriState value class.Paul Phillips2013-05-311-0/+26
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2615 from paulp/issue/7517Paul Phillips2013-06-0311-31/+126
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-3111-31/+126
* | | | | | | | | | | Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-03332-1794/+2585
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | refactors IMPLPARAM_xxx constants into value classesEugene Burmako2013-06-022-23/+66
| * | | | | | | | | | | more refactoring and explanations in importersEugene Burmako2013-06-021-48/+54
| * | | | | | | | | | | applying Jason's aesthetics suggestionEugene Burmako2013-05-281-4/+10
| * | | | | | | | | | | changes some definitions to use Symbol.mapEugene Burmako2013-05-281-25/+25
| * | | | | | | | | | | refactors macro runtimesEugene Burmako2013-05-2823-122/+202
| * | | | | | | | | | | refactors macro compilationEugene Burmako2013-05-2833-554/+837
| * | | | | | | | | | | refactors importersEugene Burmako2013-05-281-318/+318
| * | | | | | | | | | | refactors macro testsEugene Burmako2013-05-28258-785/+847
| * | | | | | | | | | | macro engine refactoringEugene Burmako2013-05-2815-160/+455