summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4622 from retronym/merge/2.11.x-to-2.12.x-20150713Adriaan Moors2015-07-132-2/+2
|\
| * Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-132-2/+2
| |\
| | * Fix 23 typos (m-o)Janek Bogucki2015-06-282-2/+2
* | | Merge pull request #4609 from retronym/topic/indylambda-testLukas Rytz2015-07-092-1/+58
|\ \ \
| * | | Address review feedbackJason Zaugg2015-07-092-3/+6
| * | | [indylambda] Improve test coverageJason Zaugg2015-07-081-0/+54
| |/ /
* | | Merge pull request #4607 from lrytz/inlineIndyAdriaan Moors2015-07-081-0/+37
|\ \ \
| * | | Accessibility checks for methods with an InvokeDynamic instructionLukas Rytz2015-07-071-0/+37
* | | | Merge pull request #4602 from lrytz/yoptInScalaAdriaan Moors2015-07-083-1/+117
|\| | | | |/ / |/| |
| * | Set -Xsource to 2.12 by defaultLukas Rytz2015-07-031-1/+1
| * | Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-031-0/+42
| * | SI-9376 don't crash when inlining a closure body that throws.Lukas Rytz2015-07-031-0/+74
* | | Merge pull request #4561 from jdevelop/io-source-fromclasspath-2.12Adriaan Moors2015-07-071-0/+4
|\ \ \ | |/ / |/| |
| * | [ SI-7514 ] Introduce Source.fromClassPath(resource) methodEugene Dzhurinsky2015-07-071-0/+4
* | | SI-9377 Update ScalaVersion error textSom Snytt2015-07-022-1/+5
* | | SI-9377 ScalaVersion init no longer fails if versionlessSom Snytt2015-07-021-0/+5
|/ /
* | Include sources for scala-java8-compat instead of jarLukas Rytz2015-07-011-0/+193
* | Merge commit 'bb102e7' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-263-12/+262
|\|
| * Merge pull request #4552 from lrytz/opt/closureInliningJason Zaugg2015-06-243-12/+262
| |\
| | * Producers / Consumers AnalysisLukas Rytz2015-06-223-12/+262
* | | Default to delambdafy:method and backend:GenBCodeLukas Rytz2015-06-261-3/+60
* | | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-251-2/+4
|\ \ \
| * | | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-301-2/+4
* | | | Merge pull request #4514 from martijnhoekstra/patch-2Adriaan Moors2015-06-251-0/+6
|\ \ \ \
| * | | | StringLike.split fixed for surrogates and docmartijnhoekstra2015-05-281-0/+6
| |/ / /
* | | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-249-9/+408
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Fix 25 typos (g-i)Janek Bogucki2015-06-222-2/+2
| |/
| * Merge pull request #4529 from lrytz/inlineAccessibilityJason Zaugg2015-06-191-6/+10
| |\
| | * Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-281-6/+10
| * | Merge pull request #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-181-0/+32
| |\ \
| | * | make BigDecimalTest.testMathContext a bit easier to understandZhong Sheng2015-06-181-13/+14
| | * | add more test for testMathContextZhong Sheng2015-05-291-2/+26
| | * | add unit test for MathContext lostZhong Sheng2015-05-281-0/+7
| | |/
| * | SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-172-1/+38
| * | Merge pull request #4534 from Ichoran/sorting-reimplAdriaan Moors2015-06-161-0/+69
| |\ \
| | * | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-0/+69
| * | | Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-072-0/+247
| |\ \ \ | | |/ / | |/| |
| | * | Fix aliasing / nullness of CHECKCASTLukas Rytz2015-06-041-0/+26
| | * | Address review feedbackLukas Rytz2015-05-251-9/+9
| | * | Enable nullness analysis in the inlinerLukas Rytz2015-05-251-0/+16
| | * | Nullness AnalysisLukas Rytz2015-05-221-0/+205
| | |/
| * / SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-0/+10
| |/
* | Require and target Java 8Jason Zaugg2015-05-263-16/+6
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-015-2/+70
|\|
| * Merge pull request #4415 from Ichoran/issue/9254Adriaan Moors2015-04-221-0/+25
| |\
| | * SI-9254 UnrolledBuffer appends in wrong positionRex Kerr2015-03-311-0/+25
| * | Merge pull request #4416 from Ichoran/issue/9197Adriaan Moors2015-04-221-0/+24
| |\ \
| | * | SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-0/+24
| | |/
| * | Merge pull request #4462 from som-snytt/issue/badtabAdriaan Moors2015-04-221-0/+20
| |\ \
| | * | SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-0/+20