summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with a locale-dependent decimal mark in StringContextTestMichał Pociecha2016-01-131-16/+36
* Make StringContextTest pass on WindowsLinas Medziunas2016-01-131-3/+2
* Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-181-0/+1
|\
| * [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-111-0/+1
* | SI-9583: Update SystemProperties.empty to return a mutable.Map to fix buildersShane Delmore2015-12-101-0/+27
|/
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-242-0/+99
|\
| * Merge pull request #4809 from wpopielarski/delambdafy-multiple-outputsJason Zaugg2015-11-131-0/+73
| |\
| | * Test addedwpopielarski2015-11-061-0/+73
| * | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-0/+26
| |/
* | SI-9363 - Add empty serializabletriggerNZ2015-11-241-0/+2
* | Fix for SI-9363triggerNZ2015-11-241-0/+34
* | 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