Jakub Míšek
9954ad9498
NamedActualParam removed
2020-06-20 16:43:36 +02:00
Jakub Míšek
4b67254879
default view is IL to not confuse people
...
- also it is cooler
2018-02-04 13:43:39 +01:00
Robert Husák
ce7c18b860
Update System.ValueTuple binding redirect to 4.0.2.0
...
Prevent the assembly loading exception.
2018-01-24 19:06:22 +01:00
Robert Husák
21c4db710f
Merge remote-tracking branch 'upstream/master'
2018-01-24 18:40:48 +01:00
Robert Husák
1c632d8dc5
Finish PHP syntax tree displaying
2018-01-24 18:20:30 +01:00
Robert Husák
3ffaaec248
Display TypeDecl properties in PHP syntax tree
2018-01-17 15:27:44 +01:00
Robert Husák
67771967f8
Hide <Script> class generated by Peachpie
...
It is a large class containing enumerations of various entities, which would unnecessarily bloat the decompiled output.
2018-01-17 12:26:21 +01:00
Robert Husák
bb5276cc9a
Add PHP syntax tree browsing
2018-01-15 19:20:40 +01:00
Robert Husák
3b72661a67
Revert default language back to C#
...
It was accidentally changed to PHP in the previous commit.
2018-01-15 11:20:12 +01:00
Robert Husák
ca1e47d584
Add PHP to client side
2018-01-14 19:25:32 +01:00
Robert Husák
612fac985a
Enable PHP compilation
2018-01-14 19:23:26 +01:00
Robert Husák
a0d3e4645d
Add PHP language adapter
2018-01-14 19:22:49 +01:00
Robert Husák
8acb6cfaa9
Add reference to MirrorSharp.Php
...
As Peachpie uses its own fork of Roslyn, there are name clashes with the standard Roslyn classes. Therefore, the Peachpie's Roslyn assembly needs to be aliased.
2018-01-14 19:10:28 +01:00
Andrey Shchekin
387e9c8212
Yet another build fix.
2018-01-14 11:07:39 +13:00
Andrey Shchekin
1aa742265c
Another build fix.
2018-01-14 11:03:01 +13:00
Andrey Shchekin
6a76493e3e
Potential build fix.
2018-01-14 10:54:29 +13:00
Andrey Shchekin
f01612ec72
[gh-225] Added support for Span<T>.
2018-01-14 00:41:53 +13:00
Andrey Shchekin
f9317aaa0a
[gh-170] Added a "verify" target for efficiency in cases where compilation is not required.
2018-01-13 18:54:24 +13:00
Andrey Shchekin
dec5e237cc
Added eslint-plugin-import and fixed some warnings.
2018-01-13 18:23:34 +13:00
Andrey Shchekin
e6e2eac651
Removed unnecessary binding redirect.
2018-01-07 21:56:35 +13:00
Andrey Shchekin
8ac9cb4616
[gh-217] Should allow readonly structs (hopefully).
2018-01-07 18:16:11 +13:00
Andrey Shchekin
0edab82121
[gh-219] Enabled validation of XML doc comments.
2018-01-07 17:56:28 +13:00
Andrey Shchekin
01077344df
[gh-216] Fixed edge-case bug in exception rewriter.
2017-12-23 14:17:24 +13:00
Andrey Shchekin
77bd641b25
Added System.Range to allowed custom types.
2017-11-21 00:39:00 +13:00
Andrey Shchekin
91759377c9
Updated to latest Unbreakable.
2017-11-19 23:51:33 +13:00
Andrey Shchekin
125af99b66
Added khyperia/range to the build.
2017-11-19 23:06:04 +13:00
Andrey Shchekin
815b798a73
[gh-215] Allowed System.Numerics.Complex.
2017-11-19 22:33:14 +13:00
Andrey Shchekin
8faca32b2c
Build fix.
2017-11-19 21:19:45 +13:00
Andrey Shchekin
16446e9562
[gh-207] Allowed System.Collections.Concurrent.ConcurrentDictionary.
2017-10-17 23:13:45 +13:00
Andrey Shchekin
d7022f0590
[gh-208] Allowed Microsoft.VisualBasic.Strings.
2017-10-17 23:03:03 +13:00
Andrey Shchekin
9bd1904826
[gh-209] Allowed System.Net.IPAddress.
2017-10-17 22:57:06 +13:00
Andrey Shchekin
eb23b6de77
Updated to latest Unbreakable.
2017-10-17 22:50:13 +13:00
Andrey Shchekin
109dff8d2d
[gh-205] Updated to fixed ILSpy and added tests.
2017-10-15 11:04:36 +13:00
Andrey Shchekin
f1cb828248
[gh-203] Allowed some methods on System.Globalization.CultureInfo.
2017-10-08 15:09:34 +13:00
Andrey Shchekin
71c4926255
Updated to latest Unbreakable.
2017-10-03 23:40:45 +13:00
Andrey Shchekin
76ed64d5e2
[gh-202] Disabled prettifier for anonymous types.
2017-10-03 23:01:44 +13:00
Andrey Shchekin
c26f3e049c
[gh-192] Fixed path escaping in Build-All.
2017-09-25 23:49:47 +13:00
Andrey Shchekin
f0a77c9387
[gh-196] Further improved static constructor block in JIT ASM.
2017-09-24 23:21:41 +13:00
Andrey Shchekin
2ad3e6f7fc
[gh-196] Improved JIT ASM static constructor error message.
2017-09-24 22:57:52 +13:00
Andrey Shchekin
ae08266598
[gh-196] Disabled static constructors in JIT ASM.
2017-09-24 22:34:36 +13:00
Andrey Shchekin
a38978eb89
[gh-151] Fixed typo.
2017-09-24 21:49:22 +13:00
Andrey Shchekin
83b76df1ee
[closes gh-151] Added ONTRIBUTING.md.
2017-09-24 21:39:29 +13:00
Andrey Shchekin
25323fbc20
[gh-195] Allowed several F# APIs (minimally). Fixed assembly resolution in executor.
2017-09-22 22:48:26 +12:00
Andrey Shchekin
b2231a86fa
[closes gh-190] Updated to latest Unbreakable.
2017-09-22 21:08:04 +12:00
Andrey Shchekin
9b491bd1b3
[closes gh-189] Improved clarity of top folder.
2017-09-21 00:47:22 +12:00
Andrey Shchekin
6888534f28
Adjusted/fixed test.
2017-09-19 21:34:22 +12:00
Andrey Shchekin
e9a5460f26
[gh-188] Updated to latest Unbreakable.
2017-09-19 21:34:00 +12:00
Andrey Shchekin
14878a3c7e
Merge branch 'decompile-usings' of https://github.com/davidwengier/SharpLab into edge
2017-09-19 19:02:48 +12:00
David Wengier
61ac93f34f
Decompile usings, and add unit test for same
2017-09-19 07:27:49 +10:00
Andrey Shchekin
13ade6e9ec
[gh-186] Allowed several safe-ish methods on System.Type (e.g. GetProperty).
2017-09-18 22:50:44 +12:00