1046 Commits (a0bff8626e523283cdaa8cca62c1ed12cda97d46)
 

Author SHA1 Message Date
David Srbecký 0e957b6347 Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave. 15 years ago
Daniel Grunwald 64dacbcf03 Merge commit '120e4e11dc22e6bf9420a3d5577752e827e0f812' 15 years ago
David Srbecký 08b8645308 Handle uninitialized variables. Closes #102. Closes #116. 15 years ago
David Srbecký 6222ef7bbf Do stack analysis on the whole filter body. Closes #88 15 years ago
David Srbecký 7ac44375ff Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave. 15 years ago
Artur Zgodziski 120e4e11dc Focusing selected node after history navigation. 15 years ago
Eusebiu Marcu c7c7f4cc61 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 53ea9503ec Vista without Windows Imaging Component update also seems to have problems with 256x256 icons, so I simply reduced the resolution to 128x128. 15 years ago
Daniel Grunwald d805e07ffe Fixed decompilation of nested lambdas. 15 years ago
Eusebiu Marcu fe6dce75f2 Use new DecompilationContext constructor. 15 years ago
Eusebiu Marcu f71f00b23d Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald ff28004e5a Don't introduce usings when only a single method is being decompiled. 15 years ago
Daniel Grunwald 89d0b7b54b C# OutputVisitor: improve indentation of query expressions 15 years ago
Daniel Grunwald 8ee23f5243 Add support for query continuations. 15 years ago
Daniel Grunwald 6f4fdd00f7 Get rid of transparent identifiers in query expressions. 15 years ago
Daniel Grunwald 83489b2cc8 Add support for decompiling query expressions. 15 years ago
Daniel Grunwald e6aafadd4d Don't automatically load additional assemblies when an assembly node is selected in the tree view 15 years ago
Daniel Grunwald cd630c3fbb Fix #87: missing cast when calling explicit interface implementation. 15 years ago
Daniel Grunwald 6229a1dba8 Fix unit tests. 15 years ago
Daniel Grunwald e25a05278b Avoid using the incorrect FilterEnd property. 15 years ago
Daniel Grunwald 2a462c3451 Add support for arglist opcode. 15 years ago
Daniel Grunwald 5a317786af Avoid loading assemblies when figuring out whether a property is in indexer. 15 years ago
Daniel Grunwald 1e66e970bf Add support for mkrefany opcode. 15 years ago
Daniel Grunwald 4912bef543 Merge "Improved names of indexers in the tree view and analyzers bug fix" 15 years ago
Ed Harvey f3a086c409 Don't show interface implementations as virtual. 15 years ago
Daniel Grunwald 603a64e85c Merge "Enhanced icon set with access/static overlays" 15 years ago
Daniel Grunwald 8a7b51d7de Allow automatic properties with explicit interface implementation. 15 years ago
Daniel Grunwald 542bb9db2f Improved handling of nested display classes. 15 years ago
Daniel Grunwald 15f5c7a0b4 CachedDelegateInitialization: use less aggressive inlining 15 years ago
Daniel Grunwald f791897829 Implemented CachedDelegateInitialization transform for local variables (used for capturing lamdbas within loops). 15 years ago
Daniel Grunwald be7ae61b8f Add support for anonymous types. 15 years ago
Daniel Grunwald 950e4737fd Fixed output of NamedArgumentExpression within object initializers. 15 years ago
Daniel Grunwald 6cb77e63e9 Fully qualify ambiguous type names. 15 years ago
Daniel Grunwald 6c6dc0e36b Fixed enum constants. 15 years ago
Daniel Grunwald d550d55560 Fixed 'as' and 'is' operators for value types. 15 years ago
Daniel Grunwald 33a7120555 Add support for negated enum constants (e.g. "v &= ~Enum.Flag;"). Closes #114. 15 years ago
Daniel Grunwald 987f9c8975 Fixed InsertParenthesesVisitor for casts of negative primitive expressions. 15 years ago
Daniel Grunwald a59462a2c8 Fixed decompiler crashes. 15 years ago
Daniel Grunwald 00c4ccb7a1 Fixed decompilation of "catch{}" blocks (catch without exception type) 15 years ago
Daniel Grunwald 69ac94363d Resolve variable naming conflicts that occur with anonymous methods. 15 years ago
Daniel Grunwald 9ad5124603 Fixed type analysis for collection initializers. Closes #104. 15 years ago
Daniel Grunwald 55dec5389c Fix crash when decompiling calli instruction. Closes #113. 15 years ago
Artur Zgodziski 7e818a3ba1 Fixed: some analyzers throw an exception when a definition of any assembly is not available. 15 years ago
Artur Zgodziski 8462984233 Improved names of indexers in the tree view. 15 years ago
Eusebiu Marcu 47bf322847 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 0502d6a1c7 Add Artur Zgodziński to README.txt 15 years ago
Artur Zgodziski c81f81827f Implemented printing of .overrides and interfaces directives in IL. 15 years ago
Artur Zgodziski 6c928d7220 Property accessors analyzer added. 15 years ago
Artur Zgodziski 2c70fb087c Fixed MethodOverrides analyzer. 15 years ago
Artur Zgodziski e8d81ed17c Fixed "Overrided By" method analyzer. Added similar analyzer for properties. 15 years ago