3918 Commits (d33348dbe1cf4650a7bf3939fa60107e461a2edf)
 

Author SHA1 Message Date
Siegfried Pammer d33348dbe1 Implement nested type forwarders. 8 years ago
Siegfried Pammer 0c6236ed7e Collect namespaces of assembly and module attributes 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 4c11f34634 Fix namespaces of KnownAttribute.IteratorStateMachine and KnownAttribute.AsyncStateMachine 8 years ago
Siegfried Pammer a1ade47b7f Fix type mismatch in TypeSystemAstBuilder.ConvertConstantValue 8 years ago
Siegfried Pammer 1f04729491 IParameter.Attributes should always be non-null. 8 years ago
Daniel Grunwald 621d90d006 Use MetadataAssembly (the new TS implementation) in DecompilerTypeSystem. 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
Daniel Grunwald da06a48851 Implement more of the new metadata TS. 8 years ago
Daniel Grunwald bca3191169 Add MetadataProperty. 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 225a3f9f92 Fix typedef names in IL view 8 years ago
Daniel Grunwald 5c0190b186 Rename TypeAttributeOptions -> TypeSystemOptions 8 years ago
Daniel Grunwald 0be9e84f1b Use resolved TS in member filter predicates. 8 years ago
Daniel Grunwald 96e3b23ab3 Fix crash in ProxyCallReplacer 8 years ago
Daniel Grunwald 4e449de58d Show metadata tokens in disassembly. 8 years ago
Daniel Grunwald 802f6e54fd Refactor DecompilerTypeSystem.ResolveMethod(). 8 years ago
Daniel Grunwald fa2df4df26 Clean up type system interfaces. 8 years ago
Daniel Grunwald 629e586b25 C# 2.0 mode now disables extension methods. 8 years ago
Daniel Grunwald 31729326e2 Merge branch 'tuple' into srm 8 years ago
Daniel Grunwald 98d00415d1 Fix tuple types. 8 years ago
Daniel Grunwald 9a74f018b5 Decode metadata signatures directly into IType; without going through ITypeReference. 8 years ago
Siegfried Pammer c2b1ce4443 Add AnalyzedMethodUsedByTreeNode 8 years ago
Daniel Grunwald 909df643b5 Remove dead NRefactory code: DomRegion + IUnresolvedFile 8 years ago
Daniel Grunwald 80fe3d04f8 Merge branch 'srm' of github.com:icsharpcode/ILSpy into srm 8 years ago
Daniel Grunwald 52e33a60c0 Disable tuple tests on SRM branch for now. 8 years ago
Siegfried Pammer 26ce31a8d7 Add field read by / assigned by analyzer 8 years ago
Siegfried Pammer 6c77b67ae2 Remove unused AnalyzedAssemblyTreeNode 8 years ago
Daniel Grunwald c79b29ab41 AstTypeBuilder: Distribute type arguments on outer types and nested type. 8 years ago
Daniel Grunwald 4e654cff38 Merge branch 'master' into srm 8 years ago
Siegfried Pammer 43a626570d Fix whitespace 8 years ago
Siegfried Pammer 7298592df7 Fix stack overflow in RequiredNamespaceCollector 8 years ago
Daniel Grunwald 9be83b6175 Upgrade to Cecil 0.10.0. 8 years ago
Daniel Grunwald f86bec4e0c Move named arguments to its own transform. 8 years ago
Daniel Grunwald dd92499ade Add test case for named arguments. 8 years ago
Daniel Grunwald ca09f09222 Don't use named arguments when IL stack is empty after the stloc. 8 years ago
Daniel Grunwald 21d3881e37 Introduce named arguments only in the statement transform. 8 years ago
Daniel Grunwald 810adea8b4 #1083: Initial implementation of named arguments. 8 years ago
Daniel Grunwald bcc1586f72 ILAst transform for named arguments. 8 years ago
Siegfried Pammer 47788a38de WIP 8 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." 8 years ago
Daniel Grunwald 5c0c492c1f
Merge pull request #1134 from icsharpcode/tuple 8 years ago
Daniel Grunwald 5cdd5ecdbc Use target typing for tuples, where possible. 8 years ago
Daniel Grunwald 926c7850ac Distinguish between unknown type and no type. 8 years ago
Siegfried Pammer b3db473211 Fix bug in AssignVariableNames: The first parameter of indexer getters was not properly handled. 8 years ago
Siegfried Pammer 497de76a2f Update test case for #1145 8 years ago