5508 Commits (b9675f58b328298899bef56a46040417252a52f8)
 

Author SHA1 Message Date
Daniel Grunwald b9675f58b3 Fix #1865: At least one of the first two operands in string concatenation needs to be of type `string`, so we can't always drop `ToString()` calls. 6 years ago
Daniel Grunwald bbb2397083 Fix #1853: Detect pinning of multi-dimensional array 6 years ago
Siegfried Pammer e189ad9ca3 Fix #1863: Invalid decompilation: accessibility level for CompilerGenerated method 6 years ago
Daniel Grunwald fe707f3cc2 Merge branch 'netcoresdk31' 6 years ago
Siegfried Pammer dda14d8f2f Move reset button to the bottom. 6 years ago
Siegfried Pammer 70e1053c0a Fix switching to newly created/cloned assembly list. 6 years ago
Siegfried Pammer 38dec5cf5e Fix #1800: Modernize Assembly Lists 6 years ago
Siegfried Pammer 9fda37ba3e Move views to separate directory 6 years ago
Siegfried Pammer 85f2994aa6 Step 1 of #1800: Add assembly list dropdown to toolbar. 6 years ago
Siegfried Pammer 8991861f4d Fix TestPlugin/CustomOptionPage 6 years ago
Siegfried Pammer b8762c8050 Fix #1653: Add "reset to defaults" in options dialog 6 years ago
Siegfried Pammer 0d077c8342
Merge pull request #1857 from icsharpcode/issue1676 6 years ago
Siegfried Pammer 597ee991a2 Fix #1676: Add pdb support to powershell and command-line frontends 6 years ago
Siegfried Pammer 3f9e7488f1 Bring selected pad to front, if there are multiple pads in one area. 6 years ago
Daniel Grunwald e9eac88dc8 Comment out failing test case -- the get.pinnable.reference transform isn't ready yet 6 years ago
Daniel Grunwald eb2a9e6b94 #1852: Rename array.to.pointer opcode to get.pinnable.reference. 6 years ago
Siegfried Pammer 0d895e0ca8
Merge pull request #1855 from yyjdelete/issue1854 6 years ago
SilverFox 5914d5b96b Fix #1854 6 years ago
Christoph Wille 0c0b236fd3 Document SDK change 6 years ago
Christoph Wille fe224ece49 Retarget .NET Core tests from 3.0 to 3.1 6 years ago
Siegfried Pammer 7f7b6d8cd1
Merge pull request #1843 from shimonmagal/yield-return-move-next 6 years ago
Siegfried Pammer ab785fbe2b
Merge pull request #1850 from icsharpcode/issue1848 6 years ago
Siegfried Pammer 5b3c2f300a Merge branch 'master' of https://github.com/icsharpcode/ILSpy into issue1848 6 years ago
Siegfried Pammer 407c337168 Add ForStatement, DoWhileStatement and SeparateLocalVariableDeclarations settings. 6 years ago
Daniel Grunwald 031ca55af5 Add resource string for pattern-based fixed statement 6 years ago
Daniel Grunwald 703d21bafa Support C# 7.3 pattern-based fixed statement. 6 years ago
Daniel Grunwald 569b526043 Simplify handling of accessibilities. 6 years ago
Daniel Grunwald 09d81251df
Merge pull request #1846 from yyjdelete/type-forward 6 years ago
Christoph Wille 1015c4ef4b Work on #1824 6 years ago
SilverFox f0b0687631 Follow type forward in AnalyzerScope 6 years ago
Shimon Magal c06299b284 yield return moveNext 6 years ago
Siegfried Pammer a653b8b566 Fix #1841: Not properly reusing names from PDB 6 years ago
Siegfried Pammer f42d72e799 Fix #1805: Ignore exceptions thrown while trying to resolve an entity for rich text tooltips. 6 years ago
Daniel Grunwald 832c18f0be Fix #1809: Support VB Select on string. 6 years ago
Daniel Grunwald 42f71b56f6 Fix #1811: Assert in NullCoalescingInstruction.CheckInvariant after expression tree transform 6 years ago
Daniel Grunwald 2bb03f556c Run nuget restore in the .bat files 6 years ago
Siegfried Pammer 31fe4f7fa1
Merge pull request #1835 from yyjdelete/void-struct 6 years ago
Siegfried Pammer 51cf7e7c34 #1837 Add combined test with tuples, dynamic and nullability 6 years ago
Siegfried Pammer b836f0b859 Fix #1837: auto events with tuples are not recognized. 6 years ago
Christoph Wille 14019b8aa3 Update and publish frontends for -preview1 6 years ago
SilverFox 4575ef65d3 Display System.Void as struct 6 years ago
Siegfried Pammer 7ec80d0427 Set VersionName = "preview1" 6 years ago
Siegfried Pammer d3d5d9e15d Fix #1807: Add MemberResolveResult to ldlen if System.Array.Length/LongLength is available 6 years ago
Siegfried Pammer 867d3d5755 Fix crash reported in #1820: Change Dictionary<string, DotNetCorePackageInfo> to DotNetCorePackageInfo array, because key is no longer used. 6 years ago
Siegfried Pammer 5206244254 Fix #1813: Windows/Reset layout empties output window 6 years ago
Daniel Grunwald be28469ea3 Add back replacing `a & b` with `a && b` for booleans. 6 years ago
Daniel Grunwald 93806b46fa Fix compound assignments with type `bool`. 6 years ago
Daniel Grunwald 9e460f3192 Workaround a weird build problem on my machine: 6 years ago
Siegfried Pammer 3e4549f76c Set CanDockAsTabbedDocument to false + fix NRE 6 years ago
Siegfried Pammer e146f8a492 Fix #1829: Fix decompilation of optional `in` parameters. 6 years ago