476 Commits (9bf7959712d4b209a4e3ccf766dad93898d982d4)

Author SHA1 Message Date
Siegfried Pammer 33e0ec7a88 remove commented code in DecompilerContext 9 years ago
Siegfried Pammer 938736a49b simplify b0e760f004 9 years ago
Siegfried Pammer b0e760f004 fix #436 - Incorrectly deducing that some uses of using, MoveNext() and Current can be rewritten as foreach when they cannot. 9 years ago
Siegfried Pammer 6d52b32a7f fix #591 - Erroneous variable naming when passed to method 9 years ago
Siegfried Pammer 866451e08c fix #614 - Keyword "ref" used instead of "out" 9 years ago
Daniel Grunwald a6ae2e4b24 Fix #716: OverflowException when converting System.Enum To System.Int64 in CustomAttribute 9 years ago
Siegfried Pammer 2360c24133 fix #713 - Issue when Decompiling parts of a Compiled EXE who's Namespace has a ton of controls. 9 years ago
Christoph Wille 7a29642b35 Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
Siegfried Pammer 6c1efaa2d7 use mono.cecil nuget-package in all projects instead of git sub-module 9 years ago
lrieger 42bfb9bb23 modify the using pattern to also detect F# 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
hardcase 3fa8ec0e54 Fix #635. Decompile static methods in interfaces. 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
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
LordJZ a1d2b812a3 Fixed tree traversal in IntroduceUnsafeModifier 10 years ago
Siegfried Pammer 98f24c21e5 fix #556: ILSpy doesn't highlight uses of invoked delegates 10 years ago
Siegfried Pammer 9f161006a5 fix #560: properly recognize `lock` pattern of C# 2, and add `lock (this)` pattern 10 years ago
Siegfried Pammer 5bb6e4b85b fix #557 - Missing namespaces when decompiling only a method 10 years ago
Siegfried Pammer 19cc44f9f9 fix #554: Variables are moved outside of the block 10 years ago
Siegfried Pammer 72a8229e90 fix #483: if-else-if-... and nesting 10 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
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
Daniel Grunwald e0a1666547 Add back AST transform infrastructure 11 years ago
Daniel Grunwald f0b58d9701 Add some basic expressions to ExpressionBuilder. 11 years ago
Daniel Grunwald 8235a93e4f Basic infrastructure for C# decompiler 11 years ago
Oleg Rakitskiy 4fa6730660 #405 final fix. 12 years ago
Daniel Grunwald 6ba013d9dd Fix bugs in async/await decompiler. 12 years ago
Daniel Grunwald b813092cfe Add support for opening .netmodules. 12 years ago
Ronny Klier 25f35033ac Fix: Do not link arguments to constructor 12 years ago
Ronny Klier b4e8386611 Fix #220: Link constructor calls to constructor rather than type + add link for base constructor calls 12 years ago
Daniel Grunwald 6c5288b839 Fixed TextOutputFormatter so that it calls WriteDefinition() for method declarations. 13 years ago
Daniel Grunwald 82154e1eb6 Fixed decompilation of automatic event that has attributes on the accessors. 13 years ago
Daniel Grunwald 45e327d53a Don't show [AsyncStateMachine] attribute. 13 years ago
Ronny Klier 0bcca5473b Optional enable folding on all blocks in braces 13 years ago
Daniel Grunwald 1b50ad946d Fixed highlighting of local variable definitions. 13 years ago
Daniel Grunwald 8acf17d50a Improved async/await decompiler. 13 years ago
Daniel Grunwald 2edcaa2c44 Initial implementation of async/await decompiler. 13 years ago
Daniel Grunwald 5d3a812ac0 Fix NullReferenceException in AstMethodBodyBuilder introduced by the bugfix for #282. 13 years ago
Daniel Grunwald 0a01bc7b03 Adjust ILSpy to NRefactory API changes. 13 years ago
Daniel Grunwald 4906f3e26b #282 - Fix the casts in the other direction (from concrete type to type parameter). 13 years ago
Daniel Grunwald 134c4515e4 Fix #282: (T)(object)DateTime.Now; decompiles as (T)DateTime.Now;, which does not compile 13 years ago