summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2288 from paulp/pr/2273-with-editsPaul Phillips2013-03-272-0/+17
|\
| * SI-6387 Clones accessor before name expansionEugene Vigdorchik2013-03-252-0/+17
* | Merge pull request #2270 from retronym/ticket/7246-2Paul Phillips2013-03-258-8/+87
|\ \
| * | SI-7246 Make $outer pointer elision Java awareJason Zaugg2013-03-238-8/+87
| |/
* | Merge pull request #2306 from retronym/ticket/7299Paul Phillips2013-03-252-0/+13
|\ \
| * | SI-7299 Improve error message for eta-expanding 23+ param methodJason Zaugg2013-03-252-0/+13
* | | Merge pull request #2257 from JamesIry/2.10.x_classfile_51Paul Phillips2013-03-251-0/+126
|\ \ \
| * | | Read version 51 (JDK 7) class files.James Iry2013-03-141-0/+126
| | |/ | |/|
* | | Merge pull request #2278 from kzys/jira-6580Paul Phillips2013-03-252-0/+43
|\ \ \
| * | | SI-6580 Scaladoc: Should not close void elementsKato Kazuyoshi2013-03-252-0/+43
| | |/ | |/|
* | | Merge pull request #2293 from retronym/ticket/6210Adriaan Moors2013-03-252-0/+22
|\ \ \ | |/ / |/| |
| * | SI-6210 Test case for already-fixed pattern matcher bugJason Zaugg2013-03-232-0/+22
* | | Merge pull request #2295 from adriaanm/build-cleanup-2.10Paul Phillips2013-03-231-0/+0
|\ \ \
| * | | Merge scala/2.10.x into build-cleanup-2.10Adriaan Moors2013-03-2347-13/+447
| |\| |
| * | | Sanity for build.xml: exscriptus&positus delendus est.Adriaan Moors2013-03-231-0/+0
* | | | Merge pull request #2266 from paulp/issue/7251Paul Phillips2013-03-233-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7251, compiler crash with $.Paul Phillips2013-03-163-0/+21
| | |/ | |/|
* | | Merge pull request #2264 from Blaisorblade/issue/7253Paul Phillips2013-03-225-0/+52
|\ \ \
| * | | SI-7253: respect binary compatibility constraintsPaolo G. Giarrusso2013-03-165-0/+52
| |/ /
* | | Merge pull request #2274 from vigdorchik/ticket/si-5699James Iry2013-03-222-0/+35
|\ \ \
| * | | SI-5699 correct java parser for annotation defs.Eugene Vigdorchik2013-03-192-0/+35
| |/ /
* | | Merge pull request #2245 from retronym/ticket/7242Paul Phillips2013-03-222-0/+91
|\ \ \
| * | | SI-7242 Fix crash when inner object mixes in its companionJason Zaugg2013-03-132-0/+91
| | |/ | |/|
* | | 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-206-0/+30
|\ \ \
| * | | SI-7259 Fix detection of Java defined SelectsJason Zaugg2013-03-166-0/+30
| |/ /
* | | Merge pull request #2255 from retronym/ticket/7249Adriaan Moors2013-03-172-0/+8
|\ \ \
| * | | SI-7249 Reign in overzealous Function0 optimization.Jason Zaugg2013-03-132-0/+8
| |/ /
* | | Merge pull request #2253 from retronym/ticket/7239Adriaan Moors2013-03-172-0/+49
|\ \ \
| * | | SI-6921 SI-7239 Tread lightly during exploratory typingJason Zaugg2013-03-132-0/+49
| |/ /
* | | Merge pull request #2247 from retronym/ticket/7232-2Adriaan Moors2013-03-1715-0/+70
|\ \ \ | |/ / |/| |
| * | SI-7232 Fix Java import vs defn. binding precendenceJason Zaugg2013-03-1315-0/+70
* | | Merge pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-123-0/+51
|\ \ \
| * | | SI-7240 fixes language feature lookupEugene Burmako2013-03-123-0/+51
* | | | Merge pull request #2230 from retronym/ticket/7233Paul Phillips2013-03-122-0/+22
|\ \ \ \
| * | | | SI-7233 Account for aliased imports in ErasureJason Zaugg2013-03-101-0/+8
| * | | | SI-7233 Account for aliased imports in eta expansion.Jason Zaugg2013-03-101-0/+14
* | | | | Merge pull request #2222 from scalamacros/ticket/6725Paul Phillips2013-03-124-0/+21
|\ \ \ \ \
| * | | | | SI-6725 `f` interpolator now supports %n tokensEugene Burmako2013-03-094-0/+21
| | |/ / / | |/| | |
* | | | | Merge pull request #2227 from mergeconflict/2.10.x-SI-7132Paul Phillips2013-03-122-10/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-092-10/+15
* | | | | Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-112-0/+13
|\ \ \ \ \
| * | | | | SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-092-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2225 from retronym/ticket/7234Adriaan Moors2013-03-112-0/+35
|\ \ \ \ \
| * | | | | SI-7234 Make named args play nice with dep. method typesJason Zaugg2013-03-092-0/+35
| | |_|_|/ | |/| | |
* | | | | 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-114-0/+36
|\ \ \ \ \
| * | | | | reifier is now aware of SI-7235Eugene Burmako2013-03-094-0/+36
| |/ / / /