146 Commits (cfe8df597a5edaf126c761e8ad726d5289aeff3e)

Author SHA1 Message Date
Daniel Grunwald cfe8df597a Convert assignments to fields within constructors into field initializers. 15 years ago
Daniel Grunwald 3908426db0 Fix NullReferenceException when viewing assembly that targets .NET 1. Closes #65. 15 years ago
David Srbecký 01de42c04a Reduced branch codes to just br and brtrue 15 years ago
Daniel Grunwald 89f6468ba5 Use [PreserveSig] instead of [MethodImpl(MethodImplOptions.PreserveSig)] 15 years ago
Daniel Grunwald 8835b085cf Handle non-custom attributes: 15 years ago
Daniel Grunwald 6194a7c6ce Handle non-custom attributes on TypeDefinition. 15 years ago
Daniel Grunwald 70b95847fe Eliminate cached delegate initialization. 15 years ago
Daniel Grunwald 60c02d577b Change namespace to ICSharpCode.Decompiler. 15 years ago
Daniel Grunwald 82302d0e3b Change AstMethodBodyBuilder switch to use the ILCode enum. 15 years ago
Daniel Grunwald 27ff71ada3 Add support for decimal literals. Closes #42. 15 years ago
Daniel Grunwald e7fd159f3d Fix definition of nested classes in generic classes. 15 years ago
Daniel Grunwald 2af007d34c Fix references to nested classes within generic types. Closes #60. 15 years ago
Daniel Grunwald b84ba59c68 Use 'out' instead of 'ref' when calling a method with an out-parameter. Closes #57. 15 years ago
Daniel Grunwald c24ec99ae0 Output constraints for generic methods. 15 years ago
Daniel Grunwald ed118a1bd5 Remove "Attribute" suffix and add support for attributes on type parameters. 15 years ago
Daniel Grunwald d1ccd69715 Don't show ": int" when enums derive from Int32. 15 years ago
Daniel Grunwald d80719c4ee Adjust ILSpy to NRefactory changes. 15 years ago
Daniel Grunwald b2e20ba41f Fix attributes on classes/methods/etc. 15 years ago
Daniel Grunwald bad6fdabf2 For assembly attributes, put each attribute into its own section. 15 years ago
David Srbecký 1bc30662b0 Rewritten goto removal. 15 years ago
David Srbecký 05b0b427d6 Peephole detection of the ternary operator (?:) 15 years ago
Artur Zgodziski e8c2536606 BugFix: incorrectly removed empty constructors with parameters 15 years ago
Artur Zgodziski 19993ff43b more attribute targets implemented. 15 years ago
Artur Zgodziski 6b9c2b7462 attribute target: method return 15 years ago
Artur Zgodziski 75661da50e attributed parameter declaration. 15 years ago
Artur Zgodziski 3609dd641a printing of field named arguments in attributes. 15 years ago
Artur Zgodziski 1df7e5f777 corrected printing values of named parameters of attributes. 15 years ago
Artur Zgodziski 9f1eb2b4cd support for type arguments of custom attributes. 15 years ago
Artur Zgodziski 09177affc1 partial support for named arguments in attributes. 15 years ago
Daniel Grunwald db44cd1d3b Handle ldelem.any. Closes #47. 15 years ago
Daniel Grunwald 9fab4e4ac0 Fix distinction between 'this' and 'base' in generic classes. 15 years ago
David Srbecký e2291940fb Improve control flow of conditions 15 years ago
Artur Zgodziski d8588bde2a forcing printing all initializers of members of Flags enums. 15 years ago
Artur Zgodziski fde3c114ec Printing initializers of enum members. 15 years ago
Artur Zgodziski 464acf02ea fixed printing of enum values that cannot be mapped to enum named constants. 15 years ago
Daniel Grunwald 24fdee7808 Fix order of array specifiers when creating nested arrays. 15 years ago
Daniel Grunwald 7de3cf9bc4 Add support for array initializers. 15 years ago
Daniel Grunwald f648be9fb7 Remove `n from generic class names. 15 years ago
Daniel Grunwald 1607321a64 Add support for multidimensional arrays. 15 years ago
David Srbecký 8de27deb9e Reduced the complexity of short-circuit detection to polynomial time. 15 years ago
Artur Zgodziski 679d525806 Fixed enum boxing decompilation bug. Enum in attributes better printing. 15 years ago
Artur Zgodziski 7e5e94534c Print a custom attribute's positional arguments. 15 years ago
Artur Zgodziski d13d7bd48f Basic output of custom attributes attached to types and methods. 15 years ago
Daniel Grunwald db0c6a7086 Preserve annotations when declaring local variables. 15 years ago
Daniel Grunwald d07a28093d Pass field names through CleanUpVariableName before using them as variable names. 15 years ago
Daniel Grunwald e31a89689d Add support for char literals. 15 years ago
Daniel Grunwald e8f9febcc0 Replace 'i += 1' with 'i++'. Closes #33. 15 years ago
Daniel Grunwald eeaabc3c4e Add support for the stind and ldind opcodes. Closes #23. 15 years ago
Daniel Grunwald 254b10b6e3 Add support for initobj, ldobj and stobj. Closes #30. 15 years ago
Daniel Grunwald 75cb96fbda Don't use indexer name as variable name. 15 years ago