3908 Commits (ee3012281d7622a25ba43ab667c53521e161ff6c)
 

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