5547 Commits (93239e2e617f7341a9a0ae6970965ca3026b57f5)
 

Author SHA1 Message Date
Andrew Au 93239e2e61 Implement FindAssembly 6 years ago
Andrew Au 90bf63fddd Make the r2rReader field private and readonly 6 years ago
Siegfried Pammer 09f60bf064 Use WriteCommentLine in ReadyToRunLanguage 6 years ago
Siegfried Pammer bc3fe784a5 Extend Asm-Mode.xshd to recognize some more variants of number literals. 6 years ago
Andrew Au f51da987de Add method signature to disassembly 6 years ago
Andrew Au 69ed561cd9 Avoid specifying a base address 6 years ago
Andrew Au e9fa7519d8 Improve performance by avoid repeated parsing 6 years ago
Andrew Au a022d2a502 Make sure we use the right bitness 6 years ago
Andrew Au 8c9050ab77 Use the correct address to begin the disassembly 6 years ago
Andrew Au 2c63096c01 Fix loading problem 6 years ago
Andrew Au e5866d3788 Created a ILCompiler.Reflection.ReadyToRun nuget package and hosted it on my personal feed 6 years ago
Andrew Au 595ec17996 Making sure the license information are copied everywhere they need to be 6 years ago
Andrew Au d719a3d7b6 Update Licensing information 6 years ago
Andrew Au 71becf7043 Used the Iced nuget package instead of a hard coded path 6 years ago
Andrew Au 8add5ea7f6 Introducing ILSpy.ReadyToRun 6 years ago
Siegfried Pammer f831e4713f Fix #1867: Captures of copies of this are not properly handled by the decompiler 6 years ago
Siegfried Pammer f08a721e6a Merge pull request #1797 from yyjdelete/localFunc 6 years ago
Siegfried Pammer 00b855851c Fix typo. 6 years ago
Siegfried Pammer 5be6be97df Code review: 6 years ago
Siegfried Pammer 9e89384916 Make NumberOfCompilerGeneratedGenerics immutable and rename to NumberOfCompilerGeneratedTypeParameters 6 years ago
Siegfried Pammer bb99896864
Merge pull request #1866 from icsharpcode/netstandard2.1-fixes 6 years ago
Siegfried Pammer 306ef615e3 Update comments in LoadedAssembly. 6 years ago
Siegfried Pammer 5707dcb675 #1864: Add asm highlighting to ILSpy 6 years ago
Daniel Grunwald f0292808b3 #1852: Handle fixed statement with null-safe GetPinnableReference call 6 years ago
Siegfried Pammer aef5fc1bce Fix #1785: Only use System.MathF, if it is available in the used framework. 6 years ago
Siegfried Pammer 805b83f43c Fix DotNetCorePathFinder to properly support netstandard2.1 6 years ago
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