5281 Commits (6a04a33c4f81c15bd87e623b445fe787d0c75a71)
 

Author SHA1 Message Date
Siegfried Pammer bbb40ecb32 Fix #1602: Recognize Roslyn empty string case block. 6 years ago
Siegfried Pammer def681ccdf Fix #1621: Add AllowUnreachableCases in switch analysis. 6 years ago
Siegfried Pammer 047f119e99 Add RemoveDeadStores option 6 years ago
Daniel Grunwald f1021cb300 Fix #1643: Handle unbox.any in TransformCatchVariable. 6 years ago
Siegfried Pammer 03151bf37b Remove redundant code in ExpressionTransforms.VisitBlockContainer 6 years ago
Siegfried Pammer 81e702f840 #1638: Make TransformDisplayClassUsage.IsPotentialClosure less aggressive 6 years ago
Siegfried Pammer 9c06d5c924 Fix #1642: Allow StackTypes I, I4, I8 and Unknown as switch value, convert Unknown and I to I8. 6 years ago
Daniel Grunwald fd56768820
Merge pull request #1633 from icsharpcode/fix-1632 6 years ago
Siegfried Pammer 7502e521c1 Improve documentation of ExpressionTransforms.TransformCatchVariable 6 years ago
Siegfried Pammer a9bb17aba9 Make it possible to search by full name without including generic type parameters. 6 years ago
Christoph Wille e857fb4f90 Add tooltips to both comboboxes in toolbar 6 years ago
Christoph Wille 37fcde5645 Fix tooltip for "Reload all assemblies" toolbar button 6 years ago
Siegfried Pammer 44c044aa33 Fix #1635: DynamicInvokeConstructorInstruction Did report the wrong StackType for value types and unknown types. 6 years ago
Siegfried Pammer 85d1d21b35 Fix possible NRE in DynamicCallSiteTransform.ExtractArgumentInfo. 6 years ago
Siegfried Pammer d13dfebe94 Do not include "app.config" in output. It is automatically copied as "ILSpy.exe.config" 6 years ago
Siegfried Pammer 8d2e8cc267 Fix #1628: Preserve order of child nodes in PatternStatementTransform.VisitBinaryOperatorExpression. 6 years ago
Christoph Wille b4e4321959 Frontends for P4 6 years ago
Daniel Grunwald cdc7a3641f Fix references to nested types in generic classes. 6 years ago
Daniel Grunwald c1510027df Show attributes on type parameter constraints in C# decompilation. 6 years ago
Daniel Grunwald 152aa2a21b IL Disassembler: show attributes on constraints 6 years ago
Daniel Grunwald 7afa86d90c Add support for "where T : notnull" constraint. 6 years ago
Siegfried Pammer e5d603ced2 Fix #1632: await pattern might use negated IsCompleted check. 6 years ago
Siegfried Pammer 84b9f1c4f4 Fix #1514: Allow StackType.I8 and StackType.I4 in HandleManagedPointerArithmetic (ref [+-] int). 6 years ago
Siegfried Pammer 587f61be19 Fix #1280: Transform RuntimeHelpersInitializeArray calls without receiving assignments. 6 years ago
Siegfried Pammer 13fa499c35 Fix #1630: Do not convert while to for statement, if any iterator variables are to be declared in the loop body. This causes problems with ref-typed variables. 6 years ago
Siegfried Pammer f49cc11c76 Fix #1627: Allow constants as targets of dynamic calls. 6 years ago
Siegfried Pammer cccd02c2da Remove unused code. 6 years ago
Siegfried Pammer 1aa9ea5f07 Add missing files. 6 years ago
Siegfried Pammer 722e2c8325 Add bracket highlighting to ILSpy. 6 years ago
Siegfried Pammer 0f667a126d Update tests to Roslyn 3.3.0-beta1-final 6 years ago
Siegfried Pammer 71644bcae9 #1625: Improve error message, if known assembly cannot be resolved. 6 years ago
Siegfried Pammer 87353aac5a Fix #1624: Stack type mismatch in expression trees. 6 years ago
Siegfried Pammer 4246a178f4 Remove unused parameter. 6 years ago
Siegfried Pammer fdf4228a17 Fix #1623: Nest local functions correctly, if captured variables are used. 6 years ago
Siegfried Pammer 3ad8c88d39 Fix #1622: Transform local functions calls with named arguments correctly 6 years ago
Siegfried Pammer 00b3031c19 #1498: Display error message about the required elevated privileges. 6 years ago
Siegfried Pammer 3203491ad8 Set VersionName = "preview4" 6 years ago
Siegfried Pammer e1bc205d3a Add support for strong-name keys in WholeProjectDecompiler and RoundtripAssembly tests. 6 years ago
Siegfried Pammer 123e570128 Fix warning about doc comment. 6 years ago
Daniel Grunwald 3d30b0548d #1598: Fix .bat files to use VS2019. 6 years ago
Siegfried Pammer 6de6714be2
Merge pull request #1608 from icsharpcode/ldvirtdelegate 6 years ago
Daniel Grunwald 89ea6c3675 Fix TypeErasure not removing all nullability annotations. 6 years ago
Siegfried Pammer 6ecd99f893 Fix #1618: Unwrap in-arguments, when converting method calls to operators. 6 years ago
Daniel Grunwald 84aaaeb84e Fix #1616: similar to 3ea2ce4e2d, let `a.Instructions[i] = a.Instructions[i]` refresh that instruction's primary position. 6 years ago
Siegfried Pammer 6b075326f0 Fix #1615: Handle nil tokens gracefully. 6 years ago
Daniel Grunwald 62a0046043 Fix #1371: assertion on invalid I4->O conversion. 6 years ago
Siegfried Pammer 72c3e828f3 Check IsPure before Match. 6 years ago
Daniel Grunwald 4bc15e0911 Fix build. 6 years ago
Daniel Grunwald 2b9a40371b Remove the dead LoopingTransform. 6 years ago
Daniel Grunwald 18cad9dd73 Make "Save as solution" logic more similar to "Save as project" logic: 6 years ago