4898 Commits (24e492bfe306bdbd3718f76b5254d684ee2fe566)
 

Author SHA1 Message Date
Siegfried Pammer ecde53969c Add IsInConstructorInitializer case to ILInlining.OptionsForBlock. 7 years ago
Siegfried Pammer 98692e2fed Fix title bar content in debug builds. 7 years ago
Siegfried Pammer 99fc57c6be CachedDelegateInitialization: Do not lose IL range by creating a new store instruction, reuse existing instruction instead. 7 years ago
Siegfried Pammer 5df098f737 Set version = 4.1.0 alpha1 7 years ago
Siegfried Pammer 25fb4f4ffe Prepare 4.0.1 hotfix release. 7 years ago
Siegfried Pammer 91ee034fb7 Fix indentation of query expressions. 7 years ago
Siegfried Pammer 2c0f26ca3e Add unit tests 7 years ago
Siegfried Pammer 1d2cd930de Add LetIdentifierAnnotation to allow linking of let variables. 7 years ago
Siegfried Pammer 238b5ac092 Fix CombineExitsTransform 7 years ago
Siegfried Pammer e6e8fbe764 Move VSIX build workaround from ILSpy.csproj to ILSpy.AddIn.csproj. 7 years ago
Siegfried Pammer 96f7a4cab0 Fix #1399: Use same default value as in previous versions for "show internal types and members" setting. Fixes #1398 as well. 7 years ago
Siegfried Pammer f1e0c82ace
Merge pull request #1397 from sharwell/async-package 7 years ago
Christoph Wille 875b498c4a Update dotnet tool ilspycmd to 4.0 rtm, PS and Xamarin workbook 7 years ago
Sam Harwell e8abb788b4 Remove duplicate VSIX installation targets 7 years ago
Sam Harwell 6af75ce358 Update references 7 years ago
Sam Harwell 6a2eab2a52 Switch to AsyncPackage with background load 7 years ago
Sam Harwell ea930e025c Switch to MSBuild.Sdk.Extras for WPF support 7 years ago
Siegfried Pammer b1c89a634c Set VersionName = null 7 years ago
Siegfried Pammer d280f55666 Set VersionName = "rc2" 7 years ago
Siegfried Pammer e9cf52d1d5 Fix #1390: Extension methods used in collection initializers were not converted correctly. 7 years ago
Siegfried Pammer 98261c775f Fix #1387: Allow to search for names that contain spaces: simply wrap the whole name in double-quotes. Supports escaping of " and \. 7 years ago
Siegfried Pammer 17d19cd04a Fix #1379: Missing ILRange from yield return FSM. 7 years ago
Siegfried Pammer 3d5b300602 Improve TransformArrayInitializers: allow default entries at the end of a dimension > 0. 7 years ago
Siegfried Pammer 46b56f8482 Fix #1382: Do not reuse index instructions in TransformArrayInitializers 7 years ago
Siegfried Pammer 4919b11c30 Fix #1384: NRE on VS2015 Tools\ILSpy command 7 years ago
Siegfried Pammer 37a8156dab Fix #1383: NRE in TransformArrayInitializers. 7 years ago
Siegfried Pammer 17f42066a0 Fix #1378: Missing unsafe modifier for static fields 7 years ago
Siegfried Pammer 9487d0a714 Make pattern in TryRemoveTransparentIdentifier more flexible. Allow multiple let expressions per anonymous type declaration. 7 years ago
Siegfried Pammer 32cec2a1fb Fix traversal bug in DecompileQueries: expressions with independent sub-expressions like conditional-expressions, binary operators or parameter lists were not handled correctly. 7 years ago
Siegfried Pammer 008a3c71e5 DelegateConstruction: 7 years ago
Siegfried Pammer 859872ba8c Fix #1377: Fix IndexOutOfRangeException in TransformArrayInitializers 7 years ago
Christoph Wille 53573dd52b Update ilspycmd & workbook for RC1 7 years ago
Siegfried Pammer 3eae79e941 Set VersionName = "rc1" 7 years ago
Siegfried Pammer b14154942e
Merge pull request #1363 from siriak/fix/1392 7 years ago
Siegfried Pammer b93d99a318 Fix #1368: Ignore errors while decoding attribute blobs. 7 years ago
Siegfried Pammer 1863174f8e Fix #1372: XML security attributes are not added to the output. 7 years ago
Siegfried Pammer 75523e7178
Merge pull request #1350 from icsharpcode/floating-point-literals-pretty-print 7 years ago
Siegfried Pammer 2413eef1ed Do not use a fractional representation, if it has less than 6 significant digits. 7 years ago
Siegfried Pammer f0626009c1 Prefer expressions without pi / e. 7 years ago
Siegfried Pammer fa4c239d67 Fix equality checks in ExtractExpression. 7 years ago
Siegfried Pammer f8e2f5ee17 Try to fix unit tests on build server. 7 years ago
Siegfried Pammer eb873e65d0 Update InitializerTests after merge. 7 years ago
Siegfried Pammer bf5ff22b1a Add missing equality-check for fraction-only case. 7 years ago
Siegfried Pammer 7f676ab2e9 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into floating-point-literals-pretty-print 7 years ago
Siegfried Pammer 2a571bef1a Exclude whole numbers from "constant unfolding" for floating point literals. 7 years ago
Siegfried Pammer 64686b9547 Fix #1336: multi-dimensional array initializers with custom objects not detected. 7 years ago
Siegfried Pammer 3f4ffd64f8 Set DelayExceptions = true in ILReader for get/set operations on multi-dim arrays. 7 years ago
Siegfried Pammer cbd824b07e Move array initializer tests from correctness to pretty tests, so that misdetections can be spotted. 7 years ago
Siegfried Pammer ab8c73b2f7 #1336: Add limit in HandleSimpleArrayInitializer. 7 years ago
Daniel Grunwald 70138fa63d #1336: Use delayed exceptions for Array.Get/Set. 7 years ago