5646 Commits (22799ca6b17b62bdc8f8c0ee38cfdd8d7bfb7e3e)
 

Author SHA1 Message Date
Siegfried Pammer 22799ca6b1 #1942: Make sure to group all types by filename in the generated PDB. 5 years ago
Siegfried Pammer ed76b38232 Make sure a treenode is selected after changing assembly list to make commands work properly. 5 years ago
Siegfried Pammer 70b087bf8d #1942: WholeProjectDecompiler: Do not use filenames that collide with names of special devices. Note: this changes the PDB structure from multi-level folders per namespace to "dotted name" folders. 5 years ago
Siegfried Pammer 0a983ecb9f Fix #1929: Name missing from start menu tile 5 years ago
Siegfried Pammer 7688d577b4
Merge pull request #1939 from icsharpcode/pane-extensibility 5 years ago
Siegfried Pammer bef75321fb #1913: Do not destroy control-flow by removing return statements 5 years ago
Siegfried Pammer ecda21f7f9 Fix #1932: Add ExportToolPaneAttribute and reimplement ShowInBottomPane and ShowInTopPane. 5 years ago
Siegfried Pammer da33002c66 Fix #1504: Selected decompiler settings should affect tree view and tooltips 5 years ago
Siegfried Pammer 46bb042e6e FindNodeByPath: Use metadata token as identification of member/type tree nodes. 5 years ago
Siegfried Pammer df84ab8f6b Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 5 years ago
Siegfried Pammer 73e0f7c3ac Fix #1936: TransformDisplayClassUsage should remove copies of display-class references. 5 years ago
Siegfried Pammer 412bf2f8ab
Merge pull request #1934 from cshung/dev/andrewau/avoid-eager-parsing 5 years ago
Andrew Au 529b004ea9 [ILSpy.ReadyToRun] Avoid eager parsing 5 years ago
Siegfried Pammer e2b10adc72 Fix #1927: NRE in ExpressionBuilder when trying to decompile catch-when blocks consisting of multiple statements. 5 years ago
Siegfried Pammer 63590f3187 Fix BAML decompiler tests. 5 years ago
Daniel Grunwald 9e82b95373 Fix hexadecimal format of flags enum member initializers. 5 years ago
Daniel Grunwald ad5ba9295e Fix #1924: preserve hexadecimal format when converting literal to wider type 5 years ago
Daniel Grunwald a7446cfddf #1922: Refactor PrimitiveExpression to store the literal format in the AST 5 years ago
Daniel Grunwald 8d780cc921 #1922: Fix hexadecimal integer literals missing the `uL` suffix. 5 years ago
Daniel Grunwald 4b1f0b342c Fix #1925: Adjust AsyncAwaitDecompiler to changes in Roslyn 3.5.0-beta2 5 years ago
Siegfried Pammer 350c54d575 GetDecompiledProjectCmdlet: remove unnecessary use of ConcurrentQueue 5 years ago
Siegfried Pammer e0ee8bf286 Revert "Fix #1908: Add option to AddXmlDocumentationTransform to remove newlines in comments" 5 years ago
Siegfried Pammer d051e3aca4 Fix #1923: Add progress reporting to PowerShell GetDecompiledProjectCmdlet 5 years ago
Siegfried Pammer b953d6e8d0 Fix potential NRE in StatementBuilder.TryCatch 5 years ago
Siegfried Pammer 82f048d497 Add "Select PDB..." context menu item on assemblies, to be able to manually load a PDB for an assembly. 5 years ago
Siegfried Pammer bcf5166767 Fix bug in LocalConstantEntry 5 years ago
Siegfried Pammer 2efca22fae Add Debug Metadata Explorer 5 years ago
Siegfried Pammer ae08167521 PDBGen: LocalScopes must be sorted "first by Method in ascending order, then by StartOffset in ascending order, then by Length in descending order." 5 years ago
Christoph Wille 50e819345e
Merge pull request #1914 from cshung/dev/andrewau/display-ready-to-run-header 5 years ago
Andrew Au 581807ca0f Display ReadyToRun header information 5 years ago
Siegfried Pammer 69dabda175 Fix #1877: `DerivedTypesTreeNode` is crashing on obfuscated assemblies. 5 years ago
Siegfried Pammer 6eb9790a00 Fix #1912: NRE in CSharpILMixedLanguage.MixedMethodBodyDisassembler.Disassemble() 5 years ago
Siegfried Pammer 0b78a66fdb Fix #1896: Remove unreachable blocks 5 years ago
Siegfried Pammer 28391c4864 Fix #1895: local function not added to the correct parent function. 5 years ago
Siegfried Pammer 7f427a3c6f Fix #1910: NRE in ViewState.Equals 5 years ago
Siegfried Pammer 92e1d6fe85 Fix #1907: Discard parameter names containing non-printable or white space characters from set of possible names considered by AssignVariableNames. 5 years ago
Siegfried Pammer 1043924366 Fix #1908: Add option to AddXmlDocumentationTransform to remove newlines in comments 5 years ago
Siegfried Pammer 6973dec0ef Fix #1906: RRs for default expressions of primitive types should use the correct constant value. 5 years ago
Christoph Wille 91425e8587 AvalonEdit is no longer LGPL. Ties in with #1904 5 years ago
Christoph Wille 5a24cd8249 Update clients to preview2 5 years ago
Christoph Wille 72b9cdc8ba
Merge pull request #1897 from cshung/dev/andrewau/update-third-party-notice 5 years ago
Andrew Au 29b165e524 Copy the dotnet runtime license text into third-party-notice 5 years ago
Christoph Wille bbca9758e9
Merge pull request #1894 from cshung/dev/andrewau/ready-to-run-fixes 5 years ago
Andrew Au 0f3a47ee02 ReadyToRun bug fixes 5 years ago
Siegfried Pammer 1c560e90f2 Move R2R option page to the end of the list. 5 years ago
Christoph Wille 191fc7bfb4
Merge pull request #1891 from icsharpcode/cw/docs-update 5 years ago
Siegfried Pammer a855f4e8e3 Fix #1892: Document new ilspycmd line options for P2 5 years ago
Siegfried Pammer 3e791b214d Fix #1890: Add ILSpy.ReadyToRun.csproj to ILSpy.WithPackage.sln 5 years ago
Siegfried Pammer 89e8ea072d Fix navigation and history in AboutPage 5 years ago
Christoph Wille 549fdad401 Adjust line breaks 5 years ago