summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4794 from densh/topic/predef-autoboxingSeth Tisue2015-10-271-0/+35
|\
| * Fixes an inconsistency between BoxesRunTime and Predef's autoboxingDenys Shabalin2015-10-081-0/+35
* | f interp test is junitSom Snytt2015-10-251-0/+160
* | Merge pull request #4802 from SethTisue/merge-2.11-to-2.12-oct-16Lukas Rytz2015-10-211-0/+42
|\ \
| * \ merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-0/+42
| |\ \ | | |/ | |/|
| | * Suppress unneeded import.Performant Data LLC2015-10-141-2/+2
| | * SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-0/+42
* | | Allow @inline/noinline at callsites (in addition to def-site)Lukas Rytz2015-10-202-12/+69
* | | Correctly handle post-inline requests of non-existing callsitesLukas Rytz2015-10-201-4/+36
* | | Simplify post inlining requestsLukas Rytz2015-10-203-128/+40
* | | Don't create inline requests for callsites that cannot be inlinedLukas Rytz2015-10-202-20/+94
|/ /
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-0/+19
|\|
| * Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+11
| * Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-0/+8
* | Merge pull request #4764 from lrytz/sd-33Jason Zaugg2015-09-241-25/+43
|\ \
| * | SD-33 Consider methods annotated @CallerSensitive not safe to inlineLukas Rytz2015-09-231-25/+43
* | | Rename the Analyzers backend component to BackendUtilsLukas Rytz2015-09-233-3/+3
|/ /
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-223-0/+191
|\|
| * Merge pull request #4725 from retronym/topic/completely-2.11Lukas Rytz2015-09-211-0/+161
| |\
| | * Fix REPL completion of symbolic identifiersJason Zaugg2015-09-101-1/+8
| | * Fix completion for synthetic case modules and methodsJason Zaugg2015-09-101-2/+8
| | * Hide some completion candidates on the first TABJason Zaugg2015-09-091-0/+9
| | * More liberal matching in REPL autocompletionJason Zaugg2015-09-091-0/+9
| | * Camel Case and JavaBean completionJason Zaugg2015-09-081-0/+11
| | * Sort completion proposalsJason Zaugg2015-09-031-0/+3
| | * Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-0/+4
| | * Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-031-0/+3
| | * Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+109
| * | Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-211-0/+24
| |\ \
| | * | SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-191-0/+24
| | |/
| * / Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-0/+6
| |/
| * SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-261-0/+81
| * Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-231-1/+1
| * SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-241-0/+89
| * [backport] Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-231-0/+42
* | 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