summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-6811 Remove scala.annotation.cloneableSimon Ochsenreither2013-06-071-15/+0
* Merge pull request #2582 from paulp/pr/SubstTypeMapAdriaan Moors2013-06-052-4/+14
|\
| * Cache the most recently created SubstTypeMap.Paul Phillips2013-05-222-4/+14
* | Merge pull request #2605 from JamesIry/weak_hashset_uniquesGrzegorz Kossakowski2013-06-044-50/+588
|\ \
| * | 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-042-38/+583
* | | Merge pull request #2623 from paulp/pr/mergeAdriaan Moors2013-06-0441-693/+799
|\ \ \
| * | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-0441-693/+799
|/| | |
| * | | Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-0318-30/+100
| |\ \ \
| | * \ \ Merge pull request #2608 from retronym/ticket/7532v2.10.2-RC2v2.10.2James Iry2013-05-305-4/+30
| | |\ \ \
| | | * | | SI-7532 Fix regression in Java inner classfile readerJason Zaugg2013-05-305-4/+30
| | * | | | Merge pull request #2607 from retronym/ticket/7517James Iry2013-05-292-4/+25
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-302-4/+25
| | |/ / /
| | * | | Merge pull request #2601 from retronym/ticket/7516James Iry2013-05-295-5/+20
| | |\ \ \
| | | * | | SI-7516 Revert "SI-7234 Make named args play nice w. depmet types"Jason Zaugg2013-05-295-5/+20
| | * | | | Merge pull request #2590 from paulp/issue/7486Jason Zaugg2013-05-274-14/+3
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-7486 Regressions in implicit search.Paul Phillips2013-05-234-14/+3
| | * | | | Merge pull request #2588 from retronym/ticket/7509Paul Phillips2013-05-263-3/+22
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-233-3/+22
| | |/ / /
| * | | | Merge pull request #2609 from retronym/ticket/7507Paul Phillips2013-06-034-2/+52
| |\ \ \ \
| | * | | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-314-2/+52
| * | | | | Merge pull request #2619 from scalamacros/ticket/7375Eugene Burmako2013-06-026-2/+50
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-316-2/+50
| * | | | | Merge pull request #2578 from retronym/ticket/6138Adriaan Moors2013-05-297-9/+39
| |\ \ \ \ \
| | * | | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-237-9/+39
| * | | | | | 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