3879 Commits (023282a50df37014f3feab80822ec566a6f2a9af)
 

Author SHA1 Message Date
Siegfried Pammer 023282a50d #1180: Add IsWindowsFormsInitializeComponentMethod and disable some transforms when processing a Windows Forms InitializeComponent method. 7 years ago
Daniel Grunwald f153aceb97 Use HTTPs for update check and other URLs. 7 years ago
Daniel Grunwald 68b0e934a8 Delete NRefactory.VB 7 years ago
Siegfried Pammer 659e7170d6
Merge pull request #1119 from TheOneAmir/master 7 years ago
Rafaat Mir 3c7a0070b5 Remove unused variable 7 years ago
Rafaat Mir bd1d81d22e Change '~' to be the 'In-string Search' Activator Prefix and Fix Search Not Matching Last Character Bug 7 years ago
Siegfried Pammer 7c2e1fca35 Turn off implicit method group conversions, if C# 1.0 is selected. 7 years ago
Siegfried Pammer 5856df001a Fix #1111: Only hide "enum value initializers" when all of them can be hidden or only the first needs to be specified. 7 years ago
Siegfried Pammer da2f0d0b91 Force explicit conversion Ref->I on BinaryNumericInstruction, except if operator is + or -. 7 years ago
Siegfried Pammer 054216359e Fix #1174: Add some test cases to TupleTests. 7 years ago
Daniel Grunwald a2e9f7b3fe #1174: Fix IsCompatibleTypeForMemoryAccess() for tuple types. 7 years ago
Daniel Grunwald 32a0e72343 Merge pull request #1176: Improve control flow decompilation 7 years ago
Daniel Grunwald 4b96f48d87 Cosmetic changes during review of PR #1176 7 years ago
Siegfried Pammer 41a089ec51 Remove dead code from SearchResult 7 years ago
Siegfried Pammer b5f0b8b210 MSBuild targets must use unique names. 7 years ago
Andreas Weizel ea1b953b89 AddIn: Correctly handling projects nested in solution folders. 7 years ago
Chicken-Bones 9937302313 Improve control flow decompilation with some compilers 7 years ago
Chicken-Bones 3fb7c71f8a Improve control flow decompilation in ConditionDetection 7 years ago
Siegfried Pammer d232642489 Make editbin.exe optional. Update README.md. 7 years ago
Siegfried Pammer 3f0cb17427 Use MSBuildToolsPath instead of DevEnvDir. 7 years ago
Siegfried Pammer 36697a3a33 Use Microsoft.VCToolsVersion.default.props to find correct editbin.exe 7 years ago
Siegfried Pammer 54ea34abf0 #1173: Use editbin.exe to artificially increase stack size to 16 megabytes. 7 years ago
Andreas Weizel f7e7698d64 AddIn: Improved warning text for missing project reference output. 7 years ago
Siegfried Pammer 5c31c314b2 Set VersionName = "beta" 7 years ago
Siegfried Pammer 58c174c87d
Merge pull request #1165 from icsharpcode/dynamic 7 years ago
Siegfried Pammer eafce7d6cf Fix documentation comment on DynamicInvocationType.ObjectCreation 7 years ago
Siegfried Pammer 0bf56ce9ca Add inlining special cases for dynamic compound assignments 7 years ago
Siegfried Pammer a30c628e1f Remove hack from ExpressionTransforms.TransformDynamicAddAssignOrRemoveAssign, implement VisitDynamicSetIndexInstruction 7 years ago
Siegfried Pammer 904aa5269e Fix various bugs in ExpressionBuilder.VisitDynamic* + refactor DynamicInstructions a bit 7 years ago
Siegfried Pammer 07608e018f Fix bug in IntroduceDynamicTypeOnLocals 7 years ago
Siegfried Pammer 9f883177da Reset context after PrettifyAssignments.Run 7 years ago
Siegfried Pammer f2c0f3e70d Fix bug in CallBuilder.CastArguments: accidentally made *all* casts implicit, which should not happen. 7 years ago
Siegfried Pammer 74fc5ba8a4 Add more test cases 7 years ago
Siegfried Pammer 669dc0ad59 Rewrite dynamic dispatch logic in CallBuilder 7 years ago
Andreas Weizel a94671183e AddIn: Added detection of non-existing assembly files when launching ILSpy, showing a warning message in those cases. In case of project output assemblies, offers building the solution. 7 years ago
Siegfried Pammer eeeecb2259 Remove "do what I mean" logic from AssignVariableNames 7 years ago
Siegfried Pammer 805b9f4bb4 Add missing CallInlineAssign block kind to ILInlining.FindLoadInNext 7 years ago
Siegfried Pammer 3d4e38ddce Fix #538: Give higher priority to out parameters when naming variables 7 years ago
Siegfried Pammer 6ce53c804b Fix #1168: Extend MatchCompEquals and MatchCompNotEquals to work with multiple nested logic.not instructions 7 years ago
Siegfried Pammer 5de10b4900
Merge pull request #1167 from CreateAndInject/master 7 years ago
CreateAndInject f389e512ed Fix #1166 7 years ago
Siegfried Pammer 22cff129f4 Add option to reset sort direction (by clicking on the same column three times) 7 years ago
Siegfried Pammer 4267672ab2 Fix NRE in ContextMenuEntry.cs 7 years ago
Siegfried Pammer 1ba2c0537a Add use ListView instead of ListBox in search results view. 7 years ago
Siegfried Pammer 758eb12360 Add GridViewColumnAutoSize 7 years ago
Siegfried Pammer bbe16584f7 Fix #1150: 7 years ago
Siegfried Pammer 725ee24994 Fix assertions if references are missing in dynamic code. 7 years ago
Siegfried Pammer f2155111b5 Fix 'no iterators' assertion in DynamicCallSiteTransform. 7 years ago
Siegfried Pammer f5d7717b1f Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dynamic 7 years ago
Siegfried Pammer 1c7d14dbbf Add special case for dynamic types in constructor initializer (this/base) calls 7 years ago