5885 Commits (b9866f60486e8ae65846cd06d682e8c1db62af12)
 

Author SHA1 Message Date
Siegfried Pammer 90571b3658
Merge pull request #1937 from icsharpcode/pdbgen-enhancements 5 years ago
Siegfried Pammer 79559f5316 Use correct Baml Tests file name in Azure pipeline. 5 years ago
Siegfried Pammer 4d5cdacc68 once again 5 years ago
Siegfried Pammer c36a3c9c20 Add remaining test projects + parallelize 5 years ago
Siegfried Pammer f3b5642314 remove all tests except ICS.D.Tests.exe 5 years ago
Siegfried Pammer 05568da1a4 use vstest.console.exe on AppVeyor 5 years ago
Siegfried Pammer 5ee172d4c4 Fix #1900: RemoveDeadVariableInit.ResetHasInitialValueFlag should handle local functions 5 years ago
Siegfried Pammer 371d732c0a Fix #1881: Not properly reusing names from PDB#2 5 years ago
Siegfried Pammer e748e71b56 Implement workaround for #1961 5 years ago
Siegfried Pammer 7c7328df32 Fix #1955: struct 'base' access to ValueType mis-decompiles 5 years ago
Siegfried Pammer e10d255f17 Fix #1960: OptionalHeaderTreeNode: Tiny copy+paste text error 5 years ago
Siegfried Pammer 7d1d7b2563 Fix EndLocation of double-typed PrimitiveExpression 5 years ago
Siegfried Pammer c2a2cf43f2 Fix #1482: SequencePointBuilder fails with an assertion when trying to create sequence points for LINQ expressions 5 years ago
Daniel Grunwald 46a56440e4
Merge pull request #1941 from icsharpcode/switchtopwsh 5 years ago
Christoph Wille ed7af2addb Windows: keep using Windows PowerShell, other OSs fall back on pwsh (to reduce deps to get up and running on Windows) 5 years ago
Daniel Grunwald 3c2eecb008 Allow opening ILSpy solution when Core SDK 3.1.200 is installed 5 years ago
Siegfried Pammer a7d1d8fad7 TransformNullPropagationOnUnconstrainedGenericExpression: handle pattern that uses leave instructions instead of stloc into a temporary. 5 years ago
Siegfried Pammer b822eb9a0d
Merge pull request #1951 from SimonCropp/redundantvariables 5 years ago
SimonCropp 2638af9fd6
redundant variables 5 years ago
Siegfried Pammer 95beaddc80 IntroduceQueryExpressions: Inline variable declarations and use pattern matching syntax where possible. 5 years ago
Siegfried Pammer 69cad7527e Fix #1945, fix #1851: NRE when generating sequence points for a method containing a stackalloc expression. 5 years ago
Siegfried Pammer c95dc9efd7 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into pdbgen-enhancements 5 years ago
Siegfried Pammer 010abebcc9 Fix #1050: Implement TransformNullPropagationOnUnconstrainedGenericExpression 5 years ago
Siegfried Pammer 0c55dff1fc Fix #1948: Toolbar loses focus when changing language/version 5 years ago
Siegfried Pammer 413c5b3baf PortablePdbWriter: Add primitive support for state-machine hoisted local scopes. All variables are visible in the whole MoveNext method. 5 years ago
Siegfried Pammer 54a742f3f5 Metadata Explorer: Display blob contents of custom debug information in tooltip. 5 years ago
Siegfried Pammer 3f108cea37 #1482: Fix sequence points of LINQ select and where. 5 years ago
Daniel Grunwald 3bf9f7c301 Fix #1943: "ref readonly" returns from properties/indexers 5 years ago
Siegfried Pammer 5161f191c0 Fix tooltip of embedded source custom debug info. 6 years ago
Siegfried Pammer ccd721a881 Fix parsing of StateMachineMethodEntry. 6 years ago
Siegfried Pammer a49f55ad8a Fix build 6 years ago
Siegfried Pammer 22799ca6b1 #1942: Make sure to group all types by filename in the generated PDB. 6 years ago
Siegfried Pammer ed76b38232 Make sure a treenode is selected after changing assembly list to make commands work properly. 6 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. 6 years ago
Siegfried Pammer 0a983ecb9f Fix #1929: Name missing from start menu tile 6 years ago
Christoph Wille 5e9b59380f Update docs that pwsh is required (instead of PS 5) 6 years ago
Christoph Wille 1577b7553e AppVeyor switch from powershell to pwsh 6 years ago
Christoph Wille 1ec05ed5ff Azure DevOps pwsh instead of powershell 6 years ago
Christoph Wille 55a6f9184f Use PowerShell Core for running update-assemblyinfo.ps1 6 years ago
Siegfried Pammer 7688d577b4
Merge pull request #1939 from icsharpcode/pane-extensibility 6 years ago
Siegfried Pammer bef75321fb #1913: Do not destroy control-flow by removing return statements 6 years ago
Siegfried Pammer ecda21f7f9 Fix #1932: Add ExportToolPaneAttribute and reimplement ShowInBottomPane and ShowInTopPane. 6 years ago
Siegfried Pammer da33002c66 Fix #1504: Selected decompiler settings should affect tree view and tooltips 6 years ago
Siegfried Pammer 46bb042e6e FindNodeByPath: Use metadata token as identification of member/type tree nodes. 6 years ago
Siegfried Pammer df84ab8f6b Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 6 years ago
Siegfried Pammer 73e0f7c3ac Fix #1936: TransformDisplayClassUsage should remove copies of display-class references. 6 years ago
Siegfried Pammer 67b7ad362a Started documenting SequencePointBuilder 6 years ago
Siegfried Pammer e4fda5c2e4 Rename HasILRange to ILRangeIsEmpty to properly reflect its implementation. 6 years ago
Siegfried Pammer 5d622056a1 Add TranslatedStatement: require that C# statements must be annotated with their corresponding ILInstructions. 6 years ago
Siegfried Pammer 412bf2f8ab
Merge pull request #1934 from cshung/dev/andrewau/avoid-eager-parsing 6 years ago