3639 Commits (ff9789f8a7fd74a0a3389054e68fb116bfa7f238)
 

Author SHA1 Message Date
Siegfried Pammer 86c3ab8314 Fix unit tests 8 years ago
Daniel Grunwald 00c484505d versionName=beta2 8 years ago
Daniel Grunwald e6afe4bf98 Fix #915: ensure that loops are nested correctly 8 years ago
Siegfried Pammer b3370506ae Fix small regressions 8 years ago
Siegfried Pammer bfb310b4a3 Remove DetectedLoop 8 years ago
Siegfried Pammer 1de895524f Adapt StatementBuilder.ConvertLoop to new HighLevelLoopTransform changes. 8 years ago
Siegfried Pammer 28113f7f1e Merge branch 'master' of github.com:icsharpcode/ILSpy into loops 8 years ago
Siegfried Pammer 8da8a7f0c9 HighLevelLoopTransform: implement detection of for and do-while 8 years ago
Siegfried Pammer 372f543d6c Add MoveElementToIndex and MoveElementToEnd methods to InstructionCollection 8 years ago
Daniel Grunwald 9e4b2e9f5c Fix hyperlink on PointerReferenceExpression 8 years ago
Daniel Grunwald 76c68e4ed4 Fix decompilation of "unsafePtr[1].Field = ...;" 8 years ago
Siegfried Pammer af6274c5ae HighLevelLoopTransform: Add support for while (condition) loops 8 years ago
Daniel Grunwald 7af15d27cd Fix #905: improve exit point detection for foreach loops. 8 years ago
Siegfried Pammer 154833b06c Add ContainerKind 8 years ago
Daniel Grunwald eece44d361 Avoid unnecessary (object) cast when calling myEnum.ToString() 8 years ago
Siegfried Pammer 349183544a Rename BlockType to BlockKind 8 years ago
Daniel Grunwald 7f7e6564b3 Fix #948: fix assertion when accessing fixed-size fields where StackType.Ref is expected. 8 years ago
Siegfried Pammer fa83221b67 Fix nuspec for release builds. 8 years ago
Daniel Grunwald 1528ff329f #447: Don't pick "return;" as exit point if there's another choice. 8 years ago
Daniel Grunwald 6d8d37f8fc Add ValueTypeCall foreach testcase. 8 years ago
Daniel Grunwald 90d37ec72e Fix missing label in #447. 8 years ago
Daniel Grunwald 000a3b9157 Fix post-build task when path contains spaces. 8 years ago
Siegfried Pammer 843e80434a Improve update-assemblyinfo.ps1 x-plat support. 8 years ago
Siegfried Pammer 94eb99c3ff Add configuration to nupkg output. 8 years ago
Siegfried Pammer b78d640abd Make update-assemblyinfo.ps1 .NET 2.0 compatible and use (Get-Location).ToString().GetHashCode() as the object may change, but the string stays the same. 8 years ago
Siegfried Pammer a9fd937099 Fix bug in TransformArrayInitializers.HandleJaggedArrayInitializer 8 years ago
Siegfried Pammer 3e982ae2f7 Revert "#967 Using $PWD instead of Get-Location and PSScriptRoot. I hope this will make everyone happy." 8 years ago
Siegfried Pammer ed0ed8f5ab #967 Using $PWD instead of Get-Location and PSScriptRoot. I hope this will make everyone happy. 8 years ago
Siegfried Pammer 43f59b3c4a Add license and source information to MiniJSON.cs 8 years ago
Siegfried Pammer 259e7166c6 #966: Add MiniJSON.cs as correctness test case. Needs further work to make it a pretty test. 8 years ago
Siegfried Pammer 4cb4641550 Fix generics handling of CalculateFitness and make SortResults = true default. 8 years ago
Siegfried Pammer 024abb3ba6 CalculateFitness: In case of ctors use type name. 8 years ago
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