3795 Commits (805b9f4bb47ec9c0657067ac8e0618b982177999)
 

Author SHA1 Message Date
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 13e6d72308
Merge pull request #1143 from 0xced/fully-qualified-name 7 years ago
Siegfried Pammer 028cbe69a4 Fix decompilation of auto properties with explicit implementation 7 years ago
Siegfried Pammer 9e4b952264 Fix #1160: .NET built-in types not resolvable in ILSpy when jumped from VS code editor 7 years ago
Siegfried Pammer 569434d516 Fix #1162: decompilation of explicitly implemented events and properties 7 years ago
Andreas Weizel 8b56eaa473 Fix: Add-in has passed the wrong name to ILSpy for generic types. 7 years ago
Siegfried Pammer dfa99a8c1f Fix build. 7 years ago
Andreas Weizel 0fc46158f6 Ignoring generated manifest file. 7 years ago
Andreas Weizel fdd0fa1111 Forgot to extend version update script for ILSpy.AddIn manifest. 7 years ago
Andreas Weizel 84758dca5e Re-enabled "Open code in ILSpy" command in code editor, fixed several issues. 7 years ago
Siegfried Pammer abbf3d0429 Fix #1158: C# 1 switch pattern improvement 7 years ago
Siegfried Pammer 0a992d2158 Fix build. 7 years ago
Siegfried Pammer b9f14905b2 Fix #1155: DictionaryInitializers setting not working 7 years ago
Siegfried Pammer 8d247a9c59 Fix #1156: Treat float, double and decimal < 0 as unary expressions in InsertParenthesesVisitor 7 years ago
Siegfried Pammer 8f47e8429b Fix #1157: Decompilation of abstract events and overridden auto events 7 years ago
Siegfried Pammer 7599d0c410 Try to resolve exported types in XmlDocKeyProvider.FindType 7 years ago
Andreas Weizel 1619d5e1f0 Now applying same versioning to ILSpy.AddIn as to all other ILSpy components. 7 years ago
Andreas Weizel 809354f175 Fixed several issues with "Open in ILSpy" menu shown on non-applicable nodes. Refactored the commands. 7 years ago
Daniel Grunwald e01a2343ec Remove cecil projects from ILSpy.sln; we're using the NuGet now. 7 years ago
Daniel Grunwald 9be83b6175 Upgrade to Cecil 0.10.0. 7 years ago
Daniel Grunwald f86bec4e0c Move named arguments to its own transform. 7 years ago
Daniel Grunwald dd92499ade Add test case for named arguments. 7 years ago
Daniel Grunwald ca09f09222 Don't use named arguments when IL stack is empty after the stloc. 7 years ago
Daniel Grunwald 21d3881e37 Introduce named arguments only in the statement transform. 7 years ago
Daniel Grunwald 810adea8b4 #1083: Initial implementation of named arguments. 7 years ago
Daniel Grunwald bcc1586f72 ILAst transform for named arguments. 7 years ago
Daniel Grunwald 243a347da1 Revert "#1083: Add ArgumentToParameterMap to CallInstruction, in ILAst output call arguments are now prefixed with the parameter index they correspond to, if the mapping is different from the default." 7 years ago
Daniel Grunwald 5c0c492c1f
Merge pull request #1134 from icsharpcode/tuple 7 years ago
Daniel Grunwald 5cdd5ecdbc Use target typing for tuples, where possible. 7 years ago
Daniel Grunwald 926c7850ac Distinguish between unknown type and no type. 7 years ago
Siegfried Pammer b3db473211 Fix bug in AssignVariableNames: The first parameter of indexer getters was not properly handled. 7 years ago
Siegfried Pammer 497de76a2f Update test case for #1145 7 years ago
Siegfried Pammer 1646be7482 #1145: Make type arguments optional in mcs auto event pattern. 7 years ago
Siegfried Pammer e012fe04be Fix #1146: C#3+ property accessor generates bad "[field: " tag on the accessor 7 years ago
Siegfried Pammer 9443983819 Fix #1144: MatchRoslynCaseBlockHead did not handle inverse conditions properly. 7 years ago
Siegfried Pammer 60ace84f26 #1083: Add ArgumentToParameterMap to CallInstruction, in ILAst output call arguments are now prefixed with the parameter index they correspond to, if the mapping is different from the default. 7 years ago
Daniel Grunwald 50509c4985 Fix #1140: Fix assertion when finally block unconditionally throws an exception. 7 years ago
Cédric Luthi 03c1d20356 Use "fully qualified name" instead of "FQN" abbreviation 7 years ago
Siegfried Pammer 91389245fd #545: Add hyperlink on enum values and argument names in attribute declarations. 7 years ago
Siegfried Pammer ad06a01441 Fix #1117: NullReferenceException at Transforms.PatternStatementTransform.TransformForeachOnArray 7 years ago
Siegfried Pammer bd15d69ada Add test cases for #1138 7 years ago