888 Commits (d584349eecdf7f4aa921478b03429aa322511b21)

Author SHA1 Message Date
Daniel Grunwald b018a188ae Fix #607: return value attributes missing in IL view 11 years ago
Daniel Grunwald 75dfa785d7 Fix #600: variable called int should be displayed as @int 11 years ago
LordJZ a116053510 Fixed #619 custom attributes on enum members 11 years ago
Tobias Käs 0ac1330d59 Fix for issue #612 11 years ago
Daniel Grunwald 382f24666a Add NRefactory 5.5.1 source code. 11 years ago
Daniel Grunwald fa2b392707 Adjust ILSpy to new NRefactory and ICSharpCode.Decompiler versions. 11 years ago
Daniel Grunwald 02a500e762 ICSharpCode.Decompiler: Merge changes from SharpDevelop to ILSpy. 11 years ago
Daniel Grunwald e88120cb4a Remove NRefactory sourcecode and use the NuGet package instead. 11 years ago
LordJZ 7cacb70148 Fixed some corner cases 11 years ago
LordJZ a1d2b812a3 Fixed tree traversal in IntroduceUnsafeModifier 11 years ago
LordJZ e6058e819a Spaces to tabs in pointer handling code 11 years ago
LordJZ 5f2097ade6 Fixed C++/CLI generated stackalloc 11 years ago
LordJZ aeddcf4b80 Enhanced point arithmetic handling 11 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. 12 years ago
Daniel Grunwald cc270c8f20 Set version number to 2.2 12 years ago
Daniel Grunwald c1fb133fd3 Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 12 years ago
Daniel Grunwald 58404e8f9e AsyncDecompiler: fix some issues with Roslyn-compiled code 12 years ago
Daniel Grunwald b71edb2a88 StateRange analysis / SymbolicExecution: add support for implicit int->bool conversion. 12 years ago
Daniel Grunwald d1eb868749 YieldReturnDecompiler: don't fail symbolic analysis if 'returnFalseLabel' is missing 12 years ago
Daniel Grunwald 1bf31f9086 YieldReturnDecompiler: in ConstructExceptionTable(), avoid ToEnclosingInterval() call and use the full StateRange instead. 12 years ago
Daniel Grunwald 82999a056b Remove failing unit test; bug #393 is fixed but the test still fails due to unnecessary '& 31'. 12 years ago
Daniel Grunwald f538d20de5 Fix NullReferenceException in type analysis. 12 years ago
Lukas Rieger 2d2a0aaea1 Modules may exist without an Assembly,in this case the line 12 years ago
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Daniel Grunwald eee2794eb4 Fix typos in comments 12 years ago
Oleg Rakitskiy 4fa6730660 #405 final fix. 12 years ago
turbanoff 6a11367a0a remove redundant OrderBy: all handlers will have same TryStart.Offset after Where 13 years ago
Daniel Grunwald 6ba013d9dd Fix bugs in async/await decompiler. 13 years ago
Siegfried Pammer 74238630cf fix #367 - VB output issues 13 years ago