5734 Commits (1926756cfa3f56ece61581fb7fa53b30fe46f33d)
 

Author SHA1 Message Date
Daniel Grunwald 1926756cfa Handle the special cases where the range does not have a start or endpoint. 6 years ago
Daniel Grunwald 0dd75d6852 Add support for slicing using C# 8 ranges. 6 years ago
Daniel Grunwald aed358b5a0 Use more precise ResolveResult, so that Range/Index operators are hyperlinked. 6 years ago
Daniel Grunwald dd54dbc144 Disable IndexRangeTransform if the "C# 8 ranges" setting is disabled. 6 years ago
Daniel Grunwald dc38355e12 Support `list[^idx]`. 6 years ago
Daniel Grunwald 060830dd64 Variable splitting: support cases where a ref is passed through a ref-returning method, and then used. 6 years ago
Daniel Grunwald 12226c5f90 Add support for indexing a container with a System.Index instance. 6 years ago
Daniel Grunwald 748c54a1c1 Support array slicing. 6 years ago
Daniel Grunwald dc6e094a30 Add support for indexing arrays using System.Index 6 years ago
Daniel Grunwald 4846feb640 Add support for C# 8 range syntax. 6 years ago
Daniel Grunwald 5ad7ee0cea Fix #1629: Add support for `[module: NullablePublicOnly]` 6 years ago
Christoph Wille ba1dee79b7 Remove MS-PL embedded resource from ILSpy.csproj 6 years ago
Christoph Wille 02da8a3cf1 Remove MS-PL from docs (was no longer applicable to any portions of ILSpy) 6 years ago
Christoph Wille adc00d6f63
Merge pull request #1984 from icsharpcode/fix-license-mismatch 6 years ago
Siegfried Pammer 5a53bc0e38 Fix remaining mismatched license headers 6 years ago
Christoph Wille 26c196139e Update frontends to 6.0.0.5671-preview3 6 years ago
Siegfried Pammer f8242d85fd ILSpy.AddIn: link to license.txt from doc folder. 6 years ago
Siegfried Pammer a9e8d1e7ec Remove unused BamlDecompiler/Extensions.cs 6 years ago
Siegfried Pammer 8925b4ff7b Inline variable declarations/modernize parts of our code base. 6 years ago
Siegfried Pammer 9ebef78b51 #1952: Apply suggestions and fixes from code review. 6 years ago
Siegfried Pammer f316838873 Fix #1952: Add a button to the Misc settings page that adds an "Open with ILSpy" entry to the Windows Explorer context menu on exe and dll files. 6 years ago
Siegfried Pammer 68c5ea63f9 Fix HideEmptyMetadataTables option in Metadata/DebugMetadataTreeNode.cs 6 years ago
Siegfried Pammer cde00cba97 Set preview3 6 years ago
Siegfried Pammer e2df79ef70 Fix #1975: readonly modifier is added to structs even if language version is lower than C# 7.0 6 years ago
Siegfried Pammer 91e9573449 Fix #1976: ProxyCallReplacer should honor selected language version/selected options 6 years ago
Siegfried Pammer d09190533a Fix #1980: IndexOutOfRangeException when choose `IL with C#` with System.Runtime.CompilerServices.Unsafe.Copy/InitBlock 6 years ago
Siegfried Pammer 4fb6edeb87 Ignore one of the analyzer tests 6 years ago
Siegfried Pammer 2efe36c381 Fix build fail 1 6 years ago
Siegfried Pammer 69a863957c Fix #1977: Add tests for analyzers 6 years ago
Siegfried Pammer 10e3da3d16 Add missing license headers to MIT licensed files in ICSharpCode.Decompiler 6 years ago
Siegfried Pammer 853cad5fd0 Disassembler: Implement cancellation token. 6 years ago
Siegfried Pammer 835fc221ab
Merge pull request #1974 from icsharpcode/fix-1973 6 years ago
Siegfried Pammer 8c434eeaa5 Fix #1973: Switch License Headers / License Information to MIT for SharpTreeView 6 years ago
Siegfried Pammer 7448214760
Merge pull request #1972 from yyjdelete/patch1971 6 years ago
SilverFox 74b571822d Fix #1971 6 years ago
Siegfried Pammer da038965e8
Merge pull request #1969 from icsharpcode/fix-1889 6 years ago
Siegfried Pammer dc2db3ee3a Fix #1889: [ILSpy.ReadyToRun] Indexing the methods 6 years ago
Siegfried Pammer df230e9feb
Merge pull request #1968 from cshung/dev/andrewau/upgrade-r2r 6 years ago
Andrew Au 732962fd08 Upgrade ready to run binary 6 years ago
Daniel Grunwald 6bcdf0e2ea
Merge pull request #1967 from jacdavis/dev/jacdavis/sequencepoints 6 years ago
Jackson Davis 8180070bc6 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dev/jacdavis/sequencepoints 6 years ago
Jackson Davis 6ab1f98fa3 Expand the range of sequence points out the closest empty ilstack 6 years ago
Daniel Grunwald 5ef1a973d3 #1904: Cherry-picked SharpTreeView changes from SharpDevelop repository. 6 years ago
Daniel Grunwald 65fe59e393 #1918: Fix a bunch of issues with pinned region detection. 6 years ago
Siegfried Pammer 69ac54fbb6 Fix #1879: Do not remove variables that look like display class variables, but are used in other patterns as well. 6 years ago
Siegfried Pammer 32dad4f476 Fix bug occurring when trying to load .netmodule reference after invoking LoadedAssembly.DisableAssemblyLoad() 6 years ago
Siegfried Pammer 1ff1ade8e7 Add "(.netmodule)" to treenode, if the LoadedAssembly instance represents a .netmodule 6 years ago
Siegfried Pammer c55c1f9476 Add "Hide empty metadata tables in tree view" option 6 years ago
Siegfried Pammer 56c2f200d0 Fix build. 6 years ago
Daniel Grunwald ff40fbd984 Fix #1958: Emit ProjectTypeGuids when generating .csproj 6 years ago