743 Commits (e1669016df604807a352bdabe4c89f796b083491)
 

Author SHA1 Message Date
Eusebiu Marcu e1669016df fix stepping range 15 years ago
Eusebiu Marcu 5dab810b3e fix ConvertPropertyToIndexer code mappings 15 years ago
Eusebiu Marcu 816c34d94c rename and clean 15 years ago
Eusebiu Marcu ce96b7f6ca Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald f95c53384c Fix transformation of closure variables for anonymous methods within generic methods. 15 years ago
Daniel Grunwald e9c6aa15e6 Fix switch on string when the compiler introduced a temporary variable for the string being switched on. 15 years ago
Daniel Grunwald 351808626e Fix lambda expressions that are used within conditions. 15 years ago
Daniel Grunwald b161b7e947 Fix conversion of field initializers when there are constructors that call 'this..ctor(...);' 15 years ago
Daniel Grunwald e0fb40fbcc Fixed decompilation of lambda expressions within generic classes. 15 years ago
Daniel Grunwald fa05b733ee Perform copy propagation for all address-loading instructions. 15 years ago
Daniel Grunwald 98678dcc4e Fix switch expression. 15 years ago
Daniel Grunwald 55e51394b9 Add support for switch over strings. 15 years ago
Daniel Grunwald 0c3ef91971 Add OptionalNode for pattern matching. 15 years ago
Daniel Grunwald b6d832d212 Add support for collection initializers. 15 years ago
Daniel Grunwald 60f4525b04 Add support for decompiling "this.field1 = this.field2 = val;" 15 years ago
Eusebiu Marcu 2c03ab8812 synchronize bookmarks between languages 15 years ago
Daniel Grunwald 2892c9d50b Implemented decompilation of 'lock'. 15 years ago
Daniel Grunwald a673a3fec1 Fix inlining after expression peephole transformations. 15 years ago
Daniel Grunwald 72ee5d309c Improve array initializer support. 15 years ago
Eusebiu Marcu 6ead2a62f6 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 31f2d9b079 Fix issues where the BAML decompiler produced invalid code. 15 years ago
Daniel Grunwald 33625c0cc5 Fix decompilation of abstract events. 15 years ago
Daniel Grunwald de3d9117c4 Make collapsing of "x = x + y" to "x += y" work in a few more cases. 15 years ago
Daniel Grunwald b6b31514de Perform 'dup' removal prior to copy propagation 15 years ago
Daniel Grunwald ea5c790991 Adjust array initializer pattern to 'dup' changes. 15 years ago
David Srbecký 171b11b87f Generate only one variable for 'dup' if possible 15 years ago
Daniel Grunwald 5ee3d87388 Implemented a simple copy-propagation step. 15 years ago
Eusebiu Marcu ef94d3888c Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 296eb118e2 move status label in status bar 15 years ago
Daniel Grunwald cfbbae4cb7 Remove code duplication ILInlining / ILAstOptimizer.InlineVariables. 15 years ago
Daniel Grunwald 404b27c860 Fixed crash when decompiling System.Net.ShellExpression. 15 years ago
Daniel Grunwald 262652fe1a Fix type analysis for localloc/sizeof. 15 years ago
Daniel Grunwald ccf189d505 Fix NullReferenceException when an interface method named 'Invoke' is called. 15 years ago
Daniel Grunwald ddd7b9d526 Fix NullReferenceException when decompiling an automatic property within a generic class. 15 years ago
Daniel Grunwald 3c1400d605 Fixed bug in DeclareVariableInSmallestScope 15 years ago
Daniel Grunwald 5c45d4c700 Fixed bug that caused redundant casts. 15 years ago
Daniel Grunwald 88160e9777 Decompile delegates into a delegate declaration instead of a type declaration. 15 years ago
Eusebiu Marcu f87b8b230f fix current line bookmark marker 15 years ago
Eusebiu Marcu fd47e87dca 1. improve tooltip show/hide 15 years ago
Eusebiu Marcu 35e781f2f5 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald f3069b99f9 Add support for decompiling automatic events. 15 years ago
Daniel Grunwald 5fc5d7c16c AstNode: add Invoke() methods to AstType (builds InvocationExpression for static methods) 15 years ago
Daniel Grunwald ca720c105d Type analysis for "yield return" 15 years ago
Daniel Grunwald 8ffb317cc4 Add support for decompiling do-while loops. 15 years ago
Daniel Grunwald f4da816fc4 NRefactory AstNode: add DescendantsAndSelf property. 15 years ago
Eusebiu Marcu ea612974d2 1. create a status label for debugging status. 15 years ago
Eusebiu Marcu fe6ca3d58a fix marker display on the same code editor. 15 years ago
Siegfried Pammer 530d6ace6c XAML streams inside Silverlight's .resources-files can be displayed 15 years ago
Eusebiu Marcu b8eb24c585 Remove line. 15 years ago
Eusebiu Marcu eafc08a181 Fix StepInto uncompiled code. 15 years ago