4502 Commits (deb2ceebd8e84b0295209637892ff7650a115f2c)
 

Author SHA1 Message Date
Andrey Shchekin d677f0dcf1 Fixed thread safety issues as per code review comments. 8 years ago
Daniel Grunwald 61698b615d Fix #1232: BadImageFormatException: Invalid SEH header 8 years ago
Daniel Grunwald 8270a93c1a Fix #1233: Fix some crashes on corrupt type references. 8 years ago
Daniel Grunwald f8efc7cf57 #1225: Fix inconsistencies in path handling when decompiling resources. 8 years ago
Daniel Grunwald 99f0841dd6 Fix TypeUtils for modopt types. 8 years ago
Daniel Grunwald b331c59169 Fix #1234: handle exception when a field initial value is not available 8 years ago
Daniel Grunwald 0006330c1a Fix #1235: Insert StackType conversion when filling in Leave target. 8 years ago
Andrey Shchekin d15fe0f254 Fixed bug with decimal optional parameters not being resolved correctly. 8 years ago
Daniel Grunwald dd5845e83d Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 8 years ago
Siegfried Pammer 1104b29d26 Fix #1228: SequencePointBuilder: Assertion failed: missing endLocation 8 years ago
Siegfried Pammer 77f4edfba8 Clean up CallBuilder. 8 years ago
Siegfried Pammer 9aca25ae4d Refactor CallBuilder to reduce code duplication. 8 years ago
Siegfried Pammer e92b9fe5e4 Optimize performance of debug builds: only call string.Format, if assertion fails. 8 years ago
Siegfried Pammer c8921dfee6 Fix capacity and size of collections used in BuildArgumentList. 8 years ago
Siegfried Pammer 00a0850978 Refactor CallBuilder, add support for non-trailing named arguments 8 years ago
Siegfried Pammer 3377e93628 Add LangVersion support to WholeProjectDecompiler and add NonTrailingNamedArguments setting. 8 years ago
Siegfried Pammer 82dcc09acf #1083: Add support for optional arguments to constructors and refactor CallBuilder a bit. 8 years ago
Siegfried Pammer 1befc2cd62 #1083: Add support for optional arguments in collection initializers. 8 years ago
Chicken-Bones 5ed5ea0e0f Improve block ordering in ConditionDetection using the ILOffsets of Leave instruction arguments 8 years ago
Daniel Grunwald 9479e8af13 Support overloaded operator &&/||. 8 years ago
Daniel Grunwald aa10f0089a Fix #1226: Use StackType.O for LdLen argument. 8 years ago
Siegfried Pammer 4776331277 Add DecompilerSettings.OptionalArguments 8 years ago
Siegfried Pammer 080506bcbe Add more tests. 8 years ago
Siegfried Pammer d40396a9d7 Fix tests and ignore Caller info attributes in IsOptionalArgument 8 years ago
Siegfried Pammer 88781ddafd Add IAttribute.GetAttribute/IAttribute.HasAttribute extensions 8 years ago
Siegfried Pammer 2d842a596a Add KnownAttribute.CallerMemberName, CallerFilePath and CallerLineNumber 8 years ago
Siegfried Pammer f956e16f58 Add basic support for C# 4 optional arguments. 8 years ago
Christoph Wille 4b5ee09603
Add installation notes 8 years ago
Christoph Wille 76b6c97c66 Update to latest -alpha1 on NuGet.org 8 years ago
Siegfried Pammer b20d4df95b Fix #1231: System.BadImageFormatException: Invalid coded index 8 years ago
Siegfried Pammer af594e46b9 Do not crash on files that contain no managed metadata. 8 years ago
Siegfried Pammer 38247fed2d Fix NRE in SortableGridViewColumn. 8 years ago
Siegfried Pammer 54f130bd91 Simplify signature of DetermineIsIndexer. 8 years ago
Siegfried Pammer 342750ad1d Fix DetermineIsIndexer: parameter handles are optional, so it's better to check the signature blob for the parameter count. 8 years ago
Siegfried Pammer 57597caf1f Fix #1227: System.InvalidCastException: Cast from Int64 to Empty not supported. 8 years ago
Siegfried Pammer 2a80757e0a Fix parameter output of disassembler. Closes #1214 8 years ago
Siegfried Pammer bfdff894bc #1214: Assertion Failed in DecodeSignature() - Fix type system metadata; parameter metadata was assigned to parameter types in the wrong order. 8 years ago
Siegfried Pammer f1f70d0ded Fix #1148: Do not use hexadecimal display in enums if the value is negative. 8 years ago
Siegfried Pammer a5ea005c9a Fix #1223: Can't open up assembly for browsing 8 years ago
Siegfried Pammer 888d6b6088 Fix #1219: v4.x: crashing on XmlBamlReader.ReadDefAttribute() 8 years ago
Siegfried Pammer 71ffb0183b Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 8 years ago
Siegfried Pammer 39a9efde29 Fix #1220: Auto Property named 'Item' decompiled as an invalid indexer 8 years ago
Siegfried Pammer 7df1ff3f93 Add more test cases to PropertiesAndEvents. 8 years ago
Siegfried Pammer 99f9ecadd3 Fix #1221: Private setter-only properties are not decompiled correctly 8 years ago
Siegfried Pammer 58c3a17a26 #1024: Fix bug in sequence point blob mapping. 8 years ago
Daniel Grunwald 4bbee5cfcb
Merge pull request #1213 from Chicken-Bones/logicand 8 years ago
Siegfried Pammer 3ac85f2dec #1024: Use DebugInfo in ILLanguage. 8 years ago
Siegfried Pammer d5b495329f #1024: Make PDB Support in ILSpy more robust. 8 years ago
Siegfried Pammer e134396912 Update ICSharpCode.Decompiler.PowerShell to 4.0.0.4201-alpha1 8 years ago
Siegfried Pammer bd829882fb Make ICSharpCode.Decompiler.Console a dotnet tool. 8 years ago