1725 Commits (73773782c5cb1e7af4b94b0357de5131dd479434)
 

Author SHA1 Message Date
Daniel Grunwald 684ad7d8fb New Search Mode: Search for constants (literals). 14 years ago
Daniel Grunwald a56c314647 Update to Mono.Cecil 0.9.5 (with thread-safety fixes) 14 years ago
Siegfried Pammer eb7948af70 use Is/IsNot for reference equality checks; add extension attribute for extension methods 14 years ago
Siegfried Pammer 9df1c1c293 remove shared modifier from module members 14 years ago
Siegfried Pammer 918b015f44 convert static classes to modules 14 years ago
Siegfried Pammer 1d0f3e96a9 added default project imports 14 years ago
Siegfried Pammer d5672db69b fix output of Inherits/Implements clauses 14 years ago
Siegfried Pammer 0d1a4520fc use vbc 14 years ago
Siegfried Pammer 212b993859 convert increment/decrement operator overloads to op_Increment/op_Decrement methods 14 years ago
Siegfried Pammer 08dfa88aa3 map true/false operator to IsTrue/IsFalse 14 years ago
Siegfried Pammer e1a331170a improve conversion of special characters in string literals 14 years ago
Siegfried Pammer a20a97359d fix bug in checked statement handling 14 years ago
Siegfried Pammer 6418a36780 fix InvalidCastException in For-Next detection 14 years ago
Siegfried Pammer 4338b361c4 fix display of type names in tree view 14 years ago
Siegfried Pammer ee4a77f20d fix bug in VB project export 14 years ago
David Srbecký aeeda32d10 Return instruction pops zero or one item instead of all. 14 years ago
David Srbecký 3b692d9c7c Ignore arguments of 'leave'. Closes #185 14 years ago
Daniel Grunwald fdb8001b87 Explicitly trigger garbage collection after an assembly was unloaded. Closes #246. 14 years ago
Daniel Grunwald e4fad36341 Mark ICSharpCode.NRefactory.VB as AnyCPU. 14 years ago
Daniel Grunwald fe121acdb9 Fix #230: Search and Analyze window don't update 14 years ago
Siegfried Pammer 2772b17962 Merge branch vb into master 14 years ago
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