5224 Commits (e8015aac373678868620eea631585ed75417efb8)
 

Author SHA1 Message Date
Siegfried Pammer 78ff7d4fdc Merge branch 'master' of https://github.com/icsharpcode/ILSpy into copy-propagation 7 years ago
Daniel Grunwald afde03a04d Fix #1597: Incorrect handling of nullability annotations during generic type substitution. 7 years ago
Daniel Grunwald 8cfc21dfab Fix DefiniteAssignmentVisitor bugs handling ILFunction, and add some comments. 7 years ago
Siegfried Pammer 25f625af99 Move copy propagation after expression and statement transforms. 7 years ago
Siegfried Pammer 7d62a7e032 Reset HasInitialValue flag after TransformDisplayClassUsage. 7 years ago
Siegfried Pammer e5f95143cf TransformDisplayClassUsage: set HasInitialValue = true for newly introduced locals. 7 years ago
Siegfried Pammer 3067aa5519 FlattenSwitchBlocks: include local function and out var declarations in the list of exceptions. 7 years ago
Siegfried Pammer 91af32ef94 Do not wrap local functions in checked blocks. 7 years ago
Siegfried Pammer 129fd876d4 Use extension method syntax only if the extension method is eligible. 7 years ago
Siegfried Pammer 1b404e9a5c
Merge pull request #1596 from icsharpcode/ref 7 years ago
Siegfried Pammer 23179c5dc3
Merge branch 'master' into ref 7 years ago
Siegfried Pammer 1a2929c33f
Merge pull request #1550 from dymanoid/master 7 years ago
Siegfried Pammer 470cd1ec23 Fix SolutionCreator.GetRelativePath so that it properly handles directories with '.' in the name. 7 years ago
Daniel Grunwald 6c0216bbb9 Fix assertion in ReduceNestingTransform: after copying the exitInst, it was possible that the old copy of the exitInst became unreachable. 7 years ago
Daniel Grunwald c4cb9df687 Fix switch in loops sometimes detecting an invalid switch body. 7 years ago
Daniel Grunwald 8117dfff4a Fix #1242: Discard unreachable code. 7 years ago
Siegfried Pammer 5fdeb223dd "Save Code" should only work with ILSpyTreeNodes. 7 years ago
Siegfried Pammer c51aea3601 Fix decompilation of yield return in local functions. 7 years ago
Siegfried Pammer 8924ea054b BAML decompiler: Fix NRE on unresolved member 7 years ago
Siegfried Pammer 5237965619 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ref 7 years ago
Siegfried Pammer 911a92f3f9 Basic test for ref reassignment. 7 years ago
Daniel Grunwald d99f6c81a5 Fix #1595: preserve C# type for field and tuple element access 7 years ago
Siegfried Pammer 36afa0857d Add tests for ref, out and in parameters. 7 years ago
Daniel Grunwald c3037afa70 Fix #1352: Assertion in NullableLiftingTransform.DoLift 7 years ago
Siegfried Pammer e9a020062d Add more RefLocalsAndReturns pretty tests. 7 years ago
Siegfried Pammer 9c1bf7fbdf Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 7 years ago
Daniel Grunwald c366235246 #1349: Fix type substitution for members of unknown generic types (due to unresolved references) 7 years ago
Siegfried Pammer 3c185f2845 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ref 7 years ago
Siegfried Pammer 860f9db950 Extend type inference to allow ref return types. 7 years ago
Daniel Grunwald 42eafb587f Fix #684: Improve detection of variable type for stack slots. 7 years ago
Daniel Grunwald abcef43dba Fix #1532: Display metadata token in DecompilerException error message 7 years ago
Daniel Grunwald 8cd8a90c22 Fix #1563: `Unexpected return in MoveNext()` when mixed `using` and more than one `yield break` 7 years ago
Daniel Grunwald 7e3b36aaa7 #1563: Where possible, replace an explicit interface implementation call with a call to the interface member. 7 years ago
Siegfried Pammer 3d60c7bd70 Fix #1590: Cast from override method to Delegate is not properly simplified 7 years ago
Daniel Grunwald 7223806967 Disable resolver log again. 7 years ago
Daniel Grunwald b75c252193 Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 7 years ago
Daniel Grunwald 539e3a906d Fix #1552: user-defined and decimal increments 7 years ago
Siegfried Pammer 61231b7725 Fix #1593: TransformCollectionAndObjectInitializers uses nested indexer call as target of object initializer. 7 years ago
Siegfried Pammer 9dd22011d6 Remove ILSpyTreeNode.Save accepting a file name, as it is currently not necessary. 7 years ago
Siegfried Pammer 01b8b83360 Fix CSharpDecompiler.ReadCodeMappingInfo not taking generic lambdas into account. 7 years ago
Siegfried Pammer 24e492bfe3 Adjust SaveCommandCanExecute to match SaveCommandExecuted. 7 years ago
Daniel Grunwald c56714c607 Fix assertion with async lambdas; fix async local functions. 7 years ago
Siegfried Pammer a63e94e5b4 Refactor Solution decompilation to use Language instead of AssemblyTreeNode. 7 years ago
Daniel Grunwald 0a54a93be0 Relax foreach transform to allow stack slots as foreach-variable again. 7 years ago
Daniel Grunwald 856cedc95e #1456: add test case; add additional checks to ensure we only transform normal locals into using/foreach-locals 7 years ago
Daniel Grunwald beed6b5e24 Remove MarkGeneratedVariables() step in AsyncAwaitDecompiler. 7 years ago
Siegfried Pammer 174d14de3f
Merge pull request #1586 from icsharpcode/local-functions 7 years ago
Siegfried Pammer f10ab69328 Improve local-function detection to minimize false positives. 7 years ago
Siegfried Pammer 537df7bab3 Add option: 'ref' extension methods 7 years ago
Siegfried Pammer c45ce41d00 Refactor ParameterModifier.This to allow 'this ref' parameters. 7 years ago