summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4711 from lrytz/opt/heuristicsLukas Rytz2015-09-2210-153/+412
|\
| * Merge remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-184-1/+155
| |\
| * | Test inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-181-2/+31
| * | First version of inliningh heuristics that prefer higher-order methosLukas Rytz2015-09-181-0/+33
| * | Run computeMaxLocalsMaxStack less oftenLukas Rytz2015-09-176-13/+9
| * | Cleanups and performance fixes in Nullness analysisLukas Rytz2015-09-171-39/+58
| * | Avoid re-computing argInfos after inlining and closure optimizationLukas Rytz2015-09-171-0/+24
| * | In the call graph, rename higherOrderParams to samParamTypesLukas Rytz2015-09-171-1/+1
| * | Reduce component nesting in backendLukas Rytz2015-09-171-2/+2
| * | Store information about function literals in call graphLukas Rytz2015-09-172-9/+59
| * | Include information about higher-order methods in the call graphLukas Rytz2015-08-281-1/+2
| * | Inline post-inlining requestsLukas Rytz2015-08-281-34/+98
| * | Fix maxStack after inliningLukas Rytz2015-08-281-0/+4
| * | Store SAM information in ClassBTypesLukas Rytz2015-08-271-4/+50
| * | 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
|\ \ \ | |/ / |/| |