summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Separate hash maps in the code repo for classes being compiled or notLukas Rytz2015-08-185-5/+12
| * | | Group call graph by methodLukas Rytz2015-08-172-52/+38
* | | | Merge pull request #4749 from retronym/ticket/9473Lukas Rytz2015-09-222-1/+54
|\ \ \ \
| * | | | SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-222-1/+54
| | |/ / | |/| |
* | | | Merge pull request #4719 from Ichoran/issue/8647Lukas Rytz2015-09-181-0/+7
|\ \ \ \
| * | | | SI-8647 Used immutable scheme for mutable.BitSet to resolve canBuildFromRex Kerr2015-08-301-0/+7
| | |/ / | |/| |
* | | | Merge pull request #4689 from retronym/topic/trait-default-specializationLukas Rytz2015-09-182-0/+60
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow BCode to emit default interface methodsJason Zaugg2015-08-112-0/+60
| |/ /
* | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-082-1/+82
* | | Merge pull request #4718 from Ichoran/issue/9379Seth Tisue2015-09-021-0/+16
|\ \ \
| * | | SI-9379 Added toString to .zipped to allow Stream etc to short-circuitRex Kerr2015-08-301-0/+16
| |/ /
* | | Merge pull request #4691 from nicolasstucki/2.12.x-ScalaRunntime-fix-for-Scal...Adriaan Moors2015-08-311-0/+57
|\ \ \ | |/ / |/| |
| * | Remove unnecessary dependency on parallel collections in ScalaRunTime.Nicolas Stucki2015-08-201-0/+57
* | | SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-281-2/+4
|/ /
* | Merge pull request #4638 from lrytz/t9393Jason Zaugg2015-07-241-0/+96
|\ \
| * | Query methods in api.Symbols for Java flagsLukas Rytz2015-07-221-0/+7
| * | SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-221-0/+89
* | | Merge pull request #4647 from Ichoran/issue/8911Lukas Rytz2015-07-231-0/+29
|\ \ \
| * | | SI-8911 scala.collection.convert.Wrappers$MapWrapper not serializableRex Kerr2015-07-191-0/+29
| |/ /
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\ \ \ | |/ / |/| / | |/
| * Improve some names (t-v)Janek Bogucki2015-07-151-1/+1
* | Merge pull request #4611 from SethTisue/issue/8627Lukas Rytz2015-07-161-1/+3
|\ \
| * | add test coverage for SI-8627 (Stream.filterNot)Seth Tisue2015-07-081-1/+3
* | | 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
| |/