3811 Commits (e91ad3915cbecdc3fcc4947fdcf7d4e2bf05a67c)
 

Author SHA1 Message Date
Siegfried Pammer e91ad3915c Add PortablePdbWriter and GeneratePdbContextMenuEntry 7 years ago
Siegfried Pammer 67e6f8daf5 Fix loading of portable PDBs in ILSpy 7 years ago
Siegfried Pammer c53d362c9c Fix NRE in DiaSymNativeDebugInfoProvider 7 years ago
Siegfried Pammer afc3337749 Implement SpecializingDecompilerTypeSystem.ResolveAsMember 7 years ago
Siegfried Pammer 56c90bf119 Fix output of generic parameters in AstTypeBuilder and CSharpLanguage.TypeDefinitionToString 7 years ago
Siegfried Pammer cbb1f204e1 Rename DynamicAwareTypeReference to DynamicTypeReference 7 years ago
Daniel Grunwald ea211ddbd4 Use existing TypeParameterReference instances instead of creating new ones. 7 years ago
Siegfried Pammer d7072adef7 Fix bug in BaseTypesEntryNode 7 years ago
Siegfried Pammer 9f455c3530 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 7 years ago
Siegfried Pammer 9680abdf0e RequiredNamespaceCollector: Fix missing imports on generic parameters. 7 years ago
Siegfried Pammer 1ab0066b1c Merge branch '3.1.x' of https://github.com/icsharpcode/ILSpy 7 years ago
Siegfried Pammer cb45db6b86 Add highlighting for var and dynamic 7 years ago
Siegfried Pammer 6601f53a40 Replace Format*Name with *ToString methods. Remove HighlightSearchMatch. 7 years ago
Siegfried Pammer 49efa6ad0b Add file headers 7 years ago
Siegfried Pammer 624a037bb5
Merge pull request #1124 from Chicken-Bones/issue1123 7 years ago
Chicken-Bones 16e12dfb1a Add base. resolution to QualifierTests 7 years ago
Chicken-Bones dc58a1b40c Include "base." qualifier as needed (fixes #1123) 7 years ago
Siegfried Pammer a3840c534b
Merge pull request #1121 from Kevin-Mok/patch-1 7 years ago
Siegfried Pammer ee093267a8 Add "Remove Assemblies with load errors" command (inspired by @mookiejones, see #1096) 7 years ago
Kevin Mok 09848757db
Updated build instructions for Unix 7 years ago
Siegfried Pammer 816e78470d Add project ICSharpCode.Decompiler.PdbProvider.Cecil 7 years ago
Siegfried Pammer ce894c4ad4 Add IDebugInfoProvider implementations to ILSpy 7 years ago
Siegfried Pammer b751752202 Reimplement CSharpILMixedLanguage 7 years ago
Siegfried Pammer 7dd3faeb69 Fix output of qualified type names in IL. 7 years ago
Siegfried Pammer 834f7aa30b Remove cecil submodule 7 years ago
Siegfried Pammer 4aafe2db69 Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy. 7 years ago
Siegfried Pammer d10ba668e1 Comment dead code 7 years ago
Christoph Wille 24311510ac Update frontends (console, PS, Xamarin workbook) to ics.d 3.1 RTM 7 years ago
Siegfried Pammer 59e01db150 Set up 3.1.x branch 7 years ago
Siegfried Pammer 69ef5560aa Set VersionName = null 7 years ago
Siegfried Pammer b504ca349b
Merge pull request #1108 from pentp/perf2 7 years ago
Siegfried Pammer bf3d220daf Set AddIn version to 1.8 7 years ago
Siegfried Pammer 4b888e5beb Fix #1113: ILSpy.AddIn not working with F# projects 7 years ago
Siegfried Pammer 47885b6d91 Fix release build. 7 years ago
Siegfried Pammer 70c2aa9b5b Fix submodule reference. 7 years ago
Siegfried Pammer 7aa0f49261 Revert "REVERT THIS BEFORE MERGING!" 7 years ago
Siegfried Pammer 70592cf6b8 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 7 years ago
Siegfried Pammer c1d640f4b4 Fix bug in WholeProjectDecompiler 7 years ago
Siegfried Pammer 3167834f30 Add missing type handling in RequiredNamespaceCollector 7 years ago
Siegfried Pammer df2a3b1b34 Fix bug in DetectTargetFrameworkId 7 years ago
Siegfried Pammer 2a8d8969d9 Remove assertions from CreateFakeField and CreateFakeMethod. 7 years ago
Siegfried Pammer d505eda046 Fix bug with parameters in method and properties that do not have an associated parameter handle. 7 years ago
Siegfried Pammer f3c9739eab Disable broken OverloadResolution test: No idea why this is broken. 7 years ago
Siegfried Pammer 592935537a Migrate AsyncAwaitDecompiler and YieldReturnDecompiler to SRM. 7 years ago
Siegfried Pammer 5864016e98 Add finish support for MarshalInfo in MetadataLoader 7 years ago
Siegfried Pammer 5eea974e7b Fix some NotImplementedExceptions in RequiredNamespaceCollector 7 years ago
Siegfried Pammer 605a760cc2 Fix NotImplementedException in ILSignatureProvider.GetPrimitiveType 7 years ago
Siegfried Pammer fb41cfe4f8 Fix bugs when dealing with pinned local vars and varargs methods 7 years ago
Siegfried Pammer 79b5048fdc Fix bugs in testing infrastructure 7 years ago
Siegfried Pammer e704b89109 Fix output of varargs methods in disassembler 7 years ago