summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | 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
| | * | | SI-5408 Prompt after incomplete script pasteSom Snytt2015-09-022-2/+2
| | * | | Update power mode bannerSom Snytt2015-09-028-40/+24
| * | | | Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-214-4/+55
| |\ \ \ \
| | * | | | SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-194-4/+55
| | | |_|/ | | |/| |
| * | | | Merge pull request #4758 from lrytz/pagedSeqNpeSeth Tisue2015-09-211-0/+6
| |\ \ \ \
| | * | | | Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-0/+6
| | |/ / /
| * | | | Merge pull request #4750 from SethTisue/windows-partestLukas Rytz2015-09-212-105/+0
| |\ \ \ \
| | * | | | remove old partest.bat batch fileSeth Tisue2015-09-171-104/+0
| | * | | | fix partest to work on CygwinSeth Tisue2015-09-171-1/+0
| | | |_|/ | | |/| |
| * | | | Merge pull request #4752 from alexeyr/topic/errornonexistentfield-messageLukas Rytz2015-09-211-3/+3
| |\ \ \ \
| | * | | | [backport] Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-181-3/+3
| | | |/ / | | |/| |
* | | | | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-2277-1/+45
|\| | | |
| * | | | fix t9370 so it works on Windows tooSeth Tisue2015-09-181-1/+1
| |/ / /
| * / / SI-9475 Dependent PolyTypes are dependent typesVlad Ureche2015-09-171-0/+19
| |/ /
| * | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-1473-0/+0
| |\ \
| | * | unset inappropriate execute bitsSeth Tisue2015-09-0273-0/+0
| * | | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-122-0/+25
| * | | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-061-0/+14
| |\ \ \ | | |_|/ | |/| |
| | * | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-231-0/+14
| * | | Merge pull request #4692 from JanBessai/Fix-SI-6636Adriaan Moors2015-08-312-0/+24
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6636 Fix macro expansion in toolboxesJan Bessai2015-08-232-0/+24
| * | | Merge pull request #4710 from retronym/ticket/9450Seth Tisue2015-08-272-1/+7
| |\ \ \