summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-316-60/+13
* Merge pull request #4814 from soc/topic/drop-genasmLukas Rytz2015-10-2989-258/+266
|\
| * Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-2789-258/+266
* | Merge pull request #4808 from retronym/ticket/9527Seth Tisue2015-10-274-0/+28
|\ \
| * | SI-9527 Fix NPE in ambiguous implicit error generationJason Zaugg2015-10-214-0/+28
* | | 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
| |/
* | Merge pull request #4820 from lrytz/t9535Lukas Rytz2015-10-273-0/+36
|\ \
| * | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-263-0/+36
* | | Merge pull request #4815 from som-snytt/test/stringcontext-fJason Zaugg2015-10-273-193/+160
|\ \ \
| * | | f interp test is junitSom Snytt2015-10-253-193/+160
| |/ /
* | | Merge pull request #4807 from lrytz/opt/innerClassAttrLukas Rytz2015-10-262-4/+4
|\ \ \ | |/ / |/| |
| * | Simplify and correctify calculation of the InnerClass attributeLukas Rytz2015-10-202-4/+4
* | | Merge pull request #4802 from SethTisue/merge-2.11-to-2.12-oct-16Lukas Rytz2015-10-213-0/+88
|\ \ \ | |/ / |/| |
| * | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-163-0/+88
| |\ \ | | |/ | |/|
| | * Merge pull request #4798 from performantdata/issue/9513Seth Tisue2015-10-151-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
| | * | Merge pull request #4771 from som-snytt/issue/9492-hereSeth Tisue2015-10-142-0/+46
| | |\ \ | | | |/ | | |/|
| | | * SI-9492 REPL paste here docSom Snytt2015-09-272-0/+46
* | | | 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-0513-5/+167
|\| |
| * | Merge pull request #4720 from retronym/ticket/9029Jason Zaugg2015-09-2912-5/+148
| |\ \ | | |/ | |/|
| | * SI-7850 Additional tests for name based patmatJason Zaugg2015-09-212-0/+28
| | * SI-8989 Better error message for invalid extractor patternJason Zaugg2015-09-215-5/+51
| | * SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-215-0/+69
| * | 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 #4757 from lrytz/t9375-2.11Lukas Rytz2015-09-227-7/+356
| |\ \
| | * | [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-227-7/+356
| | |/
* | | Merge pull request #4769 from retronym/topic/anyrefmap-serializableLukas Rytz2015-10-051-2/+3
|\ \ \
| * | | Make AnyRefMap serializableJason Zaugg2015-09-251-2/+3
* | | | SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-301-0/+25
|/ / /
* | | 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
* | | | Add $deserializeLambda$ when inlining an indyLambda into a classLukas Rytz2015-09-231-0/+20
* | | | 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-2219-152/+258
|\| |
| * | Merge pull request #4725 from retronym/topic/completely-2.11Lukas Rytz2015-09-2112-43/+197
| |\ \
| | * \ Merge remote-tracking branch 'origin/2.11.x' into topic/completely-2.11Jason Zaugg2015-09-1776-0/+39
| | |\ \
| | * | | Fix REPL completion of symbolic identifiersJason Zaugg2015-09-101-1/+8
| | * | | Fix completion for synthetic case modules and methodsJason Zaugg2015-09-102-3/+18
| | * | | 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