1725 Commits (73773782c5cb1e7af4b94b0357de5131dd479434)
 

Author SHA1 Message Date
Siegfried Pammer 12e59300de updated syntax highlighting for VB with keywords from VB 11 CTP 14 years ago
Siegfried Pammer 0eb61a2524 correctly implement ForEachStatement and ForStatement; add output for ForStatement 14 years ago
Pent Ploompuu 26d903efd5 Test case for operator "is" on reference types with result used as a boolean. 14 years ago
Pent Ploompuu 3d7d36f360 Fixed "is" operator regression caused by SimplifyLogicNot 14 years ago
Pent Ploompuu 85fbaf8255 Test both with and without optimizations 14 years ago
Pent Ploompuu e5c8b06e1c Fixed TernaryOp and NullCoalescing type analysis. 14 years ago
Ronny Klier 26f6dcd6de Merge branch 'master' into bookmarks 14 years ago
Ronny Klier 88a0194a6b Breakpoint enhancements 14 years ago
Pent Ploompuu 26734a68d3 Test cases for all lifted operators 14 years ago
Pent Ploompuu dfb3e07661 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald ac3456888d Merge branch 'string_resources' of https://github.com/RKlier/ILSpy 14 years ago
Daniel Grunwald 3bddd8e2f0 Fixed crash in DebugExecutableNodeCommand.IsVisible when right-clicking on an unmanaged assembly. 14 years ago
Siegfried Pammer f07bde37c7 implement VB 11 Iterators 14 years ago
Daniel Grunwald dd3c049f19 Merge NRefactory 9675caf1e9276391f17536b488148cb668a6cc44 14 years ago
Daniel Grunwald 1c1420a8d2 Squashed 'NRefactory/' changes from 1e4a1d9..9675caf 14 years ago
Daniel Grunwald c43d47589a Merge branch '1.0' 14 years ago
Siegfried Pammer ff97e9c634 add support for OperatorDeclaration and some more statements 14 years ago
Daniel Grunwald 17a75ded4e Fix #211 InvalidCastException in ILAstOptimizer.TransformArrayInitializers 14 years ago
Daniel Grunwald 3fad5cb76b Fix #249: Object Initializer not detected for value types 14 years ago
Siegfried Pammer f208a18bb6 add ConditionalExpression and WhileStatement 14 years ago
Siegfried Pammer d78b1fe68d split Statements into single files 14 years ago
Siegfried Pammer 04460cc7d1 reimplement some helper methods 14 years ago
Siegfried Pammer 055f6d56e8 implement NamedArgumentExpression and FieldInitializerExpression 14 years ago
Pent Ploompuu 1388f0b678 Fix performance regression in stack analysis (probably caused by increased complexity from Ldloca support). 14 years ago
Pent Ploompuu 1430500eba PDB files for release mode. File alignments and base addresses improved. 14 years ago
Siegfried Pammer 69d92bde98 implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 14 years ago
Daniel Grunwald 5c2f3633a0 Don't use variable name from .pdb file if it isn't a valid C# identifier. 14 years ago
Pent Ploompuu 587c36bea2 Type analysis support for the remaining lifted operators 14 years ago
Pent Ploompuu 458571f750 Fix op_ExclusiveOr AST transform 14 years ago
David Srbecký 822e473df3 Replace endfinally with jump. Closes #232 14 years ago
Pent Ploompuu d226afb26d Decompile all lifted operators on nullable values. Postfix increment/decrement and custom type conversions support incomplete, but correct. 14 years ago
Daniel Grunwald 3020bc9ce8 Fixed type analysis for right shift operator. 14 years ago
Daniel Grunwald 43b4339bea Simplify shift operators (<< and >>). 14 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 14 years ago
Pent Ploompuu 5cb145c576 64bit support for SharpDevelop.LGPL and BamlDecompiler.Tests projects 14 years ago
Daniel Grunwald b9109469af Fixed bug that could cause variable names to be used twice, resulting in a crash in DeclareVariable step. Closes #222. 14 years ago
Pent Ploompuu 92f6acf0ae Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Ronny Klier e63cbb6175 Support copy entries from resource string table 14 years ago
Siegfried Pammer 3fdfe1585a fix #231 14 years ago
Siegfried Pammer 443a312901 fix #227 and #229 14 years ago
Siegfried Pammer fe7fdec28b display a message if navigation is not possible; fixes #237 14 years ago
Siegfried Pammer 80ed40e6a7 move the focus to the previous node after deletion 14 years ago
Siegfried Pammer f4504ab36e move NodesCollection to a separate file 14 years ago
Eusebiu Marcu 26633dc27a use LGPL in debugger plugin. 14 years ago
Eusebiu Marcu deaa0f2376 Add ILSpy.SharpDevelop.LGPL project - LGPL files from SharpDevelop; 14 years ago
Daniel Grunwald 8beed6aa70 Fixed type inference for shift operators. Closes #239. 14 years ago
Siegfried Pammer 0eb3aabc72 use generic enumerator 14 years ago
Siegfried Pammer 4b1622e55e fix wrong declaration info in KnownInfo 14 years ago
Siegfried Pammer fa638010a9 some minor cleanup 14 years ago
Siegfried Pammer b8fd7b4d99 fixed static resource handling 14 years ago