summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-232-0/+12
* Merge pull request #2506 from scalamacros/ticket/7461Eugene Burmako2013-05-203-0/+16
|\
| * c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-093-0/+16
* | Merge pull request #2536 from adriaanm/ticket-7359Adriaan Moors2013-05-175-75/+21
|\ \
| * | [backport #1727] SI-7359 cyclic nested java classAdriaan Moors2013-05-165-75/+21
* | | SI-7486 regression in implicit resolution.Paul Phillips2013-05-171-0/+8
* | | Merge pull request #2504 from scalamacros/ticket/7464Jason Zaugg2013-05-172-10/+4
|\ \ \
| * | | SI-7464 allows FieldMirror.set to update valsEugene Burmako2013-05-172-10/+4
* | | | Merge pull request #2497 from scalamacros/topic/macro-qqqJason Zaugg2013-05-174-0/+33
|\ \ \ \
| * | | | easy way of writing not implemented macrosEugene Burmako2013-05-124-0/+33
* | | | | SI-5886 Remove check for packed type conformance.Jason Zaugg2013-05-151-0/+18
| |_|/ / |/| | |
* | | | 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
|\ \ \ \