2858 Commits (070307bb734978c6b62d992ee4a10aa3b191e21a)
 

Author SHA1 Message Date
Daniel Grunwald 2396a7449b [async] Support state machine classes. 8 years ago
Siegfried Pammer efca6babbd Allow implicit conversions in return statements. 8 years ago
Siegfried Pammer cf3c4e4039 Add special case for 0u -> null conversion. 8 years ago
Siegfried Pammer e7bc501d3f Add allowImplicitConversion parameter to TranslatedExpression.ConvertTo 8 years ago
Siegfried Pammer 03933708d0 Fix #837 - typeof(T) is not fully decompiled 8 years ago
Christoph Wille 4b1fd76085 Update .nuspec for testing 8 years ago
Siegfried Pammer 4bdd7f48b1 Fix #840 - Cannot click to navigate to a built-in type 8 years ago
Siegfried Pammer 7ea511ef32 Add support for C# 6 dictionary initializer. 8 years ago
Siegfried Pammer 870705c999 Add C# 7 ThrowExpression 8 years ago
Daniel Grunwald 1695474bfc Delete a bunch of dead code. 8 years ago
Daniel Grunwald b7d36c7597 Remove Expression->Statement operator implicit. 8 years ago
Daniel Grunwald b36ae9df7e Start on new async/await decompiler. 8 years ago
Siegfried Pammer a393648671 Add OutVarDeclarationExpression 8 years ago
Siegfried Pammer 9dc61dabad Merge pull request #836 from sharwell/new-projects 8 years ago
Sam Harwell 472a735c45 Fix assembly info generation 8 years ago
Alex Povar 91bc65986f Add UI setting for AutoProperties decompilation 8 years ago
Sam Harwell 8c428a1ffb Fix paths to test assemblies 8 years ago
Sam Harwell abfe707b0f Work around improper integration of assembly info generation 8 years ago
Sam Harwell 5975b2ea67 Work around improper .NET Standard build support in cecil 8 years ago
Sam Harwell 2330274599 Add a .NET Standard 2.0 build of ICSharpCode.Decompiler 8 years ago
Sam Harwell e0c79ddb8d Require Visual Studio 2017 or newer 8 years ago
Sam Harwell cb96be5c11 Remove unused exclusion 8 years ago
Sam Harwell 3d6d0569fa Remove unused NuGet packages folder 8 years ago
Sam Harwell ff7086e10e Generate NuGet package on build 8 years ago
Sam Harwell 40456102a1 Remove the x86 build configuration 8 years ago
Sam Harwell 4908b129f8 Convert projects to the new project system 8 years ago
Sam Harwell a8791e825e Add ILSpy-tests as a submodule 8 years ago
Sam Harwell 6b0f63946c Updated .gitignore for Visual Studio 2015+ solution folder 8 years ago
Sam Harwell 29619b9872 Reinstall the DiffLib package 8 years ago
Sam Harwell 1eaa8743c5 Revert the addition of ICSharpCode.Decompiler.netstd.csproj 8 years ago
Siegfried Pammer 769e66aa14 Fix NRE in IntroduceExtensionMethods: We have to skip members without symbol information. 8 years ago
Siegfried Pammer 6293f48ec0 Add InMemory flag to BamlTestRunner 8 years ago
Siegfried Pammer 30a588560c Update cecil to jbevain/cecil@6ca33bf7fad842a056f4ab0c766d7399d7553f8e 8 years ago
Siegfried Pammer aabb226788 Disable parallel builds and move build dependencies to netstd project. 8 years ago
Siegfried Pammer dbcf2e7b43 Add ICSharpCode.Decompiler.netstd.csproj 8 years ago
Siegfried Pammer e26af08a1c Move test projects to their own directory in \ 8 years ago
Siegfried Pammer 3a69169aa4 Update projects to .NET 4.6.1 8 years ago
Siegfried Pammer 989bd681a0 Remove direct dependency on System.Security.Permissions.PermissionSetAttribute (prep for .NET Standard) 8 years ago
Daniel Grunwald 78c761b06a Move LiftedOperators to pretty-tests. 8 years ago
Daniel Grunwald bcdd34a9d0 More aggressively duplicate return blocks in MoveNext() methods. 8 years ago
Daniel Grunwald 5c4a87eb32 Variable splitting for variables of type Nullable<T>. 8 years ago
Siegfried Pammer dc0a3d0703 Add IntroduceExtensionMethods transform 8 years ago
Siegfried Pammer 99907d8df3 Add missing annotations to dtors 8 years ago
Siegfried Pammer 9bf7959712 Add links for this/base ctor references 8 years ago
Daniel Grunwald f411d15fc6 Fix generating switch sections without any case labels. 8 years ago
Daniel Grunwald 3e8ab77d52 Perform even less aggressive inlining of return blocks. 8 years ago
Daniel Grunwald 64cb4e9195 Fix missing locks in type system. 8 years ago
Daniel Grunwald c239204c7f Perform less aggressive inlining of return blocks. This tends to reconstruct control flow closer to the original code. 8 years ago
Daniel Grunwald 2c762ee686 Remove pre-.NET 4.5 ifdefs 8 years ago
Siegfried Pammer 7bf0ed79d4 Fix hyperlinks in decompiled output. 8 years ago