summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2629 from retronym/ticket/7558Paul Phillips2013-06-081-0/+9
|\
| * SI-7558 Fix capture of free local vars in toolbox compilerJason Zaugg2013-06-051-0/+9
* | Merge pull request #2626 from retronym/ticket/7556Adriaan Moors2013-06-053-0/+3015
|\ \ | |/ |/|
| * SI-7556 Fix runtime reflection involving ScalaLongSignatureJason Zaugg2013-06-053-0/+3015
* | Merge pull request #2609 from retronym/ticket/7507Paul Phillips2013-06-033-0/+42
|\ \
| * | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-313-0/+42
| |/
* | Merge pull request #2619 from scalamacros/ticket/7375Eugene Burmako2013-06-025-0/+45
|\ \ | |/ |/|
| * SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-315-0/+45
* | Merge pull request #2578 from retronym/ticket/6138Adriaan Moors2013-05-292-0/+12
|\ \ | |/ |/|
| * SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-232-0/+12
* | Merge pull request #2583 from som-snytt/issue/7473-pointless-for-crashPaul Phillips2013-05-272-0/+14
|\ \
| * | SI-7473 Bad for expr crashes postfixSom Snytt2013-05-232-0/+14
| |/
* / A test case for a recent LUB progression.Jason Zaugg2013-05-271-0/+34
|/
* 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
| | |/ / / | |/| | |