summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-275-2/+18
| * | | | less magic in fast track macrosEugene Burmako2013-05-275-6/+6
| * | | | new starr that supports macro ???Eugene Burmako2013-05-276-6/+6
* | | | | Merge pull request #2613 from retronym/ticket/6309James Iry2013-05-312-0/+17
|\ \ \ \ \
| * | | | | SI-6309 Test case for early-init / private[this] crasher.Jason Zaugg2013-05-312-0/+17
| | |_|/ / | |/| | |
* | | | | Merge pull request #2618 from paulp/pr/final-in-package-objectJames Iry2013-05-311-2/+2
|\ \ \ \ \
| * | | | | Finalized math.E and math.Pi.Paul Phillips2013-05-311-2/+2
|/ / / / /
* | | | | Merge pull request #2592 from paulp/issue/7088Paul Phillips2013-05-313-1/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7088 Array crasher in erasure.Paul Phillips2013-05-273-1/+20
| | |/ / | |/| |
* | | | Merge pull request #2614 from paulp/pr/revert-fsPaul Phillips2013-05-313-26/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-313-26/+2
|/ / /
* | | Merge pull request #2424 from rjolly/si-7399James Iry2013-05-291-11/+11
|\ \ \
| * | | SI-7399 : Take scala.concurrent.context.maxThreads into accountRaphael Jolly2013-05-291-11/+11
* | | | Merge pull request #2563 from soc/SI-7474James Iry2013-05-284-26/+18
|\ \ \ \
| * | | | SI-7474 Parallel collections: End the exception handling madnessSimon Ochsenreither2013-05-284-26/+18
* | | | | Merge pull request #2579 from vigdorchik/list_mapJames Iry2013-05-283-28/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-7502 removing non-existent element from ListMap returns same map.Eugene Vigdorchik2013-05-223-28/+41
* | | | | Merge pull request #2593 from paulp/pr/no-numeric-widenPaul Phillips2013-05-2851-131/+148
|\ \ \ \ \ | |_|_|/ / |/| | | |