3763 Commits (5eea974e7b65d44ae321cde85a6b0a02c21eb1f2)
 

Author SHA1 Message Date
Siegfried Pammer 7544eac5b4 Add support for mcs 2.6.4 switch-on-string 7 years ago
Daniel Grunwald eb6119eb7d Only use mcs for the first compilation pass. Consistently run test cases using .NET 4.x runtime. 7 years ago
Daniel Grunwald d9a28314f9 Upgrade to NUnit 3.9 and enable parallel test execution. 7 years ago
Daniel Grunwald 3fae36dab9 Use mcs for correctness tests. 7 years ago
Siegfried Pammer 676992159c Fix #1045: Duplicate visitors in CSharpOutputVisitor 7 years ago
Siegfried Pammer 713f4f1490 Fix #1060: Enter/Exit V2 variation failing to convert to lock() 7 years ago
Siegfried Pammer 003afb2cc2 Update submodule ILSpy-tests 7 years ago
Siegfried Pammer 97b7089aa7 Add CompilerOptions.UseMcs to Tester 7 years ago
Daniel Grunwald 480ddc0c8f #1055: Use more type hints in ExpressionBuilder. 7 years ago
Siegfried Pammer 63ef50fa8c Fix #1061: Different control flow in decompiled code 7 years ago
Daniel Grunwald 4177e182fe #1050: Add support for ?. operator applied to ref-parameters, and other cases where the compiler uses a generated ref local for the ?. operator. 7 years ago
Daniel Grunwald aa9f2e7797 Fix interaction of using-transform with ?. operator. 7 years ago
Siegfried Pammer f227f36dce Explicitly include minor versions in vsixmanifest 7 years ago
Siegfried Pammer 0ffc747acf Fix #1059: String "interpolation", invalid cast when emitting "IL with C#" 7 years ago
Siegfried Pammer 3892762e70 Fix #1053: virtual protected base method with 'out', invalid cast-to-base on use. 7 years ago
Siegfried Pammer 75c45a3721 Remove support for VS2015 from ILSpy.AddIn 7 years ago
Daniel Grunwald 36035de5fa Improve decompilation of ?. in generic code. 7 years ago
Daniel Grunwald 1dfda502ea Remove redundant 'box' opcodes. This eliminates some unnecessary (object)-casts in generic code. 7 years ago
Daniel Grunwald 937b86be68 Fix type of ref-locals when there's ref-assignment involved. 7 years ago
Siegfried Pammer 115b32665b Add second suggestion of #841: Searching for a metadata token 7 years ago
Siegfried Pammer bfbb041b01 Fix #1027: There is no "Analyze" option on right-click pop-up menu 7 years ago
Siegfried Pammer 53af650a9e Add support for .net 1.x XML security declarations 7 years ago
Siegfried Pammer 37ae59c70d Add guard code in case standalone signature is invalid. 7 years ago
Siegfried Pammer a826ad4043 Fix special case bug in WriteParameters 7 years ago
Siegfried Pammer 62016caa59 implement for standalone method signatures (calli operands) 7 years ago
Siegfried Pammer 18629d4677 implement some signature decoder methods 7 years ago
Siegfried Pammer 14d9f423ec Add version to output filename in DisassembleAllCommand 7 years ago
Siegfried Pammer d86e336749 Add support for simple entities in navigation. 7 years ago
Siegfried Pammer 6b765f98f0 Fix order of types in full module output 7 years ago
Siegfried Pammer 6065030a24 Replace BlobDecoder with solution not relying on TypeSystem 7 years ago
Siegfried Pammer 82d80a80e9 Fix formatting bug in MethodBodyDisassembler 7 years ago
Siegfried Pammer 13928e3ce4 Do not add version in PEFile.Name 7 years ago
Siegfried Pammer 42854c17c5 Fix bug in ILStructure.FindAllBranches 7 years ago
Siegfried Pammer 10ebe3e00e Fix WriteParameterReference 7 years ago
Siegfried Pammer 3dacf80af2 Add DisassembleAllCommand in Debug mode 7 years ago
Siegfried Pammer ec91601510 Add ReferenceFolderTreeNode 7 years ago
Siegfried Pammer a5f1dda9e9 Clean up commented code a bit 7 years ago
Siegfried Pammer e65d1593e9 Fix bug in FullTypeName.GetDeclaringType 7 years ago
Siegfried Pammer 87ced033ba Rename Dom -> Metadata; Remove bogus abstraction 7 years ago
Siegfried Pammer d4b91577c9 Add hack for namedarg count parsing in DeclarativeSecurityAttributes 8 years ago
Siegfried Pammer f72c48af02 Add missing unconditional opcodes in ILStructure.IsUnconditionalBranch 8 years ago
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
Siegfried Pammer 7ee85c2b77
Merge pull request #1058 from Zastai/use-vs-mef-hosting 8 years ago
Siegfried Pammer bc10e9c923 Fix #1064: Do not resolve mouse position after the EOL to reference segment at the EOL. 8 years ago
Tim Van Holder fbb974fa88 Added an About page addition to the test plugin. 8 years ago
Daniel Grunwald b2d30dc615 Merge remote-tracking branch 'origin/null-propagation' 8 years ago
Daniel Grunwald 971e36e7f0 Fix indentation 8 years ago
Daniel Grunwald 228419b4f0 Fix interaction of ?. with using-transform. 8 years ago
Siegfried Pammer ff0a327635
Merge pull request #1051 from ashmind/feature/ugly-array-initializers 8 years ago
Tim Van Holder 662fd74f4b Use <Copy> in the PostBuild target instead of separate <Exec>s for mkdir and copy. 8 years ago