1676 Commits (39bb6856b7e756aefbd8914399887bd121d6955e)

Author SHA1 Message Date
Daniel Grunwald 39bb6856b7 Fix various bugs with compound assignments. 9 years ago
Daniel Grunwald 61900e33c3 [nullables] Lifted compound assignments 9 years ago
Daniel Grunwald af8993f641 Leave off '.Invoke' when calling delegates. 9 years ago
Siegfried Pammer 7d53070f9b Add more correctness tests and fix bug in UnwrapNestedContainerIfPossible. 9 years ago
Siegfried Pammer 34d288c934 Fix folding for comments. No foldings were added for comments inside of types. 9 years ago
Siegfried Pammer 6fb12b351f Improve VariableIsOnlyUsedInBlock in case of more complex foreach-loops. 9 years ago
Siegfried Pammer a62e13a035 Improve detection of foreach-using in UsingTransform: 9 years ago
Siegfried Pammer ea9b47a137 Fix #889: Invalid variable inlining in foreach 9 years ago
Daniel Grunwald 33e5011367 [nullables] support equality comparisons on System.Decimal 9 years ago
Daniel Grunwald bb3ad5c811 [nullables] Lift user-defined equality operator calls if only one argument is nullable. 9 years ago
Daniel Grunwald 87a979b549 [nullables] Lift user-defined equality operator calls. 9 years ago
Siegfried Pammer 2857a8dcf9 ad #885 and #886: add more tests 9 years ago
Daniel Grunwald 846c8613b0 [async] Delete dead ldloc(cachedStateVar). 9 years ago
mohe2015 ccdeded6ba Fix failed decompilation of catch-when if the method is async. 9 years ago
Siegfried Pammer b5e46c3545 Fix #882: Invalid assignment code after decompiling 9 years ago
Siegfried Pammer 6c414cedd3 Fix #883: Incorrect decompilation of explicitly implemented events 9 years ago
Daniel Grunwald ba009e790d Fix #880: NullReferenceException in NullableLiftingTransform. 9 years ago
Daniel Grunwald cf5f3738a9 Fix performance issue due to aggressive debug checks that was causing AppVeyor to time-out. 9 years ago
Daniel Grunwald a6c6ddcea1 Fix #861: Improved loop exit point heuristic. 9 years ago
Daniel Grunwald 1d029b36cb Fix build. 9 years ago
Siegfried Pammer c118a24cbf Use Humanizer in GenerateForeachVariableName 9 years ago
Daniel Grunwald a6559d941b Allow inlining into object/collection initializers. 9 years ago
Daniel Grunwald 7017c6f6e6 Replace LoopingBlockTransform with StatementTransform. 9 years ago
Siegfried Pammer 7d78331e0f Fix #854: Inconsistent annotations: ILVariable vs. ILVariableResolveResult 9 years ago
Siegfried Pammer 63cb56b996 Improve AssignVariableNames.IsPlural 9 years ago
Siegfried Pammer 6763fb29dd Remove conditions from targets imports. 9 years ago
Siegfried Pammer 7efe204b47 Add instructions on building and contributing to README.md; Make ICSharpCode.Decompiler.csproj work properly with VSmac. 9 years ago
Siegfried Pammer 692a1e8e35 Fix #878: InvalidCastException in StatementBuilder.TransformToForeach 9 years ago
Siegfried Pammer c09c4ee404 Fix annotations on identifiers and use correct check for fallback case. 9 years ago
Siegfried Pammer 9bdfdd09ff Add special case for non-generic foreach and add more tests. 9 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. 9 years ago
mohe2015 6a0edb1ef8 Fix formatting. 9 years ago
mohe2015 8e7a72f8e1 Fix bug with duplicate appending of targetDirectory. 9 years ago
Siegfried Pammer 7bbbf39e3a Fix #867: Async delegate tries to access variables with "this." although they are local. 9 years ago
Siegfried Pammer af6935a46f Fix #698: Decompiling events as C# 9 years ago
Siegfried Pammer 48f344ed03 Add another pattern for generics/nullable using. 9 years ago
Siegfried Pammer 2b1976c6b5 Fix naming conflict in AssignVariableNames 9 years ago
Siegfried Pammer 2c40b45717 Add support for using on nullables. 9 years ago
Siegfried Pammer 98e4e3418d [using] check variable type and variable usage more strictly. 9 years ago
Daniel Grunwald 6988260ea3 Add ILInlining.IsUsedAsThisPointerInCall(). 9 years ago
Siegfried Pammer c64ce76047 Remove using-specific code from DeclareVariables.ResolveCollisions 9 years ago
Siegfried Pammer e2dab8699f Fix generic using patterns. 9 years ago
Siegfried Pammer 6172dd5bff Extend MatchLdLocRef to work with type parameters as well. 9 years ago
Siegfried Pammer d15d1b86a6 Add transform for new T(). 9 years ago
Siegfried Pammer d1a514b451 Redesign of UsingInstruction. 9 years ago
Siegfried Pammer 5b2c67bf3e Choose better variable names for type parameters. 9 years ago
Siegfried Pammer 48b77d4742 ExpressionTransform: comp(box T(..) [!=]= ldnull) -> comp(.. [!=]= ldnull) where T.Kind == TypeParameter 9 years ago
Daniel Grunwald d0f1b60a04 Fix type names in ILAst debug output. 9 years ago
Daniel Grunwald b5e8571382 [nullables] Support lifting calls to user-defined operators. 9 years ago
Daniel Grunwald f380c29852 Refactor IsGeneratedValueTypeTemporary. 9 years ago