901 Commits (b28368852e26b0cd136ea31599ffa5755484acd6)

Author SHA1 Message Date
Daniel Grunwald ddf2b88b3a Remove FSharp.Compiler.Service 10 years ago
Daniel Grunwald 7265de118d Let's avoid switching to C# 6 for now. 10 years ago
Dmitry Xlestkov 248e5cc104 FIX #675. Decompile empty async void methods 10 years ago
lrieger 189e873461 FSharpTests: check-in IL instead of compiling F# source in the tests. 10 years ago
lrieger d059c02ba3 test that the "F# using" does not get applied if the 'disposable' variable is used afterwards 10 years ago
lrieger 42bfb9bb23 modify the using pattern to also detect F# 10 years ago
lrieger b374915e5e add nunit runner as nuget so tests can be run in the TestExplorer in VS 10 years ago
Daniel Grunwald 0869943ce8 Use lower-case GUIDs in project references. 10 years ago
Daniel Grunwald 0a481a573c Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
Daniel Grunwald fe3bee36ad Use tabs, not spaces. 10 years ago
Daniel Grunwald bf5861babd Fix #650 - C++ switch over `char`/`long` values crashes ILSpy 10 years ago
hardcase 3fa8ec0e54 Fix #635. Decompile static methods in interfaces. 10 years ago
Daniel Grunwald b018a188ae Fix #607: return value attributes missing in IL view 10 years ago
Daniel Grunwald 75dfa785d7 Fix #600: variable called int should be displayed as @int 10 years ago
LordJZ a116053510 Fixed #619 custom attributes on enum members 10 years ago
Tobias Käs 0ac1330d59 Fix for issue #612 10 years ago
Daniel Grunwald 382f24666a Add NRefactory 5.5.1 source code. 10 years ago
Daniel Grunwald fa2b392707 Adjust ILSpy to new NRefactory and ICSharpCode.Decompiler versions. 10 years ago
Daniel Grunwald 02a500e762 ICSharpCode.Decompiler: Merge changes from SharpDevelop to ILSpy. 10 years ago
Daniel Grunwald e88120cb4a Remove NRefactory sourcecode and use the NuGet package instead. 10 years ago
LordJZ 7cacb70148 Fixed some corner cases 10 years ago
LordJZ a1d2b812a3 Fixed tree traversal in IntroduceUnsafeModifier 10 years ago
LordJZ e6058e819a Spaces to tabs in pointer handling code 10 years ago
LordJZ 5f2097ade6 Fixed C++/CLI generated stackalloc 10 years ago
LordJZ aeddcf4b80 Enhanced point arithmetic handling 10 years ago
Siegfried Pammer 98f24c21e5 fix #556: ILSpy doesn't highlight uses of invoked delegates 11 years ago
Siegfried Pammer 9f161006a5 fix #560: properly recognize `lock` pattern of C# 2, and add `lock (this)` pattern 11 years ago
Siegfried Pammer 5bb6e4b85b fix #557 - Missing namespaces when decompiling only a method 11 years ago
Siegfried Pammer 19cc44f9f9 fix #554: Variables are moved outside of the block 11 years ago
Siegfried Pammer b9090e43c6 Revert "Fixed decompiling empty async methods." 11 years ago
Siegfried Pammer 3bf00d3d21 add special formatting case for else-if to CSharpOutputVisitor 11 years ago
Siegfried Pammer 72a8229e90 fix #483: if-else-if-... and nesting 11 years ago
Siegfried Pammer f479496670 fix #531 - ICSharpCode.Decompiler.ReferenceResolvingException when Searching for Instantiations 11 years ago
Siegfried Pammer 59a03bba12 fix #541: int vs uint enum decompiling confusion 11 years ago
Siegfried Pammer 4a4cc2e689 fix #524 - Mistake ILSpy decompile: delegate instantiation is only removed if an implicit conversion exists. 11 years ago
Siegfried Pammer d04400ad45 working on #540: use `EventDefinition` instead of `FieldDefinition` when referencing auto events in `TextOutputFormatter` 11 years ago
Siegfried Pammer 82db628ac9 fix visibility checking bug introduced in f9da13c 11 years ago
LordJZ b75f217167 Enhanced DivideBySize 11 years ago
LordJZ 25f82744a2 Added more pointer arithmetic tests 11 years ago
LordJZ 8b84fc6bb9 Removed incorrect type inference for Add/Sub/Localloc 11 years ago
Ed Harvey f9da13cbc0 fix #537: ILSpy can't find any Overridden By methods 11 years ago
krauthaufen e10e42681f added fix for unsigned comparison with signed integral types; 11 years ago
Schabse Laks be718680fe Add #pragma to suppress warning in test case 11 years ago
Schabse Laks 5bd1892e9a Temporary workaround for Roslyn compiler bug 11 years ago
Siegfried Pammer 0ada95d913 fix #470: BAML to XAML conversion does not generate escape sequence {} correctly 11 years ago
Schabse Laks 9c23972074 Tests: Reuse decompiler roundtrip assertion code 11 years ago
LordJZ a997ea2068 Fixed decompiling empty async methods. 11 years ago
Daniel Grunwald cc270c8f20 Set version number to 2.2 11 years ago
Daniel Grunwald c1fb133fd3 Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 11 years ago
Daniel Grunwald 58404e8f9e AsyncDecompiler: fix some issues with Roslyn-compiled code 11 years ago