summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [backport] Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-181-3/+3
| |/ /
* | | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-2218-0/+0
|\| |
| * | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-1418-0/+0
| |\ \ | | |/ | |/|
| | * unset inappropriate execute bitsSeth Tisue2015-09-0218-0/+0
| * | 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
| * | SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-272-1/+7
| * | Fix typos in spec, docs and commentsMichał Pociecha2015-08-234-4/+4
* | | Merge pull request #4711 from lrytz/opt/heuristicsLukas Rytz2015-09-223-1/+25
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-1836-118/+493
| |\ \ \
| * | | | First version of inliningh heuristics that prefer higher-order methosLukas Rytz2015-09-181-1/+1
| * | | | Emit exception handlers for inlined methods in the correct orderLukas Rytz2015-09-181-0/+7
| * | | | Revert workaround for SI-8334Lukas Rytz2015-09-171-0/+17
* | | | | Merge pull request #4749 from retronym/ticket/9473Lukas Rytz2015-09-2213-67/+68
|\ \ \ \ \
| * | | | | SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-2213-67/+68
| | |/ / / | |/| | |
* | | | | 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-182-0/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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 remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-088-5/+35
* | | | Merge pull request #4671 from lrytz/t9375-easyJason Zaugg2015-09-084-3/+337
|\ \ \ \
| * | | | SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-07-304-3/+337
* | | | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-2024-110/+121
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | 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-0621-70/+113
| |\ \
| | * | SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-0621-70/+113
| * | | 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-061-1/+4
|\ \ \ \ \
| * | | | | SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-281-1/+4
| | |_|_|/ | |/| | |
* | | | | 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-057-0/+114
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | 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 #4661 from retronym/ticket/9365Lukas Rytz2015-07-283-0/+68
| |\ \ \ \
| | * | | | SI-9365 Don't null out dependencies of transient lazy valsJason Zaugg2015-07-273-0/+68
| | |/ / /
| * | | | Merge pull request #4653 from lrytz/t9403Jason Zaugg2015-07-273-0/+35
| |\ \ \ \
| | * | | | SI-9403 fix ICodeReader for negative BIPUSH / SIPUSH valuesLukas Rytz2015-07-243-0/+35
| | |/ / /
| * | | | [backport] SI-9387 Fix VerifyError introduced by indylambdaJason Zaugg2015-07-233-0/+37
| * | | | [backport] Support methodHandle / invokeDynamic constant pool entries in scalapLukas Rytz2015-07-232-0/+16
| |/ / /
* | | | Merge pull request #4647 from Ichoran/issue/8911Lukas Rytz2015-07-231-1/+14
|\ \ \ \
| * | | | SI-8911 scala.collection.convert.Wrappers$MapWrapper not serializableRex Kerr2015-07-191-1/+14
| | |/ / | |/| |
* | | | Merge pull request #4652 from retronym/ticket/9408Lukas Rytz2015-07-231-0/+61
|\ \ \ \
| * | | | SI-9408 Avoid capturing outer class in local classes.Jason Zaugg2015-07-231-0/+61
| |/ / /
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-234-3/+49
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #4650 from lrytz/t8502-packageJason Zaugg2015-07-211-0/+46
| |\ \
| | * | SI-8502 create PackageClass instead of Class symbol stubs for pkgsLukas Rytz2015-07-201-0/+46
| | |/
| * | Merge pull request #4631 from janekdb/2.11.x-typos-t-vSeth Tisue2015-07-202-2/+2
| |\ \