summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-049-633/+502
|\
| * Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-033-26/+20
| |\
| | * SI-7532 Fix regression in Java inner classfile readerJason Zaugg2013-05-301-4/+4
| | * Merge pull request #2601 from retronym/ticket/7516James Iry2013-05-291-5/+7
| | |\
| | | * SI-7516 Revert "SI-7234 Make named args play nice w. depmet types"Jason Zaugg2013-05-291-5/+7
| | * | Merge pull request #2590 from paulp/issue/7486Jason Zaugg2013-05-271-14/+3
| | |\ \ | | | |/ | | |/|
| | | * SI-7486 Regressions in implicit search.Paul Phillips2013-05-231-14/+3
| | * | SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-231-3/+6
| | |/
| * | Merge pull request #2619 from scalamacros/ticket/7375Eugene Burmako2013-06-021-2/+5
| |\ \
| | * | SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-311-2/+5
| * | | Merge pull request #2578 from retronym/ticket/6138Adriaan Moors2013-05-292-7/+1
| |\ \ \ | | |/ / | |/| |
| | * | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-232-7/+1
| * | | SI-7473 Bad for expr crashes postfixSom Snytt2013-05-232-5/+10
| |/ /
| * | Merge pull request #2506 from scalamacros/ticket/7461Eugene Burmako2013-05-202-2/+2
| |\ \ | | |/ | |/|
| | * c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-092-2/+2
* | | 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 #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-0333-637/+1008
|\ \ \ \
| * | | | refactors IMPLPARAM_xxx constants into value classesEugene Burmako2013-06-021-23/+53
| * | | | applying Jason's aesthetics suggestionEugene Burmako2013-05-281-4/+10
| * | | | refactors macro runtimesEugene Burmako2013-05-2823-122/+202
| * | | | refactors macro compilationEugene Burmako2013-05-2812-509/+668
| * | | | macro engine refactoringEugene Burmako2013-05-284-156/+252
| * | | | SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-272-2/+2
* | | | | Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-312-8/+2
* | | | | Make all numeric coercions explicit.Paul Phillips2013-05-2719-50/+54
|/ / / /
* / / / Print raw types correctly.Paul Phillips2013-05-262-3/+6
|/ / /
* | | Merge pull request #2584 from som-snytt/issue/repl-tools-jarPaul Phillips2013-05-262-54/+94
|\ \ \
| * | | PathResolver uses platform EOL to mkStringsSom Snytt2013-05-231-61/+56
| * | | SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-232-1/+46
* | | | Merge pull request #2585 from paulp/pr/concision-contributionPaul Phillips2013-05-2635-222/+208
|\ \ \ \
| * | | | A couple additional simplifications.Paul Phillips2013-05-241-3/+3
| * | | | Concision contribution.Paul Phillips2013-05-2335-221/+207
* | | | | Merge pull request #2574 from paulp/issue/3425Paul Phillips2013-05-242-10/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-3425 erasure crash with refinement members.Paul Phillips2013-05-212-10/+17
* | | | | Merge pull request #2576 from retronym/ticket/7436Paul Phillips2013-05-231-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-7436 Varargs awareness for super param aliasing.Jason Zaugg2013-05-211-1/+1
| | |/ / | |/| |