3433 Commits (33c5e2d3ed2799ce08338cf87efffda41c903618)
 

Author SHA1 Message Date
Daniel Grunwald 8d337cee50
Merge pull request #946 from icsharpcode/foreach-array 8 years ago
Daniel Grunwald e813ebcc03 Adjust Loops test. 8 years ago
Daniel Grunwald deca445d89 Restore the CopyPropagation's pass old position before the statement transforms. 8 years ago
Siegfried Pammer 9e25ed562a Remove unused RequiredGetCurrentTransformation.UninlineAndUseExistingVariable 8 years ago
Daniel Grunwald a82430fc78 Add missing safety checks to inline assignment transforms. 8 years ago
Siegfried Pammer 89af40455e Fix second half of the generic type arguments bug. 8 years ago
Daniel Grunwald 11631d6cf0 Remove redundant code from TransformAssignment. 8 years ago
Daniel Grunwald 7847a69d69 Fix compound assignment and post-increment. 8 years ago
Daniel Grunwald 4c5f0b7e9c Convert TransformAssignment into a statement transform and add support for inline property assignments. 8 years ago
Siegfried Pammer 8135157e95 Fix #951: Incorrect decompilation of anonymous delegate 8 years ago
Siegfried Pammer fbe4a1b2db Fix #958: Invalid cast in generic class for abstract base call 8 years ago
Daniel Grunwald 40a4f08a8d Add support for compound assignment of short integers. 8 years ago
Siegfried Pammer 1fc2980ffd Simplify context handling in IntroduceExtensionMethods 8 years ago
Christoph Wille 64d961ada6 Interactive Workbook intended to make https://github.com/icsharpcode/ILSpy/wiki/Getting-Started-With-ICSharpCode.Decompiler testable 8 years ago
Daniel Grunwald 248a9ad76f Fix #954: don't use invalid compound assignments on enums 8 years ago
Daniel Grunwald b0bf6326ad Allow inline assignments to short integers when we can tell that there's no truncation. 8 years ago
Daniel Grunwald c7e60a9b3c Avoid using inline assignments if they truncate the input value. 8 years ago
Daniel Grunwald 385005b2e5 More strictly test the inline assignment pattern. 8 years ago
Daniel Grunwald 89963ff8a5 Add a whole bunch of (failing) tests for post-increments. 8 years ago
Siegfried Pammer 2ca7ea87f1 Fix #955: Ambiguous decompilation of anonymous delegates 8 years ago
Siegfried Pammer 20f772172c Fix #949: Unsafe modifier missing in some cases 8 years ago
Siegfried Pammer 1067d86c59 Fix #956: Incorrect extension method decompilation 8 years ago
Siegfried Pammer 4afb7230f1 GenerateForeachVariableName: Use root ILFunction and descendants as context for variable naming in GenerateForeachVariableName; Fixes #957: Invalid foreach naming 8 years ago
Daniel Grunwald 06227f280c Add StackTypes.il 8 years ago
Christoph Wille 88c8f324f8 Add links from issue #930. Closes #930. 8 years ago
Christoph Wille e28c9f3a62 Merge branch 'master' of https://github.com/icsharpcode/ILSpy 8 years ago
Christoph Wille bb286b3cfc PowerShell cmdlets for ILSpy 8 years ago
Siegfried Pammer 79ef84426a Fix possible bug in DotNetCorePathFinder. 8 years ago
Siegfried Pammer b3bf6258fc DecompilerSettings: change default of ThrowOnAssemblyResolveErrors to true. Note: this is only in effect, when using CSharpDecompiler directly. 8 years ago
Siegfried Pammer 23c7a8a46e Fix #953: Missing nullable specifier for array initializer 8 years ago
Christoph Wille ec677b0785 Move to new API 8 years ago
Christoph Wille 15077d65b9 Rename ics.d.console.sln -> Frontends.sln 8 years ago
Siegfried Pammer ebfc6cdcc2 Fix possible NRE in DotNetCorePathFinder 8 years ago
Siegfried Pammer c45f35fd62 Fix bug in UniversalAssemblyResolver 8 years ago
Siegfried Pammer dc4ea27a3a Fix build by adding casts to pretty test introduced by dd1c509651 8 years ago
Siegfried Pammer a7e3aeab47 Improve type inference for conditional operator; 8 years ago
Daniel Grunwald dd1c509651 Fix #926: missing explicit casts for implicit operators 8 years ago
Siegfried Pammer a0e2d131b6 Add test case for foreach over int pointer array 8 years ago
Siegfried Pammer cde912c473 Merge branch 'master' of github.com:icsharpcode/ILSpy into foreach-array 8 years ago
Siegfried Pammer f637d63b6a Fix off-by-one error in CSharpOutputVisitor's call chain handling. 8 years ago
Daniel Grunwald 00759d2691
Merge pull request #924 from icsharpcode/unsafe 8 years ago
Daniel Grunwald 0357c81c44 Move stackalloc tests to pretty-tests. 8 years ago
Daniel Grunwald f4682fd75a AssignVariableNames.GetNameFromInstruction: also handle LdFlda directly 8 years ago
Daniel Grunwald f2b47b4bc1 Allow direct int->char casts without casting int->ushort->char. 8 years ago
Daniel Grunwald b1bf5cf268 Fix decompilation of `stackalloc`. 8 years ago
Daniel Grunwald ccc1a4418f Merge remote-tracking branch 'origin/master' into unsafe 8 years ago
Siegfried Pammer c3ff2ce63c Fix #577: Improve the display of namespaces and nested classes 8 years ago
Siegfried Pammer 63b0a79970 OpenListDialog: Add confirmation message on Delete 8 years ago
Siegfried Pammer 4b1488685f Add test cases for #888 8 years ago
Siegfried Pammer 1d227eaf6e Fix bug in UniversalAssemblyResolver: use current directory as baseDirectory when loading paths without a directory name. 8 years ago