summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
* | | | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-162-0/+46
|\| | | | |_|/ |/| |
| * | 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
* | | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-057-0/+97
|\| |
| * | Merge pull request #4720 from retronym/ticket/9029Jason Zaugg2015-09-297-0/+97
| |\ \ | | |/ | |/|
| | * SI-7850 Additional tests for name based patmatJason Zaugg2015-09-212-0/+28
| | * SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-215-0/+69
| * | Merge pull request #4757 from lrytz/t9375-2.11Lukas Rytz2015-09-225-3/+356
| |\ \
| | * | [backport] SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-09-225-3/+356
| | |/
* | | Make AnyRefMap serializableJason Zaugg2015-09-251-2/+3
* | | Add $deserializeLambda$ when inlining an indyLambda into a classLukas Rytz2015-09-231-0/+20
* | | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-2211-40/+38
|\| |
| * | Merge pull request #4725 from retronym/topic/completely-2.11Lukas Rytz2015-09-219-37/+23
| |\ \
| | * | Merge remote-tracking branch 'origin/2.11.x' into topic/completely-2.11Jason Zaugg2015-09-1718-0/+0
| | |\|
| | * | SI-5408 Prompt after incomplete script pasteSom Snytt2015-09-022-2/+2
| | * | Update power mode bannerSom Snytt2015-09-027-35/+21
| * | | Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-212-3/+15
| |\ \ \
| | * | | SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-192-3/+15
| | | |/ | | |/|
| * / | [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
|\ \ \ \ \