summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2268 from scalamacros/topic/shannon-entropyPaul Phillips2013-03-221-43/+22
|\ \ \ \
| * | | | removes duplication in FreeDef extractorsEugene Burmako2013-03-161-43/+22
| |/ / /
* | | | Merge pull request #2245 from retronym/ticket/7242Paul Phillips2013-03-223-5/+124
|\ \ \ \
| * | | | SI-7242 Fix crash when inner object mixes in its companionJason Zaugg2013-03-133-5/+124
| | |_|/ | |/| |
* | | | Merge pull request #2276 from scalamacros/topic/macro-traceJames Iry2013-03-201-1/+1
|\ \ \ \
| * | | | an amazing discovery made by IulianEugene Burmako2013-03-181-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2283 from scalamacros/topic/silence-the-logJames Iry2013-03-201-1/+1
|\ \ \ \
| * | | | fixes the craziness in JavaUniverse.logEugene Burmako2013-03-201-1/+1
* | | | | Merge pull request #2261 from soc/SI-7258James Iry2013-03-202-3/+3
|\ \ \ \ \
| * | | | | SI-7258 Don't assume order of reflection values in t6223Simon Ochsenreither2013-03-152-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #2269 from retronym/ticket/7259James Iry2013-03-207-1/+33
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-7259 Fix detection of Java defined SelectsJason Zaugg2013-03-167-1/+33
| |/ / /
* | | | Merge pull request #2271 from retronym/topic/mima-refactorAdriaan Moors2013-03-181-91/+44
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reduce duplication and increase verbosity in MiMa execution.Jason Zaugg2013-03-161-91/+44
| |/ /
* | | Merge pull request #2255 from retronym/ticket/7249Adriaan Moors2013-03-173-1/+13
|\ \ \
| * | | SI-7249 Reign in overzealous Function0 optimization.Jason Zaugg2013-03-133-1/+13
| |/ /
* | | Merge pull request #2253 from retronym/ticket/7239Adriaan Moors2013-03-174-4/+52
|\ \ \
| * | | SI-6921 SI-7239 Tread lightly during exploratory typingJason Zaugg2013-03-134-4/+52
| |/ /
* | | Merge pull request #2247 from retronym/ticket/7232-2Adriaan Moors2013-03-1717-2/+96
|\ \ \ | |/ / |/| |
| * | SI-7232 Fix Java import vs defn. binding precendenceJason Zaugg2013-03-1317-2/+96
* | | Merge pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-125-2/+53
|\ \ \
| * | | SI-7240 fixes language feature lookupEugene Burmako2013-03-125-2/+53
* | | | Merge pull request #2230 from retronym/ticket/7233Paul Phillips2013-03-124-1/+24
|\ \ \ \
| * | | | SI-7233 Account for aliased imports in ErasureJason Zaugg2013-03-102-1/+9
| * | | | SI-7233 Account for aliased imports in eta expansion.Jason Zaugg2013-03-102-0/+15
* | | | | Merge pull request #2222 from scalamacros/ticket/6725Paul Phillips2013-03-125-1/+23
|\ \ \ \ \
| * | | | | SI-6725 `f` interpolator now supports %n tokensEugene Burmako2013-03-095-1/+23
| | |/ / / | |/| | |
* | | | | Merge pull request #2227 from mergeconflict/2.10.x-SI-7132Paul Phillips2013-03-123-15/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-093-15/+22
* | | | | Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-113-3/+16
|\ \ \ \ \
| * | | | | SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-093-3/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2225 from retronym/ticket/7234Adriaan Moors2013-03-113-7/+45
|\ \ \ \ \
| * | | | | SI-7234 Make named args play nice with dep. method typesJason Zaugg2013-03-093-7/+45
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2221 from scalamacros/ticket/5710Adriaan Moors2013-03-114-0/+32
|\ \ \ \ \
| * | | | | SI-5710 has fixed itselfEugene Burmako2013-03-094-0/+32
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2223 from scalamacros/ticket/7235Adriaan Moors2013-03-116-0/+42
|\ \ \ \ \
| * | | | | reifier is now aware of SI-7235Eugene Burmako2013-03-096-0/+42
| |/ / / /
* | | | | Merge pull request #2228 from retronym/ticket/7226Adriaan Moors2013-03-112-0/+32
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7226 Fix inference regression caused by TypeVar equality.Jason Zaugg2013-03-092-0/+32
|/ / / /
* | | | Merge pull request #2212 from dragos/fix/SI-7224James Iry2013-03-083-2/+169
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix SI-7224.Iulian Dragos2013-03-073-2/+169
|/ / /
* | | Merge pull request #2199 from retronym/ticket/7214Adriaan Moors2013-03-052-1/+60
|\ \ \
| * | | SI-7214 outer check based on dealiased pattern type.Jason Zaugg2013-03-052-1/+60
* | | | Merge pull request #2156 from vigdorchik/hierarchyAdriaan Moors2013-03-0511-145/+171
|\ \ \ \
| * | | | SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-2411-145/+171
* | | | | Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-0518-374/+386
|\ \ \ \ \
| * \ \ \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-038-74/+40
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #2190 from adriaanm/test-runs-mima-2.10.1v2.10.1-RC3v2.10.1James Iry2013-03-022-4/+8
| | |\ \ \ \ \
| | | * | | | | test.done again checks bin compat (using mima 0.1.5)Adriaan Moors2013-03-012-4/+8
| | * | | | | | Merge pull request #2189 from adriaanm/ticket-7195James Iry2013-03-024-64/+3
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |