summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-8420 don't crash on unquoting of non-liftable native typeDenys Shabalin2014-03-171-2/+4
* Merge pull request #3631 from adriaanm/t4492Adriaan Moors2014-03-164-7/+32
|\
| * SI-4492 More informative error when class not found on classpathAdriaan Moors2014-03-144-7/+32
* | Merge pull request #3630 from adriaanm/t8368Adriaan Moors2014-03-142-2/+3
|\ \
| * | SI-8368 respect user-supplied scala.usejavacpAdriaan Moors2014-03-142-2/+3
| |/
* | Merge pull request #3617 from VladimirNik/typedTreesPrinter-2.11.0-SI-8386Adriaan Moors2014-03-141-2/+3
|\ \
| * | SI-8386 fixedVladimirNik2014-03-111-2/+3
* | | Merge pull request #3598 from som-snytt/issue/8266-amend-adviceAdriaan Moors2014-03-141-1/+2
|\ \ \
| * | | SI-8266 Amend advice for deprecated octal 042Som Snytt2014-02-281-1/+2
* | | | Merge pull request #3624 from puffnfresh/patch-1Adriaan Moors2014-03-141-1/+0
|\ \ \ \
| * | | | Remove "will not terminate" from toStream docBrian McKenna2014-03-121-1/+0
* | | | | Merge pull request #3629 from xeno-by/topic/setter-conflictAdriaan Moors2014-03-141-0/+4
|\ \ \ \ \
| * | | | | SI-8086 follow-up that fixes the problem with `setter`Eugene Burmako2014-03-131-0/+4
| |/ / / /
* | | | | Merge pull request #3623 from paulp/pr/source-210Adriaan Moors2014-03-143-3/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-8265 Restore 2.10 variance behavior under -Xsource:2.10Paul Phillips2014-03-123-3/+12
| |/ / /
* | | | Merge pull request #3625 from retronym/ticket/8403Adriaan Moors2014-03-141-2/+4
|\ \ \ \
| * | | | SI-8403 Fix regression in name binding with imports in templatesJason Zaugg2014-03-131-2/+4
| |/ / /
* / / / SI-8407 "symbol not found" in Scaladoc use cases: warning onlyJason Zaugg2014-03-131-1/+1
|/ / /
* | | Merge pull request #3622 from retronym/ticket/8395Adriaan Moors2014-03-121-4/+4
|\ \ \
| * | | SI-8395 Regression in pattern matching with nested bindsJason Zaugg2014-03-121-4/+4
* | | | Merge pull request #3615 from retronym/ticket/8376Adriaan Moors2014-03-122-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | SI-8376 Better type printing for Java varargsJason Zaugg2014-03-101-1/+1
| * | | SI-8376 Fix overload resolution with Java varargsJason Zaugg2014-03-101-1/+2
* | | | Merge pull request #3619 from huitseeker/issue/SI-8392Adriaan Moors2014-03-111-1/+3
|\ \ \ \
| * | | | SI-8392 Guards QuasiquoteClass against non-availability in scala-reflectFrançois Garillot2014-03-111-1/+3
| | |_|/ | |/| |
* | | | Merge pull request #3616 from retronym/ticket/8363Adriaan Moors2014-03-111-1/+3
|\ \ \ \
| * | | | SI-8363 Disable -Ydelambdafy:method in constructor positionJason Zaugg2014-03-101-1/+3
| | |/ / | |/| |
* | | | Merge pull request #3604 from densh/si/8366Adriaan Moors2014-03-114-5/+29
|\ \ \ \
| * | | | SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-104-5/+29
| | |/ / | |/| |
* | | | Merge pull request #3621 from szeiger/tmp/si8368Adriaan Moors2014-03-111-1/+8
|\ \ \ \
| * | | | SI-8368 respect user-supplied -Dscala.usejavacp in Windows runnerStefan Zeiger2014-03-111-1/+8
| |/ / /
* / / / Fixes syntax error in unix runner.François Garillot2014-03-111-1/+1
|/ / /
* | | Merge pull request #3611 from densh/si/8385Adriaan Moors2014-03-102-1/+5
|\ \ \
| * | | Move extra tuple placeholder case to reifyTreePlaceholderDenys Shabalin2014-03-101-4/+4
| * | | Update quasiquote debug output minimization passDenys Shabalin2014-03-091-1/+1
| * | | SI-8385 make sure $quasiquote$tuple gets reified properlyDenys Shabalin2014-03-091-0/+4
* | | | Merge pull request #3609 from xeno-by/ticket/8370Adriaan Moors2014-03-101-1/+1
|\ \ \ \
| * | | | SI-8370 fixes an infinite loop in repl initEugene Burmako2014-03-071-1/+1
* | | | | Merge pull request #3594 from densh/si/8331Adriaan Moors2014-03-104-9/+67
|\ \ \ \ \
| * | | | | Address pull request feedbackDenys Shabalin2014-03-092-8/+12
| * | | | | SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-094-9/+63
| | |/ / / | |/| | |
* | | | | Merge pull request #3607 from xeno-by/ticket/8367Adriaan Moors2014-03-103-3/+11
|\ \ \ \ \
| * | | | | SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefinedAdriaan Moors2014-03-073-3/+11
| | |/ / / | |/| | |
* | | | | Merge pull request #3608 from adriaanm/t8368Adriaan Moors2014-03-101-1/+7
|\ \ \ \ \
| * | | | | SI-8368 respect user-supplied -Dscala.usejavacp in unix runnerAdriaan Moors2014-03-071-1/+7
| |/ / / /
* | | / / SI-8377 - Clarify the asynchronous requirement of ExecutionContextViktor Klang (√)2014-03-101-2/+7
| |_|/ / |/| | |
* | | | Merge pull request #3606 from xeno-by/ticket/8375Jason Zaugg2014-03-102-4/+13
|\ \ \ \
| * | | | Addresses pull request feedbackEugene Burmako2014-03-082-5/+13
| * | | | SI-8375 saner binary incompat errors for macrosEugene Burmako2014-03-072-4/+5
| |/ / /
* | | | Merge pull request #3603 from xeno-by/ticket/8364Jason Zaugg2014-03-102-2/+10
|\ \ \ \