summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
|\ \ \ | |/ / |/| |