1704 Commits (3b85120044ef429dffc0eeb8b287ebb55cce2f72)
 

Author SHA1 Message Date
Siegfried Pammer 4f6c46b2c7 add project export for VB 14 years ago
Siegfried Pammer 3e009aaa1b add folding 14 years ago
Siegfried Pammer d54c9d5330 implement conversion of attribute targets 14 years ago
Siegfried Pammer e5d63e9761 print assembly attributes when selecting Assemlby node 14 years ago
Siegfried Pammer f4d29b2f2b add AlwaysGenerateExceptionVariableForCatchBlocks setting to avoid Catch clauses without a variable; disable C#'s query expression translation 14 years ago
Siegfried Pammer beff26761e fix #167 - Incorrect decompilation of null as extension method this parameter 14 years ago
Eusebiu Marcu 23227b3526 set AnyCPU on projects 14 years ago
Siegfried Pammer 7542cc72bb relicense NR.VB under MIT X11 license 14 years ago
Siegfried Pammer 3526e79db6 implement query expression AST 14 years ago
Siegfried Pammer 056219e169 Merge branch 'master' of github.com:icsharpcode/ILSpy into vb 14 years ago
Siegfried Pammer 9c4b29665d implemented AnonymousObjectCreationExpression 14 years ago
Siegfried Pammer 7d8d3195f0 add EmptyExpression conversion, improve fixed-Statement conversion 14 years ago
Siegfried Pammer a6719771a6 implemented unchecked/checked expression, pointer access and so on 14 years ago
Siegfried Pammer 28e5c76d21 implemented fixed using GCHandle 14 years ago
Siegfried Pammer 71b808dc3d convert C#ˈs undocumented expressions to method calls 14 years ago
Siegfried Pammer 797018f3f3 convert anonymous methods to multiline sub lambdas 14 years ago
Siegfried Pammer 6e7b1d27fb add conversion of DllImports to ExternalMethodDeclarations 14 years ago
Siegfried Pammer e2364cbfc2 convert dtor to Finalize Sub 14 years ago
Siegfried Pammer 3e729ee910 improve conversion of event declarations 14 years ago
Siegfried Pammer e06ddae674 add ContinueStatement 14 years ago
Siegfried Pammer c19010f989 added conversion to VB ForStatement 14 years ago
Eusebiu Marcu 85b8f848c3 Add Decompilation data class to be used by other applications to store code mappings information. 14 years ago
Siegfried Pammer 4c4374cc8c add IntroduceIncrementAndDecrement setting for VB 14 years ago
Siegfried Pammer dd8e2a2a51 started implementation of QueryExpression 14 years ago
Siegfried Pammer 01326a8db6 make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression 14 years ago
Siegfried Pammer e9982832ae implement GoToStatement 14 years ago
Siegfried Pammer 15bc1e3a9d implemented DoLoopStatement and UsingStatement 14 years ago
Siegfried Pammer 45999f4358 implement conversion of switch to Select Case 14 years ago
Ronny Klier 52674f3045 Search for usage of private nested types in declaring type 14 years ago
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