7751 Commits (d54ac416f72e4e428f4d97ee4ac76a80e953e67d)
 

Author SHA1 Message Date
Siegfried Pammer 566af5c2fb Fix #3113: Remove GetAlternativeName and instead reuse existing names, if there are no conflicts. 2 years ago
dependabot[bot] 1127e9879e
Bump actions/setup-dotnet from 3 to 4 (#3135) 2 years ago
Christoph Wille 4944648b8a Roslyn 4.8.0 2 years ago
Christoph Wille fba0dbae8d
Migrate to NUnit 4 (#3132) 2 years ago
dependabot[bot] 71c3aaf497
Bump dessant/lock-threads from 5.0.0 to 5.0.1 (#3131) 2 years ago
Christoph Wille bba2d26944 Fix #3129 (build instructions) 2 years ago
Christoph Wille 084d02a447
Apply Central package management (requires package source mapping) (#3124) 2 years ago
Christoph Wille a49bd2de5b
Remove EnableUnsafeBinaryFormatterSerialization for ics.d.Tests (#3126) 2 years ago
Christoph Wille 9c19291c2f Remove old serialization ctor 2 years ago
dependabot[bot] f102b51626
Bump dessant/lock-threads from 4.0.1 to 5.0.0 (#3125) 2 years ago
Christoph Wille 8ed67c4ec5
Use Roslyn 4.8.0(-final3) (#3121) 2 years ago
Christoph Wille abce1a5ae9
Go to latest version where applicable (ics.d stays on v6 for SRM) (#3120) 2 years ago
Christoph Wille 5fe67cdd31
Activate Dynamic Adaptation To Application Sizes (DATAS) and RDP hardware acceleration (#3122) 2 years ago
Christoph Wille a25c1dba33
Due to fx change next version will be major 9 2 years ago
Siegfried Pammer a94d66561a
Move to .NET 8.0 (#3119) 2 years ago
ElektroKill 1f333adcc4
Simplify loop condition 2 years ago
ElektroKill 5b526cfeac
Read and use tuple element names and dynamic type information from PDBs 2 years ago
Siegfried Pammer 4b609782aa
Merge pull request #3111 from ElektroKill/fix/debug-customdebuginfo-browser 2 years ago
ElektroKill 2e3aed3638
Fix display of `DynamicLocalVariables` and `DefaultNamespaces` CDIs 2 years ago
Siegfried Pammer 95108c967a Fix #3108: illegal nested classes in enums throw off EnumValueDisplayMode handling. 2 years ago
James May 0bab8a01ef
Reduce "unsafe" by replacing byte* pointer usage with ReadOnlySpan<byte> (#3106) 2 years ago
Siegfried Pammer eae54ddf24 Fix #3014: Missing type information in lambda expressions. 2 years ago
Siegfried Pammer ce891da793 Fix #3064: Do not only match the full assembly name, but also try to match the filename when applying the "inassembly:" search filter. 2 years ago
Siegfried Pammer 807a50cbe9 Fix #3065: Hide watermark/help text of SearchBox, if contents are changed programmatically without setting the focus to the text box first. 2 years ago
Siegfried Pammer e2ed67d517 Fix #3057: CSharpLanguage.ToCSharpString usage of StringBuilder not optimal 2 years ago
Christoph Wille 231a2dc532 Fix #3105 - VS2017-2019 addin didn't properly match subdirectory structure of 2022 addin 2 years ago
Daniel Grunwald c12187277c Also use GraphTraversal.DepthFirstSearch for dominance calculation. 2 years ago
Daniel Grunwald d58576f409 Fix #3075: eliminate recursion in TopologicalSort and BlockTransform. 2 years ago
Daniel Grunwald e84df3ff20 Move BitOperations to namespace System.Numerics. 2 years ago
Siegfried Pammer d5cec0ab37 Fix #3103: unaligned.stobj cannot be transformed into inline assignment 2 years ago
Siegfried Pammer ea8b0fb299 Fix #3104: Escape global type and entry point in CSharpLanguage.DecompileAssembly 2 years ago
Siegfried Pammer 26c9df5d03 Fix #3090: add support for the NUGET_PACKAGES environment variable 2 years ago
Siegfried Pammer d7168aea64 Fix #3098: Naming scheme for .NET previews has changed a bit 2 years ago
Daniel Grunwald 18666d8d5d Fix additionalReturnTypeAttributes not being applied. 2 years ago
Daniel Grunwald 5a5be026d0 Avoid reference count temporarily dropping to zero while ConditionDetection moves instructions to other blocks. 2 years ago
Siegfried Pammer ee160b4e2a #3075: Improve performance of CSharpResolver.LookupSimpleNameOrTypeName in cases with a large number of local variables. 2 years ago
Siegfried Pammer 5a3c6e0872 Remove some unused variable management methods in CSharpResolver. 2 years ago
Daniel Grunwald a99eed0503 Add test case for explicit interface implementation involving nullable types 2 years ago
Daniel Grunwald a14cc0234e Fix #3094: look for `[NullableAttribute]` both on the property getter and property itself 2 years ago
Daniel Grunwald ea5adf8e01 Make `ILVariableEqualityComparer.GetHashCode` structurally more similar to the Equals implementation 2 years ago
Siegfried Pammer cef99dc140 #3075: Fix ILVariableEqualityComparer.GetHashCode 2 years ago
Siegfried Pammer 09691bd27e #3075: Add NextSetBit operation to BitSet to avoid looking at every store bit individually in ReachingDefinitionsVisitor.GetStores() 2 years ago
Christoph Wille 6e3b9ecc57 Make update check explicit, see #3101 2 years ago
Siegfried Pammer 0a2037ae1f #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 2 years ago
Daniel Grunwald a9eccdb654 Fix #3004: MetadataModule.ResolveEntity() returning null for System.IntPtr when C# 11 native integers are enabled. 2 years ago
Siegfried Pammer 9e168224dd Fix #3091: extension methods named "Add" were skipping some checks in AccessPathElement.IsMethodApplicable. 2 years ago
Daniel Grunwald d2d1c3326f Fix #3070 stack order on block reimport 2 years ago
Daniel Grunwald 5206aef4ce Fix #3071 BlockBuilder assertion for unreachable try-block 2 years ago
Siegfried Pammer 1327a0db83
Merge pull request #3052 from startewho/entrysize 2 years ago
Christoph Wille be9fabb8af
Merge pull request #3088 from cshung/public/update-ready-to-run 2 years ago