summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2502 from viktorklang/wip-SI7383-EC-prepare-in-Future-app...Adriaan Moors2013-05-141-0/+19
|\
| * SI-7383 - Call ExecutionContext.prepare in Future.apply to allow for capturin...Viktor Klang2013-05-101-0/+19
* | Merge pull request #2494 from scalamacros/ticket/5923Eugene Burmako2013-05-1141-1/+208
|\ \
| * | [nomaster] SI-7166 catches DivergentImplicit in c.inferImplicitXXXEugene Burmako2013-05-113-0/+33
| * | [nomaster] SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-113-0/+22
| * | [nomaster] SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-05-1112-1/+60
| * | [nomaster] SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-116-0/+57
| * | [nomaster] macroExpandAll is now triggered in all invocations of typedEugene Burmako2013-05-112-0/+4
| * | [nomaster] SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-1113-0/+32
| * | [nomaster] temporarily breaks SI-5353Eugene Burmako2013-05-112-0/+0
* | | Merge pull request #2505 from scalamacros/topic/macrosPaul Phillips2013-05-112-0/+42
|\ \ \ | |/ / |/| |
| * | fixes a crash in ReflectionUtils.systemPropertiesEugene Burmako2013-05-092-0/+42
| |/
* | fixes a checkfile breakage in 2.10.xEugene Burmako2013-05-111-1/+1
* | Merge pull request #2456 from paulp/pr/jdk8-210xGrzegorz Kossakowski2013-05-119-8/+39
|\ \
| * | SI-7398 Add support for java8 default methodsPaul Phillips2013-04-261-0/+31
| * | Refactor DirectTest so java can be tested.Paul Phillips2013-04-268-8/+8
* | | Merge pull request #2461 from scalamacros/ticket/7325Paul Phillips2013-05-1011-7/+141
|\ \ \
| * | | SI-7325 cleans up corner cases of percent handling in StringContext.fEugene Burmako2013-05-047-3/+91
| * | | SI-7271 fixes positions of string interpolation partsEugene Burmako2013-04-274-4/+50
| |/ /
* | | Merge pull request #2458 from paulp/issue/7426-210Grzegorz Kossakowski2013-05-101-0/+3
|\ \ \
| * | | SI-7426 Crash in pickler.Paul Phillips2013-04-261-0/+3
* | | | Merge pull request #2488 from paulp/issue/7441Paul Phillips2013-05-102-0/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-7441 Don't ramble on about inapplicable implicits.Paul Phillips2013-05-022-0/+13
* | | | Merge pull request #2472 from paulp/pr/2.10.2/7385Paul Phillips2013-05-072-0/+17
|\ \ \ \
| * | | | SI-7385 crash in erroneous codePaul Phillips2013-04-302-0/+17
* | | | | Merge pull request #2487 from paulp/issue/6091Paul Phillips2013-05-072-0/+11
|\ \ \ \ \
| * | | | | SI-6091 overeager warning for reference equalityPaul Phillips2013-05-022-0/+11
| | |/ / / | |/| | |
* | | | | Merge pull request #2440 from retronym/ticket/6771Adriaan Moors2013-05-034-0/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6771 Alias awareness for checkableType in match analysis.Jason Zaugg2013-04-244-0/+32
* | | | | Merge pull request #2432 from retronym/ticket/delayed-init-refPaul Phillips2013-04-303-0/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Warn on selection of vals from DelayedInit subclasses.Jason Zaugg2013-04-233-0/+53
* | | | | Merge pull request #2439 from retronym/ticket/7369Adriaan Moors2013-04-275-0/+95
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7369 Avoid spurious unreachable warnings in patternsJason Zaugg2013-04-245-0/+95
| | |/ / | |/| |
* | | | Merge pull request #2392 from vigdorchik/ticket/si-7367Paul Phillips2013-04-262-0/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-7367 scaladoc crash on constructing the model for annotations.Eugene Vigdorchik2013-04-252-0/+26
* | | | SI-6943 warn on value class miscomparison.Paul Phillips2013-04-242-8/+44
* | | | Merge pull request #2420 from retronym/ticket/6675-2Jason Zaugg2013-04-232-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-212-0/+21
* | | | Merge pull request #2358 from adriaanm/ticket-7330Jason Zaugg2013-04-214-3/+13
|\ \ \ \
| * | | | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-084-3/+13
* | | | | Merge pull request #2410 from paulp/pr/parameterized-implicitJason Zaugg2013-04-212-0/+14
|\ \ \ \ \
| * | | | | Quiet down overloaded implicit warning.Paul Phillips2013-04-182-0/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #2322 from retronym/ticket/7200Jason Zaugg2013-04-202-0/+84
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7200 Test case for fixed type inference error.Jason Zaugg2013-03-272-0/+84
* | | | | Merge pull request #2408 from paulp/pr/fully-qualified-namePaul Phillips2013-04-194-9/+9
|\ \ \ \ \
| * | | | | Absolute path in error message.Paul Phillips2013-04-174-9/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #2411 from retronym/ticket/7388Paul Phillips2013-04-192-0/+5
|\ \ \ \ \
| * | | | | SI-7388 Be more robust against cycles in error symbol creation.Jason Zaugg2013-04-182-0/+5
| |/ / / /
* | | | | Merge pull request #2402 from retronym/ticket/7377Paul Phillips2013-04-194-0/+32
|\ \ \ \ \
| * | | | | SI-7377 Fix retypechecking of patterns on case companion aliasJason Zaugg2013-04-174-0/+32
| |/ / / /