6089 Commits (0d9f871a4f7c478fdf3f7b699d74e77506e978a4)
 

Author SHA1 Message Date
Christoph Wille 004ea1bfc3 Frontends for v6 final 5 years ago
Siegfried Pammer 79f2c19a10 Fix bugs ExportedTypeTableTreeNode 5 years ago
Christoph Wille b70ea6f93e
Merge pull request #2055 from icsharpcode/v6-rtm 5 years ago
Christoph Wille c3f61327cd v6 RTM RevisionClass 5 years ago
Daniel Grunwald 62fcab8d99 #2050: Allow inlining into the StObj target slot when this is possible without changing the program semantics. 5 years ago
Siegfried Pammer 74101ff0dc Fix #2053: Assert and NRE in LocalFunctionDecompiler 5 years ago
Daniel Grunwald 6d70978b26 Update bug report URL to use issue templates 5 years ago
Christoph Wille 184a7b1a49 Frontends for RC1 5 years ago
Daniel Grunwald d8e837ef47 Fix #1772: Support EnumeratorCancellationAttribute 5 years ago
Daniel Grunwald c0b1119fab Use C# 8.0 to build ILSpy. 5 years ago
Daniel Grunwald 345b65511c Update to Roslyn 3.7.0-2.final for tests. 5 years ago
Siegfried Pammer 761c3fef14 Adapt TransformExpressionTrees to ILAst changes. 5 years ago
Siegfried Pammer 68e4d7dfa6 Adapt TransformArrayInitializers to ILAst changes. 5 years ago
Daniel Grunwald 925a4e1e65 #2050: Don't put ldflda/ldelema with immediate exceptions into StObj.TargetSlot. 5 years ago
Daniel Grunwald 94a8190861 #2049: Delete old NRefactory node types that were never supported for output. 5 years ago
Daniel Grunwald f2f73d349e Add issue templates. 5 years ago
Daniel Grunwald 1f8a67a7db
Merge pull request #2045 from icsharpcode/unsafe 5 years ago
Siegfried Pammer 6582c545a8 Fix build. 5 years ago
Siegfried Pammer eeba91fba5 Use nameof in RaisePropertyChanged calls. 5 years ago
Siegfried Pammer 789b4e35e5 Reduce number of possible hiccups during MEF initialization by reducing the number of Task.GetAwaiter().GetResult() calls. 5 years ago
Daniel Grunwald a0b144d332 Use `Unsafe.AsPointer()` for `ConversionKind.StopGCTracking`. 5 years ago
Daniel Grunwald 35c405b973 Translate the initializer of a `fixed` statement as managed reference and only apply the ref-to-pointer conversion at the end. 5 years ago
Daniel Grunwald a9d643b208 Emit a call to `ref Unsafe.As<TFrom, TTo>(ref TFrom)` when the IL code contains a mismatch of managed reference types. 5 years ago
Siegfried Pammer 428cc1bc52 Set VersionName = "rc1" 5 years ago
Siegfried Pammer c0ce62e2d1
Merge pull request #2043 from edkazcarlson/master 5 years ago
Siegfried Pammer 79b24e26fa Clean up XAML of ReadyToRunOptionPage and use Margin="3" everywhere. 5 years ago
Edward Kazuya Carlson 9af5a34991
Update ILSpy.ReadyToRun/ReadyToRunLanguage.cs 5 years ago
plupiman 1afac33a00 fixing debugInfo 5 years ago
plupiman 06519b5cb0 fixing double dictionary entry bug 5 years ago
Daniel Grunwald 2c0554f129 Fix #1963: Support decompiling `calli` instructions into C# 9 function pointer syntax. 5 years ago
Daniel Grunwald 1f2d1660c8 #2023: If blocks are reachable both from within the pinned region and from outside it, clone those blocks. 5 years ago
Daniel Grunwald 15f638af9a Fix decompilation of switch where default section is a leave instruction. 5 years ago
Daniel Grunwald a6e23d1f98 Fix "case null" handling in switch(string) with current Roslyn version (3.7.0-2.final). 5 years ago
Daniel Grunwald 30da0b7525 Add some missing checks to MatchRoslynSwitchOnString 5 years ago
plupiman 7970c2f1b3 merging 5 years ago
Edward Kazuya Carlson 4c733e9c0f
Merge pull request #1 from cshung/public/dev/andrewau/refactoring 5 years ago
Siegfried Pammer a93ac0cc32 Upgrade ILSpy.exe to System.Reflection.Metadata 1.8.1 5 years ago
Daniel Grunwald 4f4ca482be Fix #1950: Fix crash when finallyMethod cannot be found. 5 years ago
Siegfried Pammer d2abce2a7b Fix possible NRE in TransformExpressionTrees.MatchGetTypeFromHandle and related methods 5 years ago
Andrew Au 116b377250 Improving the code 5 years ago
plupiman fd0d89b253 Added UnwindInfo as an optional printout 5 years ago
Christoph Wille e3258bd322 Frontends for P4 5 years ago
Siegfried Pammer 9f0ca09e56 Fix #2033: Wrong place for variable declaration. 5 years ago
Siegfried Pammer 3e4091442d Simplify ExpressionBuilder.ConvertField.IsUnambiguousAccess by renaming it to ExpressionBuilder.ConvertField.IsAmbiguousAccess 5 years ago
Siegfried Pammer 4f6d4a0954 Fix #2037: Try to detect framework type when TargetFrameworkAttribute is missing 5 years ago
Siegfried Pammer 52fce78b46
Merge pull request #2005 from icsharpcode/fix-1981 5 years ago
Siegfried Pammer 6b2e619251 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fix-1981 5 years ago
Siegfried Pammer be8c83e1a4 Disable Test9 5 years ago
Daniel Grunwald 478db592aa
Merge pull request #1880 from Chicken-Bones/master 5 years ago
Daniel Grunwald 80063e3c15 Fix TDCU's version of copy propagation being too aggressive. 5 years ago