2978 Commits (846c8613b0c48fdb25a057b6572a65b6f455426d)
 

Author SHA1 Message Date
Daniel Grunwald 846c8613b0 [async] Delete dead ldloc(cachedStateVar). 8 years ago
Siegfried Pammer b1bb6ee41e Merge pull request #886 from mohe2015/test-async-fix 8 years ago
mohe2015 ccdeded6ba Fix failed decompilation of catch-when if the method is async. 8 years ago
Siegfried Pammer b5e46c3545 Fix #882: Invalid assignment code after decompiling 8 years ago
Siegfried Pammer 6c414cedd3 Fix #883: Incorrect decompilation of explicitly implemented events 8 years ago
Siegfried Pammer b5308bb748 Merge #794: Enabled "Per monitor DPI awareness" 8 years ago
Siegfried Pammer 19503bf084 Merge branch 'OndrejPetrzilka-sort_results' 8 years ago
Siegfried Pammer 3d6299d1bf Merge branch 'sort_results' of https://github.com/OndrejPetrzilka/ILSpy into OndrejPetrzilka-sort_results 8 years ago
Daniel Grunwald ba009e790d Fix #880: NullReferenceException in NullableLiftingTransform. 8 years ago
Daniel Grunwald cf5f3738a9 Fix performance issue due to aggressive debug checks that was causing AppVeyor to time-out. 8 years ago
Daniel Grunwald a6c6ddcea1 Fix #861: Improved loop exit point heuristic. 8 years ago
Daniel Grunwald 1d029b36cb Fix build. 8 years ago
Siegfried Pammer c118a24cbf Use Humanizer in GenerateForeachVariableName 8 years ago
Daniel Grunwald a6559d941b Allow inlining into object/collection initializers. 8 years ago
Daniel Grunwald 7017c6f6e6 Replace LoopingBlockTransform with StatementTransform. 8 years ago
Siegfried Pammer 7d78331e0f Fix #854: Inconsistent annotations: ILVariable vs. ILVariableResolveResult 8 years ago
Siegfried Pammer 8daab2dfb2 Fix #755: Search doesn't work on nested classes 8 years ago
Siegfried Pammer 37d29f4042 Persist selected search mode in SessionSettings. 8 years ago
Siegfried Pammer 63cb56b996 Improve AssignVariableNames.IsPlural 8 years ago
Siegfried Pammer e61d25107d Fix #865: When Search Constant get to NRE 8 years ago
Siegfried Pammer 6763fb29dd Remove conditions from targets imports. 8 years ago
Siegfried Pammer 7efe204b47 Add instructions on building and contributing to README.md; Make ICSharpCode.Decompiler.csproj work properly with VSmac. 8 years ago
Siegfried Pammer 692a1e8e35 Fix #878: InvalidCastException in StatementBuilder.TransformToForeach 8 years ago
Siegfried Pammer dd3e5e1dce Merge pull request #877 from icsharpcode/using 8 years ago
Siegfried Pammer b7f86d11b7 Use ICSharpCode.Decompiler project reference in ICSharpCode.Decompiler.Console 8 years ago
Siegfried Pammer c09c4ee404 Fix annotations on identifiers and use correct check for fallback case. 8 years ago
Siegfried Pammer 9bdfdd09ff Add special case for non-generic foreach and add more tests. 8 years ago
Siegfried Pammer 470d3a2901 Add missing ILVariableResolveResult annotations: Fix #874: ILSpy don't highlight variable definition and references at the same time in foreach. 8 years ago
Daniel Grunwald 9faeb9d680 Merge pull request #875 from mohe2015/fix-assembly-resolution 8 years ago
mohe2015 6a0edb1ef8 Fix formatting. 8 years ago
mohe2015 8e7a72f8e1 Fix bug with duplicate appending of targetDirectory. 8 years ago
mohe2015 9f099387b6 Don't crash if assembly resolution fails. 8 years ago
Siegfried Pammer 7bbbf39e3a Fix #867: Async delegate tries to access variables with "this." although they are local. 8 years ago
Siegfried Pammer af6935a46f Fix #698: Decompiling events as C# 8 years ago
Siegfried Pammer 48f344ed03 Add another pattern for generics/nullable using. 8 years ago
Siegfried Pammer 2b1976c6b5 Fix naming conflict in AssignVariableNames 8 years ago
Siegfried Pammer 2c40b45717 Add support for using on nullables. 8 years ago
Siegfried Pammer 98e4e3418d [using] check variable type and variable usage more strictly. 8 years ago
Daniel Grunwald 6988260ea3 Add ILInlining.IsUsedAsThisPointerInCall(). 8 years ago
Daniel Grunwald 666ff3b5f3 [using] Add more test cases. 8 years ago
Siegfried Pammer c64ce76047 Remove using-specific code from DeclareVariables.ResolveCollisions 8 years ago
Siegfried Pammer f53005cf5a Move using test from ControlFlow to Using 8 years ago
Siegfried Pammer 1613a73755 Split Patterns.cs in Using.cs and Loops.cs 8 years ago
Siegfried Pammer c56f5e8491 Move some test-cases to Patterns.cs 8 years ago
Siegfried Pammer e2dab8699f Fix generic using patterns. 8 years ago
Siegfried Pammer 6172dd5bff Extend MatchLdLocRef to work with type parameters as well. 8 years ago
Siegfried Pammer 610037ef43 Use specializing type system in ILAst output to ensure consistency in debug output. 8 years ago
Siegfried Pammer d15d1b86a6 Add transform for new T(). 8 years ago
Siegfried Pammer d1a514b451 Redesign of UsingInstruction. 8 years ago
Siegfried Pammer 5b2c67bf3e Choose better variable names for type parameters. 8 years ago