580 Commits (6d89c4fbbb1f65f0924d382682b3d4db431350e6)

Author SHA1 Message Date
Siegfried Pammer c883f68842 Remove unused TypeSystemHelper.cs 8 years ago
Daniel Grunwald bafb6d1d49 Fix #1194: empty if statements are decompiled into goto statements 8 years ago
Daniel Grunwald 7f84bcfbb5 Upgrade DiffLib. 8 years ago
Daniel Grunwald d8c8a75c2e Fix #1154: Decompilation of fixed statement when pointer variable is unused 8 years ago
Daniel Grunwald ab157b2fc0 Add TypeSystemOptions.Uncached. 8 years ago
Daniel Grunwald b396d203bd Merge IDecompilerTypeSystem with ICompilation. 8 years ago
Daniel Grunwald 1f3916d554 Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 8 years ago
Daniel Grunwald 107fe5eb1c Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 8 years ago
Daniel Grunwald 4580eab7ab Disable ref inline assignments. 8 years ago
Daniel Grunwald 7ee686cb67 Allow splitting a variable even if it has its address taken and stored in a ref-local. 8 years ago
Daniel Grunwald 3b46776c5e Rename IAssembly -> IModule. 8 years ago
Daniel Grunwald 33ef82f75c Fix #1082: Add support for compound assignment with string.Concat(). 8 years ago
Daniel Grunwald d166101387 Allow splitting variables that have their address taken. 8 years ago
Daniel Grunwald b149238777 Introduce IType.IsByRefLike. 8 years ago
Siegfried Pammer ce855885b1 Implement new declsec parser in ReflectionDisassembler + added unit tests. 8 years ago
Siegfried Pammer bf8bd6b597 Add missing ApplyAttributesToType in MetadataAssembly.ResolveMethodSpecification. 8 years ago
Daniel Grunwald 2fa2eb9d18 Remove some of the old TS implementations. 8 years ago
Daniel Grunwald 3be697eadf Rewrite MinimalCorlib without using the unresolved TS. 8 years ago
Daniel Grunwald 8f588208b9 Fix tuple type in 'new List<(int, string)>'. 8 years ago
Siegfried Pammer bcfb3742eb Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
Daniel Grunwald 4ec0028356 Don't cache attributes in the type system. 8 years ago
Daniel Grunwald 64547de4a0 foreach loops now use "var" if the element type is a tuple and can be inferred from the collection type. 8 years ago
Daniel Grunwald 97fc614db5 Remove unimplemented IMember.IsShadowing and IField.IsFixed. 8 years ago
Daniel Grunwald 078b638149 Adjust Issue982.cs to [IndexerName] 8 years ago
Daniel Grunwald c85927b579 Add support for IndexerNameAttribute. 8 years ago
Siegfried Pammer 9d2957372b Undo reordering of base types 8 years ago
Siegfried Pammer 7d7b7b7d98 Fix order of DirectBaseTypes and typo in SpecializedParameter 8 years ago
Siegfried Pammer 2953c913d3 Fix handling of extension methods 8 years ago
Siegfried Pammer 4cca07aeb3 TransformExpressionTrees: Fix bug in Expression.Quote handling 8 years ago
Daniel Grunwald db47643a41 Interface implementations in TS 8 years ago
Daniel Grunwald ee3012281d Implement MetadataEvent and re-work the representation of attribute arguments. 8 years ago
Siegfried Pammer 10a0c9093c Do not convert extension method syntax to LINQ, if the null conditional operator is used on the target, as this introduces a syntax error. 8 years ago
Daniel Grunwald da06a48851 Implement more of the new metadata TS. 8 years ago
Daniel Grunwald 385433aff4 Add MetadataMethod. 8 years ago
Daniel Grunwald 0f8c310de2 Started work on new resolved TS implementation that directly uses SRM. 8 years ago
Daniel Grunwald 96e3b23ab3 Fix crash in ProxyCallReplacer 8 years ago
Siegfried Pammer 6096b7df29 #907: CallBuilder: If type arguments cannot be inferred from the parameter list, add them before asking overload resolution, but remove them again, if it does not reduce the number of casts. 8 years ago
Siegfried Pammer d04155132a Use overload resolution to add only required casts to collection initializers. 8 years ago
Siegfried Pammer a823d74004 Use overload resolution to ensure we call the correct indexer + added tests. 8 years ago
Siegfried Pammer cf8bee2c01 Fix translation of generic and extension 'Add' methods in collection initializers. 8 years ago
Siegfried Pammer 58f7296986 Add CustomAttributeConflicts test 8 years ago
Siegfried Pammer bb38ae2fd8 Rearrange pretty tests, so that they work with Roslyn compilers as well. 8 years ago
Siegfried Pammer 8cbf724901 Move CustomAttributeTests to PrettyTestRunner 8 years ago
Daniel Grunwald fa2df4df26 Clean up type system interfaces. 8 years ago
Daniel Grunwald 98d00415d1 Fix tuple types. 8 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. 8 years ago
Siegfried Pammer 054216359e Fix #1174: Add some test cases to TupleTests. 8 years ago
Daniel Grunwald 4b96f48d87 Cosmetic changes during review of PR #1176 8 years ago
Chicken-Bones 9937302313 Improve control flow decompilation with some compilers 8 years ago
Chicken-Bones 3fb7c71f8a Improve control flow decompilation in ConditionDetection 8 years ago