2882 Commits (d45e3bfb3c84e98588dba934e0664f55a1e94f91)
 

Author SHA1 Message Date
Siegfried Pammer d45e3bfb3c Fix assertion fail in DeclareVariables: Make sure that we do not try to declare variables in non-assignment contexts. 8 years ago
Siegfried Pammer 6da8058587 Add Patterns correctness tests; add missing file headers 8 years ago
Siegfried Pammer dea81a685d Add UsingInstruction to ILAst. 8 years ago
Siegfried Pammer fb092fdf5e Remove /doc/Dissertation as it's no longer relevant. 8 years ago
Daniel Grunwald 0008deb021 Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
Daniel Grunwald c81f9f366e Remove LdAddressUsagesTransform. 8 years ago
Daniel Grunwald b7320b25e4 [nullables] Lift three-valued logic operators ('&' and '|' on bool?) 8 years ago
Daniel Grunwald 53a050552b Add support for syntax sugar when writing out the ILAst. 8 years ago
Daniel Grunwald 735f8e070d Compound assignment doesn't support lifting yet. 8 years ago
Daniel Grunwald 66d1b744c3 Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
Daniel Grunwald 96c6b03d9b [nullables] operator! on bool? 8 years ago
Daniel Grunwald 02af1b0ab5 [nullables] Lifting support for: bool? == true, bool? != true, bool? == false, bool? != false 8 years ago
Daniel Grunwald 63d6f4bbca [nullables] Add lifting for operator~. 8 years ago
Daniel Grunwald b318327db3 [nullables] Fix lifted != operator. 8 years ago
Daniel Grunwald 919219524b Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 8 years ago
Daniel Grunwald 8701640ca7 [nullables] Add support for equality comparisons. 8 years ago
Siegfried Pammer bb381327ac Implement API to reload loaded nuget assemblies. 8 years ago
Siegfried Pammer 9233c99f15 [ILSpy.AddIn] Open multiple output artifacts, if present. 8 years ago
Siegfried Pammer 01ce164339 Set owner on NugetPackageBrowserDialog. 8 years ago
Siegfried Pammer 6f21792746 Fix display of filenames from nupkg. 8 years ago
Siegfried Pammer 3bfc1fc3c2 [ILSpy.AddIn] Fix #815: "Open output in ILSpy" not working for MSBuild 15 projects in VS2017 8 years ago
Siegfried Pammer 915f1fdf1c [ILSpy.AddIn] Fix #820; Show "Open in ILSpy" in all context menus related to references. 8 years ago
Siegfried Pammer 43975c2a77 [ILSpy.AddIn] Add support for new assembly, project and package references. 8 years ago
Siegfried Pammer 3fcdfaab8a Add basic NugetPackageBrowserDialog 8 years ago
Siegfried Pammer 070307bb73 Move ExpressionBuilder.HandleCallInstruction to CallBuilder.Build. 8 years ago
Daniel Grunwald 21ef967d4d [nullables] Lifting for non-equality comparisons. 8 years ago
Siegfried Pammer 32511222cb Add overload resolution for ctor calls. 8 years ago
Siegfried Pammer 9a78b85576 Fix bug in TransformArrayInitializers: local storage was deleted. 8 years ago
Siegfried Pammer 516e1dacb0 Set CSharpInvocationResolveResult.IsExpandedForm to true, if a params array expansion was performed. 8 years ago
Daniel Grunwald 7e38d9c5aa Fix #858: parse local type arguments in reflection names. 8 years ago
Siegfried Pammer 459ac83a65 Merge pull request #863 from siegfriedpammer/params_support 8 years ago
Siegfried Pammer 3098461b0e Add support for ctors to IsUnambiguousCall 8 years ago
Siegfried Pammer 0226b5a832 Only transform params if it's the last parameter + Refactoring of variable names. 8 years ago
Siegfried Pammer 02184f426d Use ExpressionWithResolveResult in GetDefaultValueExpression 8 years ago
Siegfried Pammer 9d0a2138dc [ILSpy.AddIn] Fix missing libraries in vsix. 8 years ago
Siegfried Pammer 04329e17b2 [ILSpy.AddIn] Update vsixmanifest to new format. 8 years ago
Siegfried Pammer fb8d064dda [ILSpy.AddIn] add VSToolsPath to csproj. 8 years ago
Siegfried Pammer 706419544f Implement support for unwrapping params arrays. 8 years ago
Siegfried Pammer fd66914ade Fix detection of String.Concat calls with partially non-string arguments. 8 years ago
Siegfried Pammer 23870c6615 Fix #859 - Missing XML comments for Enum items 8 years ago
Siegfried Pammer 049b5903d8 Fix #862 - NullReferenceException for ExpressionBuilder.TranslateTarget 8 years ago
Siegfried Pammer 0a5eae527a Fix links on property setter usages. 8 years ago
Daniel Grunwald d3686fc62c Add comments to lifting functions. 8 years ago
Daniel Grunwald 8da98180e7 Prefer types like 'char' and 'enum' in comparisons and for "??" and "?:". 8 years ago
Daniel Grunwald 4830b37ab9 [nullables] Add support for '??' operator on nullables. 8 years ago
Daniel Grunwald c40ba690bc Fix #856: fix decompilation of attributes where null is passed to a parameter of type System.Type. 8 years ago
Christoph Wille 14dce36a28 Fix typo, add link to subdirectory 8 years ago
Christoph Wille 9e016778b4 Link to sample for Nuget package 8 years ago
Siegfried Pammer f267a7875e Fix #855 - ArgumentOutOfRangeException in TransformCollectionAndObjectInitializers.DoTransform 8 years ago
Siegfried Pammer 8285d01cad Do not match lock if lockObj is used in or after the try block. 8 years ago