summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | In the call graph, rename higherOrderParams to samParamTypesLukas Rytz2015-09-171-1/+1
| * | | | Reduce component nesting in backendLukas Rytz2015-09-171-2/+2
| * | | | Revert workaround for SI-8334Lukas Rytz2015-09-173-22/+17
| * | | | 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-2219-74/+128
|\ \ \ \ \
| * | | | | SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-2219-74/+128
| | |/ / / | |/| | |
* | | | | SI-9479 Fix regression w. inherited overloads in package objectJason Zaugg2015-09-192-0/+30
* | | | | 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 #4699 from alexeyr/patch-1Lukas Rytz2015-09-181-3/+3
|\ \ \ \ \ \
| * | | | | | Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-141-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4689 from retronym/topic/trait-default-specializationLukas Rytz2015-09-184-0/+77
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Allow BCode to emit default interface methodsJason Zaugg2015-08-112-0/+60
| * | | | | Don't generate specialized overrides in traitsJason Zaugg2015-08-112-2/+1
| * | | | | Test case for the status quo in specialized traitsJason Zaugg2015-08-112-0/+18
| |/ / / /
* | | | | Merge pull request #4732 from SethTisue/merge-2.11.x-sep-8Adriaan Moors2015-09-0919-15/+140
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-0819-15/+140
* | | | | | Merge pull request #4731 from soc/SI-7155Seth Tisue2015-09-081-112/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7155 Remove deprecated private s.c.m.AVLTreeSimon Ochsenreither2015-09-051-112/+0
* | | | | | Merge pull request #4671 from lrytz/t9375-easyJason Zaugg2015-09-086-7/+337
|\ \ \ \ \ \
| * | | | | | SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-07-306-7/+337
* | | | | | | Merge pull request #4673 from puffnfresh/issue/6806Jason Zaugg2015-09-087-0/+44
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-6806 Add an @implicitAmbiguous annotationBrian McKenna2015-08-117-0/+44
* | | | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove unnecessary dependency on parallel collections in ScalaRunTime.Nicolas Stucki2015-08-201-0/+57
| |/ / / / /
* | | | | | Merge pull request #4590 from som-snytt/issue/6810Lukas Rytz2015-08-242-0/+54
|\ \ \ \ \ \
| * | | | | | SI-6810 Test for CRSom Snytt2015-06-292-3/+13
| * | | | | | SI-6810 Disallow EOL in char literalSom Snytt2015-06-292-0/+44
* | | | | | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-2025-113/+124
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-182-40/+0
| | |_|_|/ | |/| | |
| * | | | Merge pull request #4554 from som-snytt/issue/1931Seth Tisue2015-08-0622-73/+116
| |\ \ \ \
| | * | | | SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-0622-73/+116
| * | | | | Merge pull request #4675 from retronym/ticket/9425Seth Tisue2015-08-061-0/+8
| |\ \ \ \ \
| | * | | | | SI-9425 Leave Companion.apply if constructor is less accessibleJason Zaugg2015-07-311-0/+8
* | | | | | | Merge pull request #4608 from ruippeixotog/improve-mutable-treesetSeth Tisue2015-08-064-5/+242
|\ \ \ \ \ \ \
| * | | | | | | SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-284-5/+242
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4648 from Ichoran/issue/8554-againSeth Tisue2015-08-062-11/+16
|\ \ \ \ \ \ \
| * | | | | | | SI-8554 Two-arg remove throws exception on large countRex Kerr2015-07-192-11/+16
* | | | | | | | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-058-2/+116
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #4670 from retronym/ticket/9422Lukas Rytz2015-07-291-0/+11
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | SI-9422 Fix incorrect constant propagationJason Zaugg2015-07-291-0/+11
| * | | | | | Merge pull request #4667 from janekdb/2.11.x-scaladoc-library-library-auxJason Zaugg2015-07-291-2/+2
| |\ \ \ \ \ \