7436 Commits (9cc35cdca2b726b939cca852875af58f2d38f82e)
 

Author SHA1 Message Date
Christoph Wille 9cc35cdca2 Move VS Extensions projects to a separate solution 3 years ago
dependabot[bot] 1548555665
Bump dessant/lock-threads from 4.0.0 to 4.0.1 (#3005) 3 years ago
Siegfried Pammer a929fcb520 Make "Metadata" tree node text translatable. 3 years ago
Christoph Wille bdb3235663 Lock looking for WiX binaries exclusively to packages folder 3 years ago
Christoph Wille f12a3d3572 Fix #2984: Store pointing to v8.0 submission, building of arm64 setup 3 years ago
Christoph Wille b6535a4d71 Verified WiX 3.14 would build an arm64 installer for us 3 years ago
Siegfried Pammer d1e9f8bd77
Merge pull request #2993 from icsharpcode/reimport 3 years ago
Siegfried Pammer 5cb1fe32f6
Merge pull request #2992 from icsharpcode/ref-fields 3 years ago
Daniel Grunwald 768cb02f0b Fix #2964: Better error message when a method only contains a single ret instruction. 3 years ago
Daniel Grunwald 94d2ce0fcf Fix crash when control flow reaches end of method. 3 years ago
Daniel Grunwald b9ce8490f5 Remove hack that prevented inlining of the first instruction in each block. 3 years ago
Daniel Grunwald b93e65cdad Fix #901: Refactor ILReader: only read reachable code + support reimports 3 years ago
Daniel Grunwald 72a895f64f #nullable enable for ILReader 3 years ago
Daniel Grunwald 6d671071c1 Fix #2851: assertion after cloning a block with expected result type 3 years ago
Daniel Grunwald 4fc8f4e66e Fix #2913: ArgumentException when generic class is missing `1 suffix. 3 years ago
Daniel Grunwald 94ee5ed216 Fix assertion: UnknownType for unresolved reference can still be nullable; only the SpecialType.Unknown cannot. 3 years ago
Daniel Grunwald 4aa9280a8e Add test case for generic attributes. 3 years ago
Daniel Grunwald 641c1788fe Re-order packages.props 3 years ago
Theodore Tsirpanis ca3b916577
Remove unnecessary package references. (#2990) 3 years ago
Daniel Grunwald 9bfec8cf98 Fix #2860 3 years ago
Daniel Grunwald 3dc2f3d5b6 Rename lifetime annotation to `ScopedRef` 3 years ago
Daniel Grunwald f568123704 Add support for UTF8 string literals 3 years ago
Siegfried Pammer 83f4fdcc47
Merge pull request #2873 from icsharpcode/net-7.0 3 years ago
Daniel Grunwald 3f09958922 Fix #2987: `(nuint)(-3)` is not a compile-time constant. 3 years ago
Daniel Grunwald 9359d47c0b Add support for ScopedRefAttribute 3 years ago
Daniel Grunwald 475f2b3c28 Fix "ref readonly" fields. 3 years ago
Christoph Wille eb2f024b8b
Make Installer top-level solution and build it post-publish of ILSpy.sln (#2991) 3 years ago
Daniel Grunwald b823955ad6 Fix mcs-5 foreach/using pattern when C# 7 (pattern matching) is not enabled. 3 years ago
Daniel Grunwald 9abc2b90da Fix interaction of C# 11 nint==IntPtr with overload resolution. 3 years ago
Daniel Grunwald efeaf1356f Add feature: C#11 nint without NativeIntegerAttribute 3 years ago
Siegfried Pammer 263360f3f3 Add RemoveCompilerFeatureRequiredAttribute 3 years ago
Siegfried Pammer b9f6c88ed0 Fix parameters for StackTests test case. 3 years ago
Daniel Grunwald 8cc186d599 Use .NET 7.0 as target framework for the tests. 3 years ago
Daniel Grunwald de9b24a65c Merge branch 'SearchResources' of https://github.com/miloush/ILSpy 3 years ago
Christoph Wille 10129eaf07 Create zip for ARM64 published folder 3 years ago
Daniel Grunwald c2490d79ec Enable auto-formatting in commit-hook. 3 years ago
Daniel Grunwald aea2c5014f Merge branch 'fix/pointer-compound-assign' 3 years ago
Daniel Grunwald f04acbdd74 Simplify `IsImplicitTruncation` by using an enum with 3 options instead of a pair of bools. 3 years ago
Daniel Grunwald dd6dd44732 Merge remote-tracking branch 'ElektroKill/fix/pointer-compound-assign' 3 years ago
Daniel Grunwald 6641dc6c94
Merge pull request #2960 from ificator/fixparentlessgacassembly 3 years ago
Christoph Wille 220b4cbd06 Set version for release 3 years ago
ElektroKill 21ddd402c2
Extend unit test for pointer compound assign 3 years ago
ElektroKill ea1f6e7c25
Fixed compound assignment and post/pre increment for pointer dereference 3 years ago
Siegfried Pammer 29ca38d338 Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals. 3 years ago
Siegfried Pammer 539925f259 Fix #2983: display-class locals should be named uniquely per top-level ILFunction. Add assertion to ResolveCollisions: ensure that colliding/merged variables have the same type. 3 years ago
Siegfried Pammer 5c67844500 Fix #2920: Implement support for DefaultParameterValueAttribute. 3 years ago
Siegfried Pammer 66e02e3ee3
Merge pull request #2959 from ElektroKill/fix/try-finally-with-fixed 3 years ago
ElektroKill f9c7b6b66e
Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform` 3 years ago
Christoph Wille 61f79a01cc RC1 will be the next release 3 years ago
Christoph Wille be54b44a83
Merge pull request #2980 from cshung/public/refresh-ready-to-run 3 years ago