3357 Commits (7c395d77ed15309d2ebd602360618bce48e1e52a)
 

Author SHA1 Message Date
Siegfried Pammer 628998e754 Add accelerators to items that are not accessible via keyboard. Closes #722. 8 years ago
Siegfried Pammer 6faa5913c5 #965 Do not use PSScriptRoot as it might be null. 8 years ago
Siegfried Pammer 8c5ae20cc1 Fix git path in update-assemblyinfo.ps1 8 years ago
Siegfried Pammer 16c900ebfa Remove sequential values from enum members + display powers of two (- 1) as hex. 8 years ago
Siegfried Pammer fba6f3bdc4 Fix #932: Hex numbers in bitwise (non-logical) statements 8 years ago
Siegfried Pammer 6849550c69 Fix #965: Why can't compile it? 8 years ago
Daniel Grunwald 141a2345b5 Use '..' instead of '$(SolutionDir)' for update-assemblyinfo.ps1, because the MSBuild property is not always set. 8 years ago
Daniel Grunwald adb64514f8 Add some comments to SwitchDetection.UseCSharpSwitch 8 years ago
Siegfried Pammer c77dfb9100 Improve foreach-on-array detection with captured itemVariable. 8 years ago
Siegfried Pammer 2c68d99336 Fix #959: Crash in CSharp.StatementBuilder.TranslateSwitch (due to empty sequence) 8 years ago
Siegfried Pammer dff671b1d1 Fix #963: foreach-over-array mishandles captured variables 8 years ago
Christoph Wille 2664be64f1 Get child namespaces, get types in a specific namespace 8 years ago
Christoph Wille 6ccc8a4f6e Fix (during debugging lines were copied to the end of the file) 8 years ago
Christoph Wille 4916d8f74b Update NuGet during testing on Mac 8 years ago
Siegfried Pammer a318b5df71 remove goto default in UniversalAssemblyResolver 8 years ago
Christoph Wille 3c607a89fc Update the workbook with more samples and generalized demo assembly loading 8 years ago
Daniel Grunwald 13140f60be
Merge pull request #960 from icsharpcode/increment 8 years ago
Siegfried Pammer cdd12ba33b Fix #962: NullReferenceException when setting FullyQualifyAmbiguousTypeNames=false 8 years ago
Siegfried Pammer 01ca28dec6 Add more options to options dialog for easy testing. 8 years ago
Daniel Grunwald 174a0d9eca Add some more tests for compound assignment on struct members. 8 years ago
Siegfried Pammer 4d5d4b3d6b Fix #952: Issue with discard expressions and variables 8 years ago
Siegfried Pammer 68357655b4 Add RemovedDeadCode = true to F# ILPretty tests 8 years ago
Siegfried Pammer d2f2a13982 Add RemoveDeadCode option 8 years ago
Daniel Grunwald dda1742013 Probably due to the code changes in e813ebcc03 (additional use of Microsoft.CodeAnalysis.CSharp), 8 years ago
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