summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-7479 Make test/files/run/tailcalls.scala pass on AvianSimon Ochsenreither2013-06-101-0/+1
* SI-7479 Add avian option to partest's diff filter...Simon Ochsenreither2013-06-062-1/+5
* Merge pull request #2605 from JamesIry/weak_hashset_uniquesGrzegorz Kossakowski2013-06-043-50/+414
|\
| * Modify perRunCaches to not leak WeakReferencesJames Iry2013-06-041-10/+3
| * SI-7149 Use a WeakHashSet for type uniquenessJames Iry2013-06-041-2/+2
| * SI-7150 Replace scala.reflect.internal.WeakHashSetJames Iry2013-06-041-38/+409
* | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-0414-693/+575
|\ \
| * \ Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-034-30/+23
| |\ \
| | * \ Merge pull request #2608 from retronym/ticket/7532v2.10.2-RC2v2.10.2James Iry2013-05-301-4/+4
| | |\ \
| | | * | SI-7532 Fix regression in Java inner classfile readerJason Zaugg2013-05-301-4/+4
| | * | | SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-301-4/+3
| | |/ /
| | * | 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 #2609 from retronym/ticket/7507Paul Phillips2013-06-031-2/+10
| |\ \ \
| | * | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-311-2/+10
| * | | | 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-293-9/+11
| |\ \ \ \
| | * | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-233-9/+11
| * | | | | 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-272-5/+10
| |\ \ \ \
| | * | | | SI-7473 Bad for expr crashes postfixSom Snytt2013-05-232-5/+10
| | | |/ / | | |/| |
| * | | | SI-7421 remove unneeded extra-attachement in maven deployFrançois Garillot2013-05-241-5/+1
| * | | | SI-7497 Fix scala.util.Properties.isMacSimon Ochsenreither2013-05-231-7/+9
| |/ / /
| * | | 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 #2508 from viktorklang/wip-removing-synchronization-from-D...Adriaan Moors2013-05-201-43/+42
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Reimplementing much of the DefaultPromise methodsViktor Klang2013-05-181-43/+42
* | | | | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-033-10/+25
* | | | | 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-032-33/+86
|\ \ \ \ \ \
| * | | | | | SI-7520 bug in subtyping.Paul Phillips2013-05-311-1/+3