2280 Commits (e941e7534ce9788066e6e88a88a1e55c629cb64a)

Author SHA1 Message Date
Siegfried Pammer 3c62b6f035 Rewrite CollectNamespacesForDecompilation: fixes stack overflows 8 years ago
Daniel Grunwald 7c91d48d68 #980: Fix type substitution for lambdas. 8 years ago
Daniel Grunwald f4b00e310c Avoid redundant casts around 'as' conversions of type parameters. 8 years ago
Siegfried Pammer ff9789f8a7 Fix bug in CollectNamespacesForDecompilation 8 years ago
Siegfried Pammer 22c4d45610 Add namespaces of type forwarders to namespaces list. 8 years ago
Siegfried Pammer 1a0052a345 Cache UsingScope during decompiler run. 8 years ago
Daniel Grunwald 828fe58a5b Fix NullReferenceException in OverloadResolution with parameterized UnknownType. 8 years ago
Siegfried Pammer daa48fbd3a #1080: Add test case 8 years ago
Siegfried Pammer 8da26dc315 Fix #1080: Invalid null propagation decompilation with ambiguous extension method call 8 years ago
Siegfried Pammer a06a04d48b #1080: Add ILTransformContext.RequiredNamespacesSuperset 8 years ago
Daniel Grunwald c869a4fc16 Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
Daniel Grunwald da6b371dd3 Remove some dead code in the type system. 8 years ago
Daniel Grunwald 4d00c65608 Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
Siegfried Pammer eac591a7d7 Fix #1084: Decompiling constants of the target type 8 years ago
Daniel Grunwald 85314b494a #1085: Keep track of whether an unresolved type is a class type or a value type. 8 years ago
Daniel Grunwald 2d29a933d5 Preparation for non-trailing named arguments 8 years ago
Siegfried Pammer 40659a2283 Add minimal support for C# 7 discards in out var declarations. 8 years ago
Siegfried Pammer 72917b0bde Fix folding bug with string interpolation 8 years ago
Siegfried Pammer 3dcc388e99 #894: Transform IsByRefLikeAttribute and IsReadOnlyAttribute on structs to ref and readonly modifiers, respectively. Remove ObsoleteAttribute. 8 years ago
Siegfried Pammer 636224430a Add ref modifier 8 years ago
Daniel Grunwald 19e840856f Use out variable declarations where possible. 8 years ago
Daniel Grunwald 8a589b2fd2 Add DecompilerSettings constructor that takes a language version. 8 years ago
Siegfried Pammer 704eec86ae Add basic unit tests for ref returns, locals and conditional 8 years ago
Daniel Grunwald a86a0586bb Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 8 years ago
Daniel Grunwald 96d9e63f4c Don't unnecessarily default-initialize variables prior to a call with out-parameter. 8 years ago
Siegfried Pammer c382989904 Add expression body syntax for getter-only properties. 8 years ago
Siegfried Pammer 3b31930b85 Fix #1071: Sometimes uses Enumarator instead of Foreach 8 years ago
Siegfried Pammer 96ddabed57 Fix bug in AwaitInFinallyTransform 8 years ago
Siegfried Pammer adda97cf84 Add AwaitInFinallyTransform 8 years ago
Siegfried Pammer 9b665b7cbc Add AwaitInCatchTransform 8 years ago
Siegfried Pammer 384111f0dd Fix #1075: NullReferenceException in StatementBuilder.TranslateSwitch 8 years ago
Siegfried Pammer b400d89f57 Fix #1076; improve detection of mcs switch-on-string pattern 8 years ago
Siegfried Pammer 7544eac5b4 Add support for mcs 2.6.4 switch-on-string 8 years ago
Daniel Grunwald eb6119eb7d Only use mcs for the first compilation pass. Consistently run test cases using .NET 4.x runtime. 8 years ago
Siegfried Pammer 676992159c Fix #1045: Duplicate visitors in CSharpOutputVisitor 8 years ago
Siegfried Pammer 713f4f1490 Fix #1060: Enter/Exit V2 variation failing to convert to lock() 8 years ago
Daniel Grunwald 480ddc0c8f #1055: Use more type hints in ExpressionBuilder. 8 years ago
Siegfried Pammer 63ef50fa8c Fix #1061: Different control flow in decompiled code 8 years ago
Daniel Grunwald 4177e182fe #1050: Add support for ?. operator applied to ref-parameters, and other cases where the compiler uses a generated ref local for the ?. operator. 8 years ago
Daniel Grunwald aa9f2e7797 Fix interaction of using-transform with ?. operator. 8 years ago
Siegfried Pammer 0ffc747acf Fix #1059: String "interpolation", invalid cast when emitting "IL with C#" 8 years ago
Siegfried Pammer 3892762e70 Fix #1053: virtual protected base method with 'out', invalid cast-to-base on use. 8 years ago
Daniel Grunwald 36035de5fa Improve decompilation of ?. in generic code. 8 years ago
Daniel Grunwald 1dfda502ea Remove redundant 'box' opcodes. This eliminates some unnecessary (object)-casts in generic code. 8 years ago
Daniel Grunwald 937b86be68 Fix type of ref-locals when there's ref-assignment involved. 8 years ago
Siegfried Pammer bfbb041b01 Fix #1027: There is no "Analyze" option on right-click pop-up menu 8 years ago
Daniel Grunwald 971e36e7f0 Fix indentation 8 years ago
Daniel Grunwald 228419b4f0 Fix interaction of ?. with using-transform. 8 years ago
Andrey Shchekin 6ba6b8c8f6 Added support for ArrayInitializers=false to suppress prettifier over array initializers (used by SharpLab). 8 years ago
Siegfried Pammer 659b12bdb8 Fix #1083: add pattern for mcs auto events (version 4) 8 years ago